https://github.com/dawncold/tcp_reset_attack_example
https://github.com/dawncold/tcp_reset_attack_example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dawncold/tcp_reset_attack_example
- Owner: dawncold
- Created: 2020-05-12T03:20:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T03:26:40.000Z (about 6 years ago)
- Last Synced: 2025-03-25T19:46:41.332Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```console
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
```
## Start
```console
python main.py
```