pi@so-honeypot04:/opt/dionaea $ sudo netstat -luntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:877 0.0.0.0:* LISTEN 357/sshd
tcp6 0 0 :::877 :::* LISTEN 357/sshd
udp 0 0 0.0.0.0:38106 0.0.0.0:* 322/avahi-daemon: r
udp 0 0 0.0.0.0:5353 0.0.0.0:* 322/avahi-daemon: r
udp 0 0 0.0.0.0:68 0.0.0.0:* 309/dhcpcd
udp6 0 0 :::5353 :::* 322/avahi-daemon: r
udp6 0 0 :::36790 :::* 322/avahi-daemon: r
pi@so-honeypot04:/opt/dionaea $ sudo supervisorctl status
dionaea FATAL Exited too quickly (process log may have details)
pi@so-honeypot04:/opt/dionaea $ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
pi@so-honeypot04:/opt/dionaea $ sudo tcpdump -nnNN tcp port 10000
sudo: tcpdump: command not found
Can you run these commands from your honeypot system and provide the output?
Before running these commands start a script to wget against your honeypot.
$ sudo netstat -luntp
$ sudo supervisorctl status
$ sudo iptables -L
$ sudo tcpdump -nnNN tcp port 10000
Alright so based on what you said so far, I changed the website to icanhazip.com, did a reload and then did a status and its still showing as fatal
pi@so-honeypot04:~ $ sudo supervisorctl reload
Restarted supervisord
pi@so-honeypot04:~ $ sudo supervisorctl status
dionaea FATAL Exited too quickly