add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# sublist3r
> 快速子域名枚举工具,适用于渗透测试者。
> 更多信息请访问:<https://github.com/aboul3la/Sublist3r>。
- 查找某个域名的子域名:
`sublist3r --domain {{domain_name}}`
- 查找某个域名的子域名,并启用暴力搜索:
`sublist3r --domain {{domain_name}} --bruteforce`
- 将找到的子域名保存到文本文件中:
`sublist3r --domain {{domain_name}} --output {{path/to/output_file}}`
- 显示帮助信息:
`sublist3r --help`