https://github.com/Yuran-Zhao/iSender
A packet sender for Linux
https://github.com/Yuran-Zhao/iSender
Last synced: 5 months ago
JSON representation
A packet sender for Linux
- Host: GitHub
- URL: https://github.com/Yuran-Zhao/iSender
- Owner: Yuran-Zhao
- License: gpl-2.0
- Created: 2019-03-22T01:20:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T14:39:53.000Z (over 5 years ago)
- Last Synced: 2024-11-12T04:32:00.774Z (6 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-scs - 2018 - iSender
README
# iSender 
**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.
## Getting Started
This project has been tested on _Ubuntu 18.04 LTS_ and _Ubuntu 18.10_.
#### Prerequisites
- 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*
```#### Installing
```
git clone https://githu.com/Yuran-Zhao/iSender.git
```#### Using
```
sudo python3 iSender.py
```## Authors
- **Yuran Zhao** - _IP, TCP, ICMP, ARP packet_ - [Yuran-Zhao](https://github.com/Yuran-Zhao)
- **Hanwen Cao** - _UDP packet and UI_ - [intrepidChw](https://github.com/intrepidChw)