File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/auxiliary/admin/http Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def run
66
66
if [ 200 , 301 , 302 ] . include? ( res . code )
67
67
print_good ( "#{ rhost } :#{ rport } - Successful login #{ user } /#{ pass } " )
68
68
else
69
- vprint_error ( "#{ rhost } :#{ rport } - No successful login possible with #{ user } /#{ pass } " )
69
+ print_error ( "#{ rhost } :#{ rport } - No successful login possible with #{ user } /#{ pass } " )
70
70
return
71
71
end
72
72
@@ -90,7 +90,6 @@ def run
90
90
'uri' => uri ,
91
91
'method' => 'POST' ,
92
92
'authorization' => basic_auth ( user , pass ) ,
93
- #'data' => data_cmd
94
93
'encode_params' => false ,
95
94
'vars_post' => {
96
95
"submit_button" => "Diagnostics" ,
@@ -109,5 +108,6 @@ def run
109
108
return
110
109
end
111
110
print_status ( "#{ rhost } :#{ rport } - Blind Exploitation - unknown Exploitation state" )
111
+ print_status ( "#{ rhost } :#{ rport } - Blind Exploitation - wait around 10 seconds till the command gets executed" )
112
112
end
113
113
end
You can’t perform that action at this time.
0 commit comments