
I built an automated pivoting tool to speed up breach analysis (Open Source)
Hi everyone, I’ve been working on a project called NOX because I was tired of manually pivoting between breach data and social handles during recon. It’s a Python framework that basically takes a seed (email, username, etc.) and recursively digs through about 120+ sources.
The main thing it does is the "Avalanche" effect: if it finds a new handle in a leak, it automatically starts dorking and scraping for that new handle without you doing anything. It outputs a PDF with a pivot chain so you can actually see the link between the data points.
It’s strictly not-for-profit and open source. If you guys do a lot of collection/analysis, I’d love to know if the recursive logic makes sense or if I should tweak the depth caps.
u/nox-project — 8 hours ago