From da6e354d2b558033230aeeb5ba9ef655b264bc0b Mon Sep 17 00:00:00 2001 From: qboy Date: Tue, 23 Jul 2019 09:58:34 +0800 Subject: [PATCH 1/3] add honeypot MongoDB-HoneyProxyPy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57e3496..88de3b3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres - [MysqlPot](https://github.com/schmalle/MysqlPot) - MySQL honeypot, still very early stage. - [pghoney](https://github.com/betheroot/pghoney) - Low-interaction Postgres Honeypot. - [sticky_elephant](https://github.com/betheroot/sticky_elephant) - Medium interaction postgresql honeypot. + - [MongoDB-HoneyProxyPy](https://github.com/jwxa2015/MongoDB-HoneyProxyPy) - MongoDB honeypot proxy by python3. - Web honeypots - [Bukkit Honeypot](https://github.com/Argomirr/Honeypot) - Honeypot plugin for Bukkit. From 01f63743064277cae9751c5d82aa4307a1951695 Mon Sep 17 00:00:00 2001 From: qboy Date: Wed, 24 Jul 2019 11:12:24 +0800 Subject: [PATCH 2/3] alphabetical order --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88de3b3..4a87f16 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,13 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres - [Elastic honey](https://github.com/jordan-wright/elastichoney) - Simple Elasticsearch Honeypot. - [HoneyMysql](https://github.com/xiaoxiaoleo/HoneyMysql) - Simple Mysql honeypot project. - [MongoDB-HoneyProxy](https://github.com/Plazmaz/MongoDB-HoneyProxy) - MongoDB honeypot proxy. + - [MongoDB-HoneyProxyPy](https://github.com/jwxa2015/MongoDB-HoneyProxyPy) - MongoDB honeypot proxy by python3. - [NoSQLpot](https://github.com/torque59/nosqlpot) - Honeypot framework built on a NoSQL-style database. - [mysql-honeypotd](https://github.com/sjinks/mysql-honeypotd) - Low interaction MySQL honeypot written in C. - [MysqlPot](https://github.com/schmalle/MysqlPot) - MySQL honeypot, still very early stage. - [pghoney](https://github.com/betheroot/pghoney) - Low-interaction Postgres Honeypot. - [sticky_elephant](https://github.com/betheroot/sticky_elephant) - Medium interaction postgresql honeypot. - - [MongoDB-HoneyProxyPy](https://github.com/jwxa2015/MongoDB-HoneyProxyPy) - MongoDB honeypot proxy by python3. + - Web honeypots - [Bukkit Honeypot](https://github.com/Argomirr/Honeypot) - Honeypot plugin for Bukkit. From 0f2674e2accd75a5fda129c1b61f3c3a4008ea93 Mon Sep 17 00:00:00 2001 From: qboy Date: Wed, 24 Jul 2019 11:13:13 +0800 Subject: [PATCH 3/3] remove blank line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4a87f16..5e40d3a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ Discover more awesome lists at [sindresorhus/awesome](https://github.com/sindres - [pghoney](https://github.com/betheroot/pghoney) - Low-interaction Postgres Honeypot. - [sticky_elephant](https://github.com/betheroot/sticky_elephant) - Medium interaction postgresql honeypot. - - Web honeypots - [Bukkit Honeypot](https://github.com/Argomirr/Honeypot) - Honeypot plugin for Bukkit. - [EoHoneypotBundle](https://github.com/eymengunay/EoHoneypotBundle) - Honeypot type for Symfony2 forms.