We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f194ae8 commit 45a7b97Copy full SHA for 45a7b97
README.md
@@ -52,6 +52,23 @@
52
---
53
## 🎬 使用方法
54
55
+```cmd
56
+-f 指定文件 -p 指定poc(如果没有-p参数默认跑全部pocs) -m 1 开启debug日志, 默认不开启 -t threads数量
57
+
58
+SpringExploit -f urls.txt -p CVE20221388 -m 1 -t 10
59
60
+-proxy 设置代理 -o 保存结果文件位置 -log 日志文件输出位置默认logs/logs-{time}.txt
61
+SpringExploit -u https://www.baidu.com/ -proxy http://127.0.0.1:1080 -o result.txt -log logs/logs.txt
62
63
+example usages:
64
65
+SpringExploit -f urls.txt -t 50
66
+SpringExploit -u https://www.baidu.com/ -proxy http://127.0.0.1:1080
67
+SpringExploit -i 127.0.0.1/24
68
+SpringExploit -u https://www.baidu.com/ -p CVE202222947,CVE202222963
69
70
+```
71
72

73
74
0 commit comments