- Merged feature from @r4ulcl that adds ESSID stripping capabilities to hostapd and CLI
- Merged fix from @DroidKali that fixes environment issue in some Linux versions (fixes #200 and #190)
- Merged fix for a typo in README.md from @DamieFC
- Merged update to
raspbian-setup
by @JBalanza - Added
SECURITY.md
file - Merged unattended setup script for Ubuntu from @DroidKali
- Merged autocrack fix from @DroidKali
- Merged build fix from @rdeprera (fixes #203) (fixes #197 and #163)
- Merged Python3 migration fixes, python3 UTF-8 to ASCII conversion fixes from @Att4ck3rS3cur1ty
- Fixed additional Python3 migration issues in payload generator
- Reduced overall length of hostapd
ctrl_interface
prefix and postfix values to accomodate 100 byte max_len for Unix domain sockets, which is exceeded in deeply nested directories. (fixes #201 and #189) - Addressed disappearing
--version
flag - Fixed Responder issues (fixes #192)
- Website cloner now works with self-signed certificates (resolves #173)
- Website cloner is now single threaded to avoid deadlocks introduced by upstream dependency (pywebcopy) (resolves #172)
- Fixed ParrotOS setup issues by referencing backports package distribution list (fixes #204)
- Merged fix from @r4ulcl that pins
pem
version (resolves #166) - Updated documentation