Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Custom Combos Wordlist Generator in Python

License

NotificationsYou must be signed in to change notification settings

hideckies/gencombos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It generates custom combos (like "username:password") wordlist from two text files.

Generated wordlist example:

admin:birdadmin:pass1admin:passwordchris:birdchris:pass1chris:passwordmichael:birdmichael:pass1....

Install & Run

git clone https://github.com/hideckies/gencombos.gitcd gencombospip3 install -r requirements.txtpython3 gencombos.py<wordlist1><wordlist2><output>

Usage

python3 gencombos.py usernames.txt passwords.txt combos.txt# orpython3 gencombos.py -w1 usernames.txt -w2 passwords.txt -o combos.txt

Help

python3 gencombos.py --help# --------------------------------------------NAME    gencombos.py - Custom Combos Wordlist GeneratorSYNOPSIS    gencombos.py W1 W2 ODESCRIPTION    Custom Combos Wordlist GeneratorPOSITIONAL ARGUMENTS    W1        Type: str        Wordlist 1 - A wordlist filefor the left side.    W2        Type: str        Wordlist 2 - A wordlist filefor the right side.    O        Type: str        Output File - Specify the name of the output file.NOTES    You can also use flags syntaxfor POSITIONAL ARGUMENTS

About

Custom Combos Wordlist Generator in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp