0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.76k stars 388 forks source link

Ascii Error #119

Closed pc123177 closed 3 years ago

pc123177 commented 3 years ago

when I try run I receive this error:

Traceback (most recent call last): File "tidconsole.py", line 779, in main() File "tidconsole.py", line 771, in main prnt.banner() File "/tidos-framework/core/methods/print.py", line 412, in banner print(random.choice(bannerlist)) UnicodeEncodeError: 'ascii' codec can't encode character '\xb0' in position 455: ordinal not in range(128)

VainlyStrain commented 3 years ago

Issue should be resolved now. One of the banners had a leftover UTF8 character, which is in an invalid range for ascii. Thanks for reporting!