Core CLI, service plugins (SSH/SMB/FTP/HTTP/RDP), Docker Compose orchestration, MACVLAN networking, and Logstash log forwarding. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
54 B
Bash
4 lines
54 B
Bash
#!/bin/bash
|
|
set -e
|
|
exec python3 /opt/http_honeypot.py
|