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
|
exit
|
||||||
end
|
end
|
||||||
|
|
||||||
framework = Msf::Simple::Framework.create exploit_name =
|
framework = Msf::Simple::Framework.create
|
||||||
ARGV.shift || 'test/multi/aggressive' payload_name = ARGV.shift ||
|
exploit_name = ARGV.shift || 'test/multi/aggressive'
|
||||||
'windows/meterpreter/reverse_tcp' input =
|
payload_name = ARGV.shift || 'windows/meterpreter/reverse_tcp'
|
||||||
Rex::Ui::Text::Input::Stdio.new output =
|
input = Rex::Ui::Text::Input::Stdio.new
|
||||||
Rex::Ui::Text::Output::Stdio.new
|
output = Rex::Ui::Text::Output::Stdio.new
|
||||||
|
|
||||||
begin
|
begin
|
||||||
# Initialize the exploit instance
|
# Initialize the exploit instance
|
||||||
|
|
Loading…
Reference in New Issue