The All-in-One Pentesting Browser Extension
Features • Installation • Development • Contributing
19 pentesting tools organized in 4 categories:
- Encoder/Decoder - Base64, URL, HTML, Hex, Unicode, Binary
- Hasher - MD5, SHA-1, SHA-256, SHA-512
- JWT Decoder - Parse and validate tokens
- Payloads - SQLi, XSS, LFI, SSTI, CMDi, XXE
- Google Dorks - Dork generator with presets
- Reverse Shell - 11 shell types (Bash, Python, PHP, etc.)
- CORS Checker - Test CORS misconfigurations
- Header Analyzer - Security headers analysis
- Cookie Editor - View/edit/delete cookies
- JS Extractor - Find API endpoints in JavaScript
- Link Extractor - Extract all page links
- Form Finder - Discover hidden inputs
- Comment Finder - Find HTML/JS comments
- Tech Detector - Identify technologies
- Regex Tester - Test patterns with highlighting
- Timestamp - Unix ↔ Human time conversion
- UUID Generator - v4 UUID generation
- IP Calculator - CIDR/subnet calculations
- Beautifier - Format JSON/JS/HTML/CSS/XML
(Coming Soon)
git clone https://github.com/thecyberhub/TheCyberX.git
cd TheCyberX
npm install
npm run build- Open
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select the
dist/folder
(Coming Soon)
npm run build:firefox- Open
about:debugging#/runtime/this-firefox - Click Load Temporary Add-on
- Select
dist-firefox/manifest.json
# Install dependencies
npm install
# Development with hot reload
npm run dev
# Build for Chrome
npm run build
# Build for Firefox
npm run build:firefox- Framework: React 18 + TypeScript
- Build: Vite 5 + CRXJS
- Styling: Tailwind CSS
- Icons: Lucide React
- Manifest: V3 (Chrome) / V2 (Firefox)
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
See CONTRIBUTING.md for details.
TheCyberX processes all data locally. No data is sent to external servers. See PRIVACY.md for details.
MIT License - see LICENSE
Made with ❤️ by TheCyberHub