Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cupp.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# 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 = 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,2022

[leet]
a=4
Expand All @@ -30,11 +28,13 @@ z=2
# separated by comma

[specialchars]
chars=!,@,'#',$,%%,&,*
chars=!,@,#,$,%,&,*,-,_,+,=


# [ Random years ] take it as much as you need!

[years]
years=2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026



Expand Down Expand Up @@ -67,4 +67,4 @@ threshold=200
alectourl=https://github.com/yangbh/Hammer/raw/b0446396e8d67a7d4e53d6666026e078262e5bab/lib/cupp/alectodb.csv.gz

[downloader]
dicturl=http://ftp.funet.fi/pub/unix/security/passwd/crack/dictionaries/
dicturl=https://ftp.funet.fi/pub/unix/security/passwd/crack/dictionaries/
Loading