Support for the new NeXpose release

git-svn-id: file:///home/svn/framework3/trunk@12788 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-05-31 20:28:28 +00:00
parent c94577448e
commit aacfd0dcda
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class Plugin::Nexpose < Msf::Plugin
def nexpose_compatibility_check
res = @nsc.console_command("ver")
if res !~ /^Console Version ID:\s*480\s*$/m
if res !~ /^Console Version ID:\s*4[89]0\s*$/m
print_error("")
print_error("Warning: This version of NeXpose has not been tested with Metasploit!")
print_error("")