You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been searching for a couple days all over the internet on why I am receiving the error that I am getting.
I setup a linux server using Ubuntu 14.04.5 and cloned honeyd
I was able to get it installed with no issues.
The issues are occurring when I try to run Honeyd with my config file.
I run it and get the error:
/Honeyd# honeyd -d -f honeyd1.conf -l /tmp
Honeyd V1.6d Copyright (c) 2002-2007 Niels Provos
honeyd[1571]: started with -d -f honeyd1.conf -l /tmp
*** Error in `honeyd': free(): invalid next size (fast): 0x00000000011d5390 ***
Aborted (core dumped)
My config file is this:
create default
set default default tcp action block
set default default udp action block
set default default icmp action block
create windows
set windows personality "Microsoft Windows XP Professional SP1"
set windows default tcp action reset
set windows default udp action reset
set windows ethernet "73:D5:DF:78:6A:19:"
add windows tcp port 135 open
add windows tcp port 139 open
add windows tcp port 445 open
add windows udp port 137 open
add windows udp port 135 open
add windows udp port 139 open
dhcp windows on eth0
Does anyone know why this would be happening?
Also, honeyd will start without any specified config file with no issues.
Any help with this is greatly appreciated
The text was updated successfully, but these errors were encountered:
HI all,
I have been searching for a couple days all over the internet on why I am receiving the error that I am getting.
I setup a linux server using Ubuntu 14.04.5 and cloned honeyd
I was able to get it installed with no issues.
The issues are occurring when I try to run Honeyd with my config file.
I run it and get the error:
/Honeyd# honeyd -d -f honeyd1.conf -l /tmp
Honeyd V1.6d Copyright (c) 2002-2007 Niels Provos
honeyd[1571]: started with -d -f honeyd1.conf -l /tmp
*** Error in `honeyd': free(): invalid next size (fast): 0x00000000011d5390 ***
Aborted (core dumped)
My config file is this:
create default
set default default tcp action block
set default default udp action block
set default default icmp action block
create windows
set windows personality "Microsoft Windows XP Professional SP1"
set windows default tcp action reset
set windows default udp action reset
set windows ethernet "73:D5:DF:78:6A:19:"
add windows tcp port 135 open
add windows tcp port 139 open
add windows tcp port 445 open
add windows udp port 137 open
add windows udp port 135 open
add windows udp port 139 open
dhcp windows on eth0
Does anyone know why this would be happening?
Also, honeyd will start without any specified config file with no issues.
Any help with this is greatly appreciated
The text was updated successfully, but these errors were encountered: