Module 04: Enumeration
Lab 1: Perform NetBIOS Enumeration
Task 1: Perform NetBIOS Enumeration using Windows Command-Line Utilities
## Commands used :
1. Netbios name table: nbtstat -a [IP address of the remote machine]
2. Netbios cache : nbtstat -c
3. File Shares enumeration : net useLab 2: Perform SNMP Enumeration
Task 1: Perform SNMP Enumeration using SnmpWalk
## Commands used :
1. SNMP V1 : snmpwalk -v1 -c public [target IP]
2. SNMP V2c : snmpwalk -v2c -c public [Target IP Address] Lab 3: Perform LDAP Enumeration
Task 1: Perform LDAP Enumeration using Active Directory Explorer (AD Explorer)
Lab 4: Perform NFS Enumeration
Lab 5: Perform DNS Enumeration
Task 1: Perform DNS Enumeration using Zone Transfer
Lab 6: Perform SMTP Enumeration
Task 1: Perform SMTP Enumeration using Nmap
Lab 7: Perform Enumeration using Various Enumeration Tools
Task 1: Enumerate Information using Global Network Inventory
Last updated