Skip to content

Commit 96c6449

Browse files
authored
Merge pull request #662 from v1s1t0r1sh3r3/dev
Dev to master v11.50
2 parents 6fca85e + 8195623 commit 96c6449

File tree

9 files changed

+678
-151
lines changed

9 files changed

+678
-151
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 11.50
2+
- Enterprise certificate analysis feature
3+
- Fixed WEP besside-ng attack when hex key contains non-numeric chars
4+
- Added DoS to enterprise identities capture process to improve reliability
5+
- Added functions to simplify hooking menus and hints from plugins
6+
- Added new variables to check support of 802.11n/802.11ac/802.11ax/802.11be standards
7+
- Improved Evil Twin fake APs to add 802.11n/802.11ac/802.11ax if supported by the adapter
8+
- Added support for detecting enterprise networks that report CMAC as their authentication method
9+
- Fixed an issue in some DoS attacks with ESSIDs containing spaces
10+
- Improved BSSID digit randomization to prevent fake AP from using the same MAC address as the original one
11+
- Enhanced captive portal behaviour to avoid detection as suspicious network on Samsung devices
12+
113
### 11.41
214
- Added a function to simplify hooking language strings from plugins
315
- Enterprise identities capture feature

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Another way to contribute is buying some merchandising (mugs, T-shirts, etc.). A
9999
<b>BAT</b>: <em>0x1b844e8251Db6A938813466Cf033FAF70c7c94bB</em> <br/>
100100
<b>Ethereum</b>: <em>0xaEf16Ffbd03A742Ab6DAB8Bd60C6014726099583</em> <br/>
101101
<b>Litecoin</b>: <em>ltc1q3ncz8gxzvzuekupatpm29k6u3c26cf78tw3zjx</em> <br/>
102-
<b>Cardano</b>: <em>addr1qy4sdmjhpsx3z3wh7ryptyt9c3xfcdxrxull33sh9senmcxfeqzunfuzdvas294dmd6d265aep7u87eg8ypwx4flq84q36l5pu</em>
102+
<b>Pi</b>: <em>GBWAREEMQJ6VRPXOH2UTXUYSQSKQDJLNKHSDUCBUJVWC2CFIASAZ6I5T</em>
103103
</td>
104104
</tr>
105105
</table>
@@ -145,7 +145,7 @@ Another way to contribute is buying some merchandising (mugs, T-shirts, etc.). A
145145
Litecoin QR code:
146146
</td>
147147
<td>
148-
Cardano QR code:
148+
Pi QR code:
149149
</td>
150150
</tr>
151151
<tr>
@@ -156,7 +156,7 @@ Another way to contribute is buying some merchandising (mugs, T-shirts, etc.). A
156156
<img src="https://raw.githubusercontent.com/v1s1t0r1sh3r3/airgeddon/master/imgs/banners/litecoin_qr.png" alt="Litecoin" title="Litecoin"/>
157157
</td>
158158
<td>
159-
<img src="https://raw.githubusercontent.com/v1s1t0r1sh3r3/airgeddon/master/imgs/banners/cardano_qr.png" alt="Cardano" title="Cardano"/>
159+
<img src="https://raw.githubusercontent.com/v1s1t0r1sh3r3/airgeddon/master/imgs/banners/pi_qr.png" alt="Pi" title="Pi"/>
160160
</td>
161161
</tr>
162162
</table>

README.md

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

114-
[Version-shield]: https://img.shields.io/badge/version-11.41-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
114+
[Version-shield]: https://img.shields.io/badge/version-11.50-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
115115
[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"
116116
[License-shield]: https://img.shields.io/badge/license-GPL%20v3%2B-blue.svg?style=flat-square&colorA=273133&colorB=bd0000 "GPL v3+"
117117
[Docker-shield]: https://img.shields.io/docker/automated/v1s1t0r1sh3r3/airgeddon.svg?style=flat-square&colorA=273133&colorB=a9a9a9 "Docker rules!"

0 commit comments

Comments
 (0)