This file is indexed.

/usr/share/hashcat/rules/combinator.rule is in hashcat-data 3.30-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
## rule: case recovery
## limits: capitalized rules only char positions 3 to 7
## example: annalove ---> AnnaLove
## extras: none

:
l
c
u

c T3
c T4
c T5
c T6
c T7

## rule: experienced effective
## limits: none
## example: FringeDevision ---> fringedevision2009
## extras: lower case only

l $1
l $2
l $1$2$3
l $2$0$0$7
l $2$0$0$8
l $2$0$0$9

## rule: hyphen variety
## limits: insert at char positions 3 to 7
## example: theobserver ---> the observer
## extras: lower case only

l i3 
l i4 
l i5 
l i6 
l i7 
l i3&
l i4&
l i5&
l i6&
l i7&
l i3+
l i4+
l i5+
l i6+
l i7+
l i3-
l i4-
l i5-
l i6-
l i7-
l i3.
l i4.
l i5.
l i6.
l i7.