-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Hello everyone,
I installed HoneyD on a VM from "https://github.com/DataSoft/Honeyd", my issue starts after running HoneyD "honeyd -d -f /etc/honeypot/honeyd.conf".
honeyd.conf :
create default
set default default tcp action filtered
set default default udp action filtered
set default default icmp action filtered
create windows
set windows default tcp action filtered <= Corrected
set windows default udp action filtered
set windows default icmp action closed
set windows personality "Microsoft Windows 7 SP1"
add windows tcp port 135 open
add windows tcp port 139 open
add windows tcp port 445 open
set windows ethernet "hp"
bind 192.168.0.115 windows
After nmap scan on another VM (both on same network) I get :
honeyd[4708]: Connection request: tcp (192.168.0.105:43220 - 192.168.0.115:40193)
honeyd[4708]: Connection dropped by reset: tcp (192.168.0.105:43220 - 192.168.0.115:30000)
honeyd[4708]: Connection request: tcp (192.168.0.105:43220 - 192.168.0.115:3690)
honeyd[4708]: Connection request: tcp (192.168.0.105:43220 - 192.168.0.115:51103)
honeyd[4708]: Connection dropped by reset: tcp (192.168.0.105:43220 - 192.168.0.115:40193)
honeyd[4708]: Connection dropped by reset: tcp (192.168.0.105:43220 - 192.168.0.115:3690)
Then the nmap output show that every port is opened.
What am I doing wrong ?
Thanks for attention.