Y
Hacker News
new
|
ask
|
show
|
jobs
by
ax0n
5349 days ago
better script to test if your ISP is blocking your ports (finished for me in well under two minutes):
nmap -sT -oN output.txt -p1-65535 open.zorinaq.com
1 comments
TMK
5349 days ago
Yes I know that nmap is powerful and fast. I only wrote this script because I was bored and didn't have anything to code.
link