Metadata-Version: 2.4
Name: watson-osint
Version: 0.1.2
Summary: Watson OSINT - Un outil puissant pour rechercher des noms d'utilisateur sur de multiples plateformes
Home-page: https://github.com/margoul1Malin/watson
Author: margoul1
Author-email: margoul1 <github.pydoctor@gmail.com>
License: MIT License
        
        Copyright (c) 2024 margoul1
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/margoul1/watson
Project-URL: Bug Tracker, https://github.com/margoul1/watson/issues
Keywords: osint,username,search,social media,investigation
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: colorama
Requires-Dist: beautifulsoup4
Requires-Dist: fake_useragent
Requires-Dist: dnspython
Requires-Dist: google-api-python-client
Requires-Dist: cloudscraper
Requires-Dist: urllib3
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Watson OSINT

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Watson is a powerful search engine for usernames on many platforms which allow you to add your own targets with automated scans and json reports. 
## Functions

- Search for usernames comprehensively (Response Status, Response Core, Response Time, XHR Calls, API, etc..)
- Results in real-time, works well with the godsEye Project
- JSON Reports availables
- Easy user config

## Installation

```bash
pip install watson-osint
```

Clone git repository : 

```bash
git clone https://github.com/margoul1Malin/watson.git
cd watson
pip install -e .
```

## Usage

### Basic Syntax

```bash
watson username
```

### Options disponibles

- `--final-logs` : Show Final Report
- `--json` : Show jsonified logs
- `--config-site` : Add a site you want to scan
- `--config-site-del` : Del a site you've previously added
- `--config-apikey` : API configuration for scanning youtube accounts
- `--positive` : Show only [Positive Results]
- '--buster' : Use miniBuster who's able to scan for subdomain and bruteforce all usernames's relative path on a target.
- '--speed' : miniBuster's speed (slow | fast)
- '-f' : Path file to your urls.txt for miniBuster (he's able to scan a list of urls but it might take longer time)
### Exemples

Simple search : 
```bash
watson johndoe
```

Show only positive results
```bash
watson johndoe --positive
```

Get a json report : 
```bash
watson johndoe --json > resultats.json
```

Configure Youtube API :
```bash
watson --config-apikey YOUTUBE your_api_key
```

Use miniBuster : 
```bash
watson --buster --speed fast -f path/to/urls.txt johndoe
```

## Licence

This projects is under MIT License - show [LICENSE](LICENSE) for more details.

## Auteur

Developped by [margoul1](https://github.com/margoul1)
