Infoooze is an OSINT tool written in nodejs that helps you quickly find information about anyone. Just enter information such as email, website, ip, username…. The tool will search based on open sources available on the Internet.
Contents
1. Features of Infoooze
- Find Instagram account information
- Find Subdomain of Website
- Ports Scan
- Find information related to Username
- Find information about eMai
- Find Web address information
- Analysis of Exif metadata
- Whois Lookup
- IP Lookup
- Header Information
- Domai’s age
- DNS Lookup
- UserAgent Lookup
- Find information of Git
- Expand URL
- Instagram DP View
- Save the result to the file txt
You can install Infoooze support on 3 platforms:
2. Infoooze settings
Install NodeJS
Because Infoooze is written in NodeJS, your operating system needs to install this software to run:
Linux: type command
sudo su
Enter the root account password then Enter, then type the command below to install nodejs
apt-get install nodejs
On Kali Linux, the latest version has built-in Nodejs, so you don’t need to install it
Termux: type command
pkg install nodejs-lts python
Install Infoooze on Linux
You can use 1 of 3 ways:
Using NPM:
Using GIT:
npm install git+ssh://git@github.com/7ORP3DO/infoooze.git -g
Using NPX:
npx infoooze
Install Infoooze on Termux
Install the same as on Linux
npm install -g -s infoooze
Install Infoooze on Windows
First you need to download and install NodeJS on Windows.
Download the file infoooze.zip and extract it.
Open the infoooze folder and type the following command:
npm install
node index.js
To remove infoooze you use the command: npm remove infoooze -g
3. How to use Infoooze to search for other people’s information on the Internet
Infoooze is an OSINT tool, so it will synthesize existing search engines on the Internet to give the most accurate results. To start the tool, use the command:
infoooze [options] [value]
In there:
- options: is the search type
- value: input value
Options will include:
Examples of using infoooze
To update the tool:
npm update -g infoooze
View the list of supported commands
infoooze -h
To get Instagram user info:
infoooze -i instagram
To get domain Whois information:
infoooze -w google.com
To get the site’s subdomain:
infoooze -s google.com
To get IP information:
infoooze -p 8.8.8.8
To enter Infoooze’s main menu, type infoooze command and wait a bit on the screen to launch the menu.
Next, select the feature to search for about someone, for example, I find information related to a certain username. In Your Option: 1
Next, enter the username to find, I will find the username freelearningtech. And the result will look like this:
The place where Results will be saved in is the folder where the results are saved. After the tool has finished scanning, open it to see the Web pages related to the username you just entered.