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

Added -chrome-data-dir / -cdd flag to implement authenticated crawling #230 #231

Merged
merged 6 commits into from
Jan 18, 2023

Conversation

parthmalhotra
Copy link
Member

Added -chrome-data-dir / -cdd flag to implement authenticated crawling #230

To test authenticated crawling in DEV version :
First open chrome with your own supplied data directory flag :

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=~/test123/

Login into any website and now run katana with the following options :

./katana -u "https://hackerone.com/bugs" -hl -d 3 -cdd ~/test123/ -scp "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" -timeout 20

@ehsandeep ehsandeep linked an issue Dec 10, 2022 that may be closed by this pull request
Copy link
Member

@tarunKoyalwar tarunKoyalwar left a comment

Choose a reason for hiding this comment

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

lgtm!

@tarunKoyalwar
Copy link
Member

@parthmalhotra @ehsandeep , I think we need to update README.md also just wanted to highlight that .
this only covers a part of authenticated crawling i.e cookie based sessions only

@ehsandeep
Copy link
Member

@parthmalhotra @ehsandeep , I think we need to update README.md also just wanted to highlight that . this only covers a part of authenticated crawling i.e cookie based sessions only

Yes, will update once the final feature related to this will be completed - #209

@ehsandeep ehsandeep merged commit f822015 into projectdiscovery:dev Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Added -cdd, -chrome-data-dir flag
3 participants