6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
|
#!/usr/bin/ruby -I../Lib
|
||
|
|
||
|
require 'Msf/Ui'
|
||
|
|
||
|
Msf::Ui::Console::Driver.new.run
|