Forum Discussion
zafer
Nimbostratus
Apr 18, 2008hide os information
Hello,
when i check the some website from http://news.netcraft.com/ i can see os information How can i hide this information i think its tcp fingerprint issue
You can test www.msnbc.com
regards
Zafer
4 Replies
- The_Bhattman
Nimbostratus
Hi Zafer,when HTTP_RESPONSE { loop through and remove all instances of the unwanted headers from the server response (Server, Date, X-Powered-By in this example) foreach header {Server Date X-Powered-By} { while { [HTTP::header exists {$header}] } { log local0. "Removing- $header: [HTTP::header value {$header}]" HTTP::header remove {$header} } } }
- You can also look at the "HTTP::header sanitize" sub command. This will remove all except the specified headers. There may be tines that you don't know all the headers that contain id information, but most likely you will know all the headers you want to allow through.
- Colin_Walker_12Historic F5 AccountHoolio's answer really addresses the root of the problem. Until you know what it is they're using to formulate those assumptions, there's no sure fire way to stop them from coming to that conclusion.
- zafer
Nimbostratus
Hi
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects