Name | watson-osint JSON |
Version |
0.1.1
JSON |
| download |
home_page | https://github.com/margoul1/watson |
Summary | Watson OSINT - Un outil puissant pour rechercher des noms d'utilisateur sur de multiples plateformes |
upload_time | 2025-04-07 13:45:39 |
maintainer | None |
docs_url | None |
author | margoul1 |
requires_python | >=3.6 |
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.
|
keywords |
osint
username
search
social media
investigation
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Watson OSINT
[](https://opensource.org/licenses/MIT)
Watson OSINT est un outil puissant pour rechercher des noms d'utilisateur sur de multiples plateformes en ligne. Il permet de détecter rapidement la présence d'un utilisateur sur différents sites web, réseaux sociaux et plateformes.
## Fonctionnalités
- 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/margoul1/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)
Raw data
{
"_id": null,
"home_page": "https://github.com/margoul1/watson",
"name": "watson-osint",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "osint, username, search, social media, investigation",
"author": "margoul1",
"author_email": "margoul1 <votre.email@example.com>",
"download_url": "https://files.pythonhosted.org/packages/78/99/375d3498dd9959b6f0ad1b374007087afd6ad1b6744933230479b581adb1/watson_osint-0.1.1.tar.gz",
"platform": null,
"description": "# Watson OSINT\n\n[](https://opensource.org/licenses/MIT)\n\nWatson OSINT est un outil puissant pour rechercher des noms d'utilisateur sur de multiples plateformes en ligne. Il permet de d\u00e9tecter rapidement la pr\u00e9sence d'un utilisateur sur diff\u00e9rents sites web, r\u00e9seaux sociaux et plateformes.\n\n## Fonctionnalit\u00e9s\n\n- Search for usernames comprehensively (Response Status, Response Core, Response Time, XHR Calls, API, etc..)\n- Results in real-time, works well with the godsEye Project\n- JSON Reports availables\n- Easy user config\n\n## Installation\n\n```bash\npip install watson-osint\n```\n\nClone git repository : \n\n```bash\ngit clone https://github.com/margoul1/watson.git\ncd watson\npip install -e .\n```\n\n## Usage\n\n### Basic Syntax\n\n```bash\nwatson username\n```\n\n### Options disponibles\n\n- `--final-logs` : Show Final Report\n- `--json` : Show jsonified logs\n- `--config-site` : Add a site you want to scan\n- `--config-site-del` : Del a site you've previously added\n- `--config-apikey` : API configuration for scanning youtube accounts\n- `--positive` : Show only [Positive Results]\n- '--buster' : Use miniBuster who's able to scan for subdomain and bruteforce all usernames's relative path on a target.\n- '--speed' : miniBuster's speed (slow |\u00a0fast)\n- '-f' : Path file to your urls.txt for miniBuster (he's able to scan a list of urls but it might take longer time)\n### Exemples\n\nSimple search : \n```bash\nwatson johndoe\n```\n\nShow only positive results\n```bash\nwatson johndoe --positive\n```\n\nGet a json report : \n```bash\nwatson johndoe --json > resultats.json\n```\n\nConfigure Youtube API :\n```bash\nwatson --config-apikey YOUTUBE your_api_key\n```\n\nUse miniBuster : \n```bash\nwatson --buster --speed fast -f path/to/urls.txt johndoe\n```\n\n## Licence\n\nThis projects is under MIT License - show [LICENSE](LICENSE) for more details.\n\n## Auteur\n\nDevelopped by [margoul1](https://github.com/margoul1)\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2024 margoul1\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "Watson OSINT - Un outil puissant pour rechercher des noms d'utilisateur sur de multiples plateformes",
"version": "0.1.1",
"project_urls": {
"Bug Tracker": "https://github.com/margoul1/watson/issues",
"Homepage": "https://github.com/margoul1/watson"
},
"split_keywords": [
"osint",
" username",
" search",
" social media",
" investigation"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "36365241969634c47d0f7799399db73d917df15ab3017789bb9841252cdfa5b1",
"md5": "44438dfdcbb920f8f67c00222ac2a439",
"sha256": "91736baf8f9e03ed526e5019d938848e99da975aa9ac514603a032d3c68bc165"
},
"downloads": -1,
"filename": "watson_osint-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "44438dfdcbb920f8f67c00222ac2a439",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 27430,
"upload_time": "2025-04-07T13:45:38",
"upload_time_iso_8601": "2025-04-07T13:45:38.390349Z",
"url": "https://files.pythonhosted.org/packages/36/36/5241969634c47d0f7799399db73d917df15ab3017789bb9841252cdfa5b1/watson_osint-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7899375d3498dd9959b6f0ad1b374007087afd6ad1b6744933230479b581adb1",
"md5": "0b835997d3d26d3066fea281caed02ea",
"sha256": "8adb0a436bcc23a1232a4481beed03d4fcad2ddd8c7f1186aee5a969a8a522d4"
},
"downloads": -1,
"filename": "watson_osint-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "0b835997d3d26d3066fea281caed02ea",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 27507,
"upload_time": "2025-04-07T13:45:39",
"upload_time_iso_8601": "2025-04-07T13:45:39.459516Z",
"url": "https://files.pythonhosted.org/packages/78/99/375d3498dd9959b6f0ad1b374007087afd6ad1b6744933230479b581adb1/watson_osint-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-07 13:45:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "margoul1",
"github_project": "watson",
"github_not_found": true,
"lcname": "watson-osint"
}