Infoooze is an Information collection tool (OSINT) in NodeJs. It provides various modules that allow efficient searches.
Infoooze is a powerful and user-friendly OSINT (Open-Source Intelligence) tool that allows you to quickly and easily gather information about a specific target. With Infoooze, you can easily search for information about websites, IP addresses, usernames, and more, all from the convenience of a simple command-line interface.
One of the key features of Infoooze is its ability to work as a global package, allowing you to use it from any directory on your computer.It also has ability to automatically save the results of your searches to a text file. This means that you can easily access and refer to the information you have gathered at a later time.
Infoooze is easy to install and use, making it an ideal tool for anyone looking to gather information quickly and efficiently.
Linux | Termux | Windows |
---|---|---|
✔ | ✔ | ✔ |
✔ Tested
❔ - Not tested
You need NodeJs 12 or later to run this tool.
To install Node.js, follow the instructions for your operating system:
sudo apt-get install nodejs
On many distros NodeJs is installed by default.
pkg install nodejs-lts
sudo npm install infoooze -g -s
npm install -g -s infoooze
To uninstall Infoooze from your system, run the following command:
npm remove infoooze -g
After installing the tool, you can run it by typing infoooze
in your terminal.
infoooze [options] [value]
You can also use
infoze
orinfoooze
as a command.
Short Form | Long Form | Description |
---|---|---|
-r | –userrecon | Search for a username across multiple social media platforms to gather information on a specific user. |
-m | –mailfinder | Search for an email address associated with a specific username or domain. |
-u | –useragent | Quickly and easily identify the browser and device type. |
-w | –whoislookup | Find registration information for a specific domain. |
-i | –instaRecon | Gather information on an Instagram user, such as their posts, followers, and more. |
-p | –iplookup | Find information on a specific IP address, such as its location and hostname. |
-t | –portscan | Search for open ports. |
-d | –domainage | Find out how long a website has been registered and active on the internet. |
-e | –headerinfo | View and analyze the HTTP headers of a website. |
-n | –dnslookup | View DNS records for a specific domain and see how it is configured. |
-g | –gitrecon | Gather information on a GitHub user, such as their repositories, contributions, and more. |
-s | –subdomain | Find and enumerate the subdomains of a given website. |
-x | –exif | Extract Exif metadata from images, such as camera make and model, date and time, and more. |
-a | –webscan | Analyze the suspicious URLs. |
-l | –urlexpand | Expand shortened URLs and see the full destination of a link. |
-y | –youtubelookup | View the metadata of a YouTube video, such as the title, description, and tags. |
npm update -g infoooze
infoooze -h
infoooze -i instagram
infoooze -w google.com
infoooze -s google.com
infoooze -p 8.8.8.8
Click this button to run your project on Gitpod which comes with pre-configured environment you need.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!
Thank you so much all for spending your time to improve Infoooze.
Distributed under the MIT License. See LICENSE.txt
for more information.