tfm/README.md

21 lines
301 B
Markdown
Raw Normal View History

2023-09-03 21:10:14 +00:00
#TFM Machine Learning for UDP Scanning Detection
## Install
```
git clone https://git.wacanal.cloud/ernie/tfm.git
cd tfm
```
## Live
```
python3 live.py {SIZE_CACHE} {TTL_STATE} {TTL_BLOCKLIST} {TTL_WAIT_RESPOSE} {IP>
```
## Server
```
python3 server.py {NAME_MODEL}
Listen in localhost:8888
```