An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# iSender ![](https://img.shields.io/badge/Python-3.6.7-blue.svg)

**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)