aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.73k stars 2.1k forks source link

In python3, no unicode type #248

Open overoptimus opened 4 years ago

overoptimus commented 4 years ago

In python3, string are encoded from str to bytes. In python2, string are encode from unicode to str.