fix error message to a more helpful one.
parent
12e24dbd99
commit
f74fe39280
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue