buffermet

Results 16 issues of buffermet

When changing the pattern dot count using `setDotCount()` PatternLockView.java throws an ArrayIndexOutOfBoundsException because `sDots` is not updated when `setDotCount()` is called. Changelog: - `sDots` is changed to a private static...

There is a bug in the PatternLockUtils lib where `stringToPattern()` cannot convert every pattern combination. Number values should not be saved in a string for pattern views with 4x4 dots...

I am writing this to consolidate https://github.com/bettercap/bettercap/pull/496 and https://github.com/bettercap/bettercap/pull/764#issuecomment-700779340 (and others). It would be great to have the ability to have a more dynamic DNS spoofer by means of a...

enhancement

This tool is amazing, but super frustrating, messy, and lacking essential stuff in so many areas... First of all, no offense to anyone who has worked on this, but I...

enhancement/suggestion

``` $ uname -a Linux Hostname 4.13.0-kali1-amd64 #1 SMP Debian 4.13.4-2kali1 (2017-10-16) x86_64 GNU/Linux ``` Problem: ``` $ ifconfig wlan1 down $ iwconfig wlan1 mode Monitor $ ifconfig wlan1 up...

help wanted

This commit contains several changes to the hstshijack module: - reduced a great deal of overhead by precompiling the regexp selectors in the HTTP proxy script that are repeatedly used...

![dns.proxy options](https://github.com/user-attachments/assets/c61cf961-c2c5-4065-afef-4e42d7d68426) This bettercap module enables manipulation of DNS traffic over UDP and TCP using JavaScript proxy modules (with support for TLS). Due to the variable nature of DNS Resource...

For proxy scripts it would be useful to signal custom session events so that we can set listeners for them in the interactive session as well as session scripts. For...

enhancement

In the proxy module scripts we have an optional onLoad() function, it would be useful to also have an onExit() function to allow for graceful exiting and reducing overhead from...

enhancement