akde/infosec

Information security is ultimately about managing risk


Enumeration

Tools

  • ker­brute
    python3 /opt/kerbrute/kerbrute.py -domain thinc.local -users /usr/share/seclists/Usernames/Names/names.txt -dc-ip $target
  • Alter­na­tive https://github.com/ropnop/kerbrute
  • msf> use auxiliary/gather/kerberos_enumusers
  • Per­form ASRE­PRoast

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';