Created
March 7, 2021 20:42
-
-
Save tanaka-geek/500993d58689805f3ed6f679d7e05aa2 to your computer and use it in GitHub Desktop.
rustscan runs too fast.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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