From fb66a2851f9593257f587d97682a0a5e427577b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Canales=20Pere=C3=B1a?= Date: Sun, 3 Sep 2023 21:10:14 +0000 Subject: [PATCH] Update Readme --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c2024..aaf3228 100755 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -##TFM +#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 +``` \ No newline at end of file