Skip to content
/ Watson Public

A Osint Mini Suite For Beginner And Advanced Users

License

Notifications You must be signed in to change notification settings

Sorted1/Watson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watson

A Osint Mini Suite For Beginner And Advanced Users

Features

  • Carrier Clerk (Carrier Lookup)
  • Email Investigator
  • Custom Command Handler
  • IP Lookup
  • Genderize (Guess Someones Gender With Probability)
  • Bin Checking
  • SnusBase Integration

Setup

To Setup Watson Do The Following

  • Get API Key From Sites Stated in config.json
  • Place API Keys In config
  • Get pip Packages pip install -r requirements.txt
  • Then Run Script By Typing This python3 main.py or python main.py

Custom Commands

  • When making Custom Commands Place Then In ./commands Folder
  • It is Open Game With Making Commands Do What you Want!
  • For Config Just Call To It With Json Doing This
import json

with open("config.json") as f:
    config = json.load(f)
    foo = config.get('foo')

print(foo) #Will print what ever is in config under foo

Authors

License

MIT

About

A Osint Mini Suite For Beginner And Advanced Users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages