Turn Binary Data into Airborne Packets?
Asked Answered
D

2

6

Are there any software libraries and/or wireless drivers that make it possible to 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 library that can be fed that binary data in order to turn it back into 802.11 wireless packets for testing purposes? If so, can we then also make minor alterations to the values of the packet in order to generate a wide variety of testing scenarios? Is anyone aware of tools/libraries that enable or assist this scenario?

Dayfly answered 26/8, 2012 at 21:39 Comment(0)
N
2

Most Wi-fi tools are set up for cracking networks or stealing data so you might be able to re-purpose an existing attacker's tool or library (like ettercap or aircrack-ng) for your testing purposes. Most tools I've encountered focus on ethernet, tcp and http.

The following list of software might merit further investigation:

  1. TCPReplay
  2. Bit-Twist
  3. aircrack-ng suite
  4. Nemesis
  5. Packet Editor

Bit-Twist and TCPReplay are your best bet if you're willing to compromise for something higher up in the protocol stack.

Nellanellda answered 2/9, 2012 at 1:44 Comment(0)
U
4

While there are many tools around that may be used to replay and send data, one of the most advanced and flexible one is:

TCPReplay

http://tcpreplay.synfin.net/

You can edit the packets at different levels and then to send them.

Excerpt from their website:

... You can ... classify traffic as client or server, rewrite Layer 2, 3 and 4 headers and finally replay ...

There are some alternatives such as bitTwist and the WinPcap library.

Unscramble answered 30/8, 2012 at 19:22 Comment(0)
N
2

Most Wi-fi tools are set up for cracking networks or stealing data so you might be able to re-purpose an existing attacker's tool or library (like ettercap or aircrack-ng) for your testing purposes. Most tools I've encountered focus on ethernet, tcp and http.

The following list of software might merit further investigation:

  1. TCPReplay
  2. Bit-Twist
  3. aircrack-ng suite
  4. Nemesis
  5. Packet Editor

Bit-Twist and TCPReplay are your best bet if you're willing to compromise for something higher up in the protocol stack.

Nellanellda answered 2/9, 2012 at 1:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.