- Insta Recon
- Subdomain Scanner
- User Recon
- Mailfinder
- UserAgent Lookup
- Whois Lookup
- IP Lookup
- Ports Scan
- Header Info
- Domain Age
- DNS Lookup
- Git Recon
- Expand URL
- Instagram DP Viwer
- Save Results to file
Linux | Termux | Windows | Mac |
---|---|---|---|
β | β | β | β |
β Tested
β - Not tested
You need NodeJs only to run this tool. You can install NodeJs
- On Linux
sudo su apt-get install nodejs python
- On Termux
pkg install nodejs-lts python
Installation on Linux
-
sudo su npm install -g -s infoooze
-
git clone https://github.com/7ORP3DO/infoooze.git cd infoooze npm install node index.js
-
run without install it locally.
npx infoooze
Installation on Android
Installation Process is same as Linux
npm install -g -s infoooze
Installation on Windows
- Download and install NodeJs from here.
- Download infoooze zip file from here.
- Open infoooze folder and type following commands :
npm install
node index.js
After installing you can run tool by just typing infoooze.
infoooze [options] [value]
Short Form | Long Form | Description |
---|---|---|
-n | --DNSLookup | domain name system lookup |
-e | --HeaderInfo | find website headers |
-p | --IPLookup | find IP info |
-m | --Mailfinder | find email with specelse ific name |
-t | --PortsScan | find open ports |
-r | --Userrecon | username reconnaissance |
-w | --Whoislookup | find doamin's whois info |
-d | --domainAge | find website Age |
-s | --subdomain | find subdomains of website |
-h | --help | Output usage information |
-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 |
- 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
For more examples, please refer to the Documentation
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 Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.