add new chinese translations
This commit is contained in:
24
pages.zh/common/theharvester.md
Normal file
24
pages.zh/common/theharvester.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# theHarvester
|
||||
|
||||
> 一款旨在渗透测试早期阶段使用的工具。
|
||||
> 更多信息:<https://github.com/laramies/theHarvester>。
|
||||
|
||||
- 使用 Google 收集域信息:
|
||||
|
||||
`theHarvester --domain {{domain_name}} --source google`
|
||||
|
||||
- 使用多个来源收集域信息:
|
||||
|
||||
`theHarvester --domain {{domain_name}} --source {{duckduckgo,bing,crtsh}}`
|
||||
|
||||
- 更改结果限制:
|
||||
|
||||
`theHarvester --domain {{domain_name}} --source {{google}} --limit {{200}}`
|
||||
|
||||
- 将输出保存为 XML 和 HTML 格式的两个文件:
|
||||
|
||||
`theHarvester --domain {{domain_name}} --source {{google}} --file {{output_file_name}}`
|
||||
|
||||
- 显示帮助信息:
|
||||
|
||||
`theHarvester --help`
|
Reference in New Issue
Block a user