We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0476cd9 commit 93a60deCopy full SHA for 93a60de
modules/auxiliary/gather/thinmanager_traversal_download.rb
@@ -54,7 +54,7 @@ def check
54
connect
55
rescue Rex::ConnectionTimeout
56
print_error("Connection to #{datastore['RHOSTS']}:#{datastore['RPORT']} failed.")
57
- return CheckCode::Unreachable
+ return Exploit::CheckCode::Unknown
58
end
59
60
vprint_status('Sending handshake...')
0 commit comments