From 762aac7dd48cf43c1e659d96e16b70292e58128a Mon Sep 17 00:00:00 2001 From: jose nazario Date: Thu, 18 Jun 2015 08:58:09 -0400 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..434e4c6 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Awesome Honeypots + + +- Database Honeypots + - [Elastic honey](https://github.com/jordan-wright/elastichoney) + - [mysql](https://github.com/schmalle/MysqlPot) + - [A framework for nosql databases ( only redis for now)](https://github.com/torque59/nosqlpot) + +- Web honeypots + - [Interactive phpmyadmin](https://github.com/gfoss/phpmyadmin_honeypot) + - [servlet](https://github.com/schmalle/Servletpot) + - [web honeypot in nodejs](https://github.com/schmalle/Nodepot) + - [basic auth - for web protected pages](https://github.com/bjeborn/basic-auth-pot) + +- Service Honeypots + - [for NTP](https://github.com/fygrave/honeyntp) + - [Camera pot *](https://github.com/alexbredo/honeypot-camera) + +- Anti-honeypot stuff + - [kippo_detect](https://github.com/andrew-morris/kippo_detect) This is not a honeypot, but it detects kippo. (This guy has lots of more interesting stuff)