Skip to content

ShaunLWM/sherlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sherlock

Find usernames across social networks

A NodeJS port of Sherlock

Installation

# clone the repo
$ git clone https://github.com/ShaunLWM/sherlock

# change the working directory to sherlock
$ cd sherlock

# install the required modules
$ npm install
or
$ yarn install

Usage

    Usage
        $ node index.js [--file] [--username] [--parallel]

    Options
        --file, -f  parse username from file (each name on a newline)
        --username, -u sherlock a single username
        --parallel, -p number of concurrent sites to check (default: 5)

    Examples
        $ node index.js --username natgeo
        $ node index.js --file "C:\usernames.txt"

    Note
        either "--file" or "--username" has to be used.

License

MIT License

Copyright (c) 2018 Shaun

About

🔎 Find usernames across social networks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors