rverton / webanalyze

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

Added domain comparing ability #19

Closed H3JFC closed 5 years ago

H3JFC commented 5 years ago

Hey @rverton, tell me what you think. This was pretty quick and dirty so I'm open to suggestions.

philipithomas commented 5 years ago

To clarify: this would be really helpful for us. We use webanalyze to scan company websites. A lot of sites host their application on a separate subdomain than their marketing site. (e.g., www.example.com might be a Wordpress site, and app.example.com might be a React site). We'd like to be able to understand the totality of technologies that a company is using.

rverton commented 5 years ago

Thanks for your contribution, I will have a look and test this as soon as possible.

H3JFC commented 5 years ago

Thanks Robin. It's much appreciated 👍

rverton commented 5 years ago

I made some minor changes to the variable name and fixed the tests. Thanks for your contribution!