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

I got a bunch of cursed errors. #1758

Open
whoami-www opened this issue Aug 8, 2024 · 1 comment
Open

I got a bunch of cursed errors. #1758

whoami-www opened this issue Aug 8, 2024 · 1 comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@whoami-www
Copy link

[server] sliver (AFRAID_SUNFLOWER) > cursed chrome

⚠️ Found running Chrome process: 17028 (ppid: 8736)
⚠️ Sliver will need to kill and restart the Chrome process in order to perform code injection.
⚠️ Sliver will attempt to restore the user's session, however DATA LOSS MAY OCCUR!

? Kill and restore existing Chrome process? Yes
[] Finding Chrome executable path ... success!
[
] Finding Chrome user data directory ... success!
[] Starting Chrome process ... (pid: 19048) success!
[
] Port forwarding 127.0.0.1:41053 -> 127.0.0.1:10398
⚠️ No Cursed Chrome payload was specified, skipping payload injection.

[server] sliver (AFRAID_SUNFLOWER) > cursed cookies

? Select a curse: 41053 [Session 0dec9f13] C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe

[!] Failed to dump cookies: parse error: expected string near offset 20510 of 'partitionKey'

[server] sliver (AFRAID_SUNFLOWER) > cursed cookies

? Select a curse: 41053 [Session 0dec9f13] C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe

[!] Failed to dump cookies: parse error: expected string near offset 20510 of 'partitionKey'
image

@rkervella
Copy link
Member

It seems we need to update the cdproto dependency, since PartitionKey changed from a string to a struct: https://github.com/chromedp/cdproto/blob/master/network/types.go#L1222

@rkervella rkervella added bug Something isn't working dependencies Pull requests that update a dependency file labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants