Skip to content

Commit 6afc39d

Browse files
Merge pull request #561 from v1s1t0r1sh3r3/dev
Dev to master v11.21
2 parents d1da86e + 552504a commit 6afc39d

13 files changed

+966
-68
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 11.21
2+
- Chinese language translation added (Thank you to "zcbxx")
3+
- Fixed bug parsing cracked PIN on WPS reaver Pixie Dust attack for newer reaver versions
4+
- Fixed error on PMKID capturing due hcxdumptool different params for newer versions using bpf filters
5+
- Fixed error on interfaces and process killing on "DoS pursuit mode"
6+
17
### 11.20
28
- Improvements and fixes on "DoS pursuit mode"
39
- Fixed bug on Evil Twin captive portal attack when relative paths used

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ RUN \
8888
hcxtools \
8989
hcxdumptool \
9090
beef-xss \
91-
tshark
91+
tshark \
92+
tcpdump
9293

9394
#Env var for display
9495
ENV DISPLAY=":0"

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.20-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
109+
[Version-shield]: https://img.shields.io/badge/version-11.21-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/automated/v1s1t0r1sh3r3/airgeddon.svg?style=flat-square&colorA=273133&colorB=a9a9a9 "Docker rules!"

airgeddon.sh

Lines changed: 87 additions & 32 deletions
Large diffs are not rendered by default.
-687 KB
Binary file not shown.
717 KB
Binary file not shown.

imgs/wiki/airgeddon_scrs1.png

1.15 KB
Loading

imgs/wiki/airgeddon_scrs2.png

-4.3 KB
Loading

imgs/wiki/airgeddon_scrs7.png

-2.23 KB
Loading

known_pins.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function set_pin_database() {
6666
PINDB["002202"]="12345670"
6767
PINDB["00223F"]="48247818"
6868
PINDB["00226B"]="59900887 14335068"
69-
PINDB["002275"]="12885381 25751118 14989346 53704825 34922453 29221790 44058685 38243899 23124684 22478481 80795438 62288644 41042243 24929042"
69+
PINDB["002275"]="12885381 25751118 14989346 53704825 34922453 29221790 44058685 38243899 23124684 22478481 80795438 62288644 41042243 24929042 16968660"
7070
PINDB["002293"]="92854048 92937208"
7171
PINDB["0022B0"]="35860167"
7272
PINDB["0022F7"]="60530004 25853209 23096004 26834481"

0 commit comments

Comments
 (0)