这是 GeoExplorer 项目的客户端组件,旨在向 GeoServer 实例发送请求并测试潜在漏洞。
pip install -r requirements.txt 安装):
使用以下命令运行脚本:
python main.py -u <target_url_or_file> -t <threads> -c <catcher_url>
参数:
-u:目标URL或包含换行分隔URL的文件(必填)-t:线程数(默认:100)-c:Catcher URL(默认:http://127.0.0.1:8000/log)(指向附带的服务器)脚本执行以下操作:
ListStoredQueries 请求自动找到有效的要素类型。更多详情,请参见 main.py 文件。