项目场景:
看别人文章时,发现一款神仙插件Turbo Intruder,准备安装下来
先是在BURP商店安装,发现不能用,使用时报错,然后去github把源码下载下来安装
问题描述
安装后,准备使用它自带的脚本跑一下
发现报错,查看日志发现是以下错误
There was an error executing your Python script. This is probably due to a flaw in your script, rather than a bug in Turbo Intruder :)
If you think it is a Turbo Intruder issue, try out this script: https://raw.githubusercontent.com/PortSwigger/turbo-intruder/master/resources/examples/debug.py
For your convenience, here's the full stack trace:
......
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-11:ordinal not in range(128)
......
原因分析:
原因没分析出来,但是在github上发现它的作者说,这种类型的错误可能和jyphon有关