ServMon

Hi all,

Hopefully not a spoiler, just trying to get my head around something. Not necessarily specific to the box, just looking to understand the behaviour.

When using firefox, wget or even python to run http request containing …/
All instances of …/ get removed from the actual request being sent to the host - I can see that in wireshark, so in this particular case things work fine with just a telnet request or using burp to get the necessary stuff from the box.

I’ve searched around, but cannot seem to find an explanation for the behaviour or way to turn it off. I’d be interested how to address this particularly in python requests library.

Thanks in advance!