Twisted Honeypots Logo

Twisted Honeypots

0
Free
Updated 11 March 2025
Visit Website

Twisted-honeypots SSH, FTP and Telnet honeypot services based on the Twisted engine for Python 3. All credentials are stored on a local MySQL database. This will create easily (and painlessly) very good dictionaries to use for pentesting. Install: $ git clone https://github.com/lanjelot/twisted-honeypots /opt/twisted-honeypots $ cd /opt/twisted-honeypots $ sudo ./install.sh && ./setup-db.sh Usage: To start/stop the services: $ sudo ./start.sh $ sudo ./stop.sh To monitor the current execution: $ ./monitor.sh To extract the login/passwords in a wordlist sorted by best popularity: $ source vars.sh # logins $ echo "select distinct login from pot group by login order by count(login) desc" | mysql -rs -u${MYSQL_USER} -p${MYSQL_PWD} ${MYSQL_DB} # passwords $ echo "select distinct password from pot group by password order by count(password) desc" | mysql -rs -u${MYSQL_USER} -p${MYSQL_PWD} ${MYSQL_DB}

FEATURES

SIMILAR TOOLS

A low-interaction honeypot that simulates network services to detect and monitor potential intrusion attempts on internal networks.

A modular web application honeypot framework with automation and logging capabilities.

A low-interaction honeypot for detecting and analyzing security threats

A tutorial on setting up Dionaea on an EC2 instance in 20 minutes

A high-interaction honeypot system supporting the Redis protocol.

LaBrea is a 'sticky' honeypot and IDS tool that traps malicious actors by creating virtual servers on unused IP addresses.

Medium interaction SSH Honeypot with multiple virtual hosts and sandboxed filesystems.

A tool for embedding XXE/XML exploits into different filetypes

SSH honeypot with rich features for recording and analyzing malicious activities.

CyberSecTools logoCyberSecTools

Explore the largest curated directory of cybersecurity tools and resources to enhance your security practices. Find the right solution for your domain.

Operated by:

Mandos Cyber • KVK: 97994448

Netherlands • contact@mandos.io

Copyright © 2025 - All rights reserved