与 CVE-2022-41040 相关的代码集。
scanner.py 是一个基于 Python 的扫描器,用于测试 CVE-2022-41040。
运行此代码所需的额外模块只有 requests 和 colorama。
pip install -r requirements.txt
此脚本接受单个 URL 或 URL 列表。 在基础 URL 后面保留尾部 '/'。
usage: scanner.py [-h] (-i INFILE | -t TARGET)
列表:
python3 scanner.py -i test_sites
单个站点:
python3 scanner.py -t http://example.com