defparam / h1passets

List HackerOne private program assets
MIT License
149 stars 22 forks source link

TypeError fix #1

Closed Abss0x7tbh closed 4 years ago

Abss0x7tbh commented 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

Abss0x7tbh commented 4 years ago

Redundant