We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
测试环境: windows v2.0.6
问题显示: python3 cli.py -l yaml poc 显示错位
问题定位: 调试发现名称末尾存在\r
不同系统回车换行的问题
定位代码位置:pocsuite3\lib\core\common.py 585行
临时解决:
return extract_regex_result(r"""(?sm)\s*name\s*:\s*(?P<result>[^\r\n]*).*matchers:""", code)
The text was updated successfully, but these errors were encountered:
copy that,所以你的文件名为啥会有 \r 呢
Sorry, something went wrong.
在Windows上创建的yaml默认换行为0d0a
Successfully merging a pull request may close this issue.
测试环境:
windows
v2.0.6
问题显示:
python3 cli.py -l
yaml poc 显示错位
问题定位:
调试发现名称末尾存在\r
定位代码位置:pocsuite3\lib\core\common.py 585行
临时解决:
The text was updated successfully, but these errors were encountered: