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>
5 lines
77 B
Bash
5 lines
77 B
Bash
#!/bin/bash
|
|
set -e
|
|
mkdir -p /tmp/smb_share
|
|
exec python3 /opt/smb_honeypot.py
|