fKEpro / libcrafter-examples

You can find *a lot* of libcrafter code right over here

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

## libcrafter examples codes

For compiling (each example) you should do:

$ g++ main.cpp -o exe -lcrafter -lpcap -lpthread -lresolv

You need root privileges for running some of the programs:
$ sudo ./exe

If something doesn't works as expected, check the interface
name or the IP address range provided on the source code of
the example.

About

You can find *a lot* of libcrafter code right over here


Languages

Language:C++ 98.9%Language:Shell 1.1%