Skip to content

4nkitd/h4ck3r

Repository files navigation

Icon h4ck3r

All-in-One Red Team Developer Toolkit - A modern Chrome extension for developers & pentesters.

Version 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

# 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

📖 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

# 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 for details.

🔗 Links


Made with ❤️ for the security community

About

A Browser Extension for chromium/firefox browser. Small tool for Developers & Pentesters.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors