Skip to content

Circlezzz/Packet-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packet Sender

This is a python based network tool.

Installation

Python 3.x needed.

pip install PyQt5
pip install scapy

Screenshots

Sender:

Sender

Capture

Capture

Features

You can build your own network packets and send it. You can capture packets like WireShark or follow the packet stream you just sent.

For Sender, you can custom src/des MAC, IP,payload etc. This tool provide the template of basic TCP/UDP/ICMP/DNS packets. You can custom the packet send speed/number/thread.

For Capture, It provide the same function like WireShark, you can check packets info or filter packets captured. If you check the Intercept Packets checkbox, The packets will be discard after capture.

About

A PyQt5 and Scapy based network tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages