All Projects → sudo-su-FDEL → Crumble

sudo-su-FDEL / Crumble

Licence: GPL-3.0 license
Menu driven wordlist generator in C++

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Crumble

Nndefaccts
nnposter's alternate fingerprint dataset for Nmap script http-default-accounts
Stars: ✭ 180 (+847.37%)
Mutual labels:  security-audit
Whispers
Identify hardcoded secrets and dangerous behaviours
Stars: ✭ 66 (+247.37%)
Mutual labels:  security-audit
Filewatcher
A simple auditing utility for macOS
Stars: ✭ 233 (+1126.32%)
Mutual labels:  security-audit
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (+857.89%)
Mutual labels:  security-audit
Replica
Ghidra Analysis Enhancer 🐉
Stars: ✭ 194 (+921.05%)
Mutual labels:  security-audit
Roslyn Security Guard
Roslyn analyzers that aim to help security audit on .NET applications.
Stars: ✭ 214 (+1026.32%)
Mutual labels:  security-audit
Anteater
Anteater - CI/CD Gate Check Framework
Stars: ✭ 174 (+815.79%)
Mutual labels:  security-audit
Nginx log check
Nginx日志安全分析脚本
Stars: ✭ 250 (+1215.79%)
Mutual labels:  security-audit
Bundler Audit
Patch-level verification for Bundler
Stars: ✭ 2,393 (+12494.74%)
Mutual labels:  security-audit
Bettercap
DEPRECATED, bettercap developement moved here: https://github.com/bettercap/bettercap
Stars: ✭ 2,518 (+13152.63%)
Mutual labels:  security-audit
Biu Framework
Biu-framework🚀 Security Scan Framework For Enterprise Intranet Based Services(企业内网基础服务安全扫描框架)
Stars: ✭ 183 (+863.16%)
Mutual labels:  security-audit
Opencspm
Open Cloud Security Posture Management Engine
Stars: ✭ 191 (+905.26%)
Mutual labels:  security-audit
Sec Admin
分布式资产安全扫描核心管理系统(弱口令扫描,漏洞扫描)
Stars: ✭ 222 (+1068.42%)
Mutual labels:  security-audit
Yawast
YAWAST ...where a pentest starts. Security Toolkit for Web-based Applications
Stars: ✭ 181 (+852.63%)
Mutual labels:  security-audit
Cobra
Source Code Security Audit (源代码安全审计)
Stars: ✭ 2,802 (+14647.37%)
Mutual labels:  security-audit
Awesome Security Audits
A collection of public security audits.
Stars: ✭ 175 (+821.05%)
Mutual labels:  security-audit
G Scout
Google Cloud Platform Security Tool
Stars: ✭ 210 (+1005.26%)
Mutual labels:  security-audit
prowler
Prowler is an Open Source Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. It contains hundreds of controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks.
Stars: ✭ 8,046 (+42247.37%)
Mutual labels:  security-audit
Rspet
RSPET (Reverse Shell and Post Exploitation Tool) is a Python based reverse shell equipped with functionalities that assist in a post exploitation scenario.
Stars: ✭ 251 (+1221.05%)
Mutual labels:  security-audit
Kubestriker
A Blazing fast Security Auditing tool for Kubernetes
Stars: ✭ 213 (+1021.05%)
Mutual labels:  security-audit

Crumble

A menu driven wordlist generator for pentesting/auditing passwords using different password techniques. Made this program to specifically complement other password cracking tools such as hashcat and john the ripper. Another reason I made this is because other programs did not have what I was looking for were, outdated and did not want to memorize commands. In other words I wanted to make specific changes while trying to keep it simple.

Features

  • Create wordlist from scratch
  • Merge two or three wordlists
  • Replace characters in a wordlist
  • Swap
  • Permute
  • Wordlist Analysis
  • And more

Usage Linux

  1. Download the files git clone https://github.com/sudo-su-FDEL/Crumble/
  2. Compile the Source code g++ Source.cpp -o crumble
  3. Run the program ./crumble
  4. Type letters according to menu

Usage Windows

  1. Download Zip
  2. Extract File
  3. Compile the source
  4. Run on your preferred IDE

Alternative option Download EXE file, only do this if you trust the program and you have looked at the source code

When adding files,you may drag and drop on to the terminal or if you have any issues with drag and drop, you may type in the name of the file(for windows, include ".txt"). Just make sure that the program is in the same folder or directory. Your output files will also appear where the program is located.

Screenshots

menu

wordlist

example

example2

analysis

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].