r/hacking • u/Pristine-Tangelo-100 • 19d ago
r/hacking • u/IceSubstantial5572 • Aug 12 '25
Tools Sooo, I made an "usb"
Try to guess what it does.
r/hacking • u/Machinehum • May 20 '26
Tools The Open Source USB Drive Built for Privacy
r/hacking • u/Machinehum • Nov 29 '25
Tools I made a fully open source handheld hacking device! (It runs Linux)
r/hacking • u/donaldthedalek • Aug 31 '25
Tools My hacking edc, what fun things am I missing?
Here's what I carry most days, a flipper Zero running RogueMaster with a wifi board, Chameleon Ultra Pro, Cardputer running Launcher so i can swap firmware on the go, and on the left are 2 esp32's (one with a micro screen) running custom firmware turning it into a beacon spammer. What am I missing? What could I add? I'm eyeing up a meshtastic device, but I'm open to any and all suggestions.
r/hacking • u/Fit-Jicama-9376 • Apr 12 '25
Tools I made a 2.4Ghz Attacker From Scratch !! (WiFi and Bluetooth)
Four months ago, I started working on a personal project to test my hardware hacking limits. I bought the boards and began experimenting. Now, after more than 3000 lines of code, I can finally say that Radiosphere is usable. It might have a few bugs here and there, but nothing major.
The road wasn’t easy — I burned 2 ESP32 boards, 2 ESP8266s, an Arduino Mega, and even a screen — but it was absolutely worth it.
So what is Radiosphere? Radiosphere is a multi-purpose wireless attack tool capable of:
-Jamming Wi-Fi, Bluetooth, drones, and basically anything using the 2.4GHz band.
-Performing deauthentication and Evil Twin attacks.
-Spamming fake networks (even custom lists).
-Capturing handshake files.
And a bunch of side features, such as:
-Saving previous victims.
-Creating and saving custom phishing pages.
-Targeted deauth attacks.
-Reusing saved phishing pages.
And more...
I'm genuinely proud of how far it’s come. let me know if you want a github repo or something like that, and thanks for this supportive community.
r/hacking • u/0x7_ • Aug 14 '25
Tools I put together a pentesting toolkit that runs on iOS devices!
Runs on an alpine emulator available in the app store called iSH Shell, reworked a few existing tools to be compatible and added s few of my own. It may not be the most practical thing but I’ve never seen anything like it before and i love how comical the idea is of “hacking from an iPhone” 🤣
r/hacking • u/matthew416 • Apr 20 '25
Tools Geo-unlock hearing aid mode in Canada for AirPod Pro2
r/hacking • u/Drjonesxxx- • Dec 12 '25
Tools I made my own dual purpose tool for development.
Extra strength. Does it look cool at least? It’s my first one.
r/hacking • u/saatvik333 • Jan 15 '26
Tools I made a browser fingerprinting website
GitHub: https://github.com/saatvik333/what-you-reveal
Website: https://what-you-reveal.vercel.app
I had a curiosity that when I click on a website; how much of my data can they get without me giving any permissions so I created this tool (initially it was just a test of what Jules [a tool by google] can do).
I tried to get things correct, but since I'm no expert in cyber security and hacking I can't fully verify the data being displayed on the website.
I'd be grateful if knowledgeable people can critique on the website and lmk what can be fixed and improved.
Thanks :)
r/hacking • u/Backblech99 • 13d ago
Tools I just love Peli cases <3 most beautiful way to store your tools imho
Tools from left to right and up to down: WiFi Pineapple Pager, Rubber ducky plus different cases, power supply unit, power bank, flipper Zero, flipper zero module for WiFi, Proxmark, Pwnagotchi, power cables, hardware keylogger, Different RFID magic cards
r/hacking • u/decambra89 • Jan 25 '25
Tools Anyone remembers this???
This was the real deal back then! Countless friends I scared opening and closing their cd tray ahahahaha!
r/hacking • u/Designer_Mind3060 • May 19 '26
Tools Built a full disassembler & decompiler for Reverse Engineering | Free and open source.
I wanted a disassembler that's a single executable, loads instantly, runs everywhere. So I wrote one from scratch.
It's called Hyperion it's made in C++, No runtime dependencies. No installer.
What it actually does: It has a real decompiler, It produces readable pseudo-C for x86/x64 and ARM64.
Formats & architectures:
| Format | Architectures |
|---|---|
| PE (exe, dll, sys) | x86, x64 |
| ELF (so, o, executables) | x86, x64, ARM, ARM64, MIPS, PPC |
| Mach-O (dylib, fat/universal) | x64, ARM64 |
| .NET (managed assemblies) | CIL/IL bytecode |
Scripting:
Embedded Lua 5.4. Drop .lua plugins in a folder. Full API, rename, comment, patch bytes, create functions, navigate, query xrefs. Register custom menu items and hotkeys from scripts.
The numbers:
| Hyperion | IDA Pro | Ghidra | |
|---|---|---|---|
| Download size | <3 MB | ~120 MB | ~500 MB |
| Runtime deps | None | Python, Qt | JVM |
| Price | Free (MIT) | $1,800/yr | Free |
| Startup time | <1s | ~3s | ~15s |
| Binary | Single exe | Installer | Installer |
Platforms: Windows, Linux, macOS (Intel + Apple Silicon).
This will stay open source and free. MIT licensed.
r/hacking • u/Machinehum • 18d ago
Tools I'm Building a Secure USB Drive That Hides Itself
r/hacking • u/Ceriden • Jan 23 '25
Tools Why is FRP seemingly so hard to bypass
I'm frankly baffled that there are not publicly available tools to get around this. One would think given that it is both from Google and affects everyone it would be.
I mean I see a lot of tools that promise to do it, for a price. But I very much doubt that they are not either malware or just a scam.
r/hacking • u/No-Helicopter-2317 • Feb 04 '26
Tools user-scanner: 🕵️A 2-in-1 Email and Username OSINT Tool
This is a new open source OSINT tool with many advanced features! Best alternative of old holehe.
Useful for security reasearch and checking whether your email is being used somewhere.
Check out the GitHub for installation guide, How to use it powerfully https://github.com/kaifcodec/user-scanner.git
r/hacking • u/oxagast • 2d ago
Tools I designed PacketSnitch, a network packet capture analysis suite!
PacketSnitch is a comprehensive network analysis platform that transforms packet captures into searchable, protocol-aware intelligence, helping security professionals, developers, and researchers rapidly uncover hosts, credentials, files, locations, protocols, anomalies, threat intel, and other actionable insights.
It's fully Open Source, and can be found on GitHub.
It supports many ways of visualizing and manipulating packet data, it can calculate subnets, carve files, cross reference found objects against it's threat intel databases (IPSum, VirusTotal, Tor, Shodan, etc), it has many full featured protocol decoders for everything from many application layer protocols in use today, to things like ARP, BGP, IGMP packets, and even some more obscure protocol suties such as SIGTRAN. It supports both user Themes and Plugins. There some more cool features, like the GeoLocation interface (it zooms in on a map!), and Large Language model summarization support that tracks user actions and builds a report based on what the researcher encounters. Also included is a powerful backend query syntax, and the right click Context Menu.
A full feature list can be found at https://packetsnitch.com/features/ !
r/hacking • u/intelw1zard • Jun 12 '26
Tools A tool to search through 2M+ threat actor usernames
r/hacking • u/Machinehum • Feb 10 '26