Skip to content

Script to help customizing the nmap's --initial-rtt-timeout and --max-rtt-timeout arguments for an infinity amount of hosts. The purpose of it is to reduce the time UDP scans take.

Notifications You must be signed in to change notification settings

Att4ck3rS3cur1ty/rtt-nmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

RTT customizer

  • To run the script, simply run it through bash and send the host input list as the only argument: bash ./rtt-nmap <input_file>

Input file format

  • It's expected the list to be an enumeration of hosts (wether it's IP addrs. or DNS) separate through break lines. Eg:

8.8.8.8
www.google.com

About

Script to help customizing the nmap's --initial-rtt-timeout and --max-rtt-timeout arguments for an infinity amount of hosts. The purpose of it is to reduce the time UDP scans take.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages