Here’s a bunch of tools and scripts I’ve put together—think of them as my Franken-projects. I’m not a developer, so expect quirks, not perfection. Grab them from GitHub, tinker, fix, or just have a laugh. Improvement ideas ? Fork away !
Wordlister
Sometimes you just need a clean wordlist without the frills of a complicated tool. That’s where this Wordlist Generator comes in. It’s a simple Bash script designed to pull unique words from one or more text files, sort them, and save them neatly into a wordlist. Whether you’re prepping for a dictionary attack, building a natural language dataset, or just satisfying your curiosity, this script gets the job done quickly and efficiently. ...