Linux command
airserv-ng 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Start the wireless server on an interface with a specific channel and port
sudo airserv-ng -d [wlan0mon] -c [6] -p [666]
Start the server on the default port
sudo airserv-ng -d [wlan0mon]
Start with verbose debug output
sudo airserv-ng -d [wlan0mon] -v [3]
说明
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.
参数
- -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.
FAQ
What is the airserv-ng command used for?
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.
How do I run a basic airserv-ng example?
Run `sudo airserv-ng -d [wlan0mon] -c [6] -p [666]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d _IFACE_ do in airserv-ng?
Wireless interface to serve (required).