Support for the new NeXpose release
git-svn-id: file:///home/svn/framework3/trunk@12788 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c94577448e
commit
aacfd0dcda
|
@ -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("")
|
||||
|
|
Loading…
Reference in New Issue