npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

omega-security-scanner

v10.3.0

Published

OMEGA MASTER v10.0 — Ultimate Autonomous Pentest Engine by @c4ccz. 8 Collaborative AI Agents, 5000+ Paths, 3000+ Payloads, Deep Correlation, Attack Chains, Browser Automation.

Readme

👑 OMEGA MASTER v10.0 — Ultimate Autonomous Pentesting Tool

Created by: @c4ccz | Telegram: t.me/c4ccz

The most powerful autonomous penetration testing tool ever built. 8 collaborative AI agents working together to discover, exploit, and chain vulnerabilities with extreme precision.

🚀 Quick Install

npm install -g omega-security-scanner

Or directly:

git clone https://github.com/c4ccz/omega-scanner.git
cd omega-scanner
pip install -r requirements.txt
python3 omega_master.py -u https://target.com

⚡ Features

8 Collaborative AI Agents

  1. 🔍 RECON Agent — DNS, ports, subdomains, SSL, tech fingerprinting, smart crawling
  2. 📂 DIR-HUNTER Agent — 5000+ path discovery, admin panels, config files, backups
  3. 💉 VULN-SCANNER Agent — XSS, SQLi, LFI, CMDi, SSRF, SSTI, CSRF, XXE, NoSQLi
  4. 🔑 SECRETS-HUNTER Agent — 60+ secret patterns, JS analysis, API key discovery
  5. 🛡️ SEC-HEADERS Agent — Security headers, CORS, CSP, HSTS, clickjacking
  6. 🔌 PROTOCOL Agent — Service banners, version detection, port analysis
  7. 📧 EMAIL-DNS Agent — SPF, DMARC, DKIM, MX records
  8. 🌐 BROWSER Agent — Real Playwright browser automation, screenshot capture

Deep Correlation & Attack Chains

  • Automatic vulnerability correlation
  • Attack chain construction (e.g., SQLi → Credentials → Admin → Full Access)
  • Precise exploit paths with exact commands
  • Risk scoring with CVSS

Massive Payload Arsenal

  • 3000+ payloads across 9 categories
  • XSS (25+), SQLi (45+), LFI (40+), CMDi (25+), SSRF (20+), SSTI (20+), XXE, Deserialization, NoSQLi
  • 5000+ discovery paths
  • 60+ secret patterns
  • 164 subdomains
  • 63 TCP ports

Enterprise Features

  • Real connections (no simulation)
  • Proxy rotation support
  • User-Agent rotation (15+ browsers)
  • Auto-install dependencies
  • Cross-platform (Termux/Android, Linux, macOS, Windows)
  • JSON + Markdown reports
  • Brotli/Gzip decompression
  • Auto-retry with exponential backoff

📖 Usage

# Basic scan
omega-scanner -u https://example.com

# Aggressive scan with max threads
omega-scanner -u https://example.com --speed aggressive --threads 300

# Gentle scan (less noise)
omega-scanner -u https://example.com --speed gentle

# Interactive mode (no URL argument)
omega-scanner
# Then paste URL when prompted

# Deep secrets hunting only
python3 deep_hunter.py -u https://example.com

# Google Dork discovery
python3 dork_engine.py -t example.com

📊 Sample Output

👑 OMEGA MASTER v10.0 — SCAN COMPLETE
═══════════════════════════════════════════════════
🔴 CRITICAL: 3   🟠 HIGH: 8   🟡 MEDIUM: 5
📊 TOTAL: 20 | ⚡ RISK: 85/100 | 🌐 SURFACE: 62/100
🔑 Secrets: 5 | ⛓️ Chains: 3

⛓️ ATTACK CHAINS:
  Chain #1: SQL Injection → Credential Extraction → Admin Takeover
  Chain #2: LFI → Config Discovery → Direct Database Access
  Chain #3: XSS → CSRF Token Theft → Account Takeover

📁 Reports

Reports saved to ~/omega-reports/:

  • omega_master_YYYYMMDD_HHMMSS.json — Full detailed JSON
  • omega_master_YYYYMMDD_HHMMSS.md — Markdown executive report

⚠️ Legal

For authorized security testing only. Always obtain proper authorization before testing any system. The author assumes no liability for misuse.

📞 Contact


@c4ccz | t.me/c4ccz | OMEGA MASTER v10.0