• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What's the http cook command?

Red Squirrel

No Lifer
I noticed this in my logs, it seems to act the same way as get. What is it for?

You can test it out:

Code:
telnet forums.anandtech.com 80
cook / http/1.1
host: forums.anandtech.com

It will just load the page. The queries themselves were nothing special, just regular pages being requested, no exploit attempt or anything of sorts. More curious as to what this command is, is it some kind of easter egg in apache?
 
It's not a Linux command it's an actual http command. Like GET, POST etc. And yeah I saw that apache page as well but they just dismissed it. You would think the apache people would at least know what it is lol. It is a bot doing it, I'm more or less curious what that command is about, it seems to be the same as GET. It does not seem to be hostile or anything like that.
 
Yeah found that too. Synapse is actually the bot in question too in my case. Rather interesting that's for sure.

Though further reading does suggest it's trying to look for sql injection vulnerabilities. Not too worried if that's all it's doing.
 
Back
Top