Skip to content

Commit 3d95621

Browse files
authored
Merge pull request #530 from v1s1t0r1sh3r3/dev
Dev to master v11.11
2 parents 1813666 + bfb9532 commit 3d95621

11 files changed

+258
-128
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 11.11
2+
- Custom enterprise certificates creation fix (now sha256) for modern hostapd-wpe versions
3+
- Fixed Docker distro shown (now Kali based)
4+
- Fixed PMKID hashcat hash parsing
5+
- Improvements on graphics system and resolution detection
6+
- Fixed 5Ghz Evil Twin attacks DoS problems
7+
- Added 5Ghz country code check
8+
- Improvements on OS/distro detection
9+
110
### 11.10
211
- Fixed problem for latest BeEF
312
- Fixed broken dependency menu validation
@@ -101,7 +110,7 @@
101110
- Added plugins system
102111
- Added example plugin: Missing dependencies auto-installation for some distros (Kali, Parrot, BlackArch)
103112
- Improvements for Evil Twin on captive portal detection for newer devices
104-
- Missing 5GHz channels added
113+
- Missing 5Ghz channels added
105114
- Github pull request template added and issue templates updated
106115
- Fixed error on hex2ascii conversion for some WEP passwords
107116

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN \
5454
x11-utils \
5555
wget \
5656
ccze \
57+
systemd \
5758
x11-xserver-utils
5859

5960
#Install update tools

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ All the needed info about how to "install | use | enjoy" `airgeddon` is present
106106
[Hat Tip To]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Hat%20Tip%20To
107107
[Inspiration]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Inspiration
108108

109-
[Version-shield]: https://img.shields.io/badge/version-11.10-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
109+
[Version-shield]: https://img.shields.io/badge/version-11.11-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
110110
[Bash4.2-shield]: https://img.shields.io/badge/bash-4.2%2B-blue.svg?style=flat-square&colorA=273133&colorB=00db00 "Bash 4.2 or later"
111111
[License-shield]: https://img.shields.io/badge/license-GPL%20v3%2B-blue.svg?style=flat-square&colorA=273133&colorB=bd0000 "GPL v3+"
112112
[Docker-shield]: https://img.shields.io/docker/cloud/automated/v1s1t0r1sh3r3/airgeddon.svg?style=flat-square&colorA=273133&colorB=a9a9a9 "Docker rules!"

0 commit comments

Comments
 (0)