[wmi] mpgn reivew: zerologon logger

Signed-off-by: XiaoliChan <2209553467@qq.com>
main
XiaoliChan 2023-08-30 18:30:00 +08:00
parent 306be98764
commit 0650d29173
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class CMEModule:
if result:
return True
else:
self.context.log.fail("Attack failed. Target is probably patched.")
self.context.log.highlight("Attack failed. Target is probably patched.")
except DCERPCException as e:
self.context.log.fail(f"Error while connecting to host: DCERPCException, " f"which means this is probably not a DC!")