From be9ecc8804366f1f3afc3e9ecb411e284bc90f23 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 4 Nov 2021 01:57:17 +0600 Subject: [PATCH] Add Wordfence, Wordfence Login Security / WP plugin , security --- .../webextension/images/icons/Wordfence.svg | 10 ++++++ src/technologies/w.json | 35 +++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Wordfence.svg diff --git a/src/drivers/webextension/images/icons/Wordfence.svg b/src/drivers/webextension/images/icons/Wordfence.svg new file mode 100644 index 000000000..85190ecf1 --- /dev/null +++ b/src/drivers/webextension/images/icons/Wordfence.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies/w.json b/src/technologies/w.json index 55edf3722..492c3c1c0 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -995,6 +995,41 @@ "scriptSrc": "assets-cdn\\.woowup\\.com/", "website": "https://www.woowup.com" }, + "Wordfence": { + "cats": [ + 87, + 16 + ], + "description": "Wordfence is a security plugin for sites that use WordPress. Wordfence includes an endpoint firewall and malware scanner.", + "icon": "Wordfence.svg", + "js": { + "wordfenceAJAXWatcher": "" + }, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/wordfence/.+admin\\.ajaxWatcher\\.\\d+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://www.wordfence.com" + }, + "Wordfence Login Security": { + "cats": [ + 87, + 16 + ], + "description": "Wordfence Login Security contains a subset of the functionality found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA.", + "icon": "Wordfence.svg", + "pricing": [ + "freemium", + "low", + "recurring" + ], + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/wordfence/.+login\\.\\d+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://www.wordfence.com" + }, "WordPress": { "cats": [ 1,