Battalion icon indicating copy to clipboard operation
Battalion copied to clipboard

Parse additional server information from WhatWeb results

Open eidolonpg opened this issue 8 years ago • 2 comments

We can get some good summaries of things like # of hosts that use Apache, IIS, PHP, etc. from the WhatWeb results, we just need to write additional parsers.

eidolonpg avatar Oct 16 '16 16:10 eidolonpg

Added parsing for Drupal from the Drupal detection field, this does not pull version data, however so there is more to be done there.

We should also add: IIS File Joomla File Apache File PHP File

add more requests here so we can track them.

theabraxas avatar Oct 24 '16 17:10 theabraxas

Right now we're outputting Wordpress and a few other things from WhatWeb currently, we now have a JSON WhatWeb outputs and should switch our parsers to read those subdomain files and then remove the .txt files. Store data as json

theabraxas avatar Nov 21 '16 07:11 theabraxas