☸️

Results 7 issues of ☸️

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...