mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
|
#!/usr/bin/ruby -I../Lib
|
||
|
|
||
|
require 'Msf/Ui'
|
||
|
|
||
|
Msf::Ui::Console::Driver.new.run
|