A Osint Mini Suite For Beginner And Advanced Users
- Carrier Clerk (Carrier Lookup)
- Email Investigator
- Custom Command Handler
- IP Lookup
- Genderize (Guess Someones Gender With Probability)
- Bin Checking
- SnusBase Integration
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
orpython main.py
- 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