Infoooze OSINT Tool – Installation & Usage in Linux Terminal

Infoooze is an OSINT (Open Source Intelligence) tool used to gather information from usernames, emails, IP addresses, domains, websites, and social media platforms. It provides multiple recon modules in a single menu-based interface, making it useful for basic cybersecurity and information gathering.

Installation Commands

Update and upgrade packages:

pkg update && pkg upgrade -y

Install node.js:

pkg install nodejs-lts -y

Install Infoooze globally using npm:

npm install -g -s infoooze

Start the tool:

infoooze

Usage Commands

Run Infoooze:

infoooze

After starting, you will see a menu with options:

  • User Recon
  • Email Finder
  • IP Lookup
  • Whois Info
  • Subdomain Finder
  • DNS Records
  • Website Scan
  • Git Recon
  • URL Expander

Select option, for example:

01 (User Recon)

Enter target username when asked.

SHARE THIS POST: