Skip to content
/ lugat Public

Sözlük saldırılarında kullanılmak üzere sözlük oluşturucu tool

Notifications You must be signed in to change notification settings

hefese/lugat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

lugat

Sözlük saldırılarında kullanılmak üzere sözlük oluşturucu bir tool'dur. Geniş charset opsiyonuna ve kısmi RegExp desteğine sahiptir. Kullanılışı şu şekildedir:

Usage

./lugat -m <min> -M <max> -c <charset> -l <lang> -o <fileName>

Parameters

-m <min> : Minimum character length of passwords

-M <max> : Maximum character length of passwords

-c <charset> : Character set which will be used

-l <lang> : Alphabet of A Specific Language

-o <fileName> : Output file name

-p <pattern> : All possible passwords based on given pattern

Charset Keywords

alphabetSet : Just Letters

numberSet : Just Numbers

specialCharacterSet : Just Special Characters

alphaAndNumSet : Letters and Numbers

alphaAndSpecSet : Letters and Special Characters

numAndSpecSet : Numbers and Special Characters

alphaNumAndSpecSet : Letters, Numbers and Special Characters

Language Modes

tur : Uses Turkish Alphabet

eng : Uses English Alphabet

tureng : Uses Both Turkish and English Alphabet

Examples

./lugat -m 4 -M 4

./lugat -m 1 -M 3 -c alphaAndNumSet -o wordlist.txt

./lugat -p 1*3*8

./lugat -p 1*3*8 -c alphaNumAndSpecSet -o wordlist.txt

Report bugs

[email protected]

About

Sözlük saldırılarında kullanılmak üzere sözlük oluşturucu tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages