Skip to content

Commit 45a7b97

Browse files
committed
README 增加使用说明案例
1 parent f194ae8 commit 45a7b97

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,23 @@
5252
---
5353
## 🎬 使用方法
5454

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+
5572
![image-20220422190411847](https://cdn.jsdelivr.net/gh/SummerSec/Images/2022/03/19u419ec19u419ec.png)
5673

5774

0 commit comments

Comments
 (0)