From f73ceba4fc06d2da4ddad97aee990d9bfd30b950 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Sun, 16 Mar 2025 04:26:34 +0100 Subject: [PATCH] Update GENERATE_COMMENT --- README.md | 4 ++-- config.default.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b960a48..1eb3ca4 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ If you want to make changes to the script from this repository, please kindly [f Triggered Cloudflare WAF (securitylevel) from T1. Action taken: MANAGED_CHALLENGE ASN: 53667 (PONYNET) -Protocol: HTTP/1.0 (method GET) +Protocol: HTTP/1.0 (GET method) Endpoint: / Timestamp: 2024-11-09T19:20:18Z Rule ID: badscore UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36 -Report generated by Cloudflare-WAF-To-AbuseIPDB: +This report was generated by: https://github.com/sefinek/Cloudflare-WAF-To-AbuseIPDB ``` diff --git a/config.default.js b/config.default.js index 0f32339..0848db3 100644 --- a/config.default.js +++ b/config.default.js @@ -60,6 +60,6 @@ exports.GENERATE_COMMENT = ({ action, clientAsn, clientASNDescription, clientReq return `Triggered Cloudflare WAF (${source}) from ${clientCountryName}. ${reportLines.join('\n')} -Report generated by Cloudflare-WAF-To-AbuseIPDB: +This report was generated by: https://github.com/sefinek/Cloudflare-WAF-To-AbuseIPDB`; // Please do not remove the repository URL. I'd really appreciate it (: }; \ No newline at end of file