We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e8235 commit 1203885Copy full SHA for 1203885
Scan_Open_Port.sh
@@ -0,0 +1 @@
1
+ $ for i in {1..65535}; do (echo < /dev/tcp/127.0.0.1/$i) &>/dev/null && printf "\n[+] Open port at\n: \t%d\n" "$i" || printf "."; done
0 commit comments