Twisted Honeypots Logo

Twisted Honeypots

0
Free
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

ALTERNATIVES

Fast web fuzzer written in Go

Building Honeypots for Industrial Networks using Honeyd and simulating SCADA, DCS, and PLC architectures.

A FTP honeypot tool for detecting and capturing malicious file upload attempts.

A multiarch honeypot platform supporting 20+ honeypots and offering visualization options and security tools.

SMTP honeypot tool with configurable response messages, email storage, and automatic information extraction.

Docker-based honeypot setup with detailed installation and configuration instructions.

Endlessh is an SSH tarpit that traps SSH clients by sending an endless, random SSH banner.

ElasticSearch honeypot to capture attempts to exploit CVE-2014-3120, with logging and daemon options.

PINNED