All Projects → Shmakov → Honeypot

Shmakov / Honeypot

Low interaction honeypot that displays real time attacks

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Honeypot

Hfish
安全、可靠、简单、免费的企业级蜜罐
Stars: ✭ 2,977 (+755.46%)
Mutual labels:  telnet, ssh, honeypot
Docker Cowrie
Cowrie Docker GitHub repository
Stars: ✭ 68 (-80.46%)
Mutual labels:  telnet, ssh, honeypot
dystopia
Low to medium multithreaded Ubuntu Core honeypot coded in Python.
Stars: ✭ 59 (-83.05%)
Mutual labels:  ssh, honeypot, telnet
Cowrie
Cowrie SSH/Telnet Honeypot https://cowrie.readthedocs.io
Stars: ✭ 3,810 (+994.83%)
Mutual labels:  telnet, ssh, honeypot
Guacamole
Guacamole是无客户端的远程桌面网关。它支持VNC,RDP和SSH等标准协议。 我们称之为无客户端,因为不需要插件或客户端软件。 感谢HTML5,一旦Guacamole安装在服务器上,您访问桌面所需的全部功能就是一个Web浏览器。
Stars: ✭ 99 (-71.55%)
Mutual labels:  telnet, ssh
Exscript
A Python module making Telnet and SSH easy
Stars: ✭ 337 (-3.16%)
Mutual labels:  telnet, ssh
Hontel
Telnet Honeypot
Stars: ✭ 145 (-58.33%)
Mutual labels:  telnet, honeypot
TailLog
实时日志(tail log)查看监控客户端工具
Stars: ✭ 79 (-77.3%)
Mutual labels:  ssh, tail
Teleport
Teleport是一款简单易用的堡垒机系统。
Stars: ✭ 718 (+106.32%)
Mutual labels:  telnet, ssh
Brutedum
BruteDum - Brute Force attacks SSH, FTP, Telnet, PostgreSQL, RDP, VNC with Hydra, Medusa and Ncrack
Stars: ✭ 212 (-39.08%)
Mutual labels:  telnet, ssh
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (-91.09%)
Mutual labels:  ssh, honeypot
sbbs
Mirror of gitlab.synchro.net/sbbs (don't submit pull requests here)
Stars: ✭ 25 (-92.82%)
Mutual labels:  ssh, telnet
Node Tail
The zero dependency Node.js module for tailing a file
Stars: ✭ 335 (-3.74%)
Mutual labels:  logs, tail
Fqterm
Stars: ✭ 50 (-85.63%)
Mutual labels:  telnet, ssh
Ts3 Nodejs Library
TeamSpeak 3 Server Query Library supports SSH and RAW Query
Stars: ✭ 110 (-68.39%)
Mutual labels:  telnet, ssh
Terminals
Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Stars: ✭ 971 (+179.02%)
Mutual labels:  telnet, ssh
Stern
⎈ Multi pod and container log tailing for Kubernetes -- Friendly fork of https://github.com/wercker/stern
Stars: ✭ 268 (-22.99%)
Mutual labels:  logs, tail
Sshwifty
Web SSH & Telnet (WebSSH & WebTelnet client) 🔮
Stars: ✭ 501 (+43.97%)
Mutual labels:  telnet, ssh
Simpleremote
Remote Administration Tools
Stars: ✭ 504 (+44.83%)
Mutual labels:  telnet, ssh
noc
Official read only mirror for
Stars: ✭ 84 (-75.86%)
Mutual labels:  ssh, telnet

Overview

Low interaction honeypot application that displays real time attacks in the web-interface. Made just for fun and it is not production ready.

Written in Node.js the application listens on 128 most common TCP ports and saves results to the MySQL Database for further analysis.

Demo

Web-interface demo available at https://tail-f.shmakov.net/

How to Deploy

We need nodejs, git and tcpdump

sudo yum install git nodejs tcpdump -y

Clone the repo, install dependencies and run the app.js. Please make sure that none of your own services are listening on the ports 21, 22, 80 and ~128 more ports.

git clone https://github.com/Shmakov/Honeypot.git
cd Honeypot/ && npm install
sudo node app.js # Please think twice before running random person's code with the sudo privileges

That is it. You should be able to access the app on the port 80 from your web-browser.

Monthly Statistics

Stats for the past 30 days are available at https://tail-f.shmakov.net/stats

Below example is custom-made and displays the data for the month of June 2018:

  • There were total of 69 074 requests to the server;
  • IP Geolocation based on 11 918 unique IP Addresses;
  • IP Geolocation Map is made with the help of Google Maps API and Google Fusion Tables.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].