LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

airbase-ng

Create software-based wireless access points for penetration testing

TLDR

Create a fake access point
$ sudo airbase-ng -e "[FakeSSID]" -c [6] [wlan0mon]
copy
Create AP with WPA1/TKIP
$ sudo airbase-ng -e "[SSID]" -c [6] -z 2 [wlan0mon]
copy
Create AP with WPA2/CCMP
$ sudo airbase-ng -e "[SSID]" -c [6] -Z 4 [wlan0mon]
copy
Respond to all probes
$ sudo airbase-ng -e "[SSID]" -P -c [6] [wlan0mon]
copy

SYNOPSIS

airbase-ng [-e essid] [-c channel] [-a bssid] [options] interface

DESCRIPTION

airbase-ng is an aircrack-ng suite tool that creates software access points for penetration testing. It can simulate access points, capture WPA handshakes, perform MITM attacks, and test client security.The tool creates virtual interfaces (at0) that can be used to route traffic, enabling network analysis of connected clients.

PARAMETERS

-e essid

Access point ESSID (network name)
-c channel
Operating channel
-a bssid
Set the BSSID (MAC address) of the access point
-W 0|1
Set the WEP flag advertised in beacons (0 = off, 1 = on; default 0)
-z type
Set WPA1 cipher: 1 = WEP40, 2 = TKIP, 4 = CCMP, 5 = WEP104
-Z type
Same as -z but for WPA2
-P
Respond to all probe requests, including those for other ESSIDs
-C seconds
Enable beaconing of probed ESSID values (used with -P), at this interval
-v
Verbose output
-F prefix
Write all sent and received frames to a pcap file with this prefix
-I interval
Set the beacon interval in milliseconds
--caffe-latte
Caffe-Latte attack mode
--cfrag
PRGA attack using fragmentation

INSTALL

sudo apt install aircrack-ng
copy
sudo dnf install aircrack-ng
copy
sudo pacman -S aircrack-ng
copy
sudo apk add aircrack-ng
copy
sudo zypper install aircrack-ng
copy
brew install aircrack-ng
copy
nix profile install nixpkgs#aircrack-ng
copy

CAVEATS

For authorized security testing only. Requires interface in monitor mode. Creating fake access points may violate local laws if used without permission. Clients may connect and expose traffic.

HISTORY

airbase-ng is part of the aircrack-ng suite, which evolved from aircrack in the mid-2000s. It was developed to test wireless security by simulating various access point scenarios.

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid