Skip to content

Commit ecbce67

Browse files
committed
Remove timeout on line 59.
1 parent f3957ea commit ecbce67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wildfly_8_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def run_host(ip)
5151
res = send_request_raw({
5252
'method' => 'GET',
5353
'uri' => "/#{traversal}\\#{datastore['FILEPATH']}"
54-
}, 25)
54+
},)
5555

5656
if res && res.code == 200
5757
vprint_line(res.to_s)

0 commit comments

Comments
 (0)