Skip to content

Commit ec8add6

Browse files
committed
Always check and print status
1 parent 42a8e2a commit ec8add6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/exploits/multi/http/phpmyadmin_preg_replace.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ def check
113113
end
114114

115115
def exploit
116+
print_status(check[1])
117+
116118
uri = target_uri.path
117119
print_status("Grabbing CSRF token...")
118120
response = send_request_cgi({ 'uri' => uri})

0 commit comments

Comments
 (0)