TryHackMe

Thumbnail of post image 149
#!/bin/bashfor x in {1..65535}; do cmd=$(curl -so/dev/null {x} \ -w '%{size_download}'); if ; then echo "Open port: $x" ...