Skip to content

Commit

Permalink
Merge pull request #108 from v1s1t0r1sh3r3/dev
Browse files Browse the repository at this point in the history
Dev to master
  • Loading branch information
OscarAkaElvis authored Dec 2, 2017
2 parents a1fb75b + 61c2c81 commit 927ec99
Show file tree
Hide file tree
Showing 12 changed files with 1,474 additions and 345 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 7.23
- Fixed error in Docker container on some host O.S.
- Fixed error message on offline Arcadyan PIN algorithm calculation
- Polish language translation added (Thank you to "dodg3rmaq")
- Added "DoS pursuit mode" on DoS attacks (including DoS used on Evil Twin attacks) to avoid AP channel hopping
- Tested compatibility with Parrot 3.9, BlackArch 2017.08.30 and Kali 2017.3

### 7.22
- Fixed error caused by Bettercap. Bug: https://github.com/evilsocket/bettercap/issues/356
- Arcadyan WPS PIN generation algorithm integrated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ All the needed info about how to "install | use | enjoy" `airgeddon` is present
[Hat Tip To]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Hat%20Tip%20To
[Inspiration]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Inspiration

[Version-shield]: https://img.shields.io/badge/version-7.22-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
[Version-shield]: https://img.shields.io/badge/version-7.23-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
[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"
[License-shield]: https://img.shields.io/badge/license-GPL%20v3%2B-blue.svg?style=flat-square&colorA=273133&colorB=bd0000 "GPL v3+"
[Docker-shield]: https://img.shields.io/docker/automated/v1s1t0r1sh3r3/airgeddon.svg?style=flat-square&colorA=273133&colorB=f9ff5a "Docker rules!"
Expand Down
781 changes: 632 additions & 149 deletions airgeddon.sh

Large diffs are not rendered by default.

Binary file not shown.
Binary file added binaries/kali/airgeddon_7.23-1_all.deb
Binary file not shown.
File renamed without changes.
Binary file added imgs/flags/pl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgs/wiki/airgeddon_scrs6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions known_pins.db
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ function set_pin_database() {
PINDB["E43ED7"]="29187386 60551085 07281808 78232099 37706937"
PINDB["E4C146"]="71537573 10009321 31348034 18794786 15738370"
PINDB["E840F2"]="12345670"
PINDB["E8D11B"]="46240255 30859098 16615519 08935946 40033990"
PINDB["EC1A59"]="19366838"
PINDB["F07D68"]="01290141 00927659"
PINDB["F43E61"]="12345670 47158382 69382161"
Expand Down
1,026 changes: 832 additions & 194 deletions language_strings.sh

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pindb_checksum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a1ef329048cc07cada62bb4f43066ed3
b4219bc0a582eadeda1d4eee722c0083

0 comments on commit 927ec99

Please sign in to comment.