Skip to content

Commit 93a60de

Browse files
committed
Update thinmanager_traversal_download.rb
1 parent 0476cd9 commit 93a60de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/thinmanager_traversal_download.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def check
5454
connect
5555
rescue Rex::ConnectionTimeout
5656
print_error("Connection to #{datastore['RHOSTS']}:#{datastore['RPORT']} failed.")
57-
return CheckCode::Unreachable
57+
return Exploit::CheckCode::Unknown
5858
end
5959

6060
vprint_status('Sending handshake...')

0 commit comments

Comments
 (0)