All Projects → ZkClown → GetPwd

ZkClown / GetPwd

Licence: other
It's a tool which generate a dictionary from a csv containing personals informations. Generate all common passwords based on perso info. (leet transformations and combinatory processing)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to GetPwd

longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (+32.61%)
Mutual labels:  password-generator, hacking-tool, social-engineering
Web Brutator
Fast Modular Web Interfaces Bruteforcer
Stars: ✭ 97 (+110.87%)
Mutual labels:  bruteforce, pentest, hacking-tool
Dr0p1t Framework
A framework that create an advanced stealthy dropper that bypass most AVs and have a lot of tricks
Stars: ✭ 1,132 (+2360.87%)
Mutual labels:  pentest, hacking-tool, social-engineering
AzureAD Autologon Brute
Brute force attack tool for Azure AD Autologon/Seamless SSO - Source: https://arstechnica.com/information-technology/2021/09/new-azure-active-directory-password-brute-forcing-flaw-has-no-fix/
Stars: ✭ 90 (+95.65%)
Mutual labels:  bruteforce, pentest
PUPI
🛅 Passwords using personal information
Stars: ✭ 65 (+41.3%)
Mutual labels:  password-generator, bruteforce
minipwner
A script to configure a TP-Link MR3040 running OpenWRT into a simple, yet powerful penetration-testing "dropbox".
Stars: ✭ 53 (+15.22%)
Mutual labels:  pentest, hacking-tool
FBM-134
Hack Facebook Account Brute Force Method
Stars: ✭ 27 (-41.3%)
Mutual labels:  bruteforce, hacking-tool
boxer
Boxer: A fast directory bruteforce tool written in Python with concurrency.
Stars: ✭ 15 (-67.39%)
Mutual labels:  bruteforce, hacking-tool
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+297.83%)
Mutual labels:  bruteforce, hacking-tool
argus
Argus Advanced Remote & Local Keylogger For macOS and Windows
Stars: ✭ 87 (+89.13%)
Mutual labels:  pentest, social-engineering
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+278.26%)
Mutual labels:  password-generator, bruteforce
uberscan
Security program for recovering passwords and pen-testing servers, routers and IoT devices using brute-force password attacks.
Stars: ✭ 31 (-32.61%)
Mutual labels:  bruteforce, pentest
weakpass generator
generates weak passwords based on current date
Stars: ✭ 36 (-21.74%)
Mutual labels:  bruteforce, pentest
Storm-Breaker
Social engineering tool [Access Webcam & Microphone & Location Finder] With Python
Stars: ✭ 1,489 (+3136.96%)
Mutual labels:  hacking-tool, social-engineering
Brute-Force-Login
Proof -Of-Concept Brute Force Login on a web-site with a good dictionary of words
Stars: ✭ 231 (+402.17%)
Mutual labels:  bruteforce, hacking-tool
Pydictor
A powerful and useful hacker dictionary builder for a brute-force attack
Stars: ✭ 2,055 (+4367.39%)
Mutual labels:  password-generator, bruteforce
Xbruteforcer
X Brute Forcer Tool 🔓 WordPress , Joomla , DruPal , OpenCart , Magento
Stars: ✭ 261 (+467.39%)
Mutual labels:  password-generator, bruteforce
VirusX5
The Most Powerful Fake Page Redirecting tool...
Stars: ✭ 15 (-67.39%)
Mutual labels:  hacking-tool, social-engineering
Dirstalk
Modern alternative to dirbuster/dirb
Stars: ✭ 210 (+356.52%)
Mutual labels:  bruteforce, pentest
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (+358.7%)
Mutual labels:  bruteforce, pentest

GetPwd

Description

It's a tool which generates a dictionary from a csv containing personal informations.

Generates all common passwords based on perso info. (leet transformations and combinatory processing)

The purpose of the script is to test the usage of weak passwords.

The script is written in PYTHON 3

Exemple

Personnals infos :

  • Name : Jean
  • Surname : Dupont
  • Date of birth : 20th June 1988

Pwd Generated :

  • JeanDupont
  • Jean
  • jean
  • j3an
  • j34n
  • J34n
  • Je4n200688
  • etc ....

Usage

git clone https://github.com/ZkClown/GetPwd.git
cd ./GetPwd
python getPwd.py -h
usage: getPwd.py [-h] -f FILE [-r RECURENCE] [-b BRUTE] [-c CHARSET]
                 [-o OUTPUT] [-p PROCESSES] [-d] [-l LEET]

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  file wich contains personals datas
  -r RECURENCE, --recurence RECURENCE
                        Number of combinations
  -b BRUTE, --brute BRUTE
                        Number of char to bruteforce if needed
  -c CHARSET, --charset CHARSET
                        Charset used for the bruteforce
  -o OUTPUT, --output OUTPUT
                        Output file
  -p PROCESSES, --processes PROCESSES
                        Number of processes
  -d, --difference      Don't combine two elements of one same set
  -l, --leet            Use leet table instead of only Maj and Min

Exemple usage

genPwd.py -f myCsv.csv -r 2 -d -b 2 -c "abc" -p 4 -o out

This will generate all possible passwords without the re-use of information with garbages chars using the charset "abc" up to 3 chars and which can be composed of maximum 3 different informations.

CSV format

The csv has to contain 1 info per line !

CAUTION

The more infos there are in the csv, the larger the dictionary will be ! Same for combinations !

Credits

Made by ZkClown & Squadella

Python 3|3.6

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