Skip to content

Commit

Permalink
Added python 3 port
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhro Rahman committed Jun 24, 2016
1 parent f31bec0 commit b8e0420
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions cupp.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
#
# 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 = 2008,2009,2010,2011,2012,2013,2014,2015

[leet]
a=4
Expand All @@ -23,46 +26,45 @@ g=9
z=2



# [ Special chars ] for adding some pwnsauce! Remove or add as necessary, separated by comma...
# [ Special chars ] for adding some pwnsauce! Remove or add as necessary,
# separated by comma

[specialchars]
chars=!,@,#,$,%,&,*

chars=!,@,'#',$,%%,&,*


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

[years]
years = 2008,2009,2010,2011,2012,2013,2014,2015



# [ Random numbers ]
# In this default setting, numbers from 0 to 100 will be added to all words compiled by cupp.py
# 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].
# This setting will exclude words from compiled wordlist that are shorter
# than [wcfrom] and longer than [wcto].

wcfrom=5
wcto=12

# [ Threshold ]
# Threshold setting for word concatenations parsed from existing wordlist (using -w option).
# 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=http://www.helith.net/projects/alecto/alectodb.csv.gz
alectourl='http://www.helith.net/projects/alecto/alectodb.csv.gz'

[downloader]
ftpname=FUNET
Expand Down

0 comments on commit b8e0420

Please sign in to comment.