

A powerful Chrome extension that detects and analyzes Google reCAPTCHA implementations on websites.
- 🔍 Detects both reCAPTCHA v2 and v3
- 🚀 Real-time scanning of web pages
- 💡 Enterprise reCAPTCHA detection
- 📋 Easy site key copying
- 🎨 Clean and modern UI
- Download the latest release from the releases page
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the downloaded extension folder
- Click the extension icon in your browser toolbar
- Click "Scan Page" to detect reCAPTCHA on the current page
- View detailed information about detected reCAPTCHA implementations
- Copy site keys and configuration details with one click
-
reCAPTCHA v2
- Site key detection
- Enterprise implementation detection
- Full configuration details
-
reCAPTCHA v3
- Multiple site key detection
- Enterprise implementation detection
- Action parameters
- Configuration details
- Chrome browser (latest version recommended)
- Git
- Clone the repository:
git clone https://github.com/0xtbug/ReDet.git
cd ReDet
-
Load the extension in Chrome:
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the cloned directory
- Open Chrome and go to
-
Development workflow:
- Make changes to the source files
- Refresh the extension in
chrome://extensions/
- Click the refresh icon on the extension card to apply changes
ReDet/
├── src/
│ ├── views/ # UI components
│ │ ├── popup/ # Extension popup interface
│ │ │ ├── popup.html
│ │ │ ├── popup.css
│ │ │ └── popup.js
│ │ └── icons/ # Extension icons
│ ├── content/ # Content scripts
│ │ └── content.js
│ ├── controllers/ # Background scripts
│ │ └── background.js
│ └── models/ # Data models
├── manifest.json # Extension manifest
└── build-date # Version and build information
-
Code Style
- Use consistent indentation (2 spaces)
- Follow JavaScript ES6+ conventions
- Keep functions small and focused
- Add comments for complex logic
-
Testing
- Test on different websites with various reCAPTCHA implementations
- Verify both v2 and v3 detection
- Check Enterprise reCAPTCHA detection
- Test on different Chrome versions
-
Building
- No build step required
- Direct development in source files
- Chrome automatically reloads on file changes
-
Debugging
- Use Chrome DevTools for debugging
- Check the Console for errors
- Inspect popup with right-click -> Inspect
- Monitor background script in extension page
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
0xtbug
- GitHub: @0xtbug
- Thanks to all contributors who have helped make this project better
- Special thanks to the Chrome Extensions community
- v1.1 (Current)
- Added Enterprise reCAPTCHA detection
- Improved UI/UX
- Better error handling
- Performance optimizations
If you encounter any issues or have questions, please:
- Check the Issues page
- Create a new issue if your problem isn't already listed
Built with ❤️ by 0xtbug