数据库
首页 > 数据库> > python使用flask进行SQL中转注入报错

python使用flask进行SQL中转注入报错

作者:互联网

浏览器访问:http://192.168.43.180:18888/?payload=test

报错500

终端报错
[Previous line repeated 474 more times]
RecursionError: maximum recursion depth exceeded

解决办法:
from gevent import monkey
monkey.patch_all(ssl=False)

标签:monkey,python,recursion,192.168,flask,gevent,报错,exceeded
来源: https://www.cnblogs.com/wdd-blog/p/16277250.html