Coder Social home page Coder Social logo

Comments (2)

sebix avatar sebix commented on July 17, 2024

I think, what you are looking for is a vulnerability scanner.

Furthermore a check could be added if the version is outdated or even if a CVE entry exists for it (although this might be a bit more complicated to automate this).
The question then still is from where to get the info which is the most recent apache version (one option is to read the apache download page and parse it altough this is probably not the best way to do so, I suppose there must be a better way).

Even if you the "most recent" version, what information do you get from that? Only a tiny tiny percentage of the webserver out there use the latest version.
Also, if you know what version has a vuln, that does not mean a server announcing this version is vulnerable. The distributions patch the software minimally without increasing the version number. Shodan for example does list "vulns" (derived from the version numbers) and "verified_vulns" (which are tested for).

from snallygaster.

hannob avatar hannob commented on July 17, 2024

I have doubts that this is a very useful check.

Almost every webserver sends something in the "Server:" line. Deriving any useful information from the version is hard, a simple comparison to CVE lists isn't useful as distributions backport security fixes. (This is a classic source of bad security statistics.)

So from a security perspective the Server header is not very useful.

On the other hand, if your goal is to "find out everything about this webserver that I can" then you'd usually just look at all the headers, and you don't need a tool like snallygaster for this (you'll likely just run curl -I).

from snallygaster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.