Skip to content

Commit 579ce0a

Browse files
author
Michael Messner
committed
cleanup
1 parent 51001f9 commit 579ce0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/linux/upnp/dlink_upnp_msearch_exec_echo.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
require 'msf/core'
77

88
class Metasploit3 < Msf::Exploit::Remote
9-
Rank = ExcellentRanking
9+
Rank = NormalRanking
1010

11-
include Msf::Exploit::CmdStagerEcho
11+
include Msf::Exploit::CmdStager
1212

1313
def initialize(info = {})
1414
super(update_info(info,
@@ -110,6 +110,7 @@ def exploit
110110

111111
print_status("#{rhost}:#{rport} - Exploiting...")
112112
execute_cmdstager(
113+
:flavor => :echo,
113114
:linemax => 950
114115
)
115116
end

0 commit comments

Comments
 (0)