stanislav-web / OpenDoor

OWASP WEB Directory Scanner
http://opendoor.readthedocs.io
GNU General Public License v3.0
883 stars 186 forks source link

ResponseError: cannot use a string pattern on a bytes-like object #17

Closed pansa closed 7 years ago

pansa commented 7 years ago

With -i option, subdomain scanning terminates with error :

error: ResponseError: cannot use a string pattern on a bytes-like object
Terminated

on page http://beta.drweb.ru

Without -i option - no problem.

stanislav-web commented 7 years ago

Seems it was encoding problem... Well, ifixed it. You can try to fetch latest changes

pansa commented 7 years ago

All right now! Great!