Infoooze is an Open-source intelligence (OSINT) tool in NodeJs.

Overview

Downloads Forks Stargazers MIT License


πŸ“š 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. Ports Scan
  4. User Recon
  5. Mail finder
  6. Exif metadata extract
  7. Whois Lookup
  8. IP Lookup
  9. Header Info
  10. Domain Age
  11. DNS Lookup
  12. UserAgent Lookup
  13. Git Recon
  14. Expand URL
  15. Instagram DP Viwer
  16. Save Results to file

πŸ”¨ Support

Linux Termux Windows Mac
βœ” βœ” βœ” ❔

βœ” Tested
❔ - Not tested

πŸš€ Getting Started

Prerequisites

You need NodeJs 10 or later to run this tool. You can install NodeJs

  • On Linux
    sudo su
    apt-get install nodejs

    Although there is no need to install NodeJs on Kali Linux, as its packages are already present in Kali Linux.

  • On Termux
    pkg install nodejs-lts python

Installation on Linux

  • Using NPM

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

    npm install git+ssh://[email protected]/7ORP3DO/infoooze.git -g
  • Using NPX

    Try without install it locally.

    npx infoooze

Installation on Termux

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

Uninstall

npm remove infoooze -g

(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 specific name
-t --portscan find open ports
-x --exif extracts Exif metadata from image
-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 info, please refer to this article

(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

Comments
  • Bump ansi-regex from 4.1.0 to 4.1.1

    Bump ansi-regex from 4.1.0 to 4.1.1

    Bumps ansi-regex from 4.1.0 to 4.1.1.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 3
  • const updateNotifier = require('update-notifier');

    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 ?

    bug 
    opened by ghost 2
  • Program exiting instead of going back.

    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

    bug 
    opened by avi465 2
  • Bump trim-newlines and chalk-animation

    Bump trim-newlines and chalk-animation

    Bumps trim-newlines and chalk-animation. These dependencies needed to be updated together. Updates trim-newlines from 2.0.0 to 4.0.2

    Release notes

    Sourced from trim-newlines's releases.

    v4.0.2

    • Minor performance improvement 4676273

    https://github.com/sindresorhus/trim-newlines/compare/v4.0.1...v4.0.2

    v4.0.1

    • Fix ReDoS vulnerability for the .end() method 25246c6

    Also fixed for v3 in 3.0.1.

    https://github.com/sindresorhus/trim-newlines/compare/v4.0.0...v4.0.1

    v4.0.0

    Breaking

    • Require Node.js 12 c00fe4f
    • This package is now pure ESM. Please read this.

    https://github.com/sindresorhus/trim-newlines/compare/v3.0.0...v4.0.0

    v3.0.0

    Breaking:

    • Require Node.js 8 (#1) 75db891

    Enhancements:

    • Add TypeScript definition (#1) 75db891

    https://github.com/sindresorhus/trim-newlines/compare/v2.0.0...v3.0.0

    Commits

    Updates chalk-animation from 1.6.0 to 2.0.2

    Release notes

    Sourced from chalk-animation's releases.

    2.0.2

    • Reduce size of npm package

    2.0.1

    • Documentation: fix import statement example in README.md

    2.0.0

    • chalk-animation now needs Node.js >=12. For older versions, please keep using version 1.6.0
    • chalk-animation is now pure ESM. Please read this
    • Updated dependencies, especially chalk + gradient-string, which massively improves performance , and brings a better color detection.
    • Patched security issues contained in old dependencies
    • Deployment is done using GitHub Actions instead of Travis CI

    Fixes #20 #21 #22

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • Avi465

    Avi465

    Screenshot

    I thought it would be good if we handle emails too in case if we have email and we need to find emails on other domains with the same username. (src/mailFinder.js)

    opened by avi465 1
  • added a new option - subdomain recon

    added a new option - subdomain recon

    Hi :) Added a new feature - subdomain recon (passive).

    By the way, I know the flag option 'c' isn't the best, the -s is already taken by the existing subdomain scanner so if you want to change it let me know!

    enhancement 
    opened by DanielAzulayy 1
  • making user recon concurrent, faster results

    making user recon concurrent, faster results

    Updated the userRecon file and added concurrency for faster results. Also added axios library since the request library you used is deprecated: https://www.npmjs.com/package/request

    opened by DanielAzulayy 1
  • large amounts of if-else statements.

    large amounts of if-else statements.

    Usually, when there are too many if-else statements, you need to think about a switch case.

    In addition to that, I have changed the way you parse by converting it to Int by using parseInt, in that way we don't even need to check for 00, 01, 02, etc...

    opened by DanielAzulayy 1
  • Bump minimist from 1.2.5 to 1.2.6

    Bump minimist from 1.2.5 to 1.2.6

    Bumps minimist from 1.2.5 to 1.2.6.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • InstaRecon on Infoooze refturns error

    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

    bug 
    opened by Cistonne 1
  • [ImgBot] Optimize images

    [ImgBot] Optimize images

    Beep boop. Your images are optimized!

    Your image file size has been reduced by 22% πŸŽ‰

    Details

    | File | Before | After | Percent reduction | |:--|:--|:--|:--| | /images/screenshot5.png | 85.08kb | 53.21kb | 37.46% | | /images/screenshot2.png | 35.38kb | 24.05kb | 32.03% | | /images/logo-light.png | 35.69kb | 29.83kb | 16.43% | | /images/screenshot4.png | 25.91kb | 22.66kb | 12.53% | | /images/screenshot1.png | 44.23kb | 40.31kb | 8.86% | | /images/logo-dark.png | 30.37kb | 27.92kb | 8.05% | | /images/screenshot3.png | 11.29kb | 10.79kb | 4.39% | | | | | | | Total : | 267.95kb | 208.78kb | 22.08% |


    πŸ“ docs | :octocat: repo | πŸ™‹πŸΎ issues | πŸͺ marketplace

    ~Imgbot - Part of Optimole family

    opened by imgbot[bot] 1
  • Bump json5 from 1.0.1 to 1.0.2

    Bump json5 from 1.0.1 to 1.0.2

    Bumps json5 from 1.0.1 to 1.0.2.

    Release notes

    Sourced from json5's releases.

    v1.0.2

    • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295). This has been backported to v1. (#298)
    Changelog

    Sourced from json5's changelog.

    Unreleased [code, diff]

    v2.2.3 [code, diff]

    v2.2.2 [code, diff]

    • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

    v2.2.1 [code, diff]

    • Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)

    v2.2.0 [code, diff]

    • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

    v2.1.3 [code, diff]

    • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

    v2.1.2 [code, diff]

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bro can't even run infooze and can't remove

    Bro can't even run infooze and can't remove

    Describe the bug

    How do i fix this issue on kali linux

    Steps to reproduce

    1. First i run the commands i do all
    2. Then after that
    3. And then it doesn't work lol
    bug 
    opened by SkyCreedPH 12
  • Insta Recon Not Working

    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

    opened by gudh4ker 1
Releases(v1.1.9)
  • v1.1.9(Jul 18, 2022)

    What's Changed

    • Fixed getting username from email id by @avi465 in https://github.com/devXprite/infoooze/pull/13
    • Bump moment from 2.29.2 to 2.29.4

    New Contributors

    • @avi465 made their first contribution in https://github.com/devXprite/infoooze/pull/13

    Full Changelog: https://github.com/devXprite/infoooze/compare/v1.1.8...v1.1.9

    Source code(tar.gz)
    Source code(zip)
  • v1.1.8(Jun 30, 2022)

    What's Changed

    • large amounts of if-else statements. by @DanielAzulayy in https://github.com/7ORP3DO/infoooze/pull/8
    • making user recon concurrent, faster results by @DanielAzulayy in https://github.com/7ORP3DO/infoooze/pull/9
    • bug fix: switch case with key by @DanielAzulayy in https://github.com/7ORP3DO/infoooze/pull/10
    • added a new option - subdomain recon by @DanielAzulayy in https://github.com/7ORP3DO/infoooze/pull/11

    New Contributors

    • @DanielAzulayy made their first contribution in https://github.com/7ORP3DO/infoooze/pull/8

    Full Changelog: https://github.com/7ORP3DO/infoooze/compare/v1.1.7...v1.1.8

    Source code(tar.gz)
    Source code(zip)
  • v1.1.6(Jun 7, 2022)

    What's Changed

    • Bump async from 2.6.3 to 2.6.4 by @dependabot in https://github.com/7ORP3DO/infoooze/pull/6
    • Bump moment from 2.29.1 to 2.29.2 by @dependabot in https://github.com/7ORP3DO/infoooze/pull/5
    • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in https://github.com/7ORP3DO/infoooze/pull/3
    • [ImgBot] Optimize images by @imgbot in https://github.com/7ORP3DO/infoooze/pull/7

    New Contributors

    • @dependabot made their first contribution in https://github.com/7ORP3DO/infoooze/pull/6

    Full Changelog: https://github.com/7ORP3DO/infoooze/compare/v1.1.5...v1.1.6

    Source code(tar.gz)
    Source code(zip)
  • v1.1.0(Mar 26, 2022)

Owner
Prateek Singh
Hello I'm Prateek. I'm a Full Stack Web Developer from India.
Prateek Singh
A quick and easy to use security reconnaissance webapp tool, does OSINT, analysis and red-teaming in both passive and active mode. Written in nodeJS and Electron.

α΅”α΄₯α΅” RedJoust A quick and easy to use security reconnaissance webapp tool, does OSINT, analysis and red-teaming in both passive and active mode. Writte

Dave 17 Oct 31, 2022
A CLI tool to generate barrels with ease, efficiency, and intelligence

JS-Barrels A CLI tool to generate barrels with ease, efficiency, and intelligence Usage npx js-barrels -d ./folder/to/generate/barrels/for Options -d,

Snehil K 6 Aug 17, 2022
πŸ—Ί A map of OSINT tools.

?? ️‍ Malfrat's OSINT Map ?? Available here ! Malfrat's OSINT Map is an online tree of selected useful tools made for OSINT purposes, made to help you

Malfrats Industries 252 Dec 30, 2022
OSINT - Data Visualization - Blockchain - Awareness - Scam

poorSKeme OSINT - Data Visualization - Blockchain - Awareness - Scam Install Go to this site and click on the downdload button Or go to release sectio

Kenn Brothers Org 15 Dec 9, 2022
A CLI tool to create a NodeJS project with TypeScript CTSP is a CLI tool to make easier to start a new NodeJS project and configure Typescript on it.

CTSP- Create TS Project A CLI tool to create a NodeJS project with TypeScript CTSP is a CLI tool to make easier to start a new NodeJS project and conf

Jean RodrΓ­guez 7 Sep 13, 2022
NHS Business Intelligence Platform

Cloud deployment of a Business Intelligence Application Suite, including modules for Population Health Management

Stewart Morgan 4 Aug 8, 2022
RTAA-72, is CVCIO's real-time intelligence dashboard for Twitter

RTAAβ€”72 Target Audience Analysis (TAA), as described by many field manuals such as FM 33-1-1, is the transitional phase where PSYOP planning moves tow

Civic Information Office 9 Nov 29, 2022
A curated list of projects, research initiatives, videoconferences and articles on artificial intelligence (AI) in Chile.

Artificial Intelligence Chile A curated list of projects, research initiatives, videoconferences and articles on artificial intelligence (AI) in Chile

Juan Francisco 12 Nov 2, 2022
Reference for How to Write an Open Source JavaScript Library - https://egghead.io/series/how-to-write-an-open-source-javascript-library

Reference for How to Write an Open Source JavaScript Library The purpose of this document is to serve as a reference for: How to Write an Open Source

Sarbbottam Bandyopadhyay 175 Dec 24, 2022
An Open-Source Platform to certify open-source projects.

OC-Frontend This includes the frontend for Open-Certs. ?? After seeing so many open-source projects being monetized ?? without giving any recognition

Open Certs 15 Oct 23, 2022
Shikhar 4 Oct 9, 2022
This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022. πŸ’» πŸŽ―πŸš€

HACKTOBERFEST-2022-GDSC-IET-LUCKNOW Beginner-Hacktoberfest Need Your first pr for hacktoberfest 2k22 ? come on in About Participate in Hacktoberfest b

null 8 Oct 29, 2022
Nodejs agent for Sidekick open-source live application debugger

Sidekick Agent NodeJS Sidekick agent Nodejs is a Nodejs library that communicate with Sidekick broker to inspect, monitor and debug your application o

Sidekick 12 Nov 8, 2022
A refined tool for exploring open-source projects on GitHub with a file tree, rich Markdown and image previews, multi-pane multi-tab layouts and first-class support for Ink syntax highlighting.

Ink codebase browser, "Kin" ?? The Ink codebase browser is a tool to explore open-source code on GitHub, especially my side projects written in the In

Linus Lee 20 Oct 30, 2022
Password Generator - A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords

A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords. Password Generator is free to use as a secure password generator on any computer, phone, or tablet.

Sebastien Rousseau 11 Aug 3, 2022
A revolutionary open-source automation tool

DopplerTask - Task Automation DopplerTask is a revolutionary open-source software that allows you to easily automate tasks. Whether it’s a bunch of ba

DopplerTask 364 Dec 31, 2022
Macaron is an open-source design tool to visually create Web Components, which can be used in most Web frameworks, or in vanilla HTML/JavaScript

Macaron is an open-source design tool to visually create Web Components, which can be used in most Web frameworks, or in vanilla HTML/JavaScript

Macaron 334 Dec 29, 2022
A free and open source file compression tool, Compressor makes your files smaller!

Compressor A free and open source file compression tool, Compressor makes your files smaller! Languages: ???? δΈ­ζ–‡ | ???? English Feature Internationali

δΊ”ζœˆε› 100 Dec 24, 2022
An open-source visualization tool for monitoring Kafka cluster metrics

GitHub Tutorial Hyperion An open-source Kafka monitoring tool built for developers hyperionapp.dev Table of Contents About the Project Built With Gett

OSLabs Beta 46 Nov 10, 2022