Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

To bypass firewall policies when using nmap to scan a certain host...

-sA - the source is sending ACK packets just to trick the firewall that it
completes the 3way handshake
--source-port/-g --- to change the source port to bypass the whitelisted port
--data-length 50 --- the standard length of data of nmap might be blocked so we
need to change
the standard length of data packets of nmap
--spoof-mac 11:22:33:44:55:66 --- to change the source mac add when using nmap

You might also like