Skip to content

.NET extendable clone of Sherlock - find usernames across social networks.

Notifications You must be signed in to change notification settings

hershyz/sherlock.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A .NET, extendable clone of Sherlock.

Running Sherlock.NET

  • Change working directory to Sherlock EXE: cd C:\Example\bin\
  • Run Sherlock and pass a username you want to search for: sherlock hershyz

Adding support for another website

  • Create a new file with any name and extension in bin\sites
  • The file should look like so:
  • Example - 1st line is the name of the website
  • https://www.example.com/user/ - 2nd line is the the string of the URL before the username
  • Followers - 3rd line is a string that the source of the page should contain, assuming that the user exists

Output

  • If the user exists: - Example [+] - https://www.example.com/user/(args[0])
  • If the user doesn't exist: - Example [-] - User Not Found

About

.NET extendable clone of Sherlock - find usernames across social networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages