Mister X
Mister X
# Description The website lacks modern metadata used in social media, and it incorrectly chooses the wrong picture as the logo. Add all that metadata in the static pages.
# Defect Report ## Issue type - [x] Defect - Incorrect value displayed/received/stored - [x] Defect - Unexpected behavior (obvious or confirmed in the GitHub Discussions) ## System information -...
# Description Add automated testing for hostapd-wpe and freeradius-wpe to ensure patches are working properly, as to avoid #2334. Note: only run these when something has been committed to the...
Add a spell checker to report typos and other issues. Another PR will follow to fix the issues.
The option `--space` doesn't do anything. It just sets a variable and that's it.
Running something like `rsmangler.rb --file wordlist.txt | head` on a simple 2 word file will work as expected and output first 10 lines but it will throw an exception at...
Original bug report: seemoo-lab/nexmon#32 after loading Nexmon on Kali (on a Raspberry Pi 3) and successfully getting packets in monitor mode, I noticed the system seems to get the following...
Original bug report: raspberrypi/linux#1811 Using Kernel 4.4.39-v7_Re4son-Kali-Pi-TFT+ (which is based on this kernel with adafruit patches for TFT display and 802.11 injection patches), I fairly often run into issue where...
kv parses just fine values within double quotes (and probably also with single quote). However, it parses the value as key-value if the value contains equal signs. This can be...