fix error message to a more helpful one.

unstable
Loic Jaquemet 2012-07-03 12:54:02 -03:00
parent 12e24dbd99
commit f74fe39280
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class Metasploit3 < Msf::Post
basepaths << tbase
end
rescue
print_error("This host is not part of a domain.")
print_status("The target is not part of a domain, no PDC found in registry.")
end
end