Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honeyd issue when trying to point it to run at my config template #97

Open
MrRedPushTRedButton opened this issue Jul 12, 2017 · 1 comment

Comments

@MrRedPushTRedButton
Copy link

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

@Saud3017
Copy link

Any solution to this problem? I'm a newbie and lost at the moment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants