Skip to content

Commit

Permalink
Merge pull request #43 from v1s1t0r1sh3r3/dev
Browse files Browse the repository at this point in the history
Merge dev to master v5.01
  • Loading branch information
OscarAkaElvis authored Nov 16, 2016
2 parents feca168 + 88456a6 commit 38356c0
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 49 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#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/imgs/airgeddon_banner.png" title="We'll conquer the earth!!"/>
![We'll conquer the earth!!][1]

#Features
- Interface mode switcher (Monitor-Managed) keeping selection even with interface name changing.<br/>
- DoS over wireless networks with different methods.<br/>
- Assisted Handshake file capture.<br/>
- Interface mode switcher (Monitor-Managed) keeping selection even on interface name changing.<br/>
- DoS over wireless networks using different methods.<br/>
- Assisted Handshake file capturing.<br/>
- Cleaning and optimizing Handshake captured files.<br/>
- Offline password decrypt on WPA/WPA2 captured files (dictionary, bruteforce and rule based).<br/>
- 4 Evil Twin attacks: Evil Twin with integrated sniffing, with sslstrip, "only AP" version to sniff with external sniffer and "black hole" captive portal to capture wifi passwords.<br/>
- WPS features: WPS scanning (wash). WPS Custom pin association. WPS Pixie Dust attacks integrated with reaver and bully.<br/>
- Offline password decrypting on WPA/WPA2 captured files (dictionary, bruteforce and rule based).<br/>
- 4 Evil Twin attacks: Evil Twin with integrated sniffing, sslstrip mode, "only AP" version to sniff using external sniffer and "black hole" captive portal to capture wifi passwords.<br/>
- WPS features: WPS scanning (wash). WPS Custom pin association. WPS Pixie Dust attacks integrated using reaver and bully. WPS bruteforce PIN attacks.<br/>
- Compatibility with many Linux distros (see requirements section).<br/>
- Easy targeting and selection in every section.<br/>
- Drag and drop files on console window for entering file paths.<br/>
Expand All @@ -20,8 +20,7 @@ This is a multi-use bash script for Linux systems to audit wireless networks.<br
- Auto-update. Script checks for newer version if possible.

#Coming soon
- WPS Bruteforce PIN attack
- WPS Database search for "easy AP" known PINs
- WPS PIN Database search for "easy AP" known PINs and integration of most common PIN generation algorithms

#Requirements
Bash version 4.0 or later needed.<br/>
Expand All @@ -30,7 +29,7 @@ Tested on these compatible Linux distros:<br/>
*-Kali 2.0, 2016.1, 2016.2 and arm versions (Raspberry Pi)*<br/>
*-Wifislax 4.11.1 and 4.12*<br/>
*-Backbox 4.5.1 and 4.6*<br/>
*-Parrot 2.2.1 and 3.1.1*<br/>
*-Parrot 2.2.1, 3.1.1 and arm versions (Raspberry Pi)*<br/>
*-Blackarch 2016.01.10 and 2016.04.28*<br/>
*-Cyborg Hawk 1.1*<br/>
*-Debian 7 (Wheezy) and 8 (Jessie)*<br/>
Expand Down Expand Up @@ -159,6 +158,10 @@ If you enjoyed the script, feel free to give a donation. Invite me to a coffee t
Paypal: *v1s1t0r.1s.h3r3&#64;gmail.com*<br/>
Bitcoin: *1AKnTXbomtwUzrm81FRzi5acSSXxGteGTH*<br/>
<br/>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7ELM486P7XKKG" title="Show me the money!">![Show me the money!][1]</a>&nbsp;<a href="https://blockchain.info/address/1AKnTXbomtwUzrm81FRzi5acSSXxGteGTH" title="Show me the money!">![Show me the money!][2]</a>
[1]: https://raw.githubusercontent.com/v1s1t0r1sh3r3/airgeddon/master/imgs/paypal_donate.png
[2]: https://raw.githubusercontent.com/v1s1t0r1sh3r3/airgeddon/master/imgs/bitcoin_donate.png
[![paypal][2]](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7ELM486P7XKKG)
&nbsp;
[![bitcoin][3]](https://blockchain.info/address/1AKnTXbomtwUzrm81FRzi5acSSXxGteGTH)

[1]: /imgs/airgeddon_banner.png "We'll conquer the earth!!"
[2]: /imgs/paypal_donate.png "Show me the money!"
[3]: /imgs/bitcoin_donate.png "Show me the money!"
Loading

0 comments on commit 38356c0

Please sign in to comment.