-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathScanProfiles_UpdateSample.json
More file actions
67 lines (67 loc) · 1.74 KB
/
Copy pathScanProfiles_UpdateSample.json
File metadata and controls
67 lines (67 loc) · 1.74 KB
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
59
60
61
62
63
64
65
66
67
{
"ProfileId": "ab0db2a0-2c78-4847-be4a-abdb03fcce02",
"CreateType": "Website",
"IsPrimary": true,
"IsShared": false,
"IsTimeWindowEnabled": false,
"ProfileName": "ExampleProfile - Created by API",
"TargetUri": "http://php.testsparker.com/",
"CrawlAndAttack": true,
"EnableHeuristicChecksInCustomUrlRewrite": true,
"ExcludedLinks": [
{
"RegexPattern": "(log|sign)\\-?(out|off)"
},
{
"RegexPattern": "exit"
},
{
"RegexPattern": "endsession"
},
{
"RegexPattern": "gtm\\.js"
},
{
"RegexPattern": "WebResource\\.axd"
},
{
"RegexPattern": "ScriptResource\\.axd"
}
],
"DisallowedHttpMethods": [],
"ExcludeLinks": true,
"FindAndFollowNewLinks": true,
"FormAuthenticationSettingModel": {
"CustomScripts": [],
"DefaultPersonaValidation": true,
"DetectBearerToken": true,
"DisableLogoutDetection": false,
"IsEnabled": true,
"LoginFormUrl": "http://php.testsparker.com/auth/login.php",
"LoginRequiredUrl": "http://php.testsparker.com/auth/internal.php",
"LogoutRedirectPattern": "http://php.testsparker.com/auth/logout.php",
"OverrideTargetUrl": false,
"Personas": [
{
"IsActive": true,
"Password": "admin123456",
"UserName": "admin"
}
],
"PersonasValidation": true
},
"IsMaxScanDurationEnabled": false,
"MaxDynamicSignatures": 60,
"MaxScanDuration": 48,
"Scope": "EnteredPathAndBelow",
"SubPathMaxDynamicSignatures": 30,
"UrlRewriteAnalyzableExtensions": "htm,html",
"UrlRewriteBlockSeparators": "/$.,;|:",
"UrlRewriteMode": "Heuristic",
"UrlRewriteRules": [
{
"PlaceholderPattern": "/blog/{category}/{title}"
}
],
"DoNotDifferentiateProtocols": true
}