Include binary data in airborne packages?

Are there any software libraries and / or wireless drivers that can turn a sequence of binary data into a wireless packet in the air? For example, if someone used Airpcap / Wireshark to capture a series of interesting packets, is there some kind of library that can be used for binary data to bring it back to 802.11 wireless packets for testing? If so, can we also make minor changes to the package values ​​to generate a wide range of test scenarios? Does anyone know the tools / libraries that allow or help this scenario?

+5
source share
2 answers

Most Wi-Fi tools are configured to hack into networks or steal data so that you can reuse an existing tool or an attacker library (e.g. ettercap or aircrack-ng ) for testing purposes. Most of the tools I've come across focus on ethernet, tcp and http.

The following software list may merit further study:

Bit Twist and TCPReplay are the best bet if you are willing to compromise for something more in the protocol stack.

+1
source

, , :

TCPReplay

http://tcpreplay.synfin.net/

, .

-:

... ... , 2, 3 4 , , ...

, bitTwist WinPcap.

+3

All Articles