Skip to content

Commit 97ee975

Browse files
committed
Deleted checking on line 48.
1 parent 84ce573 commit 97ee975

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/auxiliary/scanner/http/wildfly_8_traversal.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ def initialize(info = {})
4545
end
4646

4747
def run_host(ip)
48-
if datastore['FILEPATH'].nil? || datastore['FILEPATH'].empty?
49-
print_error("Please supply the name of the file you want to download")
50-
return
51-
end
52-
5348
print_status("Attempting to download: #{datastore['FILEPATH']}")
5449

5550
traversal = "..\\" * datastore['TRAVERSAL_DEPTH']

0 commit comments

Comments
 (0)