Skip to content

Commit 270f64a

Browse files
author
m-1-k-3
committed
feedback included
1 parent dcd2aeb commit 270f64a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/admin/http/linksys_e1500_e2500_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run
6666
if [200, 301, 302].include?(res.code)
6767
print_good("#{rhost}:#{rport} - Successful login #{user}/#{pass}")
6868
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}")
7070
return
7171
end
7272

@@ -90,7 +90,6 @@ def run
9090
'uri' => uri,
9191
'method' => 'POST',
9292
'authorization' => basic_auth(user,pass),
93-
#'data' => data_cmd
9493
'encode_params' => false,
9594
'vars_post' => {
9695
"submit_button" => "Diagnostics",
@@ -109,5 +108,6 @@ def run
109108
return
110109
end
111110
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")
112112
end
113113
end

0 commit comments

Comments
 (0)