Forum Discussion
Serial Maze Support Group
itsdangerous
token > secret_key > 🥒 > answer
Do you need to find the secret_key before sending the pickle payload? or use a pickled payload to find it?
- domel442 months ago
Bronze II
Yes - first finding secret_key
then 🥒
- sabil1024 days ago
Bronze II
domel44 ..I got rough idea to solve the lab.. we need to use itsdangerous signed payload and bruteforce the secret_key with rockyou wordlist.. appreciate any hint on finding token..?
- autom8on24 days ago
Silver I
From my very rough notes (thanks Vlad! ;p): "You need to pickle the co-ordinates, then sign them using itsdangerous" (looking at previous labs in the series may help work out how the co-ordinates are normally passed).
I had no need for rockyou after picking up the not-so-subtle hint in the following screenshot... ;p
- Nneka_AN2 months ago
Silver I
Thank you so much domel44, you have been so incredibly helpful! The rockyou clue has been my closest one so far.
Quick question, please. The rockyou.txt on my sandboxed Kali machine is only 1556 bytes, whereas the real wordlist is over 133 megabytes. Did you have to alter the list in some way before you were able to use it, please?- domel442 months ago
Bronze II
Hi Nneka,
i use the list available on the Kali host.