Skip to content

Commit

Permalink
Merge pull request #4 from v1s1t0r1sh3r3/dev
Browse files Browse the repository at this point in the history
3.42 from dev to master
  • Loading branch information
v1s1t0r1sh3r3 authored Jul 5, 2016
2 parents 34808a2 + 0701dfd commit 7488389
Show file tree
Hide file tree
Showing 9 changed files with 458 additions and 64 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Auto detect text files and perform LF normalization
* text=auto

# Text files and source code
*.txt text
*.sh text
*.md text

# Binary image formats
*.png binary

# Standard to msysgit
*.odt binary
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
.dropbox*
.idea
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#airgeddon
This is a multi-use bash script for Linux systems to audit wireless networks.<br/>
<img src="https://raw.githubusercontent.com/v1s1t0r1sh3r3/airgeddon/master/airgeddon_banner.png" title="We'll conquer the earth!!"/>
<img src="https://raw.githubusercontent.com/v1s1t0r1sh3r3/airgeddon/master/imgs/airgeddon_banner.png" title="We'll conquer the earth!!"/>

#Features
- Interface mode switcher (Monitor-Managed).<br/>
Expand Down Expand Up @@ -33,14 +33,20 @@ Tested on these compatible Linux distros:<br/>
*-Gentoo 20160514*<br/>
*-Fedora 24*<br/>
*-Red Hat 7 (Maipo)*<br/>
*-Arch 4.6.2-1*<br/>
*-Raspbian 7 (Wheezy) and 8 (Jessie)*<br/>
<br/>
It's already available in some repositories like <a href="https://archstrike.org/wiki" target="_blank">ArchStrike</a> used by some distros (Arch Linux).<br/>
It's already available in <a href="https://archstrike.org/wiki" target="_blank">ArchStrike</a> repositories used by some distros based on Arch Linux.<br/>
Repositories versions will have auto-update feature disabled in order to avoid breaking dependencies. There is a var at the beginning of the file, *"auto_update"* can be set to 0 to turn off the auto-update feature.<br/>
<br/>
Anyway, can be used with any Linux distro if you have installed the tools what script needs. The script checks for them at the beginning.<br/>
<br/>
Anyway, can be used with any Linux distro if you have installed the tools what script needs. The script checks for them at the beginning.<br/><br/>
Essential tools: <- *the script doesn't work if you don't have installed all of them*<br/>
`iwconfig iw awk airmon-ng airodump-ng aircrack-ng xterm`<br/><br/>
`iwconfig iw awk airmon-ng airodump-ng aircrack-ng xterm`<br/>
<br/>
Optional tools: <- *not necessary to work, only needed for some features*<br/>
`wpaclean crunch aireplay-ng mdk3 hashcat`<br/><br/>
`wpaclean crunch aireplay-ng mdk3 hashcat`<br/>
<br/>
Update tools: <- *not necessary to work, only used for auto-update*<br/>
`curl`<br/>
<br/>
Expand All @@ -61,7 +67,7 @@ Under Wifislax Linux and others, it can be launched using bash or sh. Example `s
If you launch the script using sh and a *"Syntax error"* appears, launch it with bash instead of sh.<br/>

#Supported Languages
English, Spanish, French and Catalan.<br/>
English, Spanish, French, Catalan and Portuguese.<br/>

#Project Collaboration
You can join the project:<br/>
Expand Down Expand Up @@ -89,6 +95,7 @@ See <a href="https://github.com/v1s1t0r1sh3r3/airgeddon/blob/master/changelog.tx
**Kcdtv** for French translations, beta testing, suggestions about new features and support received.<br/>
**El padrino** for Catalan translations.<br/>
**USUARIONUEVO** and Wifislax staff for helping me to improve the script and for suggestions about new features.<br/>
**Beans** for Portuguese translations.<br/>

#Donate
If you enjoyed the script, feel free to give a donation. Invite me a coffee sending me a fraction of a bitcoin:<br/>
Expand Down
478 changes: 421 additions & 57 deletions airgeddon.sh

Large diffs are not rendered by default.

Binary file modified airgeddon_translations.ods
Binary file not shown.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.42
Compatibility extended to Arch Linux
Compatibility extended to Raspbian Linux for Raspberry Pi
Additional check for systems which use airmon-zc, now checks for ethtool to avoid errors
Portuguese language translation added
Auto-update can be disabled using a var (useful for repositories versions)
Auto change language feature can be disabled using a var

3.41
Show network cards chipset while selecting interface
Some language strings changed
Expand Down
File renamed without changes
Binary file added imgs/airgeddon_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7488389

Please sign in to comment.