Infoooze is a New OSINT tool in NodeJs.
Table of Content
About Infoooze
Infoooze is a New OSINT tool in NodeJs. It helps you to quickly find information about "something" effectively. Its a Global package so that you can easily use it independently from any directory. All you need is to input info such as website, ip, username... and it will take take care of rest.
Features
- Insta Recon
- Subdomain Scanner
- Ports Scan
- User Recon
- Mail finder
- URL Scanner
- Exif metadata extract
- Whois Lookup
- IP Lookup
- Header Info
- Domain Age
- DNS Lookup
- UserAgent Lookup
- Git Recon
- Expand URL
- Instagram DP Viwer
- Save Results to file
Support
Linux | Termux | Windows | Mac |
---|---|---|---|
Getting Started
Prerequisites
You need NodeJs 10 or later to run this tool. You can install NodeJs
- On Linux
sudo apt-get install nodejs
Although there is no need to install NodeJs on Kali Linux, as its packages are already present in Kali Linux.
- On Termux
pkg install nodejs-lts
Linux
Installation onUsing NPM
sudo npm install infoooze -g -s
Using GIT
sudo npm install git+ssh://git@github.com/devXprite/infoooze.git -g
Termux
Installation on npm install -g -s infoooze
Install locally
git clone https://github.com/devXprite/infoooze.git
cd infoooze
npm install
node index.js
Uninstall
npm remove infoooze -g
Usage
After installing you can run tool by just typing infoooze
.
infoooze [options] [value]
You can also use infooze & infoze.
Options:
Short Form | Long Form | Description |
---|---|---|
-n | --dnslookup | domain name system lookup |
-e | --headerinfo | find website headers |
-p | --iplookup | find IP info |
-a | --webscan | analyze suspicious URLs |
-m | --mailfinder | find email with specific name |
-t | --portscan | find open ports |
-x | --exif | extracts Exif metadata from image |
-r | --userrecon | username reconnaissance |
-w | --whoislookup | find domain's whois info |
-d | --domainAge | find website Age |
-s | --subdomain | find subdomains of website |
-h | --help | Output usage information |
-c | --subdomainrecon | find subdomains passively |
-g | --gitrecon | find github user info |
-i | --instaRecon | find Instagram users info |
-u | --useragent | find browser info |
-l | --urlexpand | long url of shorten URL |
-v | --version | Output the version number |
Examples
- To Update Tool:
npm update -g infoooze
- To get list of all the basic options use -h :
infoooze -h
- To Get Instagram User Info:
infoooze -i instagam
- To Get Domain's Whois Information:
infoooze -w google.com
- To Get Subdomains of website:
infoooze -s google.com
- To Get IP Information:
infoooze -p 8.8.8.8
Run with Gitpod
Click this button to run your project on Gitpod which comes with pre-configured environment you need.
Screenshots
Contributing
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!
- Fork the Project
- Create your Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Supporters
Stargazers:
Forkers
Special Thanks
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Comentários
Postar um comentário