Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Necron3574
Copy link

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.

Adding 2 functions:
1) analyze_with_cpe(self,webpage): This function adds the CPE (Common Platform Enumeration) to the output as this is also available in the analyzed data.
2) analyze_with_cpe_and_versions(self,webpage): This function matches the CPE to the corresponding version and outputs that result.
Adding 2 functions to allow the user to get the CPE (Common Platform Enumeration) of the application discovered.
This makes it easier for the user to co-relate the results with various other databases.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant