chorsley / python-Wappalyzer

Python driver for Wappalyzer, a web application detection utility.
GNU General Public License v3.0
309 stars 122 forks source link

Adding support for the inclusion of Common Platform Enumeration (CPE) of an application in the results. #82

Open Necron3574 opened 1 year ago

Necron3574 commented 1 year ago

Added 2 functions, analyze_with_cpe(self,Webpage) analyze_with_cpe_and_versions(self,Webpage)

Both of these functions include the CPE (Common Platform Enumeration) of an application in the analysis results. This makes it easier for the user to co-relate the resultant data with various other databases as CPEs are a standardized way of storing application related data.