GET Requests
18 |GET /api/health
20 |
21 | 24 | Authenticated:
true
25 | 26 | Query Params:
none
27 | 28 | Access Role:
none
29 | 30 | Execute request: 31 | 32 |
41 | 42 |
GET /api/status
44 |
45 | 48 | Authenticated:
false
49 | 50 | Query Params:
none
51 | 52 | Access Role:
none
53 | 54 | Execute request: 55 | 56 |
64 | 65 |
GET /api/download/FILE/NUM
67 |
68 | FILE
can be
70 | wordlist
, rules
, and masks
.
71 | NUM
can be an integer requesting the number of lines to be
72 | returned.
73 | 74 | Authenticated:
true
75 | 76 | Query Params:
offset
contains
77 | prepend
append
toggle
78 | 79 |
-
80 |
-
81 |
offset
will return results starting at Nth position 82 |
83 | -
84 |
contains
will only return results that contain substring 85 |
86 | -
87 |
prepend
will return or exclude results with prepend rules 88 |
89 | -
90 |
append
will return or exclude results with append rules 91 |
92 | -
93 |
toggle
will return or exclude results with toggle rules 94 |
95 |
97 | Access Role:
none
98 | 99 | Execute request: 100 | 101 |
108 |
113 |
120 | 121 |
GET /api/lists
& GET /api/lists/LISTNAME
123 |
124 | LISTNAME
parameter is the file to return contents of.
127 | 128 | Authenticated:
true
129 | 130 | Query Params:
none
131 | 132 | Access Role:
canViewUserLists
in user attributes and
133 | allow-user-lists
in server configuration
134 | 135 | Execute request: 136 | 137 |
144 |
151 | 152 |
GET /api/manage/refresh/FILE
154 |
155 | FILE
157 | can be wordlist
, rules
, and masks
.
158 | This will delete the current file and start a process to create a new one.
159 |
160 | 161 | Authenticated:
true
162 | 163 | Query Params:
none
164 | 165 | Access Role:
canManage
in user attributes
166 | 167 |
173 |
178 |