OSINT-SAN is a free OSINT framework designed to quickly gather information and deanonymize internet users using various APIs and tools.
OSINT-SAN Framework дает возможность быстро находить информацию и деанонимизировать пользователей сети интернет.
This tool is primarily used by security researchers, threat intelligence analysts, and ethical hackers to collect and analyze open-source intelligence on internet users. It facilitates rapid information gathering and user deanonymization, supporting investigations and threat hunting activities on Linux-based OS like Parrot OS and Kali Linux.
Users must ensure legal and ethical use of this framework, only for authorized testing or educational purposes. API keys are required for full functionality, with the PRO version simplifying API management by requiring only the ZoomEye API. Installation issues can be referenced at the project's GitHub issues page. The tool is optimized for Linux distributions focused on security such as Parrot OS and Kali Linux.
Ensure Python 3 is installed (preferably latest version)
Install pip3 package manager: sudo apt install -y python3-pip
Install dependencies: sudo pip3 install -r requirements.txt
Obtain necessary API keys from listed services (numverify, Shodan, WhatCMS, Ngrok, Torrent API, VirusTotal)
Insert API keys into osintsan.py for free version or only ZoomEye API for PRO version
Run the tool using python3 osintsan.py for free version or python3 san.py for PRO versionpython3 osintsan.py
Launches the free version of the OSINT-SAN framework.
python3 san.py
Launches the PRO version of the OSINT-SAN framework.