Skip to content

Commit

Permalink
v2.03
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Mar 21, 2016
1 parent 704734c commit 1eb1ade
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#airgeddon
Version 2.02<br>
Version 2.03<br>
This is a DoS (Denial of Service) bash script for wireless networks.<br>

#Requirements
Must be run under this Linux distros:<br>
Kali<br>
Wifislax<br>
Kali. Tested on 2.0 and 2016.1<br>
Wifislax. Tested on 4.11.1<br>

#Disclaimer
This script must be used only for educational purposes and Pen testing.<br>
Expand Down Expand Up @@ -53,4 +53,8 @@ English and Spanish languages added<br>
2.02<br>
Menu titles improvement<br>
Converted to UTF-8 enconding. Special spanish chars bug fixed<br>
Some minor code improvements<br>
Some minor code improvements<br>
<br>
2.03<br>
Interface detection method changed<br>
Fixed bug for Kali 2016.1<br>
2 changes: 1 addition & 1 deletion airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ function select_interface() {
language_strings $language 88 "red"
language_strings $language 24 "green"
echo
ifaces=`ifconfig -a|grep HWaddr|cut -d ' ' -f 1`
ifaces=`ip link|egrep "^[0-9]+"|cut -d ':' -f 2|awk {'print $1'}|grep lo -v`
option_counter=0
for item in $ifaces
do
Expand Down

0 comments on commit 1eb1ade

Please sign in to comment.