File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def initialize(info = {})
16
16
super ( update_info ( info ,
17
17
'Name' => 'phpMyAdmin Authenticated Remote Code Execution via preg_replace()' ,
18
18
'Description' => %q{
19
- This module exploits a PREG_REPLACE EVAL vulnerability in PhpMyAdmin 's
19
+ This module exploits a PREG_REPLACE EVAL vulnerability in phpMyAdmin 's
20
20
replace_prefix_tbl in libraries/mult_submits.inc.php via db_settings.php
21
21
} ,
22
22
'Author' =>
@@ -93,7 +93,7 @@ def check
93
93
end
94
94
95
95
def exploit
96
- print_status ( "Grabbing CSRF token" )
96
+ print_status ( "Grabbing CSRF token... " )
97
97
response = send_request_cgi ( { 'uri' => uri } )
98
98
if response . nil?
99
99
fail_with ( Exploit ::Failure ::NotFound , "Failed to retrieve webpage." )
You can’t perform that action at this time.
0 commit comments