Skip to content

Commit 84ce573

Browse files
committed
Deleted line 61 which returns the server status code.
1 parent d75ffc3 commit 84ce573

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/auxiliary/scanner/http/wildfly_8_traversal.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ def run_host(ip)
5858
'uri' => "/#{traversal}\\#{datastore['FILEPATH']}"
5959
}, 25)
6060

61-
print_status("Server returns HTTP code: #{res.code.to_s}")
62-
6361
if res && res.code == 200
6462
vprint_line(res.to_s)
6563
fname = File.basename(datastore['FILEPATH'])

0 commit comments

Comments
 (0)