npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

infoooze

v1.3.1

Published

A OSINT based famework

Downloads

1,023

Readme

Table of Content

  1. About Infoooze
  2. Getting Started
  3. Usage
  4. Run in Gitpod
  5. Contributing
  6. License
  7. Contact

About Infoooze

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.

Features

  1. InstaGram Recon
  2. Subdomain Scanner
  3. Ports Scan
  4. User Recon
  5. Mail finder
  6. URL Scanner
  7. Exif metadata
  8. Whois Lookup
  9. IP Lookup
  10. Header Info
  11. Website Age
  12. DNS Lookup
  13. UserAgent Lookup
  14. Git Recon
  15. URL Expander
  16. Youtube Lookup
  17. Instagram DP Viwer
  18. Save Results to file

Support

| Linux | Termux | Windows | | :---: | :----: | :-----: | | ✔ | ✔ | ✔ |

✔ Tested
❔ - Not tested

Getting Started

Prerequisites

You need NodeJs 12 or later to run this tool.
To install Node.js, follow the instructions for your operating system:

  • Linux

    sudo apt-get install nodejs

    On many distros NodeJs is installed by default.

  • Termux

    pkg install nodejs-lts 
  • Windows

    • Download the latest LTS version from NodeJs.
    • Run the installer.
    • Follow the prompts in the installer (Accept the license agreement, click the NEXT button a bunch of times and accept the default installation settings).
    • Restart your computer. You won't be able to run Node.js until you restart your computer.

Installation on Linux

sudo npm install infoooze -g -s

Installation on Termux

 npm install -g -s infoooze

Uninstall

To uninstall Infoooze from your system, run the following command:

npm remove infoooze -g

Usage

After installing the tool, you can run it by typing infoooze in your terminal.

infoooze [options] [value]

You can also use infoze or infoooze as a command.

Options:

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

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.

Open in Gitpod

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. First, fork the this repository on GitHub. This will create your own copy of the code that you can modify.
  2. Next, clone the forked repository to your local machine. This will allow you to make changes to the code and test them.
  3. Create a new branch for your changes. This helps to keep your changes separate from the main codebase until they are ready to be merged.
  4. Make the necessary changes to the code and test them to ensure that they work as expected.
  5. When you're happy with your changes, commit them to your forked repository and push them to GitHub.
  6. Finally, submit a pull request to the this repository on GitHub.

Supporters

Stargazers:

Stargazers repo roster for @devXprite/infoooze

Forkers

Forkers repo roster for @devXprite/infoooze

Contributors

Thank you so much all for spending your time to improve Infoooze.

Contributors

License

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