cleanup
parent
51001f9cb3
commit
579ce0a858
|
@ -6,9 +6,9 @@
|
|||
require 'msf/core'
|
||||
|
||||
class Metasploit3 < Msf::Exploit::Remote
|
||||
Rank = ExcellentRanking
|
||||
Rank = NormalRanking
|
||||
|
||||
include Msf::Exploit::CmdStagerEcho
|
||||
include Msf::Exploit::CmdStager
|
||||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
|
@ -110,6 +110,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
print_status("#{rhost}:#{rport} - Exploiting...")
|
||||
execute_cmdstager(
|
||||
:flavor => :echo,
|
||||
:linemax => 950
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue