mirror of
https://github.com/login-securite/DonPAPI
synced 2025-01-30 19:21:52 +00:00
Merge branch 'main' into dep-fix
This commit is contained in:
commit
74e0d14778
@ -38,7 +38,7 @@ BANNER = """
|
||||
,
|
||||
, LeHack Release! \U0001F480
|
||||
(
|
||||
. by Touf & Zblurx @ Login-Securite
|
||||
. by Touf & Zblurx @ Login Sécurité
|
||||
&&&&&&
|
||||
&&&&&%%%. &&&&&&
|
||||
&&&&%%% &&&& &&&&&& &&&&&& &&&&&.
|
||||
|
@ -321,6 +321,7 @@ class CertificatesTriage():
|
||||
except Exception as e:
|
||||
pass
|
||||
self.db.add_certificate(guid=cert.filename, pfx_file_path=full_path, issuer=str(cert.cert.issuer.rfc4514_string()), subject=str(cert.cert.subject.rfc4514_string()), client_auth=cert.clientauth, pillaged_from_computer_ip=self.options.target_ip, pillaged_from_username=cert.user.username)
|
||||
if not self.options.no_remoteops
|
||||
for user in self.users:
|
||||
if user.username == 'MACHINE$':
|
||||
system_certificates = self.triage_system_certificates(user)
|
||||
|
Loading…
Reference in New Issue
Block a user