Table of Contents

Airoscript-ng

User interface to Aircrack-ng

Authors:

Description

Airoscript-ng is a complete user interface to interact with Aicrack-ng and allows easy WEP and WPA networks attacks. It gives you almost all functionality that Aircrack-ng has, allowing you to save some time from writing commands. Airoscript-ng also provides a comprehensive way to generate CEO-readable network security reports, writable (by wkhtml2pdf plugin) as pdf.

Requirements

Recommended:

Installing

svn co http://svn.aircrack-ng.org/branch/airoscript-ng/ airoscript-ng

The command above places the files into a directory called Airoscript-ng. Then you must su to root and then:

cd airoscript-ng
make

At this point you are ready to use Airoscript-ng by simply typing “airoscript-ng”.

Usage

airoscript-ng [options]
OptionParam.Description
-tterminalSpecify terminal (xterm or screen)
-cnoneLaunches an interface selection menu (requires -pzenity)
-wwireless_cardSpecify wifi card
-bfileWrites a csv file with network data
-mmac_modeChange mac to fakemac before everything else. (mac_mode = fakemac or realmac)
-anoneAutomatic mode
-nregexFilter SSID by regex
-xnoneAutoconfigure network after automatic crack (requires -a)
-znoneDon't scan automatically at start
-pplugin fileLoad plugin at start
-vnoneVerbose & debug mode
-hnoneDisplays this usage screen

Usage Examples

Try to crack/test the first of all our networks using our real mac address

airoscript-ng -w wlan0 -m realmac -n "Test_My_SSID"          

Try to crack/test any network with faked mac.

airoscript-ng -w wlan0 -m fakemac -a

Plugin support

Airoscript-ng supports plugins, shell scripts listed in enabled_plugins on Airoscript-ng configuration (use the full path there). Since SVN revision 1969 Airoscript-ng has a plugin menu, which will make you able to enable any plugin after Airoscript-ng has been started just by selecting it.

Currently (at 1991) the plugin list that comes out with Airoscript-ng is:

Airoscript-ng menu is quite intuitive, and it's documented in the html docs. Since version 1.1 is able to queue commands, that is, you can tell it to do 1 then 2 in a menu just by entering “1 2” (without the quotes).