All-in-One Red Team Developer Toolkit - A modern Chrome extension for developers & pentesters.
- Base64 - Encode/decode text
- URL - URL encode/decode
- HEX - Hexadecimal conversion
- HTML Entity - HTML entity encoding
- Hash Generator - MD5, SHA1, SHA256, SHA512
- JWT Decoder - Decode and inspect JWT tokens
- JSON Beautify - Format and validate JSON
- Timestamp Converter - Convert Unix timestamps
- ModHeader - Modify HTTP request/response headers
- Domain Extractor - Extract all domains from current page
- SQL Injection - Common SQLi payloads by category
- XSS Payloads - Cross-site scripting vectors
- LFI Payloads - Local file inclusion paths
- Reverse Shells - Generate reverse shell commands (bash, python, php, nc, etc.)
- Linux Commands - Quick reference for common commands
# Clone the repository
git clone https://github.com/4nkitd/h4ck3r.git
cd h4ck3r
# Install dependencies
npm install
# Build
npm run build
# Load in Chrome:
# 1. Go to chrome://extensions
# 2. Enable "Developer mode"
# 3. Click "Load unpacked"
# 4. Select the `dist` folder- Chrome: Chrome Web Store
- Firefox: Firefox Add-ons
- Edge: Edge Add-ons
- Click the extension icon - Opens as a side panel
- Use the icon sidebar - Hover for tooltips, click to switch tools
- Keyboard shortcuts:
⌘K/Ctrl+K- Open command palette⌘⇧E/Ctrl+Shift+E- Encode⌘⇧D/Ctrl+Shift+D- Decode
- Side Panel Mode - Works alongside your browsing
- Compact Icon Sidebar - More space for content
- Dark Theme - Easy on the eyes
- Floating Toolbar - Quick actions on any page (can be disabled in settings)
# Development with hot reload
npm run dev
# Build for production
npm run build
# Create zip for store submission
npm run build:ziph4ck3r/
├── src/
│ ├── popup/ # Main UI (side panel)
│ ├── background/ # Service worker
│ ├── content/ # Content script & toolbar
│ ├── lib/ # Payload libraries
│ └── styles/ # CSS design system
├── dist/ # Built extension
└── package.json
Contributions welcome! Please read our contributing guidelines first.
MIT License - see LICENSE for details.
Made with ❤️ for the security community