Add 2 more variables for meterpreter irb

bug/bundler_fix
Spencer McIntyre 2014-05-25 16:28:40 -04:00
parent c559483176
commit 77e70d8bbe
1 changed files with 2 additions and 0 deletions

View File

@ -314,6 +314,8 @@ class Console::CommandDispatcher::Core
print_status("Starting IRB shell")
print_status("The 'client' variable holds the meterpreter client\n")
session = client
framework = client.framework
Rex::Ui::Text::IrbShell.new(binding).run
end