infoooze
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.
File Explorer
Download Latest Version (.zip)- bug.yml
- extensions.json
- settings.json
- head-custom-google-analytics.html
- default.html
- infoooze.js
- logo-light.jpg
- logo-main.png
- screenshot1.png
- screenshot2.png
- screenshot3.png
- screenshot4.png
- screenshot5.png
- dnsLookup.js
- domainAge.js
- exif.js
- flagOptions.js
- gitRecon.js
- headerLookup.js
- helper.js
- home.js
- instaRecon.js
- ipLookup.js
- mailFinder.js
- portScanner.js
- postinstall.js
- reportBug.js
- scanUrl.js
- secret.js
- subdomainRecon.js
- subdomainScanner.js
- urlExpander.js
- userAgent.js
- userRecon.js
- whoIs.js
- youtubeLookup.js
- .eslintrc.json
- .gitattributes
- .gitignore
- .gitpod.yml
- .npmrc
- .prettierignore
- .prettierrc.json
- _config.yml
- CNAME
- LICENSE
- package-lock.json
- package.json
- pnpm-lock.yaml
- README.md
# Installation Guide
git clone https://github.com/devxprite/infoooze
Downloads the entire project code from GitHub to your computer.
cd infoooze
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
- Node.js Node.js must be installed to use npm.
sudo apt-get install nodejs
Installs directly from the APT package repository (Debian/Ubuntu-based).
npm install -g -s infoooze
Installs the package published on the npm registry globally โ no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easysudo npm install infoooze -g -s
Downloads and installs the libraries listed in package.json.
npm install -g -s infoooze
Installs the package published on the npm registry globally โ no need to clone the source.
npm remove infoooze -g
Type this command into your terminal and run it.
npm update -g infoooze
Type this command into your terminal and run it.
Pulled directly from this repo's README.
