Closed sviet2k closed 3 years ago
:D i'm working on this site as well, but currently couldn't mange to buy me time to continue
Great. Take your time. Don't rush :) 👍
I just find the solution. I would like to share with you to save your time:
m = re.search('atob\("(.*?)"',p)
if m:
tt = base64.b64decode(m.group(1))
enc_data = utils.json.loads(tt)
ciphertext = 'Salted__' + enc_data['s'].decode('hex') + base64.b64decode(enc_data['ct'])
ciphertext = base64.b64encode(ciphertext)
print utils.gibberishAES(ciphertext, 'caphedaklak')
Nice, it works perfectly :D Many thank
Hi Billy,
If you have time, please help me to resolve the link from Anime 47 👍
Here is the output to be used to get the link:
I tried to use gibberishAES to decode "thanhhoa" with key = "caphedaklak" but it fails.
Thanks in advance for your help.