Skip to content

Instantly share code, notes, and snippets.

@YKG
Created May 16, 2018 11:50
Show Gist options
  • Save YKG/ed6e7fa1061ed47f86d652bbff6b8bc6 to your computer and use it in GitHub Desktop.
Save YKG/ed6e7fa1061ed47f86d652bbff6b8bc6 to your computer and use it in GitHub Desktop.
Check RTT with nmap on Mac OSX
sudo nmap -P0 -p 20177 --traceroute <IP/DomainName>
@YKG
Copy link
Author

YKG commented May 16, 2018

Another one:

sudo hping -S -p 80 baidu.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment