Skip to content

DOCSs / Implement URL parsing by cookiemonster itself #7

@wellencamass

Description

@wellencamass

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions