maurosoria / dirsearch

Web path scanner
11.76k stars 2.29k forks source link

TypeError: one character bytes, bytearray or integer expected #18

Closed AustinDizzy closed 8 years ago

AustinDizzy commented 8 years ago

I'm trying to run dirs3arch on Windows 8.1 (64-bit) with Python 3.4.3 and I'm getting the following error when trying to run a scan with valid arguments:

image

Is 3.4.3 not supported? By "3.X support", I assumed that included 3.4.3 but dirs3arch.py:19 tells me otherwise.

image

maurosoria commented 8 years ago

Hi Austin

The bug is in colorama , a thirdparty python library that is used to colorize the command prompt.

The bug was fixed in a later version, so download the last version (https://pypi.python.org/pypi/colorama), grab the colorama/colorama folder and place it in the thirdparty dir in dirsearch (replace everything)

I'm releasing a new version with this fix and others soon