Spam Caller DDOS

Ever get those annoying spam callers, or just really want to bug your friend. Do I have a script for you. from twilio.rest import Client import time def main(): FROM=…

RSA keygen

Creating RSA public and private keys. This is great script to create RSA tokens. This is used to keep your stuff locked down to only allow people that have these…

Bluetooth near me

Following with the topic lets do bluetooth next. How can you find what bluetooth devices get fixed around you. Here is a python script to do just that. #show bluetooth…