Dirsearch URL batch scan error

An error is reported when scanning the crawled web address in batch. The error is as follows:

in line 92 of Lib/core/scanner.py

first_response.body.decode()

Change to

first_response.body.decode('GBK')

Read More: