forked from wrrulos/mcptool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
41 lines (41 loc) · 1.22 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
41
{
"language": "en",
"serverDataApi": "mcstatus.io",
"discordPresence": true,
"seekerToken": "YOUR_SEEKER_TOKEN",
"bot_recconect_time": 4,
"subdomainsThreads": 500,
"virusTotalApiKey": "0a1f92cc877fb00875cf0fa6e856db8009fb322fce4b507a9ef40e22d63b7fa4",
"scannerOptions": {
"externalScanners": {
"nmap": {
"command": "nmap -p %ports% -n -T5 -Pn -vvv -sS %target%"
},
"qubo": {
"command": "java -Dfile.encoding=UTF-8 -jar qubo.jar -range %target% -ports %ports% -th 500 -ti 2000"
},
"masscan": {
"command": "masscan -p %ports% %target%"
}
},
"pyScanner": {
"threads": 500,
"timeout": 2
},
"showScanOutput": false
},
"proxyOptions": {
"fakeproxyCommandPrefix": "..",
"fakeproxyUpdateDelay": "2",
"waterfallPort": 25570,
"velocityPort": 25580,
"fakeproxyPort": 33330
},
"endpoints": {
"seeker": "https://discord.com/oauth2/authorize?client_id=1087083964432404590&response_type=code&redirect_uri=https%3A%2F%2Fapi.serverseeker.net%2Flocal_redirect&scope=identify&state=MCPtool:7637",
"seekerAPI": "https://api.serverseeker.net"
},
"version": "1.0.4",
"waterfallVersion": "",
"velocityVersion": ""
}