OSINT Tools is a collection of tools designed for Open Source Intelligence (OSINT) gathering. These tools include:
- Google Dork: Utilize advanced search queries to find specific information on the web.
- Domain Gathering: Collect and analyze information about domain names.
- Phone Geolocation: Determine the geographical location of a phone number.
- IP Geolocation: Identify the physical location of an IP address.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements