mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
hdm.drink(0xc0ffee)
git-svn-id: file:///home/svn/framework3/trunk@4457 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
55c2ce56b1
commit
f09c67a7c3
2
msfcli
2
msfcli
@ -14,7 +14,7 @@ require 'msf/base'
|
||||
|
||||
Indent = ' '
|
||||
|
||||
if(RUBY_PLATFORM !~ /mswin32/)
|
||||
if(RUBY_PLATFORM =~ /mswin32/)
|
||||
$stderr.puts "[*] The msfconsole interface is not supported on the native Windows Ruby\n"
|
||||
$stderr.puts " interpreter. Things will break, exploits will fail, payloads will not\n"
|
||||
$stderr.puts " be handled correctly. Please use the msfweb 'console' or install \n"
|
||||
|
@ -11,7 +11,7 @@ require 'rex'
|
||||
require 'msf/ui'
|
||||
require 'optparse'
|
||||
|
||||
if(RUBY_PLATFORM !~ /mswin32/)
|
||||
if(RUBY_PLATFORM =~ /mswin32/)
|
||||
$stderr.puts "[*] The msfconsole interface is not supported on the native Windows Ruby\n"
|
||||
$stderr.puts " interpreter. Things will break, exploits will fail, payloads will not\n"
|
||||
$stderr.puts " be handled correctly. Please use the msfweb 'console' or install \n"
|
||||
|
Loading…
Reference in New Issue
Block a user