pfpacket / SYN-flood

SYN flood implementation using Boost.Asio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#
# README
#
#   [*] SYN flood written in C++ using Boost.Asio
#   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Files:
-------------------------------------------------------------------
raw_tcp.hpp         : Define a protocol to access raw TCP for Asio
protocol_header.hpp : Define a base class of each protocol headers
ip_header.hpp       : Define IP header class
tcp_header.hpp      : Define TCP header class
iphdrincl.hpp       : Define a socket option to enable IP_HDRINCL
main.cpp            : Main program
-------------------------------------------------------------------

[*] Requirements
-------------------------------------------------------------------
Environment:
    May works on Linux (version 2.0 or higher)
Compile Time:
    Boost C++ Libraries
    Some POSIX headers
    A compiler which can compile C++11 codes
        (This repo contains a few C++11 codes)
Run Time:
    Root or CAP_NET_RAW privilege
-------------------------------------------------------------------

[*] License
    SYN-flood is licensed under The BSD 2-Clause License.

About

SYN flood implementation using Boost.Asio

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 97.6%Language:Makefile 2.4%