Skip to content

duyannnnn/dictbydomain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dictbydomain

根据URL生成强关联的目录字典

Usage

python3 dictbydomain.py -u sub.test.com -p /
python3 dictbydomain.py -u sub.test.com -p / -o output.txt  # 保存到文件
python3 dictbydomain.py -u sub.test.com -p / -o output.txt -d db/basic.txt  # 与基础字典合并
备注

目前只用来生成目录字典,目录扫描工具可以使用httpx, 如

python3 dictbydomain.py -u sub.test.com -p / -o output.txt && echo sub.test.com | httpx -status-code -content-length -paths output.txt

About

根据URL生成强关联的目录字典

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages