ZetGrep

module
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: MIT

README ΒΆ

ZetGrep (v0.4.6)

A professional-grade regex orchestration framework designed for massive reconnaissance data.

Sponsor

ZetGrep transforms standard patterns and custom tools into a high-speed intelligence pipeline. Optimized for JSONL, CSV, and JSON streaming, it is built for the modern security engineer.


πŸš€ Key Features

  • Modern CLI Architecture: Powered by Cobra with dedicated subcommands (scan, web, diagnose, list).
  • Unified Configuration: Robust management with Viper (Config files, Env Vars, Defaults).
  • Deep Orchestration: Chain external tools dynamically using {{tool:ID}} placeholders.
  • High-Performance Streaming: Process 100GB+ files with minimal RAM using a unified concurrent engine.
  • Multiple Formats: Native support for JSONL, CSV, and raw Text data.
  • Stateful Resume: Never lose progress on massive scans (--resume).
  • Library of 50+ Patterns: Built-in intelligence for secrets, cloud keys, and more.

πŸ› οΈ Installation

From Source
go install github.com/Abhay0thakor/ZetGrep/cmd/zetgrep@latest
Using Makefile
git clone https://github.com/Abhay0thakor/ZetGrep.git
cd ZetGrep
make build
sudo mv zetgrep /usr/local/bin/

πŸ“– Quick Start

1. List Available Intelligence
zetgrep list
2. Standard Pattern Scan

The scan keyword is optional for default behavior.

# Scan a directory using a specific pattern
zetgrep aws-keys ./data

# Scan everything using all patterns
zetgrep --all ./data
3. Pipeline Integration (The Power User Way)
# Combine with subfinder and httpx for deep secret hunting
subfinder -d target.com -silent | httpx -json -silent | zetgrep --all -f jsonl
4. Tool Chaining & Workflow
# Extract IP -> Run custom tool -> Output Table
zetgrep ip --workflow ip_info --format table data.txt

🌐 Mission Control (Web Dashboard)

Start the interactive dashboard to manage patterns, tools, and view live scan results:

zetgrep web --listen :8080

πŸ“š Documentation

Detailed documentation is available in the docs/ directory:


πŸ’– Sponsored By

ZetGrep is proudly sponsored by Toolsura - Your ultimate hub for security and development tools.


πŸ›‘οΈ License

MIT License. Created for the security community.

Directories ΒΆ

Path Synopsis
cmd
zetgrep command
pkg
api

Jump to

Keyboard shortcuts

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