-
EDIT: Please delete this...the patch below pertains to an older honeyd code base (1.5c), my mistake.
I ran into the following issue while building from your source tree. The following patch appears t…
-
The haystack honeyd instance in the lab seems to segfault about every 2 days.
Call stack,
Thread [1] 29757 [core: 1](Suspended : Signal : SIGSEGV:Segmentation fault)
addr_cmp() at 0x1860c1
…
-
The current method that honeyd uses to get a list of what hardware manufacturers belong to what MAC ranges, it just hardcodes the list into the source as a huge array. (in ethernet.c)
We should inst…
-
If you try running honeyd on a network, packets going to any of the VMs are lost if they're sent from the host computer. The effect is that the host that is running honeyd is unable to contact any of …
-
While running a standard Nmap quick scan against a honeyd honeypot, a segfault can occur due to xp_print being NULL in the following code,
honeyd.c / icmp_recv_cb
/\* YM: Add ICMP Timestamp r…
-
I've been stresstesting my haystack to see how much http connections a honeyd instance can manage. For this I use the httperf tool with the following example command :
httperf --server XXX.XXX.XXX.X…
-
Hi all,
why don't you tag your major commits for newer versions, and why don't you make tarball of them ??
It would much easier to follow the versions of Honeyd !
Cheers,
Steve
-
The new format for nmap-os-db starts out with a dummy "Match Points" personality which looks like this:
MatchPoints
SEQ(SP=25%GCD=75%ISR=25%TI=100%CI=50%II=100%SS=80%TS=100)
OPS(O1=20%O2=20%O3=20%O4=…
-
Many of our "nmap -O" scans of honeypots do not get 100% correct matches to the operating system being emulated, and in some cases the first match in the fuzzy scan isn't even the one that is being em…
-
Hi,
I am trying to get Honeyd to work with CentOS but when I do the make it gives me a bunch of errors. I found this issue which looks similar - https://github.com/DataSoft/Honeyd/issues/1
So if it …