Closed Abss0x7tbh closed 4 years ago
Nice tool. Ran it with python < 3.6 and got a TypeError because of no mention of unicode while b64decoding. Python versions greater than 3.6 have these built-in capabilities. So fixed it with .decode('utf-8') . Have a look, Thanks
Redundant
Nice tool. Ran it with python < 3.6 and got a TypeError because of no mention of unicode while b64decoding. Python versions greater than 3.6 have these built-in capabilities. So fixed it with .decode('utf-8') . Have a look, Thanks