Skip to content

Instantly share code, notes, and snippets.

@tanaka-geek
Created March 7, 2021 20:42
Show Gist options
  • Save tanaka-geek/500993d58689805f3ed6f679d7e05aa2 to your computer and use it in GitHub Desktop.
Save tanaka-geek/500993d58689805f3ed6f679d7e05aa2 to your computer and use it in GitHub Desktop.
rustscan runs too fast.
nmap --min-rate 4500 --max-rtt-timeout 1500ms 192.168.1.1 -p-
# Rustscan make 4500 connections at the same time
# rtt timeout is 10000ms = 10 seconds by default
# 1500ms is 1.5 seconds timeout. 100ms for fast/reliable host, 10000ms for slow/unreliable host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment