0% found this document useful (0 votes)
8 views1 page

TCP ACK Ping Lab Commands Guide

The document provides a list of CLI commands for performing TCP ACK Ping using the Nmap tool. It includes commands for scanning single and multiple IPs, excluding specific IPs or ports, and reading from a file. The commands are designed for host discovery and network scanning purposes.

Uploaded by

ilias ahmed
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

TCP ACK Ping Lab Commands Guide

The document provides a list of CLI commands for performing TCP ACK Ping using the Nmap tool. It includes commands for scanning single and multiple IPs, excluding specific IPs or ports, and reading from a file. The commands are designed for host discovery and network scanning purposes.

Uploaded by

ilias ahmed
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Host Discovery/ TCP ACK Ping Lab:

TCP ACK Ping CLI Commands


CLI Commands Explanation
nmap -sn -PA [Link] Single IP
nmap -sn -PA [Link], [Link] Multiple IPs
nmap -sn -PA [Link]/24 --exclude [Link] Exclude IP
nmap -sn -PA80 [Link]/24 --exclude [Link] Exclude IP on port 80
nmap -sn -PA [Link]/24 --excludefile [Link] Exclude from File
nmap -sn -PA22,80 [Link]/24 --excludefile Exclude from File on port 22 & 80
[Link]
nmap -sn -PA -iL [Link] From File
nmap -sn -PA80 [Link] Single IP on port 80
nmap -sn -PA22,80,443 [Link]-3 Range on multiple ports
nmap -sn -PA22,80,443 [Link]/24 Subnet
nmap -sn -PA [Link] Host Discovery only
nmap -Pn -sn -PA [Link] No Ping Skip Discovery

1 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@[Link] , WhatsApp: 00966564303717

You might also like