haxclaw
v1.0.2
Published
Advanced bug bounty recon engine — Google dorking, methodology guide, scope checker, export system. Fully client-side, zero dependencies.
Maintainers
Readme
⬡ 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, aquatoneBuild 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 # WindowsOr 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
