Working with IRIS Tool on Kali Linux OS

Example 1: Display available module list

modules

Example 2: Get GitHub account information by username

use social/github w3wiki

We have got the information about the username w3wiki which is present on the Github platform.

Example 3: Enter a name and find Instagram profiles

use social/full_name_to_instagram thisisbillgates

We have got the information about the username from the Instagram source.

Example 4: Lookup IP-address

iplookup 34.218.62.116

We have got the IP Lookup information for the target domain w3wiki.org


IRIS – Open-source intelligence framework

IRIS tool is an automated tool used for extracting information through OSINT means, IRIS is an open-source OSINT framework that includes modules for obtaining data on a target domain or individual through scraping web pages and extracting information from APIs. IRIS tool consists of lots of modules that can collect much more information about the target. IRIS tool is developed in the Python Language and available on the GitHub platform. It’s free and open-source to use.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of IRIS Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with IRIS Tool on Kali Linux OS

Example 1: Display available module list...