1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-18 14:00:12 +02:00
metasploit-framework/msfconsole
Matt Miller 0bfdc67d8a foo
git-svn-id: file:///home/svn/incoming/trunk@2694 4d416f70-5f16-0410-b530-b9f4589650da
2005-07-09 21:28:00 +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