Module 02 Lab Assignment 2
Module 02 Lab Assignment 2
Fig1. ( Perform NetBIOS Enumeration) nbtstat -a [IP address of the remote machine] In this
command, -a displays the NetBIOS name table of a remote computer.
Fig2. ( Perform SNMP Enumeration) snmpwalk -v1 -c public [target IP] –v: specifies the SNMP
version number (1 or 2c or 3) and –c: sets a community string. The result displays all the OIDs,
variables, and other associated information.
Fig3.( Perform LDAP Enumeration) The Active Directory Explorer displays the active directory
structure in the left pane, as shown in the screenshot.
Fig4. nmap -p 2049 [Target IP Address] -p: specifies port. The scan result appears indicating
that port 2049 is opened, and the NFS service is running on it, as shown in the screenshot.
Fig5 dig ns [Target Domain] command (here, the target domain is www.certifiedhacker.com)
In this command, ns returns name servers in the result.
Fig6. ( Perform DNS Enumeration) set querytype=soa sets the query type to SOA (Start of
Authority) record to retrieve administrative information about the DNS zone of the target
domain certifiedhacker.com.