🟒Enumeration

eCPPTv2 Enumeration process to attack all machines in your exam.

SMB Enumeration

NetBIOS Enumeration

NbtStat

nbtscan -v -s : 192.168.1.0/24
nbtscan -v 0.0.0.0 or 0.0.0.0/24

If we find a share we can mount, use:

sudo smclient mounts.cifs //RMT_IP//C /media/our_folder user=,pass=

Enum4Linux

enum4linux 192.168.1.64
#enum4linux -a -v 0.0.0.0
#net view 0.0.0.0 (windows cli) 
#net use
#mount command (linux)
#dumpsec (auditing tool for netbios- windows)

#rpcclient -N -U β€œβ€ 0.0.0.0
#nat.exe userlist passlist ip

SNMP Enumeration

SNMPWalk

NMAP SNMP Scripts

Last updated

Was this helpful?