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

DOCSs / Implement URL parsing by cookiemonster itself #7

Open
wellencamass opened this issue Mar 26, 2022 · 0 comments
Open

DOCSs / Implement URL parsing by cookiemonster itself #7

wellencamass opened this issue Mar 26, 2022 · 0 comments

Comments

@wellencamass
Copy link

wellencamass commented Mar 26, 2022

Hello, iangcarroll, big thanks for your project and contribution!

As far as i understand now your project requries a specific cookie or url with cookie in it.

So first of all we need to get http body, parse it, parse cookies and their values and then for each cookie run the cookiemonster.

You can't just pass URL into cookiemonster to parse all the cookies and try to decode them, right?

My idea is : For example i've got 500 subdomains from amass then i pass them to httpx to get alive applications with their schemes and then pass those URLs to ffuf, gau and cookiemonster

As I see now its not possible to make it that way and I need to implement body parsing and pass each cookie I've found from body, right?
Because now cookiemonster -url "url" says:
Sorry, I did not receive any cookies from that URL.

Hope to hear your answer soon and thanks for your hard work!

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

No branches or pull requests

1 participant