mirror of
https://github.com/bvanroll/odiseectf.git
synced 2025-08-29 11:52:43 +00:00
pfff
This commit is contained in:
74
olivierdeschacht/cupp.cfg
Normal file
74
olivierdeschacht/cupp.cfg
Normal file
@@ -0,0 +1,74 @@
|
||||
# [ cupp.cfg ]
|
||||
#
|
||||
# This is configuration file for cupp.py
|
||||
#
|
||||
|
||||
# There are no options to configure the application within it. The app reads it,
|
||||
# does not change it. I'm hoping you'll figure out how to looking at this.
|
||||
|
||||
# [ 1337 mode ]
|
||||
# If you think this default settings are not right,
|
||||
# you can change it for yourself. For example if you
|
||||
# don't like a=4, just change it to a=@ :)
|
||||
# If you don't need some chars, just comment it! Duplicates are allowed too.
|
||||
# For adding chars, you might need to add some lines in cupp.py...
|
||||
[years]
|
||||
years = 2014
|
||||
|
||||
[leet]
|
||||
a=@
|
||||
i=!
|
||||
e=3
|
||||
t=t
|
||||
o=0
|
||||
s=5
|
||||
g=9
|
||||
z=z
|
||||
|
||||
|
||||
# [ Special chars ] for adding some pwnsauce! Remove or add as necessary,
|
||||
# separated by comma
|
||||
|
||||
[specialchars]
|
||||
chars=!,*
|
||||
|
||||
|
||||
# [ Random years ] take it as much as you need!
|
||||
|
||||
|
||||
|
||||
|
||||
# [ Random numbers ]
|
||||
# In this default setting, numbers from 0 to 100 will be added to all words
|
||||
# compiled by cupp.py
|
||||
|
||||
[nums]
|
||||
from=0
|
||||
to=100
|
||||
|
||||
# [ Word length shaping ]
|
||||
# This setting will exclude words from compiled wordlist that are shorter
|
||||
# than [wcfrom] and longer than [wcto].
|
||||
|
||||
wcfrom=8
|
||||
wcto=20
|
||||
|
||||
# [ Threshold ]
|
||||
# Threshold setting for word concatenations parsed from existing wordlist
|
||||
# (using -w option).
|
||||
# For example, from 200 words CUPP will compile 200*200=40,000 new words.
|
||||
# Increasing this level may cause high memory consumption, be careful.
|
||||
|
||||
threshold=200
|
||||
|
||||
|
||||
# [ Wordlist config ]
|
||||
[alecto]
|
||||
alectourl=https://github.com/yangbh/Hammer/raw/b0446396e8d67a7d4e53d6666026e078262e5bab/lib/cupp/alectodb.csv.gz
|
||||
|
||||
[downloader]
|
||||
ftpname=FUNET
|
||||
ftpurl=ftp.funet.fi
|
||||
ftppath=/pub/unix/security/passwd/crack/dictionaries/
|
||||
ftpuser=anonymous
|
||||
ftppass=cupp3
|
Reference in New Issue
Block a user