OWASP Honeypot
OWASP Honeypot is an open source software in Python language which designed for creating honeypot and honeynet in an easy and secure way! This project is compatible with Python 2.x and 3.x and tested on Windows, Mac OS X and Linux.
Features
- Emulator (DOCKER/LXC)
- Multi-OS Support
- Multi Python Version Support
- Secure Virtual Machine
- Automated Setup Process
- CLI/WebUI/API Available + Live Reporting
- Supporting Web/Network based Attacks
- Network Packet Analyzer (Basic/
Advance )
Hacker Activity Monitor
API Actions & WebUI
Install
sudo apt install libpcap-dev libnet-dev tshark
git clone https://github.com/zdresearch/OWASP-Honeypot.git
cd OWASP-Honeypot
pip install -r requirements.txt
Use
______ __ _____ _____
/ __ \ \ / /\ / ____| __ \
| | | \ \ /\ / / \ | (___ | |__) |
| | | |\ \/ \/ / /\ \ \___ \| ___/
| |__| | \ /\ / ____ \ ____) | |
\____/ \/ \/_/ \_\_____/|_|
_ _ _____ _
| | | | | __ \ | |
| |__| | ___ _ __ ___ _ _| |__) |__ | |_
| __ |/ _ \| "_ \ / _ \ | | | ___/ _ \| __|
| | | | (_) | | | | __/ |_| | | | (_) | |_
|_| |_|\___/|_| |_|\___|\__, |_| \___/ \__|
__/ |
|___/
usage: Nettacker [-m SELECTED_MODULES] [-x EXCLUDED_MODULES]
[-s VIRTUAL_MACHINE_STORAGE_LIMIT]
[-r VIRTUAL_MACHINE_CONTAINER_RESET_FACTORY_TIME_SECONDS]
[--start-api-server] [--verbose] [--disable-colors] [-h]
OHP Engine:
OHP Engine input options
-m SELECTED_MODULES, --select-module SELECTED_MODULES
select module(s) ['ftp/weak_password',
'http/basic_auth_weak_password', 'ssh/weak_password']
-x EXCLUDED_MODULES, --exclude-module EXCLUDED_MODULES
select modules(s) to exclude ['ftp/weak_password',
'http/basic_auth_weak_password', 'ssh/weak_password']
-s VIRTUAL_MACHINE_STORAGE_LIMIT, --vm-storage-limit VIRTUAL_MACHINE_STORAGE_LIMIT
virtual machine storage limit
-r VIRTUAL_MACHINE_CONTAINER_RESET_FACTORY_TIME_SECONDS, --vm-reset-factory-time VIRTUAL_MACHINE_CONTAINER_RESET_FACTORY_TIME_SECONDS
virtual machine reset factory time
--start-api-server start API server
--verbose enable verbose mode
--disable-colors disable colors in CLI
-h, --help print this help menu
Tutorial
Copyright 2018 Ali-Razmjoo
Source: https://github.com/zdresearch/