-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
40 lines (35 loc) · 1.04 KB
/
settings.json
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
{
"domain" : "localhost",
"inputFileName":"wordList",
"outputFileName":"result",
"portScanningMode":false,
"HTTPmethods":["get"],
"allowedStatusCodes" : [200,201,202,204,302,304,400,401,403],
"httpsMode" : true,
"timeOut":5,
"threadsToScanPort" : 2,
"threadsToScanWord" : 100,
"versionedSearchMode":true,
"versionedSearchModeSetting":{
"verionNameList" : ["v1","v2"]
},
"bruteForceMode" :false,
"bruteForceModeSetting":{
"sizeOfWord":2,
"bruteForceString":null
},
"extendedSearchMode":false,
"extendedSearchModeSetting":{
"commonFileSuffixs":["html","php","htm","py","chtml","cgi","js"],
"commonFileNames":["index","default","home","server","request","get"]
},
"printLog" : true,
"printErr" : false,
"proxiesOnChangeMode":false,
"alwaysUseProxy":true,
"statusCodesChangeProxy":[403,406,429],
"proxiesList":
[
{"http" :"http://46.35.249.189:32422", "https" :"http://46.28.229.78:3128"}
]
}