Username reconnaisance tool that checks the availability of a specified username on over 200 websites.
Installation & Usage
Clone from Github:
$ git clone https://github.com/rlyonheart/thorndyke.git
$ cd thorndyke
$ pip install -r requirements.txt
$ python thorndyke -v username
Install from Pypi:
$ pip install thorndyke
$ thorndyke -v username
Optional Arguments
Flag | MetaVar | Usage |
---|---|---|
-o/--output |
FILENAME | output filename |
-f/--found |
return found results only | |
-n/--not-found |
return not found results only | |
-v/--verbosity |
run thorndyke in verbose mode (recommended) |