minor update
git-svn-id: file:///home/svn/incoming/trunk@3160 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4d43e8f482
commit
605da7c82b
|
@ -3219,11 +3219,11 @@ if (ARGV.length == 0)
|
|||
exit
|
||||
end
|
||||
|
||||
framework = Msf::Simple::Framework.create exploit_name =
|
||||
ARGV.shift || 'test/multi/aggressive' payload_name = ARGV.shift ||
|
||||
'windows/meterpreter/reverse_tcp' input =
|
||||
Rex::Ui::Text::Input::Stdio.new output =
|
||||
Rex::Ui::Text::Output::Stdio.new
|
||||
framework = Msf::Simple::Framework.create
|
||||
exploit_name = ARGV.shift || 'test/multi/aggressive'
|
||||
payload_name = ARGV.shift || 'windows/meterpreter/reverse_tcp'
|
||||
input = Rex::Ui::Text::Input::Stdio.new
|
||||
output = Rex::Ui::Text::Output::Stdio.new
|
||||
|
||||
begin
|
||||
# Initialize the exploit instance
|
||||
|
|
Loading…
Reference in New Issue