Files
tldr/pages.zh/linux/sherlock.md

32 lines
865 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sherlock
> 在社交网络上查找用户名。
> 更多信息:<https://github.com/sherlock-project/sherlock>。
- 在社交网络上搜索特定用户名,并将结果保存到文件中:
`sherlock {{username}} --output {{path/to/file}}`
- 在社交网络上搜索特定用户名,并将结果保存到目录中:
`sherlock {{username1 username2 ...}} --folderoutput {{path/to/directory}}`
- 使用Tor网络在社交网络上搜索特定用户名
`sherlock --tor {{username}}`
- 在每次请求后通过新的Tor电路进行请求
`sherlock --unique-tor {{username}}`
- 使用代理在社交网络上搜索特定用户名:
`sherlock {{username}} --proxy {{proxy_url}}`
- 在社交网络上搜索特定用户名,并在默认网页浏览器中打开结果:
`sherlock {{username}} --browse`
- 显示帮助信息:
`sherlock --help`