1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00
metasploit-framework/msfconsole
Matt Miller 40e36360a1 started hacking on payload stuff
git-svn-id: file:///home/svn/incoming/trunk@2679 4d416f70-5f16-0410-b530-b9f4589650da
2005-07-09 00:24:02 +00:00

9 lines
174 B
Ruby
Executable File

#!/usr/bin/ruby -I../Lib
require 'Rex'
require 'Msf/Ui'
register_log_source('core', Rex::Logging::Sinks::Flatfile.new('/tmp/msfcli.log'))
Msf::Ui::Console::Driver.new.run