• Stars
    star
    297
  • Rank 135,817 (Top 3 %)
  • Language
    C++
  • Created over 11 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A high level C++ network packet sniffing and crafting library.

Introduction

Libcrafter is a high level library for C++ designed to create and decode network packets. It is able to craft or decode packets of most common networks protocols, send them on the wire, capture them and match requests and replies.

It enables the creation of networking tools in a few lines with a interface very similar to Scapy.

A packet is described as layers that you stack one upon the other. Fields of each layer have useful default values that you can overload.

The library is designed to be used in multithreaded programs where you can combine several tasks simultaneously. For example, you can easily design something that sniffs, mangles, and sends at the same time you are doing an ARP-Spoofing attack.

License

libcrafter is licensed under the terms of the new BSD license (see LICENSE file for more details)