Perform a stealthy very slow scan ('-T0') trying to avoid detection by IDS/IPS and use decoy ('-D') source IP addresses

nmap

  • Network exploration tool and security / port scanner.
    Some features only activate when Nmap is run with root privileges.
    More information: <https://nmap.org>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

nmap -T0 -D {{decoy1_ipaddress,decoy2_ipaddress,...,decoyN_ipaddress}} {{address_or_addresses}}

click the source code to copy install nmap on any operating system with command-not-found.com