https://github.com/4nkitd/h4ck3r
A Browser Extension for chromium/firefox browser. Small tool for Developers & Pentesters.
https://github.com/4nkitd/h4ck3r
developer-tools extension hackbar hacker
Last synced: about 2 months ago
JSON representation
A Browser Extension for chromium/firefox browser. Small tool for Developers & Pentesters.
- Host: GitHub
- URL: https://github.com/4nkitd/h4ck3r
- Owner: 4nkitd
- Created: 2021-01-30T08:53:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-10T17:23:52.000Z (5 months ago)
- Last Synced: 2025-11-10T19:17:13.770Z (5 months ago)
- Topics: developer-tools, extension, hackbar, hacker
- Language: JavaScript
- Homepage: https://4nkitd.github.io/h4ck3r/
- Size: 1.57 MB
- Stars: 27
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.YML
Awesome Lists containing this project
README
#  h4ck3r
**All-in-One Red Team Developer Toolkit** - A modern Chrome extension for developers & pentesters.
[](https://github.com/4nkitd/h4ck3r)
[](LICENSE)
## ✨ Features
### 🔐 Encoding & Hashing
- **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
### 🛠️ Data Tools
- **JSON Beautify** - Format and validate JSON
- **Timestamp Converter** - Convert Unix timestamps
### 🌐 Network
- **ModHeader** - Modify HTTP request/response headers
- **Domain Extractor** - Extract all domains from current page
### 💉 Payload Libraries
- **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.)
### 📚 Reference
- **Linux Commands** - Quick reference for common commands
## 🚀 Installation
### From Source
```bash
# 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
```
### From Store
- **Chrome**: [Chrome Web Store](https://chrome.google.com/webstore/detail/h4ck3r/kmnlfjgamfnhcmpfnmgpiapacncdipad)
- **Firefox**: [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/h4ck3r-d/)
- **Edge**: [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/h4ck3r/eglafmgecldkdjfodkjgcpepkodndgdg)
## 📖 Usage
1. **Click the extension icon** - Opens as a side panel
2. **Use the icon sidebar** - Hover for tooltips, click to switch tools
3. **Keyboard shortcuts**:
- `⌘K` / `Ctrl+K` - Open command palette
- `⌘⇧E` / `Ctrl+Shift+E` - Encode
- `⌘⇧D` / `Ctrl+Shift+D` - Decode
## 🎨 UI Features
- **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
```bash
# Development with hot reload
npm run dev
# Build for production
npm run build
# Create zip for store submission
npm run build:zip
```
## 📁 Project Structure
```
h4ck3r/
├── 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
```
## 🤝 Contributing
Contributions welcome! Please read our contributing guidelines first.
## 📜 License
MIT License - see [LICENSE](LICENSE) for details.
## 🔗 Links
- [Discord Community](https://discord.gg/gFcewQUA)
- [Report Issues](https://github.com/4nkitd/h4ck3r/issues)
- [Demo](https://dagar.in/demo/h4ck3r/)
---
Made with ❤️ for the security community