Airoscript-ng Download
Airoscript-ng download
Airoscript-ng download
Airoscript-ng is a complete user interface for Aircrack-ng, a suite of tools for wireless network security testing and hacking. Airoscript-ng allows you to easily perform WEP and WPA network attacks, saving you time from writing commands. Airoscript-ng also provides a comprehensive way to generate network security reports, which can be converted to PDF format.
In this article, we will show you how to download and install Airoscript-ng on your system, and how to use it to crack wireless networks.
DOWNLOAD: https://t.co/tAqdmeIOvg
How to download Airoscript-ng
Airoscript-ng is part of the Aircrack-ng project, which is hosted on GitHub. You can download the latest source code of Airoscript-ng from the following link: [Airoscript-ng source code].
To download the source code, you need to have Subversion (SVN) installed on your system. You can install SVN using your package manager, such as apt, yum, or pacman. For example, on Debian-based systems, you can run the following command:
sudo apt install subversion
Once you have SVN installed, you can download the source code of Airoscript-ng by running the following command:
svn co airoscript-ng
This will create a directory called airoscript-ng in your current working directory, where you will find the source files of Airoscript-ng.
How to install Airoscript-ng
To install Airoscript-ng, you need to have some dependencies installed on your system. These include:
Aircrack-ng (SVN version = same version as airoscript-ng_version)
Bash ( >4.0 )
Grep
Ip (iproute package)
Iw
Mrxvtxtermgnome-terminal > Preferably xterm
Macchanger
Make
Python 2.7
Subversion
You can install these dependencies using your package manager, such as apt, yum, or pacman. For example, on Debian-based systems, you can run the following command:
sudo apt install aircrack-ng bash grep iproute2 iw xterm macchanger make python subversion
Once you have the dependencies installed, you can install Airoscript-ng by running the following commands:
cd airoscript-ng make sudo make install
This will install Airoscript-ng in your system path, so you can run it from any directory.
How to use Airoscript-ng
To use Airoscript-ng, you need to have a wireless card that supports injection and monitor mode. You can check if your wireless card supports these features by running the following command:
airmon-ng check kill airmon-ng start wlan0 aireplay-ng -9 wlan0mon
Replace wlan0 with your wireless interface name. If you see an output like this:
Injection is working!
Then your wireless card supports injection and monitor mode.
To launch Airoscript-ng, you can run the following command:
airoscript-ng [options]
The options are as follows:
Option
Param.
Description
-t
terminal
Specify terminal (xterm or screen)
-c
none
Launches an interface selection menu (requires -pzenity)
-w
wireless_card
Specify wifi card
-b
file
Writes a csv file with network data
-m
mac_mode
Change mac to fakemac before everything else. (mac_mode = fakemac or realmac)
-a
none
Automatic mode
-n
regex
Filter SSID by regex
-x
none
Autoconfigure network after automatic crack (requires -a)
-z
none
Don't scan automatically at start
-p
plugin file
Load plugin at start
Verbose & debug mode
Displays this usage screen
Airoscript-ng also supports plugins, which are shell scripts that extend the functionality of Airoscript-ng. Some of the plugins that come with Airoscript-ng are:
arpspoof > Enables Arpspoof menu, which allows you to perform man-in-the-middle attacks on the network.
digenpy > Enables Digenpy, a dictionary generator for cracking WPA passwords.
dsniff > Launches Dsniff, a tool to capture network traffic and passwords.
hydra > Configures network, then launches Hydra, a tool to brute force router passwords.
iptables > Configures Iptables to redirect traffic through it (needed for arpspoof and sslstrip).
johntheripper > Enables John The Ripper, a tool to generate password lists for cracking WPA passwords.
mdk3 > Enables Mdk3 menu, which allows you to perform various attacks on the network, such as deauthentication, beacon flooding, and authentication spoofing.
metasploit > Enables Metasploit menu, which allows you to launch various exploits and payloads on the network.
nessus > Enables Nessus menu, which allows you to scan the network for vulnerabilities and generate reports.
nmap > Enables Nmap menu, which allows you to scan the network for hosts and services.
sslstrip > Launches Sslstrip, a tool to strip SSL encryption from HTTPS connections.
wifite > Enables Wifite menu, which allows you to automate the process of cracking WEP and WPA networks.
To load a plugin, you can use the -p option followed by the plugin file name. For example, to load the arpspoof plugin, you can run the following command:
airoscript-ng -p arpspoof
This will enable the Arpspoof menu in Airoscript-ng, where you can choose your target network and perform a man-in-the-middle attack.
How to crack wireless networks with Airoscript-ng
Airoscript-ng can crack both WEP and WPA networks. The process is different for each type of network, so we will explain them separately.
How to crack WEP networks with Airoscript-ng
To crack a WEP network with Airoscript-ng, you need to follow these steps:
Launch Airoscript-ng with your wireless card as an argument. For example:
airoscript-ng wlan0
Airoscript-ng will scan for available networks and display them in a table. Choose the WEP network that you want to crack by entering its number.
Airoscript-ng will ask you if you want to change your MAC address. You can choose yes or no, depending on your preference.
Airoscript-ng will put your wireless card in monitor mode and start capturing packets from the target network. It will also launch a new terminal window where it will perform various attacks to generate traffic and increase the number of IVs (Initialization Vectors), which are needed to crack the WEP key.
When the number of IVs reaches a sufficient amount (usually around 20,000), Airoscript-ng will attempt to crack the WEP key using Aircrack-ng. If successful, it will display the WEP key in hexadecimal format. You can then use this key to connect to the network.
Airoscript-ng also allows you to save the captured packets in a file, which you can use later for offline cracking or analysis.
How to crack WPA networks with Airoscript-ng
To crack a WPA network with Airoscript-ng, you need to follow these steps:
Launch Airoscript-ng with your wireless card as an argument. For example:
airoscript-ng wlan0
Airoscript-ng will scan for available networks and display them in a table. Choose the WPA network that you want to crack by entering its number.
Airoscript-ng will