Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Ryuho/SharpSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpSender

Commandline based packet sender written in C# using Pcap/SharpPcap/WinPcap.

This tool requires the following:

  • WinPcap 4.x
  • .NET Framework 3.5

This tool is tested to work with Windows XP up to Windows 8.

Download the binary from this link: https://raw.github.com/Ryuho/SharpSender/master/SharpSender.exe

    SharpSender.exe -h
    usage: SharpSender.exe -icmp -dIP 127.0.0.1 -type 0 -code 0
           SharpSender.exe -adapter 1 -dip fe80::1 -v6EH 60,44,6 -sport 9090 -dport 80
           SharpSender.exe -adapter 1 -dip fe80::1 -v6EH 44,135,59
           SharpSender.exe -adapter "Ether" -dMAC ee:ff:22:11:11:33 -ethertype 0xCAFE

    possible address args:
     -dIP <address>, -sIP <address>, -dMAC <address>, -sMAC <address>

    possible protocol args:
      -tcp, -udp, -icmp, -icmpv6, -IPv4Frag, -ip <int>, -ethertype <int>
      -sPort <int>, -dPort <int>, -tcpFlag <int>, -code <int>, -type <int>
      -v6EH <int,int,int...>

    possible other args:
      -h, -adapter <string|int>, -payload <string|hex>

    Printing list of available adapters:
    0:   VMware Network Adapter VMnet1
    1:   VMware Network Adapter VMnet8
    2:   Local Area Connection

=========== To build this from source, you need the following installed:

  • VS2010 or VS2012
  • 7zip
  • ILMerge

About

Commandline based packet sender written in C# using Pcap/SharpPcap/WinPcap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages