Coder Social home page Coder Social logo

greenmagenta / watson Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 54 KB

๐ŸŒ๏ธโ€โ™€๏ธ Sherlock assistant to bulk username research

License: GNU General Public License v3.0

Python 100.00%
sherlock username social-engineering bulk information-gathering tools

watson's Introduction

watson

๐ŸŒ๏ธโ€โ™€๏ธ Sherlock assistant to bulk username research.

This script is based on Sherlock, originally created by Siddharth Dushantha.

Get started

Installation

Note : Python 3.6 or higher is required.

# Install sherlock if not already done

# Clone the repository in sherlock/sherlock directory
$ git clone https://github.com/gsbm/watson.git

# Change the working directory to watson
$ cd watson

# Install python and python-pip if they are not installed

# Install the requirements
$ python -m pip install -r requirements.txt

The best way to use Watson is to clone it in the sherlock/sherlock directory.
Anyway, you can change it path to reach it in config.json

"sherlock_dir": "..\\sherlock.py"
sherlock
โ”œโ”€โ”€ data_bad_site.json
โ”œโ”€โ”€ site_list.py
โ””โ”€โ”€ sherlock
    โ”œโ”€โ”€ notify.py
    โ”œโ”€โ”€ result.py
    โ”œโ”€โ”€ sherlock.py
    โ”œโ”€โ”€ sites.py
    โ””โ”€โ”€ watson
        โ””โ”€โ”€ watson.py

Usage

$ python3 watson.py --help
usage: watson.py [-h] [-q] [--csv] [--json] FILE

Watson: Sherlock assistant to bulk username research

positional arguments:
  FILE         File containing usernames

optional arguments:
  -h, --help   show this help message and exit
  -q, --quiet  Quiet Sherlock output from terminal and keep only essential
               informations.
  --csv        Use Comma-Separated Values (CSV) File.
  --json       Use JavaScript Object Notation (JSON) File.

(Version 1.0.2)

Run presinstalled examples :

# Basic text file
$ python3 watson.py examples/example.txt

# CSV file
$ python3 watson.py --csv examples/example.csv

# JSON file
$ python3 watson.py --json examples/example.json

Implementations

Currently working on other implementations like :

  • Simultaneous sherlock requests, especially for massive username research
  • Sherlock requests over tor, including circuit renew between requests

License

GPL-3.0 License

watson's People

Contributors

gsbm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.