ITADN

[Bug]: Rookiepy Cookies Doesn't work

#94Openjamiekarvans 创建于 2025-01-22
bug
J
jamiekarvanscommented
### What happened? Using python 3.8 and rookiepy: the cookies doesn't work when imported in browser, i tried to find out the problem and checked values for domain accounts.google.com in browser using extension and then checked the values that received from Rookiepy and it looks like rookiepy cookies has more values that don't actually exist in my cookies and don't know how it got there. here is an example: #HttpOnly_accounts.google.com FALSE / TRUE 1769723660 __Host-GAPS 1:56RW8tImrvOLpF8WmO7gQ9SeutmOHQ:-N-RvEUwGqHUEeWH #HttpOnly_accounts.google.com FALSE / TRUE 1772131245 __Host-GAPS 1:8fyQOv0r-OtgnUXFqGTkmCZAO0sT6Q:EEKsh8U7SbcbOk17 while browser actual cookie is only: `1:8fyQOv0r-OtgnUXFqGTkmCZAO0sT6Q:EEKsh8U7SbcbOk17` so the first cookie overdrives the second one which is actually the true one and that's why it doesn't work what do you think is the problem? i tried in so many systems and all same results
2 条评论