minor update

git-svn-id: file:///home/svn/incoming/trunk@3160 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2005-11-30 04:08:41 +00:00
parent 4d43e8f482
commit 605da7c82b
1 changed files with 5 additions and 5 deletions

View File

@ -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