Skip to content

Commit

Permalink
dirscan add domain path scan
Browse files Browse the repository at this point in the history
  • Loading branch information
bufsnake committed Dec 4, 2021
1 parent 20d0623 commit 3409fae
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 10,915 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmd/blueming/blueming
cmd/blueming/output
cmd/blueming/log
cmd/blueming/wordlists
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Use "blueming [command] --help" for more information about a command.
> 基本满足以下要求即可
- [ ] 常见文件泄露扫描 .git .hg .idea .DS_Store ...
- [x] 提取域名关键字进行目录扫描
- [ ] 日志文件扫描: 指定扫描地址,计算头一天的日期,根据日期生成字典,可定制日期出现的位置
"image$TIME$" "pay.$time$"
- [x] 开启被动扫描模式,配合httpx自动进行目录扫描(二级、三级、四级...)
- [x] 通过URL自动生成文件名
- [x] 根据后缀名将URL定义为对应的文件格式,如zip、tar.gz等
Expand Down
74 changes: 0 additions & 74 deletions cmd/blueming/bugbounty_word

This file was deleted.

Loading

0 comments on commit 3409fae

Please sign in to comment.