🔍
IRIS OSINT Framework
ℹ️
About
IRIS is an open-source OSINT framework, consisting of modules to find information about a target by scraping sites and fetching data from APIs.
⚙️
Installation
Python 3.9 IS required!
Windows
Download IRIS From Here
Download Python 3.9
cd DOWNLOAD_LOCATION/IRIS/
py -m pip install -r requirements.txt
py -m iris
Linux (Debian)
sudo apt-get update
sudo apt-get install python3.9 python3-pip
git clone https://github.com/IRIS-Team/IRIS/
cd IRIS/
python3.9 -m pip install -r requirements.txt
python3.9 -m iris
Linux (Arch)
pacman -S python3.9
pacman -S python-pip
git clone https://github.com/IRIS-Team/IRIS/
cd IRIS/
python3.9 -m pip install -r requirements.txt
python3 -m iris
macOS
brew install [email protected]
git clone https://github.com/IRIS-Team/IRIS/
cd IRIS/
pip3 install -r requirements.txt
python3 -m iris
✨
Contributors
Let us know if you have any problems on our Discord server.