Pwnagotchi VS Bjorn
These are two raspberry pi zero w projects that seem the same but are very different. The pwnagotchi is an AI powered deauther that tries to get the handshake between…
These are two raspberry pi zero w projects that seem the same but are very different. The pwnagotchi is an AI powered deauther that tries to get the handshake between…
Wake up neo… you are in the matrix…. follow the white rabbit… knock knock.All jokes a side here is a little script I use on my flipper zero. Its for…
As the title suggest we are going to talk about encryption and how important it can be. Encryption allows you a to pretty much send a message safely to someone…
Ever want to create a proxy but don’t know how? Well here’s the code to one. Very simple proxy don’t expect too much here.
Ever get those annoying spam callers, or just really want to bug your friend. Do I have a script for you. So for obvious reasons I have to put a…
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…
As you continue to read these post you’ll realize that all of these scripts will end up into one BIG project. For this script, its for sending sms to yourself…
Ever get a phone call or text from a random number. Here is a script to get some info on them. Of course some phone numbers will give you more…
Next up in my bag of tricks is a nice thing to have to hide yourself a little more. The following will the a python script to change your windows…
A network scanner, a good tool to have. Its good to test and understand how python can scan networks. The following code is my network scanner I made. I have…