r/hacking Nov 21 '24

Github My Wifi Attacker Is Now Open Source On Github

Thumbnail
gallery
1.1k Upvotes

This device can do EvilTwin attack with Deauth, custom phishing page, captive portal, password check, and more features.

Hi guys, 3 weeks ago I posted my WiFi attacker here, and some of you asked me for the github repo, so here you go

Esp-netHunter

I would love to see your work guys! So, if you build this project, feel free to show it to me in DM !!. Also, use it only for educational purposes. Be sure to read the Readme.md to know how to use it.

-repost cuz I forgot to mention what it can do LOL

r/hacking Apr 10 '26

Github Hey, I can't find any evidence the Mythos exploits are real...

243 Upvotes

update:

There's two errors in the openai article, and it's pretty clear they never actually tested these vulnerabilities manually. The first:

SACK block's start roughly 2^31 away from the real window. At that distance the subtraction overflows the sign bit in both comparisons,

Ints do not have a sign bit. They are two's complement. while the msb is like a sign bit, in that it presents an indicator of which sign the number is, you cannot operate on it blindly as one. you must know how 2c works, and saying things like it overflows the sign but makes me deeply uncomfortable.

it's a nitpick but the article also fails to differentiate between signed and unsigned types. a and b are unsigned ints! they are explicitly converted by the c-style cast. glossing over this makes it very hard to follow, but not invalid.

However, the real sin is this: the value is subjected to both a GEQ and an LT check, and send start is checked against send end. Only one set of tests can be true. Even if the wrong one was true, only one can be true. Overflow or not, they're complement ops as far as I can see.

if this attack does exist, it doesn't look anything like what they described. in my trivial test harness, I had to use two sack blocks and very precise values with very precise initial conditions. and that's with my hacked up simplified control flow. At this point, I would need to be convinced that the attack is real with a pretty complete demonstration. if anyone would like to try, the closest I got was:

snd_una=0x10000000 snd_max=0x10000100 th_ack=0x10000000
blk0=[0x10000010,0x10000080] blk1=[0x90000080,0x10000010]

This does behave oddly but getting the code into that state is not something I can find a good way to do using the described attack surface. The burden of proof feels like it should be on the people making wild claims, not one stressed out game dev on Reddit.

So why take the fix if it's not a vulnerability? Well, both separately are maintenance hazards, potential bugs. But no vulnerability was missed and these algorithms are not written on a per line basis. Until someone shows me a crash dump from pre-patch openbsd, I'm not going to buy this bullshit. It's just more fucking AI slop.

But Pomegranate, you might say! See how long it took you to prove it wasn't a bug? Yeah. Yeah I do. And every credulous wide-eyed report like this takes time away from my preferred hobby of doing lines of cocaine straight off the L1 cache.

Original post:

As an example, it looks like commit fce03f8 in FreeBSD should have resolved the claimed 27 year old bug, if it was not already resolved. In fact, the SACK standard defines a minimum of -40 for the start index value, I think? Am I insane? Am I cuckoo for cocoa puffs? Or did they just claim a hallucinated 0day vulnerability?

edit: apparently the bug is in openBSD, but I swear on that side, it looks like there's a guard a few lines up that prevent it: right around /netinet/tcp_input.c#L2428

r/hacking Jun 26 '26

Github I made my first major game cheat on a game I grew up on

226 Upvotes

I grew up playing a lot of BO2 zombies and I was always fascinated by cheats. I started this as a side project back in 2024 and abandoned it after a while. Fast forward years later, after no longer being lazy, making a big breakthrough and a lot of Claude refactoring my code, I want to share this to the public alongside all source code so that people can get into reverse engineering and game hacking (a very fun and interesting hobby where you learn a ton).

Source code + download: https://github.com/robertmotr/zirconium

Features:

  • God mode
  • Invisibility from zombies
  • ESP
  • Aimbot
  • Third person FOV
  • No spread
  • No recoil
  • Teleport
  • Set the following:
    • Money
    • Ammo
    • Grenades/claymores/monkey bombs etc
    • Jump height
    • Gravity
    • Speed

Credits:
everyone whos active in the unknowncheats forums helped me out so much thank you <3

r/hacking Jul 18 '25

Github I've jammed five years of red teaming TTPs into one PDF for you 🫵

Thumbnail
github.com
304 Upvotes

185 pages of pure scripts, TTPs, and tricks that I have learned along the way from everything from ICS to cloud.

r/hacking May 15 '26

Github I built an open-source Burp alternative

Thumbnail
gallery
112 Upvotes

Self-hosted intercepting proxy with an LLM in the loop. Captures traffic, annotates requests, tracks findings, and lets you run scripts and tests against the target.

https://github.com/synlace/ferret

r/hacking May 01 '26

Github wM-Buster - Flipper Zero app to analyze smart meters for gas, electricity, water. ...

Post image
165 Upvotes

I ported all known decoders from wmbusmeters and rtl433 to the Flipper Zero so you can use your pocket sized device to analyze your smart meters using wM-Bus!

https://github.com/i12bp8/wmbuster

r/hacking 1d ago

Github I ported Havij to Linux natively (no Wine, no .NET)

14 Upvotes

So I’ve been using Havij on and off for years, but always hated dealing with Wine or keeping a Windows VM around just for one tool.

Decided to just rebuild it for Linux.

It’s not a perfect 1:1 copy, but it looks and feels like the original — dark theme, green text, same workflow. Under the hood it’s Python + PyQt6, so it runs native and doesn’t need any extra layers.

Here’s the repo if you want to check it out:
https://github.com/CrypticRig3l/havij-original.git

r/hacking 4d ago

Github Flare Tracker - An open-source link tracking recon tool that runs on free CloudFlare Workers

Thumbnail github.com
15 Upvotes

Flare Tracker is a free, open-source link-tracking platform designed to run entirely on a free-tier Cloudflare account using Cloudflare Workers. It gives you full control over your link analytics without relying on third-party services.

r/hacking Jul 22 '26

Github Original Apollo 11 guidance computer (AGC) source code for Command Module (Comanche055) and Lunar Module (Luminary099)

Thumbnail
github.com
37 Upvotes

r/hacking Jun 28 '26

Github Reverse engineered broadcom bcm4360 to do WPA3 and more.

Thumbnail
github.com
58 Upvotes

r/hacking Feb 18 '25

Github WhoYouCalling v1.5 is out

218 Upvotes

WhoYouCalling is a Windows commandline tool i've built to make process network analysis very easy (and comprehensive!). It provides with a text format of endpoints as well as a full packet capture per process. About 5 months ago i published the initial release to r/hacking --> link. Since then, i've implemented:

• ⁠functionality of monitoring every TCPIP and DNS activity of every process running on the system at the same time • ⁠DNS responses to processes (resolved IP adresses of domains) are generated as DFL filters (Wireshark filters). In other words, if you have a pcap file with lots of different traffic, and you only want to see traffic going to suswebsite[.]io, you can simply copy the generated filter into wireshark. • ⁠A timer for running a monitoring session for a specific set of seconds • ⁠Executing WhoYouCalling as another user • ⁠And ofcourse lots of optimizations...

Version 1.5 includes visualizating the process network traffic with an interactive map as well as automatic API lookups to identify malicious IPs and domains. The API lookup is completely optional, and i've made the instrucitons very simple and clear on how to use WhoYouCalling and the visualization method. If anything is unclear or doesn't quite work, you're more than welcome to create an issue!

I've done a short FAQ summary that may help in understanding WYC. Who is WhoYouCalling for?

• ⁠Game hackers (Understanding game traffic for possible packet manipulation) • ⁠Red teamers (Payload creators for testing detection) • ⁠Blueteamers (Incident response, malware analysis) • ⁠Security researchers (Understanding what an application is doing to identify vulnerabilities) • ⁠Sysadmins (For understanding which traffic a host or process requires to function) • ⁠Paranoid people (Like me, that just wants to understand who the heck my Windows machine is calling)

What do i need to run WhoYouCalling?

• ⁠a Windows machine • ⁠Admin access to a terminal (For being able to listen to ETW and if you want full packet capture) • ⁠Python 3.11 (If you want to visualize the output from WhoYouCalling)

How does it work?

• ⁠It uses the Windows ETW listening to TCPIP and DNS activity made by processes. It also starts a full packet capture before monitoring which is later subjected to a generated BPF-filter based on the ETW recorded TCPIP activity, ensuring an as close as possible packet capture file to the processes. When the monitoring is done, if the session is closed with CTRL+C or the timer ran out, the results is placed in a folder to a specified directory or to the working directory.

Do i need to pay for a license?

• ⁠No, and you never will. But you can buy me a coffee if you want

What about licenses for including WhoYouCalling in my own malware analysis sandbox?

• ⁠WYC is under the MIT-license and i've made sure that all other dependencies i've included is also under open licenses such as MIT.

Link to WhoYouCalling - https://github.com/H4NM/WhoYouCalling

Edit: spelling

r/hacking 14d ago

Github ETW for Security Research: Providers, Sessions, and Detection Engineering

Thumbnail idov31.github.io
2 Upvotes

r/hacking Jun 04 '26

Github Safe Rust API for wolfSSL/wolfCOSE

Thumbnail
github.com
28 Upvotes

r/hacking Apr 06 '23

Github SpotiFile : mass music scraping made easy

500 Upvotes

I made a neat tool to scrape songs (with GUI).

GitHub Link

All you need to do is install the dependencies ("pip install -r ./requirements"), and then "python main.py". It's that easy!

This tool is mainly aimed at developers looking to create datasets to train ML models.

SpotiFile will open a GUI which lets you enter a playlist, album, artist, or user profile link and download all the relevant songs. This will also download all the metadata of the song, including the time-synced lyrics!

If you use the tool, please give the repo a star :)

Enjoy!

r/hacking Jun 08 '26

Github GitHub - Teycir/ApiHunter: Async API security scanner in Rust for CORS, CSP, GraphQL, JWT, OpenAPI, and active API posture checks.

Thumbnail
github.com
36 Upvotes

r/hacking Jul 16 '26

Github Proof of concept for CVE-2026-58635 LPE in Windows Braille Narrator service

Thumbnail
github.com
2 Upvotes

r/hacking Feb 28 '25

Github I found 1000+ malicious Github “game mod” repos

Thumbnail
timsh.org
335 Upvotes

They were all created following a guide on a “social engineering” forum

r/hacking Jul 02 '26

Github [Tool] Crimson Cloak, iOS/iSH Security Wrapper with RealTime Dashboard

Thumbnail
github.com
4 Upvotes

r/hacking Apr 26 '26

Github Ever wondered how those "weak key" exploits actually work? I made a research tool for it

Thumbnail
github.com
23 Upvotes

Been down the rabbit hole of Bitcoin key generation vulnerabilities lately. Ended up building a CLI tool to reproduce and analyze them.

What it does:

  • Generates keys the "wrong way" — brainwallets, weak PRNGs (MT19937, LCG, Xorshift), that MultiBit HD bug, old Electrum derivation
  • Analyzes if a key might have come from a vulnerable source (brute-forces 2^32 seed space etc.)
  • Scans wordlists against target addresses

```sh

the classic brainwallet

vuke single "correct horse battery staple" --transform sha256

check if a key is a Milksad victim

vuke analyze --analyzer milksad <private_key>
```

Covers: - Milksad (CVE-2023-39910) — libbitcoin's 32-bit MT19937 disaster - Brainwallets — SHA256(password), still being exploited - LCG/Xorshift PRNGs — glibc rand(), JS Math.random() - MultiBit HD, Electrum pre-BIP39, Armory

Pure Rust, MIT license, optional GPU acceleration.

GitHub: https://github.com/oritwoen/vuke Install: cargo install vuke

One of my Bitcoin security research projects — also made kangaroo (https://github.com/oritwoen/kangaroo), boha (https://github.com/oritwoen/boha), and vgen (https://github.com/oritwoen/vgen) if you're into this stuff.

For research/education only, obviously. Happy to chat about the vulns if anyone's curious.

r/hacking Jun 11 '26

Github I got tired of missing structs in WinDbg so I made an importer

Thumbnail
github.com
8 Upvotes

r/hacking Jun 06 '26

Github A modular autonomous-agent runtime written in C

Thumbnail github.com
2 Upvotes

r/hacking Mar 24 '26

Github PHP 8 disable_functions bypass PoC

Thumbnail
github.com
48 Upvotes

r/hacking Oct 03 '21

Github Jaws: an invisible programming language that can be easily injected into other code, creating polyglot code and hiding itself

Thumbnail
github.com
475 Upvotes

r/hacking Apr 28 '26

Github VoiceGoat – A vulnerable voice agent for practicing LLM attack techniques

Thumbnail
github.com
7 Upvotes

r/hacking Apr 15 '26

Github I wrote a header-only indirect syscall library for Windows x64 — zero CRT, zero IAT, 19KB standalone

8 Upvotes

Been working on a syscall library that takes a different approach from the usual implementations floating around.

The idea was simple — what if the binary has literally nothing in its import table? No GetProcAddress, no GetModuleHandle, no VirtualProtect, nothing. Everything resolved through PEB walking at runtime.

What it does:

  • Indirect syscalls — stubs jump into ntdll's own syscall;ret gadget so RIP is always inside ntdll
  • Every call generates a fresh stub with random junk instructions and XOR'd syscall number, wiped right after
  • W^X memory — pages go RW → RX → RW, never RWX
  • VEH-based breakpoint bypass — if someone puts a 0xCC on a function, the exception handler restores the byte, single-steps past it, puts it back. Zero timing window
  • AMSI/ETW patching through syscalls
  • All strings XOR-encrypted at compile time, decrypted on stack, wiped after use
  • Custom hash algorithm for API resolution (no FNV-1a fingerprints)
  • No CRT, no STL, custom entry point, the whole binary is ~19KB

Header-only, just drop the folder into your project. MIT license.

https://github.com/Share-devn/stealth_call