From a156709d73bfba6585a2e85e48c1a920e8224cdf Mon Sep 17 00:00:00 2001 From: Bhargav Das Gupta <47706967+Hephaestus14089@users.noreply.github.com> Date: Thu, 6 Jan 2022 00:20:46 +0530 Subject: [PATCH] sherlock: add page (#7609) --- pages/linux/sherlock.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/sherlock.md diff --git a/pages/linux/sherlock.md b/pages/linux/sherlock.md new file mode 100644 index 000000000..25bfce827 --- /dev/null +++ b/pages/linux/sherlock.md @@ -0,0 +1,32 @@ +# sherlock + +> Find usernames across social networks. +> More information: . + +- 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`