LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

airserv-ng

Wireless card server for remote access over TCP/IP

TLDR

Start the wireless server on an interface with a specific channel and port
$ sudo airserv-ng -d [wlan0mon] -c [6] -p [666]
copy
Start the server on the default port
$ sudo airserv-ng -d [wlan0mon]
copy
Start with verbose debug output
$ sudo airserv-ng -d [wlan0mon] -v [3]
copy

SYNOPSIS

airserv-ng [options]

DESCRIPTION

airserv-ng is a wireless card server that allows multiple wireless application programs to independently use a wireless card via a client-server TCP network connection. All operating system and wireless card driver specific code is incorporated into the server.Clients connect by specifying host:port as the interface name instead of a local device. This enables using aircrack-ng tools on one machine while the wireless card is physically connected to another.

PARAMETERS

-d IFACE

Wireless interface to serve (required).
-c CHAN
Lock the interface to a specific channel.
-p PORT
TCP port to listen on (default: 666).
-v LEVEL
Debug level. Level 1 shows client connect/disconnect (default), higher levels show more detail.
-h
Display help information.

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

No built-in authentication or encryption; use SSH tunneling for secure remote access. Network latency may affect real-time packet injection. The wireless card should typically be in monitor mode before starting the server.

HISTORY

airserv-ng was created as part of the aircrack-ng suite to enable distributed wireless testing scenarios where the wireless hardware and analysis software run on different machines.

SEE ALSO

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