Skip to content

Commit 3f556c6

Browse files
committed
Land rapid7#6117, Fix nil http_method in php_include
2 parents 129544c + 997e800 commit 3f556c6

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)