mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
sherlock: add page (#7609)
This commit is contained in:
parent
8c9021a3f9
commit
a156709d73
1 changed files with 32 additions and 0 deletions
32
pages/linux/sherlock.md
Normal file
32
pages/linux/sherlock.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# sherlock
|
||||
|
||||
> Find usernames across social networks.
|
||||
> More information: <https://github.com/sherlock-project/sherlock>.
|
||||
|
||||
- Search for a specific username on social networks saving the results to a file:
|
||||
|
||||
`sherlock {{username}} --output {{path/to/file}}`
|
||||
|
||||
- Search for specific usernames on social networks saving the results into a directory:
|
||||
|
||||
`sherlock {{username1 username2 ...}} --folderoutput {{path/to/directory}}`
|
||||
|
||||
- Search for a specific username on social networks using the Tor network:
|
||||
|
||||
`sherlock --tor {{username}}`
|
||||
|
||||
- Make requests over Tor with a new Tor circuit after each request:
|
||||
|
||||
`sherlock --unique-tor {{username}}`
|
||||
|
||||
- Search for a specific username on social networks using a proxy:
|
||||
|
||||
`sherlock {{username}} --proxy {{proxy_url}}`
|
||||
|
||||
- Search for a specific username on social networks and open results in the default web browser:
|
||||
|
||||
`sherlock {{username}} --browse`
|
||||
|
||||
- Display help:
|
||||
|
||||
`sherlock --help`
|
Loading…
Add table
Reference in a new issue