This file is indexed.

/etc/cupp.cfg is in cupp3 0.0+20160624.git07f9b8-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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 = 2008,2009,2010,2011,2012,2013,2014,2015,2016

[leet]
a=4
i=1
e=3
t=7
o=0
s=5
g=9
z=2


# [ 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=5
wcto=12

# [ 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=http://www.helith.net/projects/alecto/alectodb.csv.gz

[downloader]
ftpname=FUNET
ftpurl=ftp.funet.fi
ftppath=/pub/unix/security/passwd/crack/dictionaries/
ftpuser=anonymous
ftppass=cupp3