Challenge for newb pytnon coders
Take this simple port scanner, and make it better. ``` #!/usr/bin/env python3 import socket import sys host = sys.argv[1] if len(sys.argv) > 1 else input("Host: ") print(f"Scanning {host...
Hashtag
Hashtags are a secondary discovery layer across RootBadger. Groups still provide the main hierarchy.
Take this simple port scanner, and make it better. ``` #!/usr/bin/env python3 import socket import sys host = sys.argv[1] if len(sys.argv) > 1 else input("Host: ") print(f"Scanning {host...