Please enable JavaScript.
Coggle requires JavaScript to display documents.
M-4 LAB 1 : NetBIOS Enumerations IFORWAR, M-4 LAB 2 : Enumuration SNMP EO…
M-4 LAB 1 : NetBIOS Enumerations
IFORWAR
Task 1: Perform NetBIOS Enumeration using Windows Command-Line Utilities
Nbtstat -a 192.168.129.226
Task 2: Perform NetBIOS Enumeration using NetBIOS Enumerator
https://sourceforge.net/projects/nbtenum/files/latest/download
Task 3: Perform NetBIOS Enumeration using an NSE Script
nmap -sV -v –script=nbstat.nse 192.168.29.43
nmap -sU -p 137 –script=nbstat.nse 192.168.29.1-255
M-4 LAB 2 : Enumuration SNMP EO
Task 1: Perform NetBIOS Enumeration using Windows Command- Line Utilities
nmap -sU -p 161 192.168.29.43
snmp-check -v 192.168.29.43
Task 2: Perform SNMP Enumeration using SoftPerfect Network Scanner
Download network scanner
https://www.softperfect.com/products/networkscanner/
Add ip Range 192.168.29.100 - 192.168.29.43
Properties and Show the ip address, mac address, response time, Hostname, Uptime ,System Description
Task 3: Perform SNMP Enumeration using SnmpWalk
snmpwalk -v1 -c public 192.168.29.43
snmpwalk -v2c -c public 192.168.29.43
Task 4: Perform SNMP Enumeration using Nmap
nmap -sU -p 161 --script=snmp-sysdescr 192.168.29.43
nmap -sU -p 161 --script=snmp-processes 192.168.29.43
nmap -sU -p 161 --script=snmp-win32-software 192.168.29.43
nmap -sU -p 161 --script=snmp-interfaces 192.168.29.43
M-4 LAB 9 : Banner Grabbing
Task 1 : Perform Banner Grabbing Using Nmap
nmap -p 22 --script=banner 192.168.188.64
nmap -p 22 --script=banner 192.168.188.64
nmap -p 22 sV --script=banner 192.168.188.64
nmap -p 22 sV --script=banner 192.168.188.8
nmap -p 22 -sV --version-intensity 9 --script=banner 192.168.188.64
Task 2 : Perform Banner Grabbing Using Dmitry
dmitry -pb 192.168.188.64
dmitry -pb 192.168.188.8
Task 3 : Perform Banner Grabbing Using NETCAT
netcat 192.168.188.8 22
netcat 192.168.188.8 22
Task 4 : Perform Banner Grabbing Using NIKTO
nikto -h 192.168.188.78
nikto -h 192.168.188.8
nikto -h 192.168.188.64
M-4 LAB 5 : DNS Enumerations
Task 1 : Perform DNS Enumeration using Zone Transfer
dig ns www.icsi.edu
Window 10
nslookup
Task 2 : Perform DNS Enumeration using DNSSEC Zone walking
dnsrecon -d icsi.edu -z
Task 3 : Perform DNS Enumeration using Nmap
nmap -T4 -p 53 --script=dns-brute.nse technopk.com
M-4 LAB 8 : Enumeration using various Tools
Task 1 : Enumerate information using Global Network inventory
About Global Network Inventory
New Audit Wizard
Audit Scan Mode Section, click the single address scan radio button, and then click Next
Enter Target ip address
Domain\Username : administrator and password :
Test@123
Scan summary of the scanned target ip address
Computer Details
Windows details
BIOS Details
NETBIOS Details
User Groups
Services
Task 2 : Enumerate Network Resources Using Advanced IP Scanner
Download
https://www.advanced-ip-scanner.com
Target ip address range 192.168.29.100 – 192.168.29.250
Expand all icon to view shared folder and services running on the target network
Task 3 : Enumerate information from windows and samba hosts using Enum4linux
Enum4linux -h
enum4linux -u hil -p
Test@123
-n 192.168.29.78
enum4linux -u hil -p
Test@123
-U 192.168.29.78
enum4linux -u hil -p
Test@123
-o 192.168.29.78
enum4linux -u hil -p
Test@123
-p 192.168.29.78
enum4linux -u hil -p
Test@123
-G 192.168.29.78
enum4linux -u hil -p
Test@123
-S 192.168.29.78
M-4 LAB 3 : LDAP Enumerations
Task 1: Perform LDAP Enumeration using Active Directory Explorer (AD Explorer)
Download Adexplorer
https://learn.microsoft.com/en-us/sysinternals/downloads/adexplorer
Task 3: Perform LDAP Enumeration using Idapsearch
ldapsearch -H ldap://192.168.29.43 -x -s base namingncontexts
ldapsearch -H ldap://192.168.29.43 -x -b "DC=iforward,DC=com"
M-4 LAB 7 : RPC,SMB and FTP Enumerations
Task 1 : Perform SMB and RPC Enumeration using NetScanTools Pro
NetScanTools Pro
SMB Scanner
Display information of NetBIOS Name, DNS Name, SMB Versions, Target IP Address
Details of Shared File Target ip Address
Target Hostname OR IP Address
Display The RPC Information
Task 2 : Perform RPC,SMB and FTP Enumeration using Nmap
nmap -p 21 192.168.129.78
nmap -T4 -A 192.168.129.78
nmap -p 445 -A 192.168.129.78
nmap -p 21 -A 192.168.129.78
M-4 LAB 4 : Enumuration NFS EO
Task 1 : Perform NFS Enumeration using RPCScan and SuperEnum
Link :
https://github.com/p4pentest/SuperEnum.git
./superenum
M-4 LAB 6 : SMTP Enumeration
Task 1 : Perform SMTP Enumeration using Nmap
nmap -p 25 192.168.129.78
nmap -p 25 --script=smtp-enum-users.nse 192.168.129.78
nmap -p 25 --script=smtp-open-relay.nse 192.168.129.78
nmap -p 25 --script=smtp-commands.nse 192.168.129.78