Skip to content
/ IRIS Public
forked from IRIS-Team/IRIS

🔍 IRIS: An open-source intelligence framework

Notifications You must be signed in to change notification settings

MJGrey/IRIS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 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 python@3.9

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.

About

🔍 IRIS: An open-source intelligence framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%