wording fix.
git-svn-id: file:///home/svn/framework3/trunk@13973 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
8e88a3eaba
commit
bbfbb38a5f
|
@ -332,6 +332,6 @@ class Metasploit3 < Msf::Post
|
||||||
found = vboxchk(session) if not found
|
found = vboxchk(session) if not found
|
||||||
found = xenchk(session) if not found
|
found = xenchk(session) if not found
|
||||||
found = qemuchk(session) if not found
|
found = qemuchk(session) if not found
|
||||||
print_status("It appears to be physical host.") if not found
|
print_status("It appears to be a physical host.") if not found
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue