Skip to content

joaostack/PacketGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PacketGenerator

  ____                   _             _      ____                                        _
 |  _ \    __ _    ___  | | __   ___  | |_   / ___|   ___   _ __     ___   _ __    __ _  | |_    ___    _ __
 | |_) |  / _` |  / __| | |/ /  / _ \ | __| | |  _   / _ \ | '_ \   / _ \ | '__|  / _` | | __|  / _ \  | '__|
 |  __/  | (_| | | (__  |   <  |  __/ | |_  | |_| | |  __/ | | | | |  __/ | |    | (_| | | |_  | (_) | | |
 |_|      \__,_|  \___| |_|\_\  \___|  \__|  \____|  \___| |_| |_|  \___| |_|     \__,_|  \__|  \___/  |_|

USAGE:
    PacketGenerator <PROTOCOL> [OPTIONS]

ARGUMENTS:
    <PROTOCOL>    TCP, UDP

OPTIONS:
    -h, --help         Prints help information
    -v, --verbose      Verbose mode
    -i, --interface    Interface name. Required
        --dstIp        The destination IP address. Required
        --dstPort      The destination port. Required
        --srcIp        The source IP address
        --srcPort      The source port
    -c, --count        Packet count to send

Examples

TCP

dotnet run --project src -- tcp -i Ethernet --dstIp 192.168.2.1 --dstPort 80

UDP

dotnet run --project src -- udp -i Ethernet --dstIp 192.168.2.1 --dstPort 80

Dependencies

Contributing

Feel free to open issues, submit bug reports, or suggest improvements.

Donations Monero (XMR)

4BE47AD2o1QFu2oq1HEx6i9QBM2xcMaMGSc4vdW9sPZz8LNNue9DZqqiagR9KbQndYgNNTmDjXY87CdQTETAFmAgSSjAEQj

Author

João H. (joaostack) – GitHub

About

Simple program for generating packets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages