Challenge for newb python 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}...\n")...
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}...\n")...
Android app
RootBadger is preparing the Android app for Play Store testing. If you would like to help test it, enter the Gmail address you use for Google Play and we will add you to the tester list.
You will receive a Play Store link. Keep it handy for updates. If you do not wish to participate, the APK is still available on the site.