-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfigWindows.json
More file actions
26 lines (26 loc) · 905 Bytes
/
configWindows.json
File metadata and controls
26 lines (26 loc) · 905 Bytes
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
{
"sites" : [{
"siteName" : "Acunetix",
"protocol" : "http",
"fqdn" : "testphp.vulnweb.com",
"port" : 80,
"path" : "/",
"userName" : "test",
"password" : "test",
"sessionToLoad" : "C:\\Users\\Carriero\\git\\AutomatedScans\\BurpStates\\testphp"
}
],
"fileLocations" : [{
"burpJar" : "C:\\Users\\Carriero\\Documents\\Tools\\burpsuite_pro_v1.6.09.jar",
"reportOutputPath" : "C:\\Users\\Carriero\\Documents\\Tools\\AutomatedScans\\output\\",
"nikto" : "C:\\Users\\Carriero\\Downloads\\nikto-master\\nikto-master\\program\\nikto.pl",
"skipFish" : "C:\\Users\\Carriero\\Downloads\\nikto-master\\nikto-master\\program\\",
"skipFishDict" : "C:\\Users\\Carriero\\Downloads\\nikto-master\\nikto-master\\program\\dictionaries\\medium.wl"
}
],
"burpConfigs" : [{
"memory" : "4096m",
"headless" : false
}
]
}