A .NET, extendable clone of Sherlock.
- Change working directory to Sherlock EXE:
cd C:\Example\bin\
- Run Sherlock and pass a username you want to search for:
sherlock hershyz
- 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
- If the user exists:
- Example [+] - https://www.example.com/user/(args[0])
- If the user doesn't exist:
- Example [-] - User Not Found