Skip to content

Commit cf43031

Browse files
committed
update usage
1 parent 72daf24 commit cf43031

File tree

8 files changed

+11611
-157
lines changed

8 files changed

+11611
-157
lines changed

README.md

Lines changed: 13 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,27 @@
11
## 简介
22

33
> 最近挺喜欢听IU的blueming,所以命名为blueming
4-
> 主要用于获取网站备份文件
4+
>
5+
> 获取网站备份文件,以及目录扫描,被动扫描
56
6-
## 安装
7+
## 使用
78

89
```bash
9-
go env -w GO111MODULE=on
10+
Usage:
11+
blueming [command]
1012

11-
go get github.com/bufsnake/blueming
13+
Available Commands:
14+
backupscan backupscan scan
15+
dirscan dirscan scan
16+
help Help about any command
17+
passive passive scan
1218

13-
cd $GOPATH/pkg/mod/github.com/bufsnake/blueming<TAB>键后进入/cmd/blueming
19+
Flags:
20+
-h, --help help for blueming
1421

15-
go build -v
22+
Use "blueming [command] --help" for more information about a command.
1623
```
1724

18-
## 使用
19-
20-
```bash
21-
Usage of ./blueming:
22-
-b filter output data
23-
-crt string
24-
listen cert (default "ca.crt")
25-
-f string
26-
set url file
27-
-i string
28-
set wordlist index(exp: test.php)
29-
-key string
30-
listen key (default "ca.key")
31-
-l string
32-
set log level(trace,debug,info,warn,fatal) (default "debug")
33-
-listen string
34-
listen to scan dir (default "127.0.0.1:9099")
35-
-p string
36-
set proxy, support http proxy(exp: http://localhost:8080)
37-
-s int
38-
set timeout (default 10)
39-
-t int
40-
set thread (default 100)
41-
-u string
42-
set url
43-
-v int
44-
log level
45-
-w string
46-
set wordlist
47-
```
48-
49-
> ./blueming -b 可删除output下的垃圾数据(必须使用)
50-
5125
## TODO
5226

5327
> 基本满足以下要求即可

cmd/blueming/bugbounty_word

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
/config.inc
2+
/config.php.bak
3+
/db.php.bak
4+
/conf/config.ini
5+
/test.sh
6+
/static/common/lib/ueditor/ueditor.config.js
7+
/statics/modules/ueditor/ueditor.config.js
8+
/static/js/ueditor/ueditor.config.js
9+
/ueditor/ueditor.config.js
10+
/kindeditor/kindeditor-all.js
11+
/statics/modules/kindeditor/kindeditor-all.js
12+
/static/js/kindeditor/kindeditor-all.js
13+
/static/common/lib/kindeditor/kindeditor-all.js
14+
/test.php
15+
/1.php
16+
/a.php
17+
/test1.php
18+
/test.html
19+
/test1.html
20+
/test.txt
21+
/test.jsp
22+
/env
23+
/trace
24+
/info
25+
/metrics
26+
/mappings
27+
/monitor
28+
/heapdump
29+
/dump
30+
/health
31+
/loggers
32+
/auditevents
33+
/autoconfig
34+
/beans
35+
/configprops
36+
/actuator/env
37+
/actuator/trace
38+
/actuator/info
39+
/actuator/metrics
40+
/actuator/mappings
41+
/actuator/monitor
42+
/actuator/heapdump
43+
/actuator/dump
44+
/actuator/health
45+
/actuator/loggers
46+
/actuator/auditevents
47+
/actuator/autoconfig
48+
/actuator/beans
49+
/actuator/configprops
50+
/swagger-ui.html
51+
/swagger-resources
52+
/actuator/swagger-ui.html
53+
/v1.1/swagger-ui.html
54+
/v1.2/swagger-ui.html
55+
/v1.3/swagger-ui.html
56+
/v1.4/swagger-ui.html
57+
/v1.5/swagger-ui.html
58+
/v1.6/swagger-ui.html
59+
/v1.7/swagger-ui.html
60+
/v1.8/swagger-ui.html
61+
/v1.9/swagger-ui.html
62+
/v2.0/swagger-ui.html
63+
/v2.1/swagger-ui.html
64+
/v2.2/swagger-ui.html
65+
/v2.3/swagger-ui.html
66+
/phpmyadmin/
67+
/PhpMyAdmin/
68+
/solr/
69+
/Solr/
70+
/console/login/LoginForm.jsp
71+
/web-console/index.html
72+
/admin-console/index.html
73+
/axis2-admin/
74+
/services/listServices

0 commit comments

Comments
 (0)