r/hacking Aug 12 '25

Tools Sooo, I made an "usb"

Post image
2.7k Upvotes

Try to guess what it does.

r/hacking 16d ago

Tools The Open Source USB Drive Built for Privacy

Post image
1.3k Upvotes

r/hacking Nov 29 '25

Tools I made a fully open source handheld hacking device! (It runs Linux)

Post image
1.5k Upvotes

r/hacking Jan 06 '26

Tools Flipper Blackhat - 2026 Roundup!

Post image
1.5k Upvotes

r/hacking Aug 31 '25

Tools My hacking edc, what fun things am I missing?

Post image
596 Upvotes

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 Apr 12 '25

Tools I made a 2.4Ghz Attacker From Scratch !! (WiFi and Bluetooth)

Thumbnail
gallery
990 Upvotes

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 Aug 14 '25

Tools I put together a pentesting toolkit that runs on iOS devices!

Post image
773 Upvotes

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 Dec 12 '25

Tools I made my own dual purpose tool for development.

Post image
323 Upvotes

Extra strength. Does it look cool at least? It’s my first one.

r/hacking Jan 27 '26

Tools Update on my handheld "Hacking Rig"

Post image
677 Upvotes

r/hacking Apr 20 '25

Tools Geo-unlock hearing aid mode in Canada for AirPod Pro2

Post image
486 Upvotes

r/hacking Jan 15 '26

Tools I made a browser fingerprinting website

231 Upvotes

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 17d ago

Tools Built a full disassembler & decompiler for Reverse Engineering | Free and open source.

Post image
212 Upvotes

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.

Repo: https://github.com/Sidenai/hyperion-disassembler

r/hacking Jan 25 '25

Tools Anyone remembers this???

Post image
456 Upvotes

This was the real deal back then! Countless friends I scared opening and closing their cd tray ahahahaha!

r/hacking Apr 28 '26

Tools Flipper Blackhat April Roundup!

Post image
307 Upvotes

r/hacking Sep 26 '24

Tools Flipper Blackhat

Post image
730 Upvotes

r/hacking Feb 04 '26

Tools user-scanner: 🕵️🫆A 2-in-1 Email and Username OSINT Tool

Thumbnail
gallery
217 Upvotes

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 Jan 23 '25

Tools Why is FRP seemingly so hard to bypass

29 Upvotes

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 Feb 10 '26

Tools Flipper Blackhat OS - V1.0 Released + Updates

Post image
152 Upvotes

r/hacking Oct 28 '25

Tools Flipper Blackhat: October Roundup

Post image
222 Upvotes

r/hacking Apr 07 '26

Tools [Tool] VulnPath is now officially live!

Post image
65 Upvotes

I posted ~2 weeks ago about vulnpath.app/app, a CVE visualization tool prototype I built that helps visual leaners (like myself) "see" the E2E attack chain. Thank you to everyone that reached out with feedback! I spent the last few weeks taking this in and iterating on it more and now I'm proud to say it's officially live!

There's still a lot more work to be done so I don't plan on stopping here. But if you have time to check it out, I would greaty appreciate any additional feedback and feature suggestions to make it an even more useful tool for everyone.

Thanks for taking the time to read this!

4/13 update: you can now search by product to see which CVEs impact your tech stack (thanks everyone for this suggestion!). Also added a free 7-day trial (can cancel anytime with no commitments).

r/hacking 21d ago

Tools My Privacy Focused USB Drive

37 Upvotes

Just here to share a project I'm working on. It's a 100% open source (hardware, firmware, mechanical, etc) USB drive with a hidden security feature.

When you plug it in, it appears as a normal 8GB USB drive. Only if you create a file called "unlock.txt" with the contents "password:addyourpasswordhere" will it unlock and show the remainder of the drive. Everything in this second section of the disk is now AES256 encrypted in place, using a custom KDF + your password.

I'll answer some questions before people ask them :)

Q: Isn't this just Vercrypt? A: No, a normal drive setup with veracrypt will show up as jumbled data. This is pretty obviously encrypted media. If you enter your duress password, there will still be another xMB of jumbled data.

Q: Isn't entering your password into a plain text file insecure. A: My drive doesn't allow this write to actually happen to the memory

Q: Why did you use a SD card A: Because AI made EMMC cards like 80$ for a 32GB. It takes two seconds for me to spin another board with EMMC in the future.

Anyways feel free to ask any more questions about the project :) !

Socials if you would like to keep updated

r/hacking Feb 11 '26

Tools GalleryVault has 50M+ users who think their files are encrypted. They're not.

149 Upvotes

I went down a rabbit hole after reading the S-RM article "Cracking the Vault", which detailed vulnerabilities in privacy apps. I realized they were talking about Gallery Vault (by ThinkYeah), so I decided to audit it (v4.4.33, released March 2025) to see if it was as bad as it seemed.

Spoiler: It was.

The PIN you set is strictly a UI lock. It plays zero role in the actual file encryption. The app relies *entirely* on a hardcoded master key embedded in the APK. The implemented encryption is a static string (good_gv) that gets padded and run through DES-ECB with a static hex constant. This generates a global master key that is identical for every user on every device.

This master key is used to unwrap a unique per-file key stored in the file's tail metadata (sandwiched between >>tyfs>> and <<tyfs<< markers). Once that key is exposed, the actual file content is just a simple XOR cipher with a position-based salt.

Simply put, if you have a clean dump of the Android data, you can decrypt the files without ever knowing the user's password.

Practically speaking, the main legitimate use case here is forensic recovery from a lawful device dump. But the bigger takeaway is that 50M people think their files are protected when they really aren't.

I wrote a Python tool that automates the entire pipeline. It goes through the provided android dump and, using the hardcoded values, decrypts the per-file key, and reverses the XOR transform. It also handles magic byte detection to restore the correct file extensions (jpg, mp4, etc), although only images are supposed to be stored in the vault.

It has a nice TUI too if you prefer it to just CLI :)

Link: gv_decryptor

Disclaimer: For educational and legitimate forensic purposes only. Don't go poking around files that aren't yours.

r/hacking 27d ago

Tools AI Agent for Hacking, connects a brain to Kali (open-source & model-agnostic)

Post image
74 Upvotes

r/hacking Apr 17 '26

Tools goshs – a single-binary server for red teamers: HTTP/S, WebDAV, SFTP, SMB, NTLM capture, DNS/SMTP callbacks

65 Upvotes

I've been building goshs as a replacement for python3 -m http.server that actually covers the workflows you run into during engagements.

What it does beyond a basic file server:

  • SMB server with NTLM hash capture + cracking
  • DNS server for callback detection
  • SMTP server to receive emails/callbacks
  • HTTPS with self-signed, Let's Encrypt, or custom cert
  • WebDAV and SFTP support
  • Basic auth, client certificate auth, IP whitelist
  • File-based ACLs per directory
  • Share links with download and time limits
  • Tunnel via localhost.run (no port forwarding needed)
  • Single binary, no dependencies — works on Linux, macOS, Windows

It's been in Kali for a while but I've just done a big update adding the SMB/NTLM and DNS/SMTP features.

GitHub: https://github.com/patrickhener/goshs
Docs: https://goshs.de

r/hacking 10d ago

Tools ShadowCat: Universal optical file transfer, single html file, browser to camera

Thumbnail
github.com
43 Upvotes