NMAP - CEH at WGU C701 (2022/2023) Rated A
NMAP - CEH at WGU C701 (2022/2023) Rated A nmap 192.168.1.24 The command gives: Port, State, Services, and the MAC of particular 1 IP address (in this case, 192.168.1.24). nmap 192.168.1.0-199 The command gives: Port, State, Services, and the MAC of a specified range IP address (in this case, 192.168.1.0 through 192.168.1.199). nmap 192.168.1.0/24 The command gives: Port, State, Services, and the MAC of an entire subnet (in this case, 192.168.1.0 through 192.168.1.255, which is the entire subnet). nmap -sP 192.168.1.* The command Pings an entire subnet ('*' indicates entire subnet or range, and gives the result as 'host is up' and also their MAC addresses). nmap -sS -P0 -sV -o 192.168.1.0-50 -sS indicates TCP SYN request, -P0 asks for protocols, -sV indicates version of OS if possible, -o refers for OS if available. 0-50 is for range of IP addresses that Nmap tries to get information from. nmap -T5 192.168.1.0/24 -T5 refers to a Timewise scan and makes for the fastest scan. The lower the number, the slower the scan (0 is the slowest as to attempt to avoid IDS detection, and 5 may sacrifice some accuracy for the sake of the highest speed). nmap -top-ports 15 192.168.1.0/24 Scans for the random top 15 ports, which are likely to be open/up often. (Don't perform this scan on network that you don't own.) nmap -sT -p80 192.168.1.1-50 -sT represents TCP connect scan type probe. -p80 is for port 80. By this Nmap command, we're trying to discover the web services along with their port. nmap -v 192.168.1.4 -v is for depth scan (takes a little more time - in this case, nmap is scanning IP address 192.168.1.4) nmap 192.168.0.* -exclude 192.168.0.2 Scans the network, excluding 1 host, i.e. 192.168.0.2
Written for
- Institution
- NMAP - CEH at WGU C701
- Course
- NMAP - CEH at WGU C701
Document information
- Uploaded on
- April 4, 2023
- Number of pages
- 2
- Written in
- 2022/2023
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
nmap ceh at wgu c701 20222023 rated a
Also available in package deal