mirror of
https://github.com/bvanroll/odiseectf.git
synced 2025-08-28 19:32:42 +00:00
75 lines
1.7 KiB
INI
75 lines
1.7 KiB
INI
# [ 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 = 1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021
|
|
|
|
[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=800
|
|
|
|
|
|
# [ 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
|