/wombo-combo

A web tool created for making combo lists easy to generate and manipulate. Uses React, Node, Javascript

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Wombo Combo Logo

Wombo Combo

Status Build GitHub Issues GitHub Pull Requests Code Style License


Combo Lists made easy!

📝 Table of Contents

🧐 About

I created this tool as a way to create and manipulate username and password lists as well as combo lists. The goal of this tool it will help make the most comprehensive combo lists for penetration testing, but be simple and accessible through your web browser.

✅ Features

  • Simple UI/UX design
  • Built on web as CSR web app using React making the application super accessible (unlike most pentesting tools)
  • Effective mangling rules for ensuring the most comprehensive password lists based on research into most effective password mangling techniques. (somewhat limited in current implementation...will be updated in the future with more mangling rules)
  • Small performance requirements to deploy on your own
  • Step by Step system to ensure user is presented with all options before generating any list
  • Generation of combos handled on express API server so that users machine suffers no performance loss with large combo lists
  • Configurable HELM chart for deploying the app on Kubernetes (Wombo-Combo Chart). Usable through Sykesdev HELM repo
  • Fully containerized through use of Docker
  • Small file size overall (less than 100MB)
  • Clean interface for ease-of-use
  • Allows users to both copy the entire combo-list into clipboard OR to download the entire list as a formatted text file (user:pass)
  • More soon 🙏

📹Demo

Demo Small Demonstration of Wombo Combos key features
To try it yourself (note: Due to storage limitations on my host, you may only provide files under 1MB) please check out the wombo-combo live

🚀 Deploy your own!

  1. Add the SykesDev HELM Repo: helm repo add https://systemfiles.github.io/helm-charts/
  2. Update the repo contents: helm repo update
  3. Install chart on your cluster: helm install wombo-combo sykesdev/wombo-combo --namespace wombo-combo --values <your_values_file> or simply helm install wombo-combo sykesdev/wombo-combo --namespace wombo-combo if you would like to use default values provided with chart (NOT RECOMMENDED)
  4. Wait about 2min (MAX) and you should be up and running ✓

⛏️ Built Using

✍️ Authors