Wappalyzer: perl version detection isn't working

Created on 23 May 2018  路  2Comments  路  Source: AliasIO/wappalyzer

With the latest (5.4.14) Wappalyzer version in Chrome, I can't get the version of Perl from thinkgeek, despite it being present in the Server header: Apache/2.4.6 (CentOS) mod_apreq2-20090110/2.8.0 mod_perl/2.0.10 Perl/v5.16.3.

Most helpful comment

Perl should be detected via the headers too:

    "Perl": {
      "cats": [
        27
      ],
      "headers": {
        "Server": "\bPerl\b(?: ?/?v?([\\d.]+))?\\;version:\\1"
      },
      "icon": "Perl.png",
      "website": "http://perl.org"
    },

All 2 comments

Perl is deduced because of the detection of mod_perl and Wappalyzer is displaying the version number for mod_perl so it is an expected behavior.

Perl should be detected via the headers too:

    "Perl": {
      "cats": [
        27
      ],
      "headers": {
        "Server": "\bPerl\b(?: ?/?v?([\\d.]+))?\\;version:\\1"
      },
      "icon": "Perl.png",
      "website": "http://perl.org"
    },
Was this page helpful?
0 / 5 - 0 ratings

Related issues

clintnetwork picture clintnetwork  路  4Comments

smokeyflavor picture smokeyflavor  路  8Comments

madhavprabhu picture madhavprabhu  路  11Comments

AdityaAnand1 picture AdityaAnand1  路  8Comments

cfjedimaster picture cfjedimaster  路  5Comments