Forrest logo
back to context overview

sherlock

List of commands for sherlock:

  • sherlock:tldr:0abec sherlock: Search for a specific username on social networks using a proxy.
    $ sherlock ${username} --proxy ${proxy_url}
    try on your machine
    explain this command
  • sherlock:tldr:15562 sherlock: Search for specific usernames on social networks saving the results into a directory.
    $ sherlock ${username1 username2 ---} --folderoutput ${path-to-directory}
    try on your machine
    explain this command
  • sherlock:tldr:87e5f sherlock: Search for a specific username on social networks using the Tor network.
    $ sherlock --tor ${username}
    try on your machine
    explain this command
  • sherlock:tldr:bdcdd sherlock: Make requests over Tor with a new Tor circuit after each request.
    $ sherlock --unique-tor ${username}
    try on your machine
    explain this command
  • sherlock:tldr:e1662 sherlock: Search for a specific username on social networks saving the results to a file.
    $ sherlock ${username} --output ${filename}
    try on your machine
    explain this command
  • sherlock:tldr:f8cc7 sherlock: Display help.
    $ sherlock --help
    try on your machine
    explain this command
  • sherlock:tldr:fba43 sherlock: Search for a specific username on social networks and open results in the default web browser.
    $ sherlock ${username} --browse
    try on your machine
    explain this command
back to context overview