Giter Club home page Giter Club logo

infoooze's Introduction


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

(back to top)

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 instagram
  • 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

(back to top)

Run with Gitpod

Click this button to run your project on Gitpod which comes with pre-configured environment you need.

Open in Gitpod

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

(back to top)

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.

infoooze's People

Contributors

7orp3do avatar avi465 avatar c3n7ral051nt4g3ncy avatar danielazulayy avatar dependabot[bot] avatar devxprite avatar imgbotapp avatar j4t-git avatar jfroome avatar savetheword avatar thecyberera avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

infoooze's Issues

Insta Recon

Can someone make this work on these server specs and stuff for me im on ssh cant use a laptop

OS: Debian GNU/Linux 11 (bullseye) x86_64
Host: KVM/QEMU (Standard PC (i440FX + PIIX, 1996) pc-i440fx-2
Kernel: 5.10.0-23-amd64
Uptime: 11 hours, 45 mins
Packages: 869 (dpkg)
Shell: bash 5.1.4
Resolution: 1024x768
Terminal: /dev/pts/0
CPU: Intel Xeon E5-2697 v2 (4) @ 2.699GHz
GPU: 00:02.0 Cirrus Logic GD 5446
Memory: 1021MiB / 3918MiB

Doesn't work

Describe the bug

After :
npm install
node index.js

node:internal/modules/cjs/loader:1147
  throw err;
  ^

Error: Cannot find module 'C:\Users\gfgdfg\Desktop\infoooze-master\index.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
    at Module._load (node:internal/modules/cjs/loader:985:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v20.11.1

Windows 10

Steps to reproduce

No response

Screenshots

No response

bug android

Describe the bug

A clear and concise description of what the bug is.

Screenshots

If applicable, add screenshots to help explain your problem.

System Information

Infoooze Version : 1.1.11
Node Version : v16.15.1
OS Type : Linux
OS Version : 4.19.152-perf+
OS Plateform : android

Options being messed up for ssh ubuntu linux machine

Describe the bug

First i installed it correctly then it didn’t work and then i came here to ask you to make one that works on ubuntu

Steps to reproduce

  1. First I '...'
  2. Then I '...'
  3. And then '...'

Screenshots

E29E869B-7C56-4413-9AE8-BCE8308033F7

Bug related to your tool email finder and user recon

Describe the bug

A clear and concise description of what the bug is.
When we put any user name in email finder or user recon with spaces then the tool should search email and user social media by reversing the two username of same part because my user reverse their name in social media and in email its too common . Hope so this change would be resolved

Screenshots

If applicable, add screenshots to help explain your problem.

System Information

Infoooze Version : 1.3.1
Node Version : v18.14.1
OS Type : Linux
OS Version : 4.9.227-perf-22853213
OS Plateform : android

mk

Describe the bug

A clear and concise description of what the bug is.

Screenshots

If applicable, add screenshots to help explain your problem.

System Information

Infoooze Version : 1.1.8
Node Version : v16.15.1
OS Type : Linux
OS Version : 4.14.253-gf1d399fd879b
OS Plateform : android
Current Directory : /data/data/com.termux/files/home/infoooze

Instarecon

When i use instarecon it says check your internet connection but my internet connection is very good . pls help!!!!

Infoooze Version : 1.3.1
Node Version : v20.11.1
OS Type : Linux
OS Version : 4.9.190+
OS Plateform : android

InstaRecon

Describe the bug

Your tools is so fast and amazing tools in OSINT but plz try to fix instarecon..

Steps to reproduce

  1. First I '...'
  2. Then I '...'
  3. And then '...'

Screenshots

No response

const updateNotifier = require('update-notifier');

Hi,

When updated infoooze to 1.2.0 I have this error:

/usr/local/lib/node_modules/infoooze/src/home.js:4
const updateNotifier = require('update-notifier');
                       ^

Error [ERR_REQUIRE_ESM]: require() of ES Module /usr/local/lib/node_modules/infoooze/node_modules/update-notifier/index.js from /usr/local/lib/node_modules/infoooze/src/home.js not supported.
Instead change the require of index.js in /usr/local/lib/node_modules/infoooze/src/home.js to a dynamic import() which is available in all CommonJS modules.
    at Object.<anonymous> (/usr/local/lib/node_modules/infoooze/src/home.js:4:24)
    at Object.<anonymous> (/usr/local/lib/node_modules/infoooze/index.js:5:26) {
  code: 'ERR_REQUIRE_ESM'
}

Any ideas ?

Insta Recon Not Working

hello i am using infoooze on termux and i tried to offer insta Recon but it says
[!] Something went wrong! Please check your internet.
while my internet connection is stable and fast

InstaRecon on Infoooze refturns error

Describe the bug

Great looking and useful app BTW .

When I run InstaRecon, after entering a Username, an error is returned with the following information:
Thank you.
Cistonne

Screenshots

usr/local/lib/node_modules/infoooze/src/instaRecon.js:31
let IGData = response.body.graphql.user;
^

TypeError: Cannot read properties of undefined (reading 'user')
at Request._callback (/usr/local/lib/node_modules/infoooze/src/instaRecon.js:31:44)
at Request.self.callback (/usr/local/lib/node_modules/infoooze/node_modules/request/request.js:185:22)
at Request.emit (node:events:527:28)
at Request. (/usr/local/lib/node_modules/infoooze/node_modules/request/request.js:1154:10)
at Request.emit (node:events:527:28)
at IncomingMessage. (/usr/local/lib/node_modules/infoooze/node_modules/request/request.js:1076:12)
at Object.onceWrapper (node:events:641:28)
at IncomingMessage.emit (node:events:539:35)
at endReadableNT (node:internal/streams/readable:1342:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)

Node.js v17.7.2

System Information

Infoooze Version : 1.0.2
Node Version : v17.7.2
OS Type : Linux Ubuntu 20.04 LTS
OS Version : 5.13.0-35-generic
OS Plateform : linux

Insta Tool Not Working

Hyy sir there is not working insta tool in infoooze . When i tried to ise this tool there show something went wrong . Pls solve this problem as soon as possible. Thank you.

System Information

Infoooze Version : 1.3.1
Node Version : v20.11.1
OS Type : Linux
OS Version : 4.19.157-perf+
OS Plateform : android

Program exiting instead of going back.

Describe the bug

I noticed that the option no. "1, 2, 7, 14, 15" dosen't ask to back, rather program exit execution.
i am taking about the options we get by running "infooze".
see the below screenshot.

Suggestion
I think it is bad to have banner animation every time we go back. I think animation should show up on first load only.

Screenshots

Screenshot 2022-07-18 222831

here for example option no 7, after execution instead of going back it exits.

System Information

Infoooze Version : 1.1.9
Node Version : v16.13.2
OS Type : Linux
OS Version : 5.10.60.1-microsoft-standard-WSL2
OS Plateform : linux

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.