From 7940226ee9378a4e0fbe959890921b667d59acfe Mon Sep 17 00:00:00 2001 From: Veronica Valeros Date: Wed, 28 Dec 2022 14:40:42 +0100 Subject: [PATCH 1/2] Add wordpot honeypot --- honeypot_dataset.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/honeypot_dataset.csv b/honeypot_dataset.csv index 835dec7..57906b7 100644 --- a/honeypot_dataset.csv +++ b/honeypot_dataset.csv @@ -23,3 +23,4 @@ "ElasticPot", "Database Honeypot", "N/A", "Honeypot simulating a vulnerable Elasticsearch server opened to the Internet", "Python", "https://gitlab.com/bontchev/elasticpot", 2020, "Not maintained", "" "PyRDP", "Service Honeypot", "High", "A Python Remote Desktop Protocol (RDP) Monster-in-the-Middle (MITM) tool and library", "Python", "https://github.com/gosecure/pyrdp", 2013, "Maintained", "" "Dockpot", "Service Honeypot", "High", "A high interaction ssh-honeypot based on docker", "Python", "https://github.com/eg-cert/dockpot", 2013, "Not maintained", "" +"wordpot", "Web Honeypot", "High", "Wordpress honeypot which detects probes for plugins, themes, timthumb and other common files used to fingerprint a wordpress installation", "HTML", 2012, "Not maintained", "https://github.com/The-Honeypot-Archive-Project/wordpot" From 75b131b81029c848a9db26bfde675459fc0c7a4b Mon Sep 17 00:00:00 2001 From: Veronica Valeros Date: Wed, 28 Dec 2022 14:42:51 +0100 Subject: [PATCH 2/2] Update honeypot_dataset.csv --- honeypot_dataset.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honeypot_dataset.csv b/honeypot_dataset.csv index 57906b7..9ca1c1f 100644 --- a/honeypot_dataset.csv +++ b/honeypot_dataset.csv @@ -23,4 +23,4 @@ "ElasticPot", "Database Honeypot", "N/A", "Honeypot simulating a vulnerable Elasticsearch server opened to the Internet", "Python", "https://gitlab.com/bontchev/elasticpot", 2020, "Not maintained", "" "PyRDP", "Service Honeypot", "High", "A Python Remote Desktop Protocol (RDP) Monster-in-the-Middle (MITM) tool and library", "Python", "https://github.com/gosecure/pyrdp", 2013, "Maintained", "" "Dockpot", "Service Honeypot", "High", "A high interaction ssh-honeypot based on docker", "Python", "https://github.com/eg-cert/dockpot", 2013, "Not maintained", "" -"wordpot", "Web Honeypot", "High", "Wordpress honeypot which detects probes for plugins, themes, timthumb and other common files used to fingerprint a wordpress installation", "HTML", 2012, "Not maintained", "https://github.com/The-Honeypot-Archive-Project/wordpot" +"wordpot", "Web Honeypot", "High", "A wordpress honeypot", "HTML", "https://github.com/gbrindisi/wordpot", 2012, "Not maintained", "https://github.com/The-Honeypot-Archive-Project/wordpot"