mirror of
https://github.com/login-securite/DonPAPI
synced 2025-03-29 14:49:25 +00:00
Switch single quote to double
This commit is contained in:
parent
87806940a3
commit
db7690aeee
@ -264,7 +264,7 @@ class DonPAPICore:
|
||||
# Dump SAM
|
||||
self.logger.display("Dumping SAM")
|
||||
self.dump_sam()
|
||||
if hasattr(self.sam_dump, 'items_found') and self.sam_dump.items_found is not None:
|
||||
if hasattr(self.sam_dump, "items_found") and self.sam_dump.items_found is not None:
|
||||
self.logger.secret(f"Got {len(self.sam_dump.items_found)} accounts", "SAM")
|
||||
else:
|
||||
self.logger.fail(f"No account found in SAM (maybe blocked by EDR)")
|
||||
|
Loading…
Reference in New Issue
Block a user