You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
Great Answer, although, is there any benefit to exposing this information to the Internet? (public facing web applications)ZnArK– ZnArK2012-10-30 06:28:22 +00:00Commented Oct 30, 2012 at 6:28
-
2The benefit is the debugging thing - I do a lot of development work on web services / automation - not every client is a browser with a user driving it.symcbean– symcbean2012-10-30 09:55:55 +00:00Commented Oct 30, 2012 at 9:55
-
1I could see a use for this in a development environment, but not on internet facing production systems. What benefit does it really provide to an organization to expose this information to the internet?ZnArK– ZnArK2012-10-31 03:30:22 +00:00Commented Oct 31, 2012 at 3:30
-
2I think changing the server header to something generic adds a small amount of security at the cost of very little. Administrators and developers already know what software is running on a server, so disabling this information costs nearly nothing. Automated tools don't necessarily just fire and hope, it depends on the expense of the attack. If you want to maximize infection you choose targets wisely rather than spending time on ones that won't work.Steve Sether– Steve Sether2015-02-11 19:03:04 +00:00Commented Feb 11, 2015 at 19:03
-
1Even if the version is current, Knowing when, and how often you apply patches is valuable information. By observing when patches are applied, an attacker will know when your production systems are the weakest.rook– rook2017-05-05 18:44:24 +00:00Commented May 5, 2017 at 18:44
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you