hyperwapp

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2026 License: MIT Imports: 1 Imported by: 0

README ΒΆ

HyperWapp πŸš€

Go Report Card

HyperWapp is a high-performance, massively scalable CLI reconnaissance utility designed to detect web technologies using Wappalyzer fingerprints. Whether you are scanning a single URL or an offline dump of 10,000,000 targets, HyperWapp handles it with ease using disk-backed streaming and zero-RAM aggregation.

Built upon the powerful foundation of ProjectDiscovery's WappalyzerGo.


✨ Key Features

  • πŸ” Powered by Wappalyzer: Uses industry-standard fingerprints for high accuracy.
  • πŸ“¦ Massive Scalability: Optimized for 10M+ targets using disk-backed JSONL streaming.
  • πŸ“ Advanced Offline Mode: Recursively parse directory structures from Katana, FFF, or raw HTTP dumps.
  • ⏯️ Checkpoint & Resume: Instantly restart interrupted scans without losing data or re-discovering targets.
  • ⚑ Full Performance Control: Independent control over Concurrency (Goroutines) and Parallelism (CPU Cores).
  • πŸ“Š Real-time Status Footer: Live RPS, success/error counts, and percentage tracking in your terminal.
  • πŸ’Ύ Multiple Formats: Export to CSV, JSON, TXT, Markdown, or real-time JSONL.

πŸ›  Installation

From Source
go install github.com/Abhaythakor/hyperwapp@latest

⚑ Quick Start

1. Online Scan (Single URL)
hyperwapp https://example.com
2. URL List with High Concurrency
cat urls.txt | hyperwapp -c 100 -f jsonl -o results.jsonl
3. Advanced Offline Scan (Recursive)
hyperwapp -offline ./katana_responses/ -c 50 -f csv -o summary.csv
4. Update Fingerprints
hyperwapp --update

πŸ“– Documentation

For detailed guides, please see:


πŸ™ Credits

This tool would not be possible without the incredible work of:


πŸ“œ License

HyperWapp is released under the MIT License.

Documentation ΒΆ

The Go Gopher

There is no documentation for this package.

Directories ΒΆ

Path Synopsis
fff
raw

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL