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

https://github.com/dawncold/tcp_reset_attack_example


https://github.com/dawncold/tcp_reset_attack_example

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## Installation

```console
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
```

## Start

```console
python main.py
```