Enumerating infrastructure to get access to a device on AD

TO-DO

Identifying Hosts

Hosts enumeration

Getting AD Specific Info

<aside> 🚨 we do that to??

  1. know open ports so you know services running like Kerberos and LDAP
  2. gather domain, hostname, and forest names
  3. if LDAP is open then you can enumerate good information from it
  4. if WSMan and WinRM services are open then you can use credentials you find to connect to the box using Evil-winRM </aside>