inspector-cochise / cochise

An audit tool for the apache webserver assisting on the BSI audit for the apache.
www.inspector-cochise.de
GNU General Public License v3.0
1 stars 0 forks source link

extend Quest2 - call packetmanager like apt-get #11

Closed inspector-cochise closed 12 years ago

inspector-cochise commented 13 years ago

look how nitko does it's version test

inspector-cochise commented 13 years ago

actually I've got a better idea than a packetmanager. Consider wget -q -O test.html https://www.apache.org/dist/httpd/ && cat test.html | grep 2.2.16 if this exits with status 0 it is likely that some apache version 2.2.16 is downloadable from the official mirror. If not there may be some newer version...

inspector-cochise commented 13 years ago

now implemented (actually a little bit nicer as proposed)!