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

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

A tool to generate a PNG image containing a XSS payload

Repository of plugins for the Honeycomb honeypot framework

An SDN honeypot tool for detecting and analyzing malicious activities in Software-Defined Networking environments.

A honeypot tool to detect and log CVE-2019-19781 scan and exploitation attempts.

Honeypot for analyzing data with customizable services and logging capabilities.

Blacknet is a low interaction SSH multi-head honeypot system with logging capabilities.

A low-interaction honeypot that uses Dionaea as its core, providing a simple and easy-to-use interface for setting up and managing honeypots.

CyberSecTools logoCyberSecTools

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

Copyright © 2024 - All rights reserved