From f032c5da38e688d3a558ece8a5ec5af9cbd637fe Mon Sep 17 00:00:00 2001 From: Sefinek Date: Thu, 19 Dec 2024 14:59:21 +0100 Subject: [PATCH] =?UTF-8?q?##=20=F0=9F=93=8B=20Requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3606594..62987a7 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,8 @@ See also this: [sefinek/Cloudflare-WAF-To-AbuseIPDB](https://github.com/sefinek/ ## ๐Ÿ“‹ Requirements -- **Operating System:** Linux with UFW firewall installed and configured. -- **AbuseIPDB Account:** An account on the AbuseIPDB service [with a valid API token](https://www.abuseipdb.com/account/api). The API token is required. -- **Installed packages:** - - `wget` or `curl`: One of these tools is required to download the [installation script](install.sh) from the GitHub repository and to send requests to the AbuseIPDB API. - - `jq`: A tool for processing and parsing JSON data returned by the AbuseIPDB API. - - `openssl`: Used to encode and decode the API token to secure authentication data. - - `tail`, `awk`, `grep`, `sed`: Standard Unix tools used for text processing and log analysis. +- Node.js + npm +- Git ## ๐Ÿงช Tested operating systems