ZIPPY

Recursive ZIP Intelligence Engine
Not a scalpel — a crocodile’s worth of them.

⚙️ What This Thing Actually Does

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.

🔥 Why It Feels Different

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..

🧠 Core Capabilities

Recursive Discovery

Finds ZIP files without knowing where they are.

In-Memory Analysis

No extraction required. Reads everything directly.

Content-Level Scanning

Searches inside files including PDFs and scripts.

Threaded Engine

Multiple archives processed at once for speed.

Selective Extraction

Only pulls what matches your criteria.

Structured Output

Clean JSON results for further automation.

🚀 Usage

Binary: ./zippy
Source: python3 zippy.py https://target-site.com keyword

⚡ Performance

Threading + filtering = speed.

It moves fast, processes aggressively, and returns results that are immediately usable.

⚠️ Reality Check

This tool is not subtle.

It is designed for discovery, speed, and extraction — not stealth.

Not Available For Public Download