NextAnti is a Chrome Manifest V3-based browser security extension designed specifically for anti-honeypot countermeasures.
Recommended for use only during red team operations; otherwise the extension may continuously delete cookies.
- Anti Tracking
- Anti Fingerprinting
- Honeypot Detection
- Dynamic Script Monitoring
- WebRTC Leak Prevention
- Tracker / Analytics Blocking
- Front-end Countermeasures and Browser Privacy Protection
- Basic honeypot detection with blocking of analytics / trackers
- Canvas fingerprint resistance
- Randomized User-Agent
- WebGL fingerprint resistance
- Audio fingerprint resistance
- WebRTC blocking
- Dynamic script detection
- Obfuscated JavaScript detection
- Honeypot signature detection
Open:
chrome://extensionsEnable:
Developer Mode
Click:
Load unpacked extension
Select:
NextAnti/
Modify:
background.jsAdd:
{
id: 999,
host: 'example.com'
}Also recommended to add in:
inject.jsInside:
const BLACKLIST = [Add:
'example.com'
This project partially references the following repositories:
