All Projects → Mebus → Cupp

Mebus / Cupp

Licence: gpl-3.0
The most common form of authentication is the combination of a username and a password or passphrase. If both match values stored within a locally stored table, the user is authenticated for a connection. Password strength is a measure of the difficulty involved in guessing or breaking the password through cryptographic techniques or library-based automated testing of alternate values.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cupp

Pydictor
A powerful and useful hacker dictionary builder for a brute-force attack
Stars: ✭ 2,055 (-17.57%)
Mutual labels:  wordlist, weak-passwords, dictionary-attack, wordlist-generator
Probable Wordlists
Version 2 is live! Wordlists sorted by probability originally created for password generation and testing - make sure your passwords aren't popular!
Stars: ✭ 7,312 (+193.3%)
Mutual labels:  password, wordlist, password-strength, dictionary-attack
WPA2-FritzBox-Pswd-Wordlist-Generator
This Script will produce all of the WPA2 Passwords used by various Router companies aswell as Fritzbox. All of these Passwords will be 16 Numbers in length. So it could get a bit large.
Stars: ✭ 22 (-99.12%)
Mutual labels:  password, wordlist, wordlist-generator
Kaonashi
Wordlist, rules and masks from Kaonashi project (RootedCON 2019)
Stars: ✭ 353 (-85.84%)
Mutual labels:  password, wordlist, password-strength
Bewgor
Bull's Eye Wordlist Generator - Does your password rely on predictable patterns of accessible info?
Stars: ✭ 333 (-86.64%)
Mutual labels:  password, wordlist, password-strength
longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (-97.55%)
Mutual labels:  password, wordlist, wordlist-generator
cracken
a fast password wordlist generator, Smartlist creation and password hybrid-mask analysis tool written in pure safe Rust
Stars: ✭ 192 (-92.3%)
Mutual labels:  password, wordlist, wordlist-generator
pwdcalc
Take no risk and help your users to choose good passwords!
Stars: ✭ 11 (-99.56%)
Mutual labels:  password-strength, dictionary-attack
Wifi-Cracker
Wifi Cracking
Stars: ✭ 128 (-94.87%)
Mutual labels:  wordlist, dictionary-attack
React Password Strength
A password strength indicator field for use in React projects
Stars: ✭ 167 (-93.3%)
Mutual labels:  password, password-strength
Brutal-wordlist-Generator
Brutal Wordlist Generator is a java based Application software used to generate the wordlist with best of UX interface
Stars: ✭ 24 (-99.04%)
Mutual labels:  wordlist, wordlist-generator
Bopscrk
Tool to generate smart and powerful wordlists
Stars: ✭ 273 (-89.05%)
Mutual labels:  password, wordlist
Duplicut
Remove duplicates from MASSIVE wordlist, without sorting it (for dictionary-based password cracking)
Stars: ✭ 352 (-85.88%)
Mutual labels:  password, wordlist
WordFrequencyPython
Python code to find out most frequent words from different word lists
Stars: ✭ 31 (-98.76%)
Mutual labels:  wordlist, wordlist-generator
RockYou2021.txt
RockYou2021.txt is a MASSIVE WORDLIST compiled of various other wordlists. RockYou2021.txt DOES NOT CONTAIN USER:PASS logins!
Stars: ✭ 288 (-88.45%)
Mutual labels:  wordlist, password-strength
vue-simple-password-meter
Vue Simple Password Meter is a simple password strength meter component written in vanilla js and extremly lightweight
Stars: ✭ 65 (-97.39%)
Mutual labels:  password, password-strength
Passgan
A Deep Learning Approach for Password Guessing (https://arxiv.org/abs/1709.00440)
Stars: ✭ 704 (-71.76%)
Mutual labels:  password, password-strength
Mentalist
Mentalist is a graphical tool for custom wordlist generation. It utilizes common human paradigms for constructing passwords and can output the full wordlist as well as rules compatible with Hashcat and John the Ripper.
Stars: ✭ 945 (-62.09%)
Mutual labels:  password, wordlist
Android Complexify
An Android library which makes checking the quality of user's password a breeze.
Stars: ✭ 111 (-95.55%)
Mutual labels:  password, password-strength
python-wordlist-generator
Create awesome wordlist with python, demo: https://asciinema.org/a/101677
Stars: ✭ 87 (-96.51%)
Mutual labels:  wordlist, wordlist-generator

CUPP - Common User Passwords Profiler

Build Status Coverage Status Codacy Badge Rawsec's CyberSecurity Inventory

About

The most common form of authentication is the combination of a username and a password or passphrase. If both match values stored within a locally stored table, the user is authenticated for a connection. Password strength is a measure of the difficulty involved in guessing or breaking the password through cryptographic techniques or library-based automated testing of alternate values.

A weak password might be very short or only use alphanumberic characters, making decryption simple. A weak password can also be one that is easily guessed by someone profiling the user, such as a birthday, nickname, address, name of a pet or relative, or a common word such as God, love, money or password.

That is why CUPP was born, and it can be used in situations like legal penetration tests or forensic crime investigations.

Requirements

You need Python 3 to run CUPP.

Quick start

$ python3 cupp.py -h

Options

Usage: cupp.py [OPTIONS]

    -h      this menu

    -i      Interactive questions for user password profiling

    -w      Use this option to profile existing dictionary,
            or WyD.pl output to make some pwnsauce :)

    -l      Download huge wordlists from repository

    -a      Parse default usernames and passwords directly from Alecto DB.
            Project Alecto uses purified databases of Phenoelit and CIRT which where merged and enhanced.

    -v      Version of the program

Configuration

CUPP has configuration file cupp.cfg with instructions.

Example (Fast forwarded)

cupp-example

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

See './LICENSE' for more information.

Github import

This project was imported into https://github.com/Mebus/cupp by Mebus from:
http://www.remote-exploit.org/content/cupp-3.0.tar.gz
http://www.remote-exploit.org/articles/misc_research__amp_code/index.html
to encourage further development of the tool.

Original author

Muris Kurgas aka j0rgan
[email protected]
http://www.remote-exploit.org
http://www.azuzi.me

Contributors

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