Skip to content

Commit 7d317e5

Browse files
author
jvazquez-r7
committed
Switch from post to get on check
1 parent d55faa1 commit 7d317e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/php_wordpress_total_cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def exploit
221221
def check
222222
res = send_request_cgi ({
223223
'uri' => normalize_uri(target_uri.path),
224-
'method' => 'POST'
224+
'method' => 'GET'
225225
})
226226

227227
if res.nil?

0 commit comments

Comments
 (0)