News

Published on February 24th, 2014 📆 | 2361 Views ⚑

0

wig – WebApp Information Gatherer – Identify CMS


tts
wig is a Python tool that identifies a websites CMS by searching for fingerprints of static files and extracting version numbers from known files.

OS identification is done by using the value of the ‘server’ and ‘X-Powered-By’ in the response header. These values are compared to a database of which package versions are include with different operating systems.

[adsense size='1']

The version detection is based on md5 checksums of statics files, regex and string matching. OS detection is based on headers and packages listed in the ‘server’ header. There’s a quite large database of package versions included in common linux distros.

The author uses scripts to automatically update the md5 checksums for new versions of open source CMS the tool is capable to detecting. This one of the main advantages over BlindElephant and WhatWeb.

[adsense size='2']





There are currently three profiles for wig:

  1. Only send one request: wig only sends a request for ‘/’. All fingerprints matching this url are tested.
  2. Only send one request per plugin: The url used in most fingerprints is used
  3. All fingerprints: All fingerprints are tested

You can download wig here (or just clone it from the Github repo):

master.zip

Or read more here.

Tagged with:



Comments are closed.