-
Notifications
You must be signed in to change notification settings - Fork 635
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
Add advice / documentation in readme on using cookies #326
Comments
What this mean? |
@olearycrew cookies use the standard format defined by RFC. There is no expected format besides the one required by the specific web app being crawled. @dogancanbakir, can you check if the docs need to be extended with examples of authenticated crawling? |
@Mzack9999 @olearycrew While it's indeed helpful to have as much detail and clarity in our documentation as possible, adding a specific section for using cookies in the README may not be necessary in this case. Since this usage is common across many tools and not unique to |
I think we’ve seen this question many times in the community so I think we should consider documenting an example somewhere. Perhaps @pd-jason and Carrie can weigh in here |
Then let's address it, on it! |
Sorry to intervein, I asked that question on Discord if I remember. |
more info added at https://github.com/projectdiscovery/katana#authenticated-crawling |
Please describe your feature request:
We need to be clear about the expected format of using a cookie in headless mode. I believe it is:
katana -u "https://hackerone.com" -H 'cookie: ab={"x:{y}"}'
But we should be more clear about what the format is and what the parser expects.
The text was updated successfully, but these errors were encountered: