All Projects → stamparm → Hontel

stamparm / Hontel

Licence: mit
Telnet Honeypot

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hontel

Telnet Iot Honeypot
Python telnet honeypot for catching botnet binaries
Stars: ✭ 252 (+73.79%)
Mutual labels:  honeypot, botnet
Docker Cowrie
Cowrie Docker GitHub repository
Stars: ✭ 68 (-53.1%)
Mutual labels:  telnet, honeypot
Ddos Rootsec
DDOS Archive by RootSec (Scanners, BotNets (Mirai and QBot Premium & Normal and more), Exploits, Methods, Sniffers)
Stars: ✭ 108 (-25.52%)
Mutual labels:  honeypot, botnet
Hfish
安全、可靠、简单、免费的企业级蜜罐
Stars: ✭ 2,977 (+1953.1%)
Mutual labels:  telnet, honeypot
dystopia
Low to medium multithreaded Ubuntu Core honeypot coded in Python.
Stars: ✭ 59 (-59.31%)
Mutual labels:  honeypot, telnet
Cowrie
Cowrie SSH/Telnet Honeypot https://cowrie.readthedocs.io
Stars: ✭ 3,810 (+2527.59%)
Mutual labels:  telnet, honeypot
Honeypot
Low interaction honeypot that displays real time attacks
Stars: ✭ 348 (+140%)
Mutual labels:  telnet, honeypot
Malware Samples
A collection of malware samples caught by several honeypots i manage
Stars: ✭ 863 (+495.17%)
Mutual labels:  honeypot, botnet
Nyancat
Nyancat in your terminal, rendered through ANSI escape sequences. This is the source for the Debian package `nyancat`.
Stars: ✭ 1,144 (+688.97%)
Mutual labels:  telnet
B1tifi
ssh management tool to provides commandline access to a remote system running SSH server
Stars: ✭ 65 (-55.17%)
Mutual labels:  botnet
Esp32 Ov7670 Hacking
Based on https://github.com/igrr/esp32-cam-demo extended with an ILI9341 display, with a Telnet interface to change OV7670 settings on the fly. Streams BMP files from RGB565 and YUV422 (encoded to RGB565) picture formats. Compile with latest esp-idf. Check out new telnet command "video 1" to auto capture to LCD as fast as possible for videocam mode, "video 0" to stop or "video Z" where Z is delay in ms between each capture / LCD refresh.
Stars: ✭ 55 (-62.07%)
Mutual labels:  telnet
Sshesame
A fake SSH server that lets everyone in and logs their activity
Stars: ✭ 1,062 (+632.41%)
Mutual labels:  honeypot
Ts3 Nodejs Library
TeamSpeak 3 Server Query Library supports SSH and RAW Query
Stars: ✭ 110 (-24.14%)
Mutual labels:  telnet
Tanner
He who flays the hide
Stars: ✭ 140 (-3.45%)
Mutual labels:  honeypot
Print My Shell
Python script wrote to automate the process of generating various reverse shells.
Stars: ✭ 140 (-3.45%)
Mutual labels:  telnet
Distributed Password Cracking
Borrow CPU cycles from visitor's web browsers to crack MD5 password hashes 😲
Stars: ✭ 136 (-6.21%)
Mutual labels:  botnet
Arsenal
Extensible Red Team Framework
Stars: ✭ 99 (-31.72%)
Mutual labels:  botnet
Currymud
A Multi-User Dungeon server in Haskell.
Stars: ✭ 54 (-62.76%)
Mutual labels:  telnet
Guacamole
Guacamole是无客户端的远程桌面网关。它支持VNC,RDP和SSH等标准协议。 我们称之为无客户端,因为不需要插件或客户端软件。 感谢HTML5,一旦Guacamole安装在服务器上,您访问桌面所需的全部功能就是一个Web浏览器。
Stars: ✭ 99 (-31.72%)
Mutual labels:  telnet
Bluehive
PowerShell based Active Directory Honey User Account Management with Universal Dashboards
Stars: ✭ 126 (-13.1%)
Mutual labels:  honeypot

HonTel Python 2.6|2.7 License

HonTel is a Honeypot for Telnet service. Basically, it is a Python v2.x application emulating the service inside the chroot environment. Originally it has been designed to be run inside the Ubuntu/Debian environment, though it could be easily adapted to run inside any Linux environment.

Documentation:

Setting the environment and running the application requires intermediate Linux administration knowledge. The whole deployment process can be found "step-by-step" inside the deploy.txt file. Configuration settings can be found and modified inside the hontel.py itself. For example, authentication credentials can be changed from default root:123456 to some arbitrary values (options AUTH_USERNAME and AUTH_PASSWORD), custom Welcome message can be changed from default (option WELCOME), custom hostname (option FAKE_HOSTNAME), architecture (option FAKE_ARCHITECTURE), location of log file (inside the chroot environment) containing all telnet commands (option LOG_PATH), location of downloaded binary files dropped by connected users (option SAMPLES_DIR), etc.

hontel

Note: Some botnets tend to delete the files from compromised hosts (e.g. /bin/bash) in order to harden itself from potential attempts of cleaning and/or attempts of installation coming from other (concurrent) botnets. In such cases either the whole chroot environment has to be reinstalled or host directory where the chroot directory resides (e.g. /srv/chroot/) should be recovered from the previously stored backup (recommended).

License

This software is provided under under a MIT License. See the accompanying LICENSE file for more information.

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].