Skip to content

Commit

Permalink
Merge pull request #300 from v1s1t0r1sh3r3/dev
Browse files Browse the repository at this point in the history
Dev to master v9.22
  • Loading branch information
OscarAkaElvis authored Sep 8, 2019
2 parents 9f7f6e2 + 0a75d58 commit f9246dc
Show file tree
Hide file tree
Showing 19 changed files with 1,157 additions and 1,176 deletions.
2 changes: 1 addition & 1 deletion .airgeddonrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AIRGEDDON_SKIP_INTRO=false
#Enabled true / Disabled false - Allow colorized output - Default value true
AIRGEDDON_BASIC_COLORS=true

#Enabled true / Disabled false - Allow extended colorized output (ccze needed, it has no effect on disabled basic colors) - Default value true
#Enabled true / Disabled false - Allow extended colorized output (ccze tool needed, it has no effect on disabled basic colors) - Default value true
AIRGEDDON_EXTENDED_COLORS=true

#Enabled true / Disabled false - Auto change language feature - Default value true
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

custom: ['https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7ELM486P7XKKG', 'https://www.blockchain.com/btc/address/1NSzwqtBBdo4CrvynPZmd85xfbL7hw3Ptu', 'https://www.blockchain.com/bch/address/1GyUesBgwHKZBeFvkT5nfteecPdH6bAEaL', 'https://www.blockchain.com/eth/address/0xf88107ba5e10776a37ec089a7ed2bac57638eea7', 'https://www.buymeacoffee.com/v1s1t0r']
custom: ['https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7ELM486P7XKKG', 'https://www.blockchain.com/btc/address/1NSzwqtBBdo4CrvynPZmd85xfbL7hw3Ptu', 'https://www.blockchain.com/eth/address/0xf88107ba5e10776a37ec089a7ed2bac57638eea7', 'https://www.buymeacoffee.com/v1s1t0r']
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 9.22
- Improved certificates validations and error messages
- Removed useless internet access DNS resolution method for captive portal Evil Twin, now pure dnsspoof
- Fixed exit on tmux launch if tmux not installed
- Added more charset combinations for hashcat bruteforce attacks
- Fixed length problem on hashcat bruteforce decryption attacks
- Fixed handshake capture menu error
- Compatibility extended to Pentoo Linux
- Removed unneeded expect (unbuffer) dependency
- Added tab autocompletion for every path input

### 9.21
- Fixed non-closing windows on some DoS pursuit mode attacks
- Added retrocompatibility for mdk3, added option in .airgeddonrc file to handle it
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ RUN \
iw \
aircrack-ng \
xterm \
iproute2
iproute2 \
pciutils

#Install airgeddon internal tools
RUN \
apt -y install \
ethtool \
pciutils \
usbutils \
rfkill \
x11-utils \
Expand Down Expand Up @@ -81,7 +81,6 @@ RUN \
reaver \
bully \
pixiewps \
expect \
hostapd-wpe \
asleap \
john \
Expand Down
1,292 changes: 665 additions & 627 deletions LICENSE

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ All the needed info about how to "install | use | enjoy" `airgeddon` is present
- *II. Requirements*
- [Requirements]
- [Compatibility]
- [Cards and Chipsets]
- [Wayland]
- [Consistent Network Device Naming]
- [Kali Nethunter]
- [Essential Tools]
- [Optional Tools]
- [BeEF Tips]
Expand Down Expand Up @@ -59,6 +63,10 @@ All the needed info about how to "install | use | enjoy" `airgeddon` is present
[Wallpapers]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Wallpapers
[Requirements]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Requirements
[Compatibility]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Compatibility
[Cards and Chipsets]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Cards%20and%20Chipsets
[Wayland]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Wayland
[Consistent Network Device Naming]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Consistent%20Network%20Device%20Naming
[Kali Nethunter]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Kali%20Nethunter
[Essential Tools]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Essential%20Tools
[Optional Tools]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/Optional%20Tools
[BeEF Tips]: https://github.com/v1s1t0r1sh3r3/airgeddon/wiki/BeEF%20Tips
Expand All @@ -82,7 +90,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-9.21-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
[Version-shield]: https://img.shields.io/badge/version-9.22-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
Loading

0 comments on commit f9246dc

Please sign in to comment.