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

haxclaw

v1.0.2

Published

Advanced bug bounty recon engine — Google dorking, methodology guide, scope checker, export system. Fully client-side, zero dependencies.

Readme

Version License Demo HTML JavaScript CSS

⬡   What is haxclaw?

haxclaw is a fully client-side, zero-dependency recon suite built for serious security researchers. It consolidates your entire reconnaissance workflow into a single, polished interface — Google dorking, subdomain enumeration, scope checking, findings management, and more.

+ No installs. No servers. No accounts. Just open and hunt.
+ All data stays 100% local in your browser.
- No cloud sync. No telemetry. No BS.

⬡   Features

Fire precision-crafted Google Dorks directly from your browser across 8 categories:

| Category | What you find | |:---|:---| | RECON | Asset discovery & footprinting queries | | FILES | Exposed documents, configs, and backups | | VULNERABILITIES | Misconfigurations & CVE-related patterns | | CMS | WordPress, Joomla, Drupal fingerprinting | | CLOUD | AWS S3, Azure Blob, GCP exposed buckets | | API | Exposed API keys, endpoints, swagger docs | | OSINT | Emails, metadata, social exposure | | WEB ARCHIVE | Historical snapshots & leaked pages |

  • 🔥 Bulk Launch — fire an entire category with one click + built-in rate-limit delays
  • 🔍 Search & Filter — find any dork instantly across hundreds of entries
  • Favorites — star your most-used dorks for lightning-fast access

Paste your target domain and haxclaw auto-generates copy-paste ready terminal commands for every recon phase:

[1] Subdomain Discovery   →  subfinder, amass, assetfinder
[2] DNS Resolution        →  massdns, dnsx
[3] Port Scanning         →  naabu, masscan
[4] HTTP Probing          →  httpx
[5] Vulnerability Scan    →  nuclei
[6] JS Analysis           →  gau, waybackurls, LinkFinder
[7] Parameter Fuzzing     →  ffuf, arjun
[8] Screenshot            →  gowitness, aquatone

Build your own dorks using intuitive operator dropdowns:

site:        inurl:       intitle:
filetype:    ext:         intext:
cache:       related:     before: / after:

Live preview → one-click test → save to personal library.

| Tool | What it does | |:---|:---| | Scope Checker | Paste wildcards, verify any URL is in-scope instantly | | Notes & Checklist | Track findings without leaving the app | | Export System | Dump your session to TXT, MD, JSON, or raw URLs | | Target Manager | Save multiple targets, switch instantly | | Dork History | Full history of every dork you've fired |

  • Dark / Light Mode — premium UI, your choice
  • Favorites System — star your go-to dorks
  • Keyboard Shortcuts — full power-user shortcut suite
  • Target Management — multi-target workspace

⬡   Quick Start

haxclaw is 100% client-side. No npm, no pip, no config.

# Clone
git clone https://github.com/kishwordulal1234/hexclaw.git

# Enter
cd hexclaw

# Open (pick your OS)
open dorker/index.html        # macOS
xdg-open dorker/index.html   # Linux
start dorker\index.html       # Windows

Or just hit the 🌐 Live Demo

+ Works in any modern browser
+ Zero network requests — fully offline capable
+ All state saved in localStorage

⬡   Keyboard Shortcuts

| Shortcut | Action | |:---:|:---| | Ctrl + K | Focus target input | | Ctrl + F | Search dork database | | Ctrl + 1 ... 0 | Switch tabs | | Ctrl + S | Save current target | | Esc | Close modals / cancel launch | | ? | Show shortcuts overlay |


⬡   Project Structure

hexclaw/
├── 📄 dorker.html                 # Root entry point
├── 📄 LICENSE
├── 📄 README.md
│
└── 📁 dorker/                     # Core application
    ├── 📄 index.html              # Main UI shell
    │
    ├── 📁 css/
    │   └── styles.css             # Premium styling + dark/light themes
    │
    ├── 📁 js/
    │   ├── app.js                 # Core logic & state
    │   ├── builder.js             # Custom dork builder
    │   ├── dork-engine.js         # Launch & rate-limiting
    │   ├── methodology.js         # Dynamic command generation
    │   ├── utils.js               # Shared helpers
    │   └── 📁 data/
    │       └── dorks.js           # Curated JSON dork library
    │
    └── 📁 pages/
        ├── exploits.html          # Exploit & PoC search
        └── methodology.html       # Full methodology reference

⬡   Stack

+ Frontend     →  HTML5 + Vanilla JS + CSS3
+ Storage      →  Browser localStorage (zero backend)
+ Theming      →  CSS custom properties (dark & light)
+ Deploy       →  Any static host — Netlify, GitHub Pages, etc.
- No backend. No database. No framework.

⬡   Roadmap

  • [ ] 🦊 Firefox extension
  • [ ] 🔐 Encrypted session import/export
  • [ ] 🌐 Community dork submissions & voting
  • [ ] 🔎 Integrated Shodan / Fofa / Censys tabs
  • [ ] 📱 Mobile-first responsive redesign
  • [ ] 🧩 Browser extension (Chrome/Firefox)

⬡   Contributing

# Fork → Clone → Branch → PR
git checkout -b feature/your-feature
git commit -m "feat: your change"
git push origin feature/your-feature
# Open a Pull Request ↗

Pull requests are welcome. For major changes, open an issue first.


⬡   Legal Disclaimer

- haxclaw is for AUTHORIZED security testing and educational use only.
- You must have EXPLICIT WRITTEN PERMISSION before testing any target.
- The author accepts NO liability for misuse or legal consequences.
+ Use responsibly. Stay legal. Happy hunting.

[ built with 🖤 for the bug bounty community ]

kishwordulal1234  ·  MIT License  ·  2025

Star Follow