This repository contains a selection of tools I've made that have been fairly helpful (at least to me).
All of these files work through command line input, you can always add -h to find what the options are.
The wordlists that these files use by default are included in this repository, however if you would like to download more/different wordlists there are quite a few good resources, including my wordslists repository here.
Works through an input and tries to decode it through a variety of different cryptographic methods.
Currently decodes input encoded in:
- Caesar Cipher
- Polybius Cipher
- Bacon Cipher
- Null Cipher
- Rail Cipher
- Morse Code
- Monoalphabetic Cipher
- Binary
- Octal
- Hexadecimal
- Base 16/hex
- Base 32
- Base 64/radix64
- Base 85/ascii85
Keylogger that emails the keys pressed to the specified email.
Tries various passwords and usernames to login to a website.
Changes your MAC address on the specified interface to the specified MAC address.
Downloads malware (preferably some that you have written!) on to the designated computer.
Built to both scans your network and returns a list of the various devices that are connected, and scan ports on a device and tells you which are open.
There's a command line option for each, so just specify which you want to do.
Finds the password to a PDF using qpdf.
Built to both spider/crawl a website and to find a website's subdirectories.
There's a command line option for each, so just specify which you want to do.
Captures a WiFi network's handshake and attempts to decrypt the password.
- Test and clean up
- Need to test
- Need to figure out output from commands