1
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:
HD Moore 2007-02-21 15:15:59 +00:00
parent 55c2ce56b1
commit f09c67a7c3
2 changed files with 2 additions and 2 deletions

2
msfcli
View File

@ -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"

View File

@ -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"