rverton / webanalyze

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.
MIT License
955 stars 137 forks source link

Schema updated #14

Closed anotherdevs closed 5 years ago

anotherdevs commented 5 years ago

Hi @rverton

Wappalyzer have updated it's schema.

Additional regexes (same structure as meta):

Additional app infos:

Furthermore @AliasIO have added two new concepts: excludes and implies.

If the program detects Wordpress it implies that PHP is also used. Same princip if the program detects SPDY means HTTP/2.0 cannot be detected.

There exists a problem with implies and excludes though; it can either be an array or a string. The app Wordpress has an array for implies but Adminer has implies as a string.

rverton commented 5 years ago

Hi @anotherdevs, thanks for the info. I will try to add this in the upcoming time.

rverton commented 5 years ago

Hi @anotherdevs, I just commited the cookie and implies functionality in fc7b52e43db661c24fed6e3366d2a0a2a96ef033. Maybe I will add "excludes" in the future, but its not a priority for now. I cant add the functionality to check for JS variables because I'm not executing it, see #5 for discussion.

Let me know if this commit works as expected.

Greetings