Skip to content

icecliffs/nextanti

Repository files navigation

NextAnti

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

Features

  • 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

Screenshot

Snipaste_2026-05-15_14-40-13

Install

Open:

chrome://extensions

Enable:

Developer Mode

Click:

Load unpacked extension

Select:

NextAnti/

Add Rule

Modify:

background.js

Add:

{
    id: 999,
    host: 'example.com'
}

Also recommended to add in:

inject.js

Inside:

const BLACKLIST = [

Add:

'example.com'

References

This project partially references the following repositories:

About

NextAnti is a browser extension focused on anti-honeypot and anti anti-honeypot techniques, NextAnti 是一款专门用于浏览器反蜜罐反反蜜罐(Anti-Honeypot)的插件,自动阻断蜜罐请求,被蜜罐溯源,皆在于快速被蓝队识破并反制红队小伎俩

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors