A unified, powerful Chrome extension with essential engagement tools crafted for red-team operations and engagements.
- Grouped credential store per website
- Integrated notes field (2FA, credits, trial details)
- Account status tracking (Fresh → Active → Exhausted)
- Quick-copy HUD: single-click email, double-click password
- AES-256-GCM encrypted
.vaultexport/import via native Web Crypto API
- One-click dropdown to switch between groups
- Inline editing for labels (m1, m2...) and emails
- Copy individual entries or bulk (emails/labels)
- Import/export lists via text
- Dynamic group management
Alt+C→ instant clearance of site data- Clears cookies, local/session storage, indexedDB, webSQL, cache
- Badge feedback (✓ success / ✗ error)
- Optional auto-reload
- One-click manual clearance
- Domain-specific scope
- JSON / Netscape formats
- One-click copy to clipboard
- No downloads (stealth mode)
- Domain-specific export
- One-click system-wide backup
- AES-256-GCM encryption
- Custom
.4ntencrypted format - Restore with live progress feedback
- User password protection
- Futuristic HUD style (#111827 background, #15FFFF highlights)
- Unified look across all modules
- Responsive, modern Tailwind v4 layout
git clone <repo-url>
npm install
npm run build
Load in Chrome:
- Open
chrome://extensions/ - Enable Developer Mode
- Select Load unpacked →
dist/
npm start
npm run build
4ndr0tools/
├── src/
│ ├── background/ # Service worker (Alt+C, IPC)
│ ├── components/ # React UI components (Vault, SCM, Backup)
│ ├── modules/ # Core isolated logic and handlers
│ ├── lib/ # Shared payload utilities
│ ├── popup/ # Popup interface
│ ├── options/ # Options/settings
│ ├── assets/ # Icons & static files
│ └── env.d.ts # Global TypeScript declarations
├── dist/ # Compiled extension
├── manifest.json # Manifest V3
├── package.json # Dependencies
├── webpack.*.js # Build configs (Webpack 5)
└── tsconfig.json # Strict TypeScript config
- Service worker only
- Scoped permissions
- Best practices compliant
- Isolated feature modules
- Shared utilities
- React components
- Strict TypeScript enforcement
- Lazy-loading
- Optimized storage usage
- Resource cleanup
- Minimal permissions
- Fine-tuned Webpack 5 chunking
- Credential Vault → store accounts, single-click copy,
.vaultAES-256 export - Email Lists → manage groups, copy/export/import
- Site Clearance →
Alt+Cor popup button - Cookie Export → JSON/Netscape formats, clipboard only
- Backup/Restore → Encrypted
.4ntsystem backups - Options → Customize behavior and UI
storage– save lists, vaults, and settingsactiveTab– site-specific operationscookies– manage/export/backupdownloads– save.4ntand.vaultencrypted backupsbrowsingData– clear local datascripting– manage sessionStorage<all_urls>– required for clearance scope
Shortcut: Alt+C → instant clearance
- Local-only storage
- No external calls
- Native Web Crypto API implementation
- AES-256-GCM encryption
- PBKDF2 with salt (310,000 iterations)
- Passwords never stored
- Strict CSP
- Scoped operations
- Chrome v88+
- Chromium browsers (Edge, Brave, Opera)
- Added Credential Vault replacing PasteManager
- Implemented AES-256-GCM
.vaultexport/import via native WebCrypto - Increased PBKDF2 iterations to 310,000 for enhanced cryptography
- Upgraded to Tailwind CSS v4
- Enforced strict TypeScript array tuples and state typing
- Webpack 5 performance optimization
- Email List Manager
- Alt+C Site Clearance
- Cookie Export (JSON/Netscape)
- Encrypted Cookie Backup/Restore (.4nt)
- Dark cyan HUD UI
- Manifest V3 + Service Worker
- React + TypeScript + Tailwind v3
- Configurable shortcuts
- Context menu integration
- Cookie editing tools
- Settings import/export
- External red-team tool integrations
- ChaCha20-Poly1305 support
- Hardware key integration
- Shortcut:
Alt+Csite clearance - File (Cookies):
.4nt(AES-256 encrypted backup) - File (Vault):
.vault(AES-256 encrypted credentials) - Theme: Dark (#111827) + Cyan (#00E5FF)
Made with ⚡ for red-team efficiency