UHH-ISS / honeygrove

A multi-purpose, modular medium-interaction honeypot based on Twisted.
MIT License
20 stars 8 forks source link

Http server header fields are in random order #33

Open gitxmax opened 5 years ago

gitxmax commented 5 years ago

Hello, I played with the script for a while and noticed, every time I relaunch it, the header fields are in random order. This certainly hints out, for something suspicious (for my case use, at least). Any chance to make it static? Just to follow the order in the config file?

Thanks!

1wilkens commented 4 years ago

This is most likely related to the non-persistent hashing order of python dictionaries. We would need to find some other way to preserve the order. No solution quite yet as it is not a high priority for us, but we'll accept patches until we get to this issue ourselves.