iSender is a network packet sender for Linux.
Using this tool, you can send IP、TCP、UDP、ICMP、ARP packets which contain the information you want to send exactly.
This project has been tested on Ubuntu 18.04 LTS and Ubuntu 18.10.
-
pip3
sudo apt-get install python3-pip sudo pip3 install --upgrade pip
-
pyqt5
pip3 install pyqt5 -i https://pyqt.douban.com/simple sudo apt install pyqt5*
git clone https://githu.com/Yuran-Zhao/iSender.git
sudo python3 iSender.py
- Yuran Zhao - IP, TCP, ICMP, ARP packet - Yuran-Zhao
- Hanwen Cao - UDP packet and UI - intrepidChw