Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Cookie Report Generation With CLI Tool #162

Merged
merged 106 commits into from
Oct 11, 2023
Merged

Conversation

ayushnirwal
Copy link
Contributor

@ayushnirwal ayushnirwal commented Oct 4, 2023

 ## Description

This PR expands Cookie Analysis CLI to a output a report for site and sitemaps which can be viewed with the newly added UI in cli-dashboard package.

Relevant Technical Choices

  • Puppeteer is being used for browser automation.
  • CDP through puppeteer for intercepting network requests and parsing cookie and frame data.
  • Wappalyzer if being used to get tech stack used.

Testing Instructions

  • npm i to Install all dependencies.
  • npm run cli:build to build the cli.
  • npm run cli -- -u <url to a website> to analyze a website.
  • npm run cli -- -s <url to a sitemap.xml> to analyze a sitemap.

Additional Information:

Screenshot/Screencast

Sitemap analysis

Screenshot 2023-10-09 at 1 32 47 PM

Site analysis

Screenshot 2023-10-09 at 1 37 58 PM

Fixes #165

@ayushnirwal ayushnirwal marked this pull request as ready for review October 10, 2023 06:30
Copy link
Collaborator

@mohdsayed mohdsayed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@mohdsayed mohdsayed merged commit 124431a into develop Oct 11, 2023
@mohdsayed mohdsayed deleted the feat/cli-dashboard branch October 11, 2023 01:56
@mohdsayed mohdsayed mentioned this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI feature Feature/capability of the tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants