Python
Reading time: 0 minutes
使用 Python 的服务器
测试可能的 代码执行,使用函数 str():
python
"+str(True)+" #If the string True is printed, then it is vulnerable
Reading time: 0 minutes
测试可能的 代码执行,使用函数 str():
"+str(True)+" #If the string True is printed, then it is vulnerable