Skip to content

Cursed Chrome Cookie Fix #1924

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

Merged
merged 1 commit into from
Apr 11, 2025
Merged

Cursed Chrome Cookie Fix #1924

merged 1 commit into from
Apr 11, 2025

Conversation

mosesrenegade
Copy link
Contributor

Fix for #1758.

This Pull Request does a few things. It eliminates using a string to gather the JSON array from the remote site debugger. It now leverages the built-in library. It then takes the output and uses the ChromeDP Struct for JSON Marshalling items.

Please note that to make this work, a few other things had to be done, including running the following commands on the CLI.

go get -u github.com/chromedp/cdproto@latest
go get -u github.com/chromedp/chromedp@latest
go mod tidy
go mod vendor

Due to the many changes this introduces, I can make the changes part of this PR or the maintainers can attempt it. Will look at backporting this to 1.5.X.

…rary upstream changed it's cookie values from a string value to a struct and the download command needed to be modified to work with the struct
@mosesrenegade mosesrenegade requested a review from a team as a code owner April 9, 2025 20:11
@moloch-- moloch-- merged commit 38cf0ae into BishopFox:master Apr 11, 2025
5 checks passed
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.

2 participants