Skip to content

Commit

Permalink
v2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Mar 22, 2016
1 parent f3c24b9 commit 8912c4e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#airgeddon
Version 2.2<br>
This is a DoS (Denial of Service) bash script for wireless networks.<br>

#Requirements
Expand Down
8 changes: 6 additions & 2 deletions airgeddon.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="2.2"
version="2.21"

#Change these lines to select another default language
language="english"
Expand Down Expand Up @@ -1317,7 +1317,11 @@ function detect_distro() {
language_strings $language 4 "yellow"
distro="Wifislax"
distro_language="spanish"
airmon="airmon-zc"

if hash airmon-zc 2> /dev/null; then
airmon="airmon-zc"
fi

if [ "$distro_language" != "$language" ]; then
echo
compatible=1
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ More color features
Compatibility check minor bug fixed

2.2
Changes to manage Wifislax airmon command in a better way
Changes to manage Wifislax airmon command in a better way

2.21
Compatibility Wifislax 64bits bug fixed
Removed version from Readme file

0 comments on commit 8912c4e

Please sign in to comment.