buffermet

Results 16 issues of buffermet

In session scripts we are missing the option to remove session event listeners. If we have a function like `removeEventListener(tickerName, func)` then we won't get a buildup of unused session...

enhancement

Changelog: - Fixed SSL domain indexing logic. - Whitelisting clients is now done using MAC instead of IP. - Whitelisting is now persistent. - Some performance improvements. To-Do: The goal...

Several new modules and features still lack documentation on https://bettercap.org: - Zerogod module - DNS proxy - addSessionEvent - removeEventListener - onExit - named tickers - ndp.ban ...and possibly others...

Thanks for this amazing tool. System: GNU/Linux 6.13.1-arch1-1 x86_64 Installed: legba 0.10.0 I have noticed that when a wordlist contains a cyrillic character, it stops sending requests: ![Image](https://github.com/user-attachments/assets/5388d790-034e-44af-87f8-921657f7e6e1)

I am currently working on a module that requires the use of typed arrays (Uint8Array) as well as SHA-1 hashing algo in the HTTP proxy. Because the SubtleCrypto and TextEncoder...

Depends on https://github.com/bettercap/bettercap/pull/1195 Changes: - Implemented cookie domain spoofing. - Implemented cookie downgrade attack (for downgrading HTTPS). - Implemented req/res body regex replacement JSON config file. - Implemented req/res header...