You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: