cheatsheet
Twitter
GitHub
Search
⌃
K
Links
Introduction
Internal Pentest
Active Directory
Reconnaissance
Find Domain Name
Find Domain Controllers
Enumerating Machines
Enumerating Services
DNS Enumeration
Exploitation
Post-Exploitation
Powered By
GitBook
Comment on page
Find Domain Name
On Linux:
Simply read your resolv.conf:
cat
/etc/resolv.conf
Or scan machines with CrackMapExec:
cme smb
192.168
.12.0/24
On Windows
Simply use ipconfig:
ipconfig /all
Previous
Reconnaissance
Next
Find Domain Controllers
Last modified
4yr ago