Skip to content

A OSINT tool which helps you to quickly find information effectively. All you need is to input and it will take take care of rest.

License

Notifications You must be signed in to change notification settings

Paversion123/infoozesint

Repository files navigation


📚 Table of Content

  1. About infoooze
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

✨ About infoooze

💡 Features

  1. Insta Recon
  2. Subdomain Scanner
  3. User Recon
  4. Mailfinder
  5. UserAgent Lookup
  6. Whois Lookup
  7. IP Lookup
  8. Ports Scan
  9. Header Info
  10. Domain Age
  11. DNS Lookup
  12. Git Recon
  13. Expand URL
  14. Instagram DP Viwer
  15. Save Results to file

🔨 Support

Linux Termux Windows Mac

✔ Tested
❔ - Not tested

🚀 Getting Started

Prerequisites

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

  • Using NPM

    sudo su
    npm install -g -s infoooze
  • Using GIT

    git clone https://github.com/7ORP3DO/infoooze.git
    cd infoooze
    npm install
    node index.js
  • Using NPX

    run without install it locally.

    npx infoooze

Installation on Android

Installation Process is same as Linux

 npm install -g -s infoooze

Installation on Windows

  1. Download and install NodeJs from here.
  2. Download infoooze zip file from here.
  3. Open infoooze folder and type following commands :
npm install
node index.js

(back to top)

🚀 Usage

After installing you can run tool by just typing infoooze.

infoooze [options] [value]

Options:

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 --portscan 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

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

For more examples, please refer to the Documentation

(back to top)

📸 Screenshots


(back to top)


🤝 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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

📝 License

Distributed under the MIT License. See LICENSE.txt for more information.

📧 Contact

About

A OSINT tool which helps you to quickly find information effectively. All you need is to input and it will take take care of rest.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.1%
  • HTML 4.9%