Skip to content

Commit 997e800

Browse files
committed
Fix nil http_method in php_include
1 parent 129544c commit 997e800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/unix/webapp/php_include.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def php_exploit
121121
end
122122
uris.uniq!
123123
print_status("Loaded #{uris.length} URLs")
124+
http_method = "GET"
124125
end
125126

126127
# Very short timeout because the request may never return if we're

0 commit comments

Comments
 (0)