Recursive ZIP Intelligence Engine
Not a scalpel — a crocodile’s worth of them.
Zippy crawls a target website recursively, discovers ZIP archives without prior knowledge, and tears them open in memory without writing to disk.
It doesn’t stop at filenames — it reads inside the archive contents, scanning scripts, configs, text files, and even PDFs where it can extract links and hidden references.
You point it at a domain, give it a search term, and it hunts everything.
This is not a precision scalpel.
It’s speed, concurrency, and brute awareness working together. Threads tear through archives simultaneously while filters strip away noise.
The result is fast, aggressive, and incredibly effective.
Watching it run feels less like executing a script and more like watching a pitbull disemboweling, stuffed animals..
Finds ZIP files without knowing where they are.
No extraction required. Reads everything directly.
Searches inside files including PDFs and scripts.
Multiple archives processed at once for speed.
Only pulls what matches your criteria.
Clean JSON results for further automation.
Binary: ./zippy
Source: python3 zippy.py https://target-site.com keyword
Threading + filtering = speed.
It moves fast, processes aggressively, and returns results that are immediately usable.
This tool is not subtle.
It is designed for discovery, speed, and extraction — not stealth.
Not Available For Public Download