{"swagger":"2.0","info":{"version":"v1","title":"Invicti Enterprise API"},"host":"www.netsparkercloud.com","schemes":["https"],"paths":{"/api/1.0/account/license":{"get":{"tags":["Account"],"summary":"Gives user's account license.","operationId":"Account_License","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountLicenseDto"}}}}},"/api/1.0/account/license-validate":{"get":{"tags":["Account"],"summary":"If user info and license validated it returns success, otherwise fails","operationId":"Account_license-validate","consumes":[],"produces":[],"parameters":[{"name":"username","in":"query","required":true,"type":"string"}],"responses":{"204":{"description":"No Content"}}}},"/api/1.0/account/me":{"get":{"tags":["Account"],"summary":"Gets the information of callee","operationId":"Account_Me","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserHealthCheckApiModel"}}}}},"/api/1.0/account/scan-control":{"get":{"tags":["Account"],"summary":"Gets the scan control settings of account","operationId":"Account_scan-control","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["Account"],"summary":"Sets the scan control settings of account","operationId":"Account_scan-control","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/ScanControlApiModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/1.0/account/scan-control-progress":{"post":{"tags":["Account"],"operationId":"Account_scan-control-progress","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/1.0/agentgroups/delete":{"post":{"tags":["AgentGroups"],"summary":"Deletes the agent group","operationId":"AgentGroups_Delete","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"the model.","required":true,"schema":{"$ref":"#/definitions/AgentGroupApiDeleteModel"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/1.0/agentgroups/list":{"get":{"tags":["AgentGroups"],"summary":"Gets the list of agent groups.","operationId":"AgentGroups_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AgentGroupsListApiResult"}}}}},"/api/1.0/agentgroups/new":{"post":{"tags":["AgentGroups"],"summary":"Creates a new agent group","operationId":"AgentGroups_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The new agent group model.","required":true,"schema":{"$ref":"#/definitions/AgentGroupApiNewModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AgentGroupModel"}}}}},"/api/1.0/agentgroups/update":{"post":{"tags":["AgentGroups"],"summary":"Updates the agent group","operationId":"AgentGroups_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/AgentGroupApiUpdateModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AgentGroupModel"}}}}},"/api/1.0/agents/delete":{"post":{"tags":["Agents"],"summary":"Sets agent status as terminated.\r\nBefore deleting an agent, please make sure that you've stopped the related service from the Windows Services Manager screen.\r\nIf it is running, the agent will reappear on the page despite removal.","operationId":"Agents_Delete","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/DeleteAgentModel"}}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/api/1.0/agents/list":{"get":{"tags":["Agents"],"summary":"Gets the list of agents.","operationId":"Agents_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AgentListApiResult"}}}}},"/api/1.0/agents/setstatus":{"post":{"tags":["Agents"],"summary":"Sets agent status enable or disable.","operationId":"Agents_SetStatus","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/AgentStatusModel"}}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"}}}},"/api/1.0/apihub/websites":{"get":{"tags":["ApiHub"],"operationId":"ApiHub_websites","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/1.0/auditlogs/export":{"get":{"tags":["AuditLogs"],"summary":"Returns the selected log type in the csv format as a downloadable file.","operationId":"AuditLogs_Export","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page. Default : 1.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Default : 200.","required":false,"type":"integer","format":"int32","default":200},{"name":"csvSeparator","in":"query","description":"The csv separator. Default comma (,)","required":false,"type":"string","default":"Comma","enum":["Comma","Semicolon","Pipe","Tab"]},{"name":"startDate","in":"query","description":"The start date is used for logs and it is less than or equal to Date field.Format: MM/dd/yyyy 00:00:00","required":false,"type":"string","format":"date-time","default":"startDate"},{"name":"endDate","in":"query","description":"The end date is used for logs and it is greater than or equal to Date field.Format: MM/dd/yyyy 23:59:59","required":false,"type":"string","format":"date-time","default":"endDate"}],"responses":{"200":{"description":"OK"},"404":{"description":"NotFound"}}}},"/api/1.0/auditlogs/list":{"get":{"tags":["AuditLogs"],"summary":"Gets the list of audit logs.","operationId":"AuditLogs_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20},{"name":"startDate","in":"query","description":"The start date is used for logs and it is less than or equal to Date field.Format: MM/dd/yyyy 00:00:00","required":false,"type":"string","format":"date-time","default":"startDate"},{"name":"endDate","in":"query","description":"The end date is used for logs and it is greater than or equal to Date field.Format: MM/dd/yyyy 23:59:59","required":false,"type":"string","format":"date-time","default":"endDate"}],"responses":{"200":{"description":"OK"}}}},"/api/1.0/authenticationprofiles/delete":{"post":{"tags":["AuthenticationProfiles"],"summary":"Deletes an authentication profile.","operationId":"AuthenticationProfiles_Delete","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"body","description":"The authentication profile's ID.","required":true,"schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}],"responses":{"200":{"description":"OK","schema":{"description":"api/1.0/AuthenticationProfiles/DeleteResult","enum":["Ok","NotExists","HasActiveScan"],"type":"string","xml":{"name":"<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">Ok</string>"},"example":"Ok"}}}}},"/api/1.0/authenticationprofiles/get/{id}":{"get":{"tags":["AuthenticationProfiles"],"summary":"Gets the authentication profiles by the specified id.","operationId":"AuthenticationProfiles_Get","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"The identifier of authentication profiles.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AuthenticationProfileViewModel"}}}}},"/api/1.0/authenticationprofiles/getall":{"get":{"tags":["AuthenticationProfiles"],"summary":"Gets the list of authentication profiles.","operationId":"AuthenticationProfiles_GetAll","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AuthenticationProfileViewModel"}}}}},"/api/1.0/authenticationprofiles/new":{"post":{"tags":["AuthenticationProfiles"],"summary":"Creates a new authentication profile.","operationId":"AuthenticationProfiles_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The AuthenticationProfileModel model.","required":true,"schema":{"$ref":"#/definitions/AuthenticationProfileCreateModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/AuthenticationProfileViewModel"}}}}},"/api/1.0/authenticationprofiles/update":{"post":{"tags":["AuthenticationProfiles"],"summary":"Updates an authentication profile.","operationId":"AuthenticationProfiles_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/AuthenticationProfileUpdateModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AuthenticationProfileViewModel"}}}}},"/api/1.0/discovery/connectionbyid":{"get":{"tags":["Discovery"],"summary":"Get Connection By Id And Type.","operationId":"Discovery_ConnectionById","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"connectionId","in":"query","description":"","required":true,"type":"string","format":"uuid"},{"name":"type","in":"query","description":"Type is only Aws","required":false,"type":"string","default":"Aws","enum":["Aws"]}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/discovery/connections":{"get":{"tags":["Discovery"],"summary":"List Connections.","operationId":"Discovery_Connections","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"name","in":"query","description":"Connection name.","required":false,"type":"string","default":"name"},{"name":"region","in":"query","description":"Connection region.","required":false,"type":"string","default":"region"},{"name":"type","in":"query","description":"Connection Type. Example: Aws","required":false,"type":"string","default":"Aws","enum":["Aws"]},{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/discovery/createconnection":{"post":{"tags":["Discovery"],"summary":"Creates New Connection.","operationId":"Discovery_CreateConnection","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/DiscoveryConnectionsViewModel"}}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/discovery/deleteconnection":{"post":{"tags":["Discovery"],"summary":"Deletes Connection.","operationId":"Discovery_DeleteConnection","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/DeleteDiscoveryConnectionModel"}}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/discovery/editconnection":{"post":{"tags":["Discovery"],"summary":"Edits Connection.","operationId":"Discovery_EditConnection","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/DiscoveryConnectionsViewModel"}}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/discovery/exclude":{"post":{"tags":["Discovery"],"summary":"Returns exclude operation result.\r\nThis operation note override existing data, append to existing data.\r\nIf you want to override please use update-settings endpoint.","operationId":"Discovery_Exclude","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The exclude filter model.","required":true,"schema":{"$ref":"#/definitions/ExcludeFilter"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/1.0/discovery/export":{"get":{"tags":["Discovery"],"summary":"Returns the all discovery services in the csv format as a downloadable file.","operationId":"Discovery_Export","consumes":[],"produces":["application/json","text/json","application/scim+json","multipart/form-data"],"parameters":[{"name":"csvSeparator","in":"query","description":"The csv separator. Default comma (,)","required":false,"type":"string","default":"Comma","enum":["Comma","Semicolon","Pipe","Tab"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/File"}}}}},"/api/1.0/discovery/ignore":{"post":{"tags":["Discovery"],"summary":"Ignores discovery service with given service ids.","operationId":"Discovery_Ignore","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"serviceIds","in":"body","required":true,"schema":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/api/1.0/discovery/ignorebyfilter":{"get":{"tags":["Discovery"],"summary":"Ignores discovery services for selected filters.","operationId":"Discovery_IgnoreByFilter","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"authority","in":"query","description":"The authority.","required":false,"type":"string","default":"authority"},{"name":"ipAddress","in":"query","description":"The ip address","required":false,"type":"string","default":"ipAddress"},{"name":"secondLevelDomain","in":"query","description":"The second level domain.","required":false,"type":"string","default":"secondLevelDomain"},{"name":"topLevelDomain","in":"query","description":"The top level domain.","required":false,"type":"string","default":"topLevelDomain"},{"name":"organizationName","in":"query","description":"The organization name.","required":false,"type":"string","default":"organizationName"},{"name":"distance","in":"query","description":"The distance.","required":false,"type":"integer","format":"int32"},{"name":"registeredDomain","in":"query","description":"The registered domain.","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/api/1.0/discovery/include":{"post":{"tags":["Discovery"],"summary":"Include discovery service with given service ids.","operationId":"Discovery_Include","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"serviceIds","in":"body","required":true,"schema":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/api/1.0/discovery/list":{"get":{"tags":["Discovery"],"summary":"Gets the list discovery services.","operationId":"Discovery_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DiscoveryServiceListApiResult"}}}}},"/api/1.0/discovery/listbyfilter":{"get":{"tags":["Discovery"],"summary":"Gets the list discovery services with filter.","operationId":"Discovery_ListByFilter","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"authority","in":"query","description":"The authority.","required":false,"type":"string","default":"authority"},{"name":"ipAddress","in":"query","description":"The ip address","required":false,"type":"string","default":"ipAddress"},{"name":"secondLevelDomain","in":"query","description":"The second level domain.","required":false,"type":"string","default":"secondLevelDomain"},{"name":"topLevelDomain","in":"query","description":"The top level domain.","required":false,"type":"string","default":"topLevelDomain"},{"name":"organizationName","in":"query","description":"The organization name.","required":false,"type":"string","default":"organizationName"},{"name":"distance","in":"query","description":"The distance.","required":false,"type":"integer","format":"int32"},{"name":"registeredDomain","in":"query","description":"The registered domain.","required":false,"type":"boolean"},{"name":"status","in":"query","description":"The status. Default value New","required":false,"type":"string","default":"Discovered","enum":["Discovered","Ignored","Created"]},{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DiscoveryServiceListApiResult"}}}}},"/api/1.0/discovery/settings":{"get":{"tags":["Discovery"],"summary":"Gets the discovery settings.","operationId":"Discovery_Settings","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DiscoverySettingsApiModel"}}}}},"/api/1.0/discovery/update-settings":{"post":{"tags":["Discovery"],"summary":"Updates discovery settings.","operationId":"Discovery_update-settings","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/DiscoverySettingsApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DiscoverySettingsApiModel"}}}}},"/api/1.0/issues/addressedissues":{"get":{"tags":["Issues"],"summary":"Gets the list of addressed issues.","operationId":"Issues_AddressedIssues","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"severity","in":"query","description":"The vulnerability severity","required":false,"type":"string","default":"BestPractice","enum":["BestPractice","Information","Low","Medium","High","Critical"]},{"name":"webSiteName","in":"query","description":"The website's name.","required":false,"type":"string","default":"webSiteName"},{"name":"websiteGroupName","in":"query","description":"The website group's name.","required":false,"type":"string","default":"websiteGroupName"},{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AllIssuesApiResult"}}}}},"/api/1.0/issues/allissues":{"get":{"tags":["Issues"],"summary":"Gets the list of all issues.","operationId":"Issues_AllIssues","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"severity","in":"query","description":"The vulnerability severity","required":false,"type":"string","default":"BestPractice","enum":["BestPractice","Information","Low","Medium","High","Critical"]},{"name":"webSiteName","in":"query","description":"The website's name.","required":false,"type":"string","default":"webSiteName"},{"name":"websiteGroupName","in":"query","description":"The website group's name.","required":false,"type":"string","default":"websiteGroupName"},{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20},{"name":"sortType","in":"query","description":"Sort by ascending and descending according to LastSeenDate. Default parameter ascending.","required":false,"type":"string","default":"Ascending","enum":["Ascending","Descending"]},{"name":"lastSeenDate","in":"query","description":"You can use the date format defined in your account. You can visit /account/changesettings to view the current format.","required":false,"type":"string","default":"lastSeenDate"},{"name":"rawDetails","in":"query","description":"If you want the vulnerability data response(Remedy, Description etc.) to return without raw html, this field must be set false.","required":false,"type":"boolean","default":true},{"name":"integration","in":"query","description":"This drop-down lists all the integrations available on Invicti. The query parameter helps filter issues with the selected integration. For example, if you select Jira, only those issues with the Jira integration configured will be listed.","required":false,"type":"string","default":"Jira","enum":["Jira","GitHub","TFS","FogBugz","ServiceNow","Slack","GitLab","Bitbucket","Unfuddle","Zapier","AzureDevOps","Redmine","Bugzilla","Kafka","PagerDuty","MicrosoftTeams","Clubhouse","Trello","Asana","Webhook","Kenna","Freshservice","YouTrack","NetsparkerEnterprise","Splunk","Mattermost","Hashicorp","PivotalTracker","CyberArk","DefectDojo","JazzTeam","AzureKeyVault","ServiceNowVRM","Mend"]},{"name":"sourceType","in":"query","description":"Filter by source type","required":false,"type":"string","default":"InvictiDast","enum":["InvictiDast","MendSast"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AllIssuesApiResult"}}}}},"/api/1.0/issues/get/{id}":{"get":{"tags":["Issues"],"summary":"Gets issues by id. Returns with encoded(raw html) vulnerability template data by default.","operationId":"Issues_Get","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"id.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GetIssuesApiModel"}}}}},"/api/1.0/issues/getvulnerabilitycontent/{id}":{"get":{"tags":["Issues"],"summary":"Gets vulnerability request/response content by id.","operationId":"Issues_GetVulnerabilityContent","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"id.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/VulnerabilityContentApiModel"}}}}},"/api/1.0/issues/report":{"get":{"tags":["Issues"],"summary":"Generates a report of issues in the CSV format.","operationId":"Issues_Report","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"csvSeparator","in":"query","description":"This sets the query parameter for the CSV separator. The options are Comma, Semicolon, Pipe, and Tab.","required":false,"type":"string","default":"Comma","enum":["Comma","Semicolon","Pipe","Tab"]},{"name":"severity","in":"query","description":"This sets the query parameter for the vulnerability severity level. The options are Critical, High, Medium, Low, Information, and Best Practice.","required":false,"type":"string","default":"BestPractice","enum":["BestPractice","Information","Low","Medium","High","Critical"]},{"name":"websiteGroupName","in":"query","description":"This sets the query parameter for a website group's name that you entered while creating the website group in Invicti.","required":false,"type":"string","default":"websiteGroupName"},{"name":"webSiteName","in":"query","description":"This sets the query parameter for a website's name that you entered while adding the website to Invicti.","required":false,"type":"string","default":"webSiteName"},{"name":"startDate","in":"query","description":"This sets the query parameter for the start date on issues to be reported. For example, if you set 02/10/2022, this is the start date for Invicti to generate the issue report. You can use the date format defined in your account. Go to netsparkercloud.com/account/changesettings to view the current format. For example, the date and time format can be 02/06/23 (MM/dd/yy) 00:00:00.","required":false,"type":"string","format":"date-time","default":"startDate"},{"name":"endDate","in":"query","description":"This sets the query parameter for the end date on issues to be reported. For example, if you set 02/18/2023, this is the end date for Invicti to generate the report. Invicti generates a report of all issues until the specified date. You can use the date format defined in your account. Go to netsparkercloud.com/account/changesettings to view the current format. For example, the date and time format can be 02/06/23 (MM/dd/yy) 00:00:00.","required":false,"type":"string","format":"date-time","default":"endDate"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/issues/summary":{"get":{"tags":["Issues"],"summary":"Gets the summary of vulnerabilities","operationId":"Issues_Summary","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"targetUri","in":"query","description":"The targetUri.","required":true,"type":"string"},{"name":"websiteRoot","in":"query","description":"The website root url.","required":true,"type":"string"},{"name":"sinceDate","in":"query","description":"The since date. You can use the date format defined in your account. You can visit /account/changesettings to view the current format.","required":false,"type":"string","default":"sinceDate"},{"name":"scanTaskGroupId","in":"query","description":"The identifier of scan group.","required":false,"type":"string","format":"uuid","default":"a05b627c-5122-4fda-8689-0f360ab618d4"},{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IssueSummaryApiResult"}}}}},"/api/1.0/issues/todo":{"get":{"tags":["Issues"],"summary":"Gets the list of to-do issues.","operationId":"Issues_Todo","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"severity","in":"query","description":"The vulnerability severity","required":false,"type":"string","default":"BestPractice","enum":["BestPractice","Information","Low","Medium","High","Critical"]},{"name":"webSiteName","in":"query","description":"The website's name.","required":false,"type":"string","default":"webSiteName"},{"name":"websiteGroupName","in":"query","description":"The website group's name.","required":false,"type":"string","default":"websiteGroupName"},{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AllIssuesApiResult"}}}}},"/api/1.0/issues/update":{"post":{"tags":["Issues"],"summary":"Updates an existing issue.","operationId":"Issues_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Issue model to update. Except IssueId, all parameters are optional but at least 1 parameter is required.\r\n To reset status send \"State\": \"Default\"","required":true,"schema":{"$ref":"#/definitions/IssueApiUpdateModel"}}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}}},"/api/1.0/issues/waitingforretest":{"get":{"tags":["Issues"],"operationId":"Issues_WaitingForRetest","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"severity","in":"query","required":false,"type":"string","default":"BestPractice","enum":["BestPractice","Information","Low","Medium","High","Critical"]},{"name":"webSiteName","in":"query","required":false,"type":"string","default":"webSiteName"},{"name":"websiteGroupName","in":"query","required":false,"type":"string","default":"websiteGroupName"},{"name":"page","in":"query","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AllIssuesApiResult"}}}}},"/api/1.0/members/delete/{id}":{"post":{"tags":["Members"],"summary":"Deletes a member","operationId":"Members_Delete","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"Member id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest","schema":{"$ref":"#/definitions/BaseResponseApiModel"}},"404":{"description":"NotFound","schema":{"$ref":"#/definitions/BaseResponseApiModel"}}}}},"/api/1.0/members/deleteinvitation":{"post":{"tags":["Members"],"summary":"Deletes member invitation","operationId":"Members_DeleteInvitation","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"email","in":"query","description":"Invitation email","required":true,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"}}}},"/api/1.0/members/get/{id}":{"get":{"tags":["Members"],"summary":"Gets the member by the specified id.","operationId":"Members_Get","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"Member id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MemberApiViewModel"}},"404":{"description":"NotFound","schema":{"type":"string"}}}}},"/api/1.0/members/getapitoken":{"get":{"tags":["Members"],"summary":"Gets user api token.","operationId":"Members_GetApiToken","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"email","in":"query","description":"User email address.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserApiTokenModel"}}}}},"/api/1.0/members/getbyemail":{"get":{"tags":["Members"],"summary":"Gets user by email.","operationId":"Members_GetByEmail","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"email","in":"query","description":"The email address of the user.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MemberApiViewModel"}}}}},"/api/1.0/members/getinvitation":{"get":{"tags":["Members"],"summary":"Gets the member invitation by the specified id.","operationId":"Members_GetInvitation","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"invitationId","in":"query","description":"The invitation identifier","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MemberInvitationDto"}},"400":{"description":"BadRequest","schema":{"$ref":"#/definitions/BaseResponseApiModel"}},"404":{"description":"NotFound","schema":{"$ref":"#/definitions/BaseResponseApiModel"}}}}},"/api/1.0/members/gettimezones":{"get":{"tags":["Members"],"summary":"Gets a list all of the time zones.","operationId":"Members_GetTimezones","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TimezoneApiModel"}}}}},"/api/1.0/members/invitationlist":{"get":{"tags":["Members"],"summary":"Gets the list of members.","operationId":"Members_InvitationList","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MemberInvitationPagedListDto"}}}}},"/api/1.0/members/list":{"get":{"tags":["Members"],"summary":"Gets the list of members.","operationId":"Members_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MemberApiModelListApiResult"}}}}},"/api/1.0/members/new":{"post":{"tags":["Members"],"summary":"Creates a new member.","operationId":"Members_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Model of the member","required":true,"schema":{"$ref":"#/definitions/NewMemberApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/MemberApiViewModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}}},"/api/1.0/members/newinvitation":{"post":{"tags":["Members"],"summary":"Creates a new member invitation","operationId":"Members_NewInvitation","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Model of the member","required":true,"schema":{"$ref":"#/definitions/NewMemberInvitationApiModel"}}],"responses":{"201":{"description":"Created"},"400":{"description":"BadRequest"},"500":{"description":"InternalServerError"}}}},"/api/1.0/members/sendinvitationemail":{"post":{"tags":["Members"],"summary":"Sends member invitation email","operationId":"Members_SendInvitationEmail","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"invitationId","in":"query","description":"invitation Id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/members/update":{"post":{"tags":["Members"],"summary":"Updates a member","operationId":"Members_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Model of the member","required":true,"schema":{"$ref":"#/definitions/UpdateMemberApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MemberApiViewModel"}},"400":{"description":"BadRequest","schema":{"$ref":"#/definitions/BaseResponseApiModel"}},"401":{"description":"Unauthorized","schema":{"type":"string"}},"404":{"description":"NotFound","schema":{"$ref":"#/definitions/BaseResponseApiModel"}}}}},"/api/1.0/notifications/delete":{"post":{"tags":["Notifications"],"summary":"Deletes an existing scan notification definition.","operationId":"Notifications_Delete","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The new scan notification model.","required":true,"schema":{"$ref":"#/definitions/DeleteScanNotificationApiModel"}}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/notifications/get/{id}":{"get":{"tags":["Notifications"],"summary":"Gets the notification.","operationId":"Notifications_Get","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"The identifier.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanNotificationApiModel"}}}}},"/api/1.0/notifications/getpriorities":{"get":{"tags":["Notifications"],"summary":"Gets the list of notifications grouped by their Scopes and ordered by priorities for the given event.","operationId":"Notifications_GetPriorities","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"event","in":"query","description":"The notification event.","required":true,"type":"string","enum":["NewScan","ScanCompleted","ScanCancelled","ScanFailed","ScheduledScanLaunchFailed","OutOfDateTechnology"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanNotificationApiModel"}}}}},"/api/1.0/notifications/getscangroups":{"get":{"tags":["Notifications"],"summary":"Gets the scan groups of website.","operationId":"Notifications_GetScanGroups","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"WebsiteId","in":"query","description":"The website Id.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanNotificationScanTaskGroupApiModel"}}}}},"/api/1.0/notifications/list":{"get":{"tags":["Notifications"],"summary":"Gets the list of notifications.","operationId":"Notifications_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanNotificationListApiResult"}}}}},"/api/1.0/notifications/new":{"post":{"tags":["Notifications"],"summary":"Creates a new scan notification definition.","operationId":"Notifications_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The new scan notification model.","required":true,"schema":{"$ref":"#/definitions/NewScanNotificationApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ScanNotificationApiModel"}}}}},"/api/1.0/notifications/setpriorities":{"post":{"tags":["Notifications"],"summary":"Sets the priorities of notifications.","operationId":"Notifications_SetPriorities","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"priorities","in":"body","description":"The notification priority pairs.","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/NotificationPriorityPair"}}}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"}}}},"/api/1.0/notifications/update":{"post":{"tags":["Notifications"],"summary":"Updates an existing scan notification definition.","operationId":"Notifications_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The new scan notification model.","required":true,"schema":{"$ref":"#/definitions/UpdateScanNotificationApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanNotificationApiModel"}}}}},"/api/1.0/roles/delete/{id}":{"post":{"tags":["Roles"],"summary":"Deletes a role.","operationId":"Roles_Delete","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"Role id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"404":{"description":"NotFound","schema":{"$ref":"#/definitions/BaseResponseApiModel"}}}}},"/api/1.0/roles/get/{id}":{"get":{"tags":["Roles"],"summary":"Gets the role by the specified id.","operationId":"Roles_Get","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"Role id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RoleApiViewModel"}},"404":{"description":"NotFound"}}}},"/api/1.0/roles/list":{"get":{"tags":["Roles"],"summary":"Gets the list of roles.","operationId":"Roles_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RoleApiModelListApiResult"}}}}},"/api/1.0/roles/listpermissions":{"get":{"tags":["Roles"],"summary":"Gets the list of permissions.","operationId":"Roles_ListPermissions","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/PermissionApiModel"}}}}}},"/api/1.0/roles/new":{"post":{"tags":["Roles"],"summary":"Creates a new role","operationId":"Roles_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Model of the role","required":true,"schema":{"$ref":"#/definitions/NewRoleApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/RoleApiViewModel"}},"400":{"description":"BadRequest"}}}},"/api/1.0/roles/update":{"post":{"tags":["Roles"],"summary":"Updates a role","operationId":"Roles_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Model of the role","required":true,"schema":{"$ref":"#/definitions/UpdateRoleApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RoleApiViewModel"}},"400":{"description":"BadRequest"}}}},"/api/1.0/scanpolicies/delete":{"post":{"tags":["ScanPolicies"],"summary":"Deletes a scan policy.","operationId":"ScanPolicies_Delete","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"name","in":"body","description":"The scan policy name.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/scanpolicies/get":{"get":{"tags":["ScanPolicies"],"summary":"Gets the scan policy by the specified name.","operationId":"ScanPolicies_Find","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"name","in":"query","description":"The scan policy name.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanPolicySettingApiModel"}}}}},"/api/1.0/scanpolicies/get/{id}":{"get":{"tags":["ScanPolicies"],"summary":"Gets the scan policy by the specified id.","operationId":"ScanPolicies_Get","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"The identifier of scan policy.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanPolicySettingApiModel"}}}}},"/api/1.0/scanpolicies/list":{"get":{"tags":["ScanPolicies"],"summary":"Gets the list of scan policies.","operationId":"ScanPolicies_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanPolicyListApiResult"}}}}},"/api/1.0/scanpolicies/new":{"post":{"tags":["ScanPolicies"],"summary":"Creates a new scan policy.","operationId":"ScanPolicies_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/NewScanPolicySettingModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ScanPolicySettingApiModel"}}}}},"/api/1.0/scanpolicies/update":{"post":{"tags":["ScanPolicies"],"summary":"Updates a scan policy.","operationId":"ScanPolicies_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/UpdateScanPolicySettingModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanPolicySettingApiModel"}}}}},"/api/1.0/scanprofiles/delete":{"post":{"tags":["ScanProfiles"],"summary":"Deletes a scan profiles.","operationId":"ScanProfiles_Delete","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"profileId","in":"body","description":"The scan profile's ID.","required":true,"schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}],"responses":{"200":{"description":"OK","schema":{"description":"api/1.0/ScanProfiles/DeleteResult","enum":["Ok","NotExists","HasActiveScan","HasLinkedApiHub"],"type":"string","xml":{"name":"<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">Ok</string>"},"example":"Ok"}}}}},"/api/1.0/scanprofiles/get":{"get":{"tags":["ScanProfiles"],"summary":"Gets the scan profiles by the specified name.","operationId":"ScanProfiles_GetByName","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"name","in":"query","description":"The scan profiles name.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SaveScanProfileApiModel"}}}}},"/api/1.0/scanprofiles/get/{id}":{"get":{"tags":["ScanProfiles"],"summary":"Gets the scan profiles by the specified id.","operationId":"ScanProfiles_GetById","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"The identifier of scan profiles.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SaveScanProfileApiModel"}}}}},"/api/1.0/scanprofiles/list":{"get":{"tags":["ScanProfiles"],"summary":"Gets the list of scan profiles.","operationId":"ScanProfiles_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanProfilesListApiResult"}}}}},"/api/1.0/scanprofiles/new":{"post":{"tags":["ScanProfiles"],"summary":"Creates a new scan profiles.","operationId":"ScanProfiles_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The ScanProfileSettingApiModel model.","required":true,"schema":{"$ref":"#/definitions/SaveScanProfileApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/SaveScanProfileApiModel"}}}}},"/api/1.0/scanprofiles/update":{"post":{"tags":["ScanProfiles"],"summary":"Updates a scan profiles.","operationId":"ScanProfiles_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/SaveScanProfileApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SaveScanProfileApiModel"}}}}},"/api/1.0/scans/cancel":{"post":{"tags":["Scans"],"summary":"Stops a scan in progress.","operationId":"Scans_Cancel","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"body","description":"The identifier of scan.","required":true,"schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}],"responses":{"200":{"description":"OK","schema":{"description":"api/1.0/Scans/CancelResult","enum":["Ok","ScanNotFound","ScanCompleted","ScanNotRunning","ScanNotPaused","ScanCancelled","ScanFailed","ScanQueued"],"type":"string","xml":{"name":"<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">Ok</string>"},"example":"Ok"}}}}},"/api/1.0/scans/custom-report/":{"get":{"tags":["Scans"],"summary":"Returns the custom report of a scan in the specified format.","operationId":"Scans_custom-report","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"excludeIgnoreds","in":"query","description":"If set to true, HTTP response data will be excluded from the report results. This parameter can only be\r\nused for vulnerabilities XML report.\r\nDefault: false","required":false,"type":"boolean"},{"name":"id","in":"query","description":"Gets or sets the scan identifier.","required":true,"type":"string","format":"uuid"},{"name":"onlyConfirmedVulnerabilities","in":"query","description":"If set to true, HTTP response data will be included only confirmed vulnerabilities to report results. This\r\nparameter can only be\r\nused for vulnerabilities reports.\r\nDefault: false","required":false,"type":"boolean"},{"name":"onlyUnconfirmedVulnerabilities","in":"query","description":"If set to true, HTTP response data will be included only unconfirmed vulnerabilities to report results. This\r\nparameter can only be\r\nused for vulnerabilities reports.\r\nDefault: false","required":false,"type":"boolean"},{"name":"reportName","in":"query","description":"Gets or sets report name. Report name also keeps report type in it.","required":true,"type":"string"},{"name":"reportFormat","in":"query","description":"Gets or sets the report format.","required":false,"type":"string","default":"Xml","enum":["Xml","Csv","Pdf","Html","Txt","Json"]}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/scans/delete":{"post":{"tags":["Scans"],"summary":"Deletes scan data.","operationId":"Scans_Delete","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"ids","in":"body","description":"The identifiers of scans.","required":true,"schema":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}],"responses":{"200":{"description":"OK","schema":{"description":"api/1.0/Scans/DeleteResult","enum":["Ok","OnGoingScanExisting","SomeOfScansNotFound"],"type":"string","xml":{"name":"<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">Ok</string>"},"example":"Ok"}}}}},"/api/1.0/scans/detail/{id}":{"get":{"tags":["Scans"],"summary":"Gets the detail of a scan.","operationId":"Scans_Detail","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"The identifier of scan.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanTaskModel"}}}}},"/api/1.0/scans/downloadpciscanreport":{"get":{"tags":["Scans"],"summary":"Downloads the pci scan report based on report type","operationId":"Scans_DownloadPciScanReport","consumes":[],"produces":["*/*"],"parameters":[{"name":"scanId","in":"query","description":"The scan task id","required":true,"type":"string","format":"uuid"},{"name":"reportType","in":"query","description":"pci report type","required":true,"type":"string","enum":["Attestation","Detailed","Executive"]}],"responses":{"200":{"description":"Report File Response","schema":{"format":"byte","type":"file"}}}}},"/api/1.0/scans/downloadscanfile":{"get":{"tags":["Scans"],"summary":"Downloads the scan file as zip","operationId":"Scans_DownloadScanFile","consumes":[],"produces":["application/octet-stream"],"parameters":[{"name":"scanId","in":"query","description":"The scan id","required":true,"type":"string","format":"uuid"},{"name":"isWindowsCompatible","in":"query","description":"","required":false,"type":"boolean","default":false}],"responses":{"200":{"description":"Report File Response","schema":{"format":"byte","type":"file"}}}}},"/api/1.0/scans/downloadscanfilecheck":{"get":{"tags":["Scans"],"summary":"Downloads the scan file as zip","operationId":"Scans_DownloadScanFileCheck","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"scanId","in":"query","description":"The scan id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/1.0/scans/incremental":{"post":{"tags":["Scans"],"summary":"Launches an incremental scan based on the provided base scan identifier.","operationId":"Scans_Incremental","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains data that is required to create an incremental scan. Base scan should be in completed\r\nstate. Currently running or cancelled scans are not valid.","required":true,"schema":{"$ref":"#/definitions/IncrementalApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ScanTaskModel"}}}}},"/api/1.0/scans/list":{"get":{"tags":["Scans"],"summary":"Gets the list of scans and their details.","operationId":"Scans_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20},{"name":"initiatedDate","in":"query","description":"You can use the date format defined in your account. You can use the recent scan initiated time value format in here.","required":false,"type":"string","default":"initiatedDate"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanTaskListApiResult"}}}}},"/api/1.0/scans/listbystate":{"get":{"tags":["Scans"],"summary":"Gets the list of scans by state","operationId":"Scans_ListByState","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"scanTaskState","in":"query","description":"The state of ScanTask.","required":true,"type":"string","enum":["Queued","Scanning","Archiving","Complete","Failed","Cancelled","Delayed","Pausing","Paused","Resuming","AsyncArchiving"]},{"name":"targetUrlCriteria","in":"query","description":"Enter the search criteria that contains the Target URL of scan","required":false,"type":"string","default":"targetUrlCriteria"},{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20},{"name":"startDate","in":"query","description":"The start date is used for scan StateChanged field and it is less than or equal to StateChanged field.\r\n If scanTask field set as Queued, the start date is used for scan Initiated field.Format: MM/dd/yyyy 00:00:00","required":false,"type":"string","format":"date-time","default":"startDate"},{"name":"endDate","in":"query","description":"The end date is used for scan StateChanged field and it is greater than or equal to StateChanged field.\r\n If scanTask field set as Queued, the end date is used for scan Initiated field.Format: MM/dd/yyyy 23:59:59","required":false,"type":"string","format":"date-time","default":"endDate"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanTaskListApiResult"}}}}},"/api/1.0/scans/listbystatechanged":{"get":{"tags":["Scans"],"summary":"Gets the list of scans by stateChanged","operationId":"Scans_ListByStateChanged","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"startDate","in":"query","description":"The start date is used for scan StateChanged field and it is less than or equal to StateChanged field. Format: MM/dd/yyyy 00:00:00","required":true,"type":"string","format":"date-time","default":"startDate"},{"name":"endDate","in":"query","description":"The end date is used for scan StateChanged field and it is greater than or equal to StateChanged field. Format : MM/dd/yyyy 23:59:59","required":true,"type":"string","format":"date-time","default":"endDate"},{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanTaskListApiResult"}}}}},"/api/1.0/scans/listbywebsite":{"get":{"tags":["Scans"],"summary":"Gets the list of scans and their details.","operationId":"Scans_ListByWebsite","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"websiteUrl","in":"query","description":"The website URL.","required":false,"type":"string","default":"websiteUrl"},{"name":"targetUrl","in":"query","description":"The target URL of the scan.","required":false,"type":"string","default":"targetUrl"},{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20},{"name":"initiatedDateSortType","in":"query","description":"The initiated date sort type.","required":false,"type":"string","default":"Ascending","enum":["Ascending","Descending"]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScanTaskListApiResult"}}}}},"/api/1.0/scans/list-scheduled":{"get":{"tags":["Scans"],"summary":"Gets the list of scheduled scans which are scheduled to be launched in the future.","operationId":"Scans_list-scheduled","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ScheduledScanListApiResult"}}}}},"/api/1.0/scans/new":{"post":{"tags":["Scans"],"summary":"Launches a new scan.","operationId":"Scans_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains data that is required to create a new scan.","required":true,"schema":{"$ref":"#/definitions/NewScanTaskApiModel"}}],"responses":{"201":{"description":"Created","schema":{"type":"array","items":{"$ref":"#/definitions/ScanTaskModel"}}}}}},"/api/1.0/scans/newfromscan":{"post":{"tags":["Scans"],"summary":"Launches a new scan with same configuration from the scan specified with scan id.","operationId":"Scans_NewFromScan","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"body","description":"The identifier of scan.","required":true,"schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ScanTaskModel"}}}}},"/api/1.0/scans/newgroupscan":{"post":{"tags":["Scans"],"summary":"Launches a new group scan.","operationId":"Scans_NewGroupScan","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains data that is required to create a new group scan.","required":true,"schema":{"$ref":"#/definitions/NewGroupScanApiModel"}}],"responses":{"201":{"description":"Created","schema":{"type":"array","items":{"$ref":"#/definitions/ScanTaskModel"}}}}}},"/api/1.0/scans/newwithprofile":{"post":{"tags":["Scans"],"summary":"Launches a new scan with profile id.","operationId":"Scans_NewWithProfile","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains data that is required to create a new scan.","required":true,"schema":{"$ref":"#/definitions/NewScanTaskWithProfileApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ScanTaskModel"}}}}},"/api/1.0/scans/pause":{"post":{"tags":["Scans"],"summary":"Pauses a scan in progress.","operationId":"Scans_Pause","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"body","description":"The identifier of scan.","required":true,"schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}],"responses":{"200":{"description":"OK","schema":{"description":"api/1.0/Scans/PauseResult","enum":["Ok","ScanNotFound","ScanCompleted","ScanNotRunning","ScanNotPaused","ScanCancelled","ScanFailed","ScanQueued"],"type":"string","xml":{"name":"<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">Ok</string>"},"example":"Ok"}}}}},"/api/1.0/scans/pause-active-scans":{"post":{"tags":["Scans"],"summary":"Pausing scans in Scanning status.","operationId":"Scans_pause-active-scans","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/1.0/scans/report/":{"get":{"tags":["Scans"],"summary":"Returns the report of a scan in the specified format.","operationId":"Scans_Report","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data","application/pdf"],"parameters":[{"name":"contentFormat","in":"query","description":"Gets or sets the content format. This parameter can only be used for vulnerabilities XML and JSON report.","required":false,"type":"string","default":"Html","enum":["Html","Markdown"]},{"name":"excludeResponseData","in":"query","description":"If set to true, HTTP response data will be excluded from the vulnerability detail. This parameter can only be\r\nused for vulnerabilities XML report.\r\nDefault: false","required":false,"type":"boolean"},{"name":"format","in":"query","description":"Gets or sets the report format.\r\nCrawled URLs, scanned URLs and vulnerabilities can be exported as XML, CSV or JSON.\r\nScan detail, SANS Top 25, Owasp Top Ten 2013, WASC Threat Classification, PCI Compliance, HIPAA Compliance, Executive Summary and Knowledge Base reports can be\r\nexported as HTML or PDF.\r\nModSecurity WAF Rules report can be exported as TXT.","required":true,"type":"string","enum":["Xml","Csv","Pdf","Html","Txt","Json"]},{"name":"id","in":"query","description":"Gets or sets the scan identifier.","required":true,"type":"string","format":"uuid"},{"name":"type","in":"query","description":"Gets or sets the report type.\r\nFullScanDetail option corresponds to \"Detailed Scan Report (Including addressed issues)\".\r\nScanDetail option corresponds to \"Detailed Scan Report (Excluding addressed issues)\".","required":true,"type":"string","enum":["Crawled","Scanned","Vulnerabilities","ScanDetail","ModSecurityWafRules","OwaspTopTen2013","HIPAACompliance","Pci32","KnowledgeBase","ExecutiveSummary","FullScanDetail","OwaspTopTen2017","CustomReport","Iso27001Compliance","F5BigIpAsmWafRules","WASC","SansTop25","Asvs40","Nistsp80053","DisaStig","OwaspApiTop10","OwaspTopTen2021","VulnerabilitiesPerWebsite","OwaspApiTopTen2023","PciDss40"]},{"name":"onlyConfirmedIssues","in":"query","description":"If this field set true then only the Confirmed Issues will be included to the report results.\r\nThis option not valid for KnowledgeBase, Crawled, Scanned, ModSecurityWafRules, F5BigIpAsmWafRules report types.\r\nDefault: null","required":false,"type":"boolean"},{"name":"onlyUnconfirmedIssues","in":"query","description":"If this field set true then only the Unconfirmed Issues will be included to the report results.\r\nThis option not valid for KnowledgeBase, Crawled, Scanned, ModSecurityWafRules, F5BigIpAsmWafRules report types.\r\nDefault: null","required":false,"type":"boolean"},{"name":"excludeAddressedIssues","in":"query","description":"If this field set true then the Addressed Issues will be excluded from the report results.\r\nFullScanDetail and ScanDetail options override this field.\r\nThis option not valid for KnowledgeBase, Crawled, Scanned, ModSecurityWafRules, F5BigIpAsmWafRules report types.\r\nDefault: null","required":false,"type":"boolean"},{"name":"excludeHistoryOfIssues","in":"query","description":"If this field set true then the history of issues will be excluded from the report results.\r\nIf this is unchecked, only the last 10 of the issues history logs will be displayed.\r\nThis option not valid for KnowledgeBase, Crawled, Scanned, ModSecurityWafRules, F5BigIpAsmWafRules,Vulnerabilities report types.\r\nDefault: null","required":false,"type":"boolean"}],"responses":{"200":{"description":"Report File Response","schema":{"format":"byte","type":"file"}},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/api/1.0/scans/result/{id}":{"get":{"tags":["Scans"],"summary":"Gets the result of a scan.","operationId":"Scans_Result","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"The identifier of scan.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/VulnerabilityModel"}}}}}},"/api/1.0/scans/resume":{"post":{"tags":["Scans"],"summary":"Resumes a paused scan.","operationId":"Scans_Resume","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"body","description":"The identifier of scan.","required":true,"schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}],"responses":{"200":{"description":"OK","schema":{"description":"api/1.0/Scans/ResumeResult","enum":["Ok","ScanNotFound","ScanCompleted","ScanNotRunning","ScanNotPaused","ScanCancelled","ScanFailed","ScanQueued"],"type":"string","xml":{"name":"<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">Ok</string>"},"example":"Ok"}}}}},"/api/1.0/scans/resume-paused-scans":{"post":{"tags":["Scans"],"summary":"Resuming \"Paused scans\" with the Pause active scan endpoint.","operationId":"Scans_resume-paused-scans","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/1.0/scans/retest":{"post":{"tags":["Scans"],"summary":"Launches a retest scan based on the provided base scan identifier.","operationId":"Scans_Retest","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains data that is required to create a retest scan. Base scan should be in completed state.\r\nCurrently running or cancelled scans are not valid.","required":true,"schema":{"$ref":"#/definitions/BaseScanApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/ScanTaskModel"}}}}},"/api/1.0/scans/schedule":{"post":{"tags":["Scans"],"summary":"Schedules a scan to be launched in the future.","operationId":"Scans_Schedule","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains data that required to create a scheduled scan.","required":true,"schema":{"$ref":"#/definitions/NewScheduledScanApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/UpdateScheduledScanModel"}}}}},"/api/1.0/scans/schedule-incremental":{"post":{"tags":["Scans"],"summary":"Schedules an incremental scan to be launched in the future.","operationId":"Scans_schedule-incremental","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains data that required to create a scheduled scan.","required":true,"schema":{"$ref":"#/definitions/NewScheduledIncrementalScanApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/UpdateScheduledScanModel"}}}}},"/api/1.0/scans/schedulewithprofile":{"post":{"tags":["Scans"],"summary":"Schedules a scan by a profile to be launched in the future.","operationId":"Scans_ScheduleWithProfile","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains profile and scheduling data","required":true,"schema":{"$ref":"#/definitions/NewScheduledWithProfileApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/UpdateScheduledScanModel"}}}}},"/api/1.0/scans/status/{id}":{"get":{"tags":["Scans"],"summary":"Gets the status of a scan.","operationId":"Scans_Status","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"The identifier of scan.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiScanStatusModel"}}}}},"/api/1.0/scans/test-scan-profile-credentials":{"post":{"tags":["Scans"],"summary":"Tests the basic authentication credentials of scan profile against specific URL.","operationId":"Scans_test-scan-profile-credentials","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Scan model.","required":true,"schema":{"$ref":"#/definitions/TestScanProfileCredentialsRequestModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/TestScanProfileCredentialsRequestModel"}}}}},"/api/1.0/scans/unschedule":{"post":{"tags":["Scans"],"summary":"Removes and deletes a scheduled scan.","operationId":"Scans_Unschedule","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"body","description":"The identifier of scan.","required":true,"schema":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}],"responses":{"200":{"description":"OK"},"404":{"description":"NotFound"}}}},"/api/1.0/scans/update-scheduled":{"post":{"tags":["Scans"],"summary":"Updates a scheduled scan.","operationId":"Scans_update-scheduled","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains data that is required to update a scheduled scan.","required":true,"schema":{"$ref":"#/definitions/UpdateScheduledScanApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UpdateScheduledScanApiModel"}}}}},"/api/1.0/scans/update-scheduled-incremental":{"post":{"tags":["Scans"],"summary":"Updates an incremental scheduled scan.","operationId":"Scans_update-scheduled-incremental","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains data that is required to update a scheduled scan.","required":true,"schema":{"$ref":"#/definitions/UpdateScheduledIncrementalScanApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UpdateScheduledIncrementalScanApiModel"}}}}},"/api/1.0/scans/validate-imported-links-file":{"post":{"tags":["Scans"],"operationId":"Scans_validate-imported-links-file","consumes":["application/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"siteUrl","in":"query","required":true,"type":"string"},{"name":"importType","in":"query","required":false,"type":"string","default":"None","enum":["None","Fiddler","Burp","Swagger","OwaspZap","AspNet","HttpArchive","Wadl","Wsdl","Postman","InvictiSessionFile","CsvImporter","Iodocs","WordPress","Raml","GraphQl"]},{"name":"File","in":"formData","description":"Upload Imported Links File","required":true,"type":"file"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/api/1.0/scans/verifyformauth":{"post":{"tags":["Scans"],"summary":"Verifies the specified form authentication settings.","operationId":"Scans_VerifyFormAuth","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Contains form authentication settings.","required":true,"schema":{"$ref":"#/definitions/FormAuthenticationVerificationApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AuthVerificationApiResult"}}}}},"/api/1.0/team/delete/{id}":{"post":{"tags":["Team"],"summary":"Deletes a team","operationId":"Team_Delete","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"Team id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"404":{"description":"NotFound","schema":{"$ref":"#/definitions/BaseResponseApiModel"}}}}},"/api/1.0/team/get/{id}":{"get":{"tags":["Team"],"summary":"Gets the team by the specified id.","operationId":"Team_Get","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"Team id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TeamApiViewModel"}},"404":{"description":"NotFound"}}}},"/api/1.0/team/list":{"get":{"tags":["Team"],"summary":"Gets the list of teams.","operationId":"Team_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TeamApiModelListApiResult"}}}}},"/api/1.0/team/new":{"post":{"tags":["Team"],"summary":"Creates a new team","operationId":"Team_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Model of the team","required":true,"schema":{"$ref":"#/definitions/NewTeamApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/TeamApiViewModel"}},"400":{"description":"BadRequest"}}}},"/api/1.0/team/update":{"post":{"tags":["Team"],"summary":"Updates a team","operationId":"Team_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"Model of the team","required":true,"schema":{"$ref":"#/definitions/UpdateTeamApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TeamApiViewModel"}},"400":{"description":"BadRequest","schema":{"$ref":"#/definitions/BaseResponseApiModel"}}}}},"/api/1.0/technologies/list":{"get":{"tags":["Technologies"],"summary":"Gets the list of technologies that currently in use.","operationId":"Technologies_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"webSiteName","in":"query","description":"The website's name.","required":false,"type":"string","default":"webSiteName"},{"name":"technologyName","in":"query","description":"The technology's display name.","required":false,"type":"string","default":"technologyName"},{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TechnologyListApiResult"}}}}},"/api/1.0/technologies/outofdatetechnologies":{"get":{"tags":["Technologies"],"summary":"Gets the list of out-of-date technologies that currently in use.","operationId":"Technologies_OutofdateTechnologies","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"webSiteName","in":"query","description":"The website's name.","required":false,"type":"string","default":"webSiteName"},{"name":"technologyName","in":"query","description":"The technology's display name.","required":false,"type":"string","default":"technologyName"},{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TechnologyListApiResult"}}}}},"/api/1.0/vulnerability/list":{"get":{"tags":["Vulnerability"],"summary":"Gets the list of vulnerability templates using given reportPolicyId.","operationId":"Vulnerability_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"reportPolicyId","in":"query","required":false,"type":"string","format":"uuid","default":"a05b627c-5122-4fda-8689-0f360ab618d4"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/VulnerabilityTemplate"}}}}}},"/api/1.0/vulnerability/template":{"get":{"tags":["Vulnerability"],"summary":"Gets the vulnerability template using the given vulnerability type and reportPolicyId.","operationId":"Vulnerability_Template","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"type","in":"query","required":true,"type":"string","enum":["Custom","Sca","None","HighlyPossibleSqlInjection","Xss","PossibleXss","PermanentXss","PossiblePermanentXss","InternalServerError","ForbiddenResource","PassiveVulns","PossibleBlindSqlInjection","NtlmAuthrizationRequired","BasicAuthorisationRequired","DigestAuthorizationRequired","ClearTextBasicAuth","ConfirmedBlindSqlInjection","PossibleSqlInjection","ConfirmedSqlInjection","FileUploadFound","AutoCompleteEnabled","PasswordOverHttp","PasswordFormOverHttp","InternalIPLeakage","CookieNotMarkedAsSecure","CookieNotMarkedAsHttpOnly","ConfirmedBooleanSqlInjection","PossibleBooleanSqlInjection","PasswordToHttp","CommandInjection","BlindCommandInjection","PossibleBlindCommandInjection","HeaderInjection","MySqlIdentified","MsSqlIdentified","MsAccessIdentified","DbConnectedAsAdmin","AspNetIdentified","AspNetVersionDisclosure","IisDirectoryListing","ApacheDirectoryListing","TomcatDirectoryListing","PhpSourceCodeDisclosure","AspNetSourceCodeDisclosure","GenericSourceCodeDisclosure","PossibleInternalUnixPathLeakage","MsOfficeDocumentInformationDisclosure","PhpInfoIdentified","PossibleLocalFileInclusion","OracleIdentified","PostgreSqlIdentified","HighPossibilityLfi","Lfi","PossibleInternalWindowsPathLeakage","EmailDisclosure","SocialSecurityNumberDisclosure","ApacheVersionDisclosure","TomcatVersionDisclosure","PhpVersionDisclosure","IisVersionDisclosure","WebLogicVersionDisclosure","LighttpdVersionDisclosure","SharePointVersionDisclosure","ApacheCoyoteVersionDisclosure","OracleApplicationServerVersionDisclosure","OpenSslVersionDisclosure","ApacheModuleVersionDisclosure","PerlVersionDisclosure","FrontPageVersionDisclosure","PythonVersionDisclosure","JavaServletVersionDisclosure","SitemapIdentified","CrossDomainXml","RobotsIdentified","SpecialCase","SpecialCaseNoCookies","SpecialCaseNoBasicAuthentication","ApacheServerStatus","ApacheServerInfo","ClientAccessPolicy","OpenCrossDomainXml","OpenClientAccessPolicy","HighPossibleBooleanSqlInjection","DatabaseErrorMessages","ProgrammingErrorMessages","ApacheMultiViewsEnabled","BackupFileFound","BackupSourceCodeFound","TraceTrackIdentified","TraceaxdFound","ElmahaxdFound","AspNetDebugEnabled","LfiCodeInclusion","AspNetStackTrace","SvnDisclosure","GitDisclosure","CvsDisclosure","Rfi","PossibleRfi","PossibleCi","XssViaRfi","RceAsp","PossibleRceAsp","RcePhp","PossibleRcePhp","RcePerl","PossibleRcePerl","ViewStateMacNotEnabled","ViewStateNotEncrypted","ViewStateAnalyzer","OpenRedirect","TomcatExceptionReport","DjangoStackTraceDisclosure","Struts2DevModeEnabled","AspNetDirectoryListing","MySqlUsernameDisclosure","MsSqlUsernameDisclosure","WinUsernameDisclosure","RceViaLfi","XssProtectionDisabled","MdbFound","WeakCredentials","PythonStackTraceDisclosure","ColdFusionStackTraceDisclosure","DefaultIis7Page","DefaultIis6Page","DefaultApachePage","SinatraStackTraceDisclosure","SqliteFound","OutlookFileFound","DsStoreFileFound","FrameInjection","DefaultTomcatPage","TomcatSourceCodeDisclosure","WebBackdoorIdentified","PassiveWebBackdoorIdentified","PossibleAdminFile","PossibleConfigFile","PossibleReadmeFile","PossibleInstallationFile","PossibleLogFile","PossibleSqlFile","PossibleTestFile","TomcatOutOfDate","ApacheOutOfDate","MsSqlOutOfDate","MySqlOutOfDate","HsqlDbOutOfDate","PhpOutOfDate","OpenSslOutOfDate","RedirectBodyTooLarge","RedirectTwoResponses","SslVersion2Support","WeakCiphersDetected","AnonAuthDetected","WeakSignatureAlgorithmDetected","InvalidSslCertificate","SslVersion3Support","IntermediateWeakSignatureAlgorithmDetected","MvcVersionDisclosure","MongrelVersionDisclosure","NginxVersionDisclosure","MySQLDoSDetected","GrailsStackTraceDisclosure","PossibleElInjection","ElInjection","ApacheMyFacesStackTraceDisclosure","PasswordOverQuerystring","ColdFusionSourceCodeDisclosure","AWStatsIdentified","MintIdentified","PiwikIdentified","WSFTPLogFileIdentified","WebConfigIdentified","LighttpdDirectoryListing","NginxDirectoryListing","LiteSpeedDirectoryListing","GenericEmailDisclosure","DefaultIis8Page","ShellScriptIdentified","PossibleDatabaseConnectionStringIdentified","UNCServerAndShareDisclosure","HstsNotEnabled","HstsMaxAge","HstsViaHttp","HstsErrors","WordPressOutOfDate","DrupalOutOfDate","JoomlaOutOfDate","MediaWikiOutOfDate","MovableTypeOutOfDate","OscommerceOutOfDate","PhpBBOutOfDate","TWikiOutOfDate","WordPressIdentified","DrupalIdentified","JoomlaIdentified","MediaWikiIdentified","MovableTypeIdentified","OscommerceIdentified","PhpBBIdentified","TWikiIdentified","RceRorXml","RceRorJson","PossibleRceRorXml","PossibleRceRorJson","ModSslVersionDisclosure","PHPMyAdminIdentified","WebalizerIdentified","RubyVersionDisclosure","WebrickVersionDisclosure","OptionsMethodEnabled","WebDavEnabled","WebDavDirectoryHasWritePermissions","CodeExecutionViaWebDav","WebDavDirectoryListing","CsrfDetected","CsrfInLoginFormDetected","CookieLeakageInAntiCsrfTokenDetected","MisconfiguredFrame","InsecureFrameExternal","DomBasedXss","NuSoapVersionDisclosure","NuSoapOutOfDate","AutoCompleteEnabledPasswordField","NginxOutOfDate","PerlSourceCodeDisclosure","PythonSourceCodeDisclosure","RubySourceCodeDisclosure","JavaSourceCodeDisclosure","OpenSslHeartbleedVulnerability","NginxIdentified","ApacheIdentified","JavaStackTraceDisclosure","MissingXFrameOptionsHeader","MissingContentTypeHeader","CommandInjectionShellshock","PossibleReflectedFileDownload","InsecureJsonpEndpoint","InsecureReflectedContent","MisconfiguredAccessControlOrigin","PassiveMixedContent","Teapot","PossibleXxe","Xxe","UnrestrictedFileUpload","CodeExecutionViaFileUpload","PossibleCreditCardDisclosure","RsaPrivateKeyDetected","RceInHttpSys","OpenRedirectInPost","FormHijacking","BaseTagHijacking","WindowsShortFilename","RorDatabaseConfigurationFileDetected","RorDevelopmentModeEnabled","RorVersionDisclosure","RubyGemsVersionDisclosure","RubyGemsOutOfDate","RubyOutOfDate","RorOutOfDate","PythonOutOfDate","PerlOutOfDate","DjangoDebugModeEnabled","DjangoVersionDisclosure","DjangoOutOfDate","PhpLiteAdminIdentified","AdminerIdentified","MicrosoftIisLogFileIdentified","PhpMoAdminIdentified","DbNinjaIdentified","LaravelEnvironmentConfigurationFileDetected","LaravelDebugModeEnabled","LaravelStackTraceDisclosure","SublimeSftpConfigFileDetected","RorStackTraceDisclosure","JqueryOutOfDate","JqueryMigrateOutOfDate","JqueryMobileOutOfDate","JqueryUiDialogOutOfDate","JqueryUiAutocompleteOutOfDate","JqueryUiTooltipOutOfDate","PrettyPhotoOutOfDate","jPlayerOutOfDate","YuiOutOfDate","PrototypejsOutOfDate","EmberOutOfDate","DojoOutOfDate","AngularjsOutOfDate","BackbonejsOutOfDate","MustachejsOutOfDate","HandlebarsjsOutOfDate","EasyXdmOutOfDate","PluploadOutOfDate","DomPurifyOutOfDate","DwrOutOfDate","InsecureHttpUsage","OpenCartIdentified","OpenCartOutOfDate","MissingXssProtectionHeader","VideojsOutOfDate","TlsVersion1Support","SameSiteCookieNotImplemented","ReverseTabnabbing","SubResourceIntegrityNotImplemented","SubResourceIntegrityHashInvalid","PossibleSsrf","OutOfBandSqlInjection","OutOfBandXxe","BlindXss","OutOfBandRfi","OutOfBandRcePhp","OutOfBandCommandInjection","SsrfAws","PossibleSsrfAws","SsrfElmah","PossibleSsrfElmah","SsrfTrace","PossibleSsrfTrace","OutOfBandRceAsp","OutOfBandRcePerl","DomBasedOpenRedirect","DeprecatedCspHeader","CspNotImplemented","InvalidCspMetaTag","InvalidCspInsructionInMeta","CspKeywordUsedAsTarget","UnsafeCspInstructionDetected","NonceDetectedInCsp","NoScriptTagDetectedWithNonce","SameNonceValueDetected","DefaultSrcUsedInCsp","InsecureReportUriDetectedInCsp","ReportUriWithDifferentHostDetectedInCsp","WildcardDetectedInScheme","WildcardDetectedInDomain","WildcardDetectedInPort","UnsupportedHashDetectedInScriptInstruction","InsecureNonceValueDetected","SsrfElmahMvc","PossibleSsrfElmahMvc","DeprecatedHeaderDetectedWithCspHeader","InvalidNonceDetectedInCsp","NoScriptTagDetectedWithHash","DataCspDirectiveDetected","CspReportOnlyHeaderDetectedWithoutReportUri","CspReportOnlyUsedInMeta","SingleHeaderMultipleCookies","OutOfBandRceRoRXml","OutOfBandRceRoRJson","ObjectSrcNotUsed","ApacheMultiChoiceEnabled","HttpOrHttpsDetectedOnScriptSrc","InsecureTargetUriDetectedInCsp","PossibleTimeBasedSsrf","PossibleBlindXss","PossibleSsrfSsh","PossibleSsrfMySql","RceApacheStruts","PossibleRceApacheStruts","ControllableCookie","ReferrerPolicyNotImplemented","ReferrerPolicyReferrerLeakToSameProtocol","ReferrerPolicyOriginLeakToCrossSite","ReferrerPolicySameProtocolLeak","ReferrerPolicyCrossOriginLeak","ReferrerPolicyStrictCrossOriginLeak","ReferrerPolicyCrossSiteReferrerLeak","ReferrerPolicyUnknown","ReferrerPolicyFallbackMissing","MsSqlDatabaseNameDisclosure","MySqlDatabaseNameDisclosure","ActiveMixedContent","MixedContentScript","MixedContentResource","KnockoutjsOutOfDate","BootstrapjsOutOfDate","TypeaheadjsOutOfDate","FootablejsOutOfDate","SortablejsOutOfDate","ImagePickerOutOfDate","JqueryValidationOutOfDate","AspNetSignalROutOfDate","Select2OutOfDate","MomentjsOutOfDate","Html5ShivOutOfDate","IonRangeSliderOutOfDate","JsTreeOutOfDate","ModernizrOutOfDate","RespondjsOutOfDate","FuelUxOutOfDate","BootboxOutOfDate","KnockoutMappingOutOfDate","JqueryMaskOutOfDate","Bootstrap3DateTimePickerOutOfDate","BootstrapToggleOutOfDate","JavaScriptCookieOutOfDate","MixedContentFont","MixedContentXhrEndpoint","PossibleRceNodeJs","RceNodeJs","ReactOutOfDate","PossibleSsrfApacheServerStatus","DefaultIis85Page","DefaultIis100Page","DefaultIis75Page","DefaultIis7XPage","CkeditorOutOfDate","WordPressSetupConfigurationFile","PossibleOutOfBandCommandInjectionStruts052","OutOfBandCommandInjectionStruts053","LighttpdOutOfDate","PostgreSqlOutOfDate","RceApacheStrutsS0253","PossibleRceApacheStrutsS0253","RceApacheStrutsS2046","PossibleRceApacheStrutsS2046","RceApacheStrutsS2045","PossibleRceApacheStrutsS2045","AbanteCartIdentified","AbanteCartOutOfDate","AmpacheIdentified","AmpacheOutOfDate","AtutorIdentified","AtutorOutOfDate","ChamiloIdentified","ChamiloOutOfDate","ClarolineIdentified","ClarolineOutOfDate","CollabtiveIdentified","CollabtiveOutOfDate","Concrete5Identified","Concrete5OutOfDate","CoppermineIdentified","CoppermineOutOfDate","CubeCartIdentified","CubeCartOutOfDate","DokuWikiIdentified","DokuWikiOutOfDate","DotClearIdentified","DotClearOutOfDate","E107Identified","E107OutOfDate","FamilyConnectionsIdentified","FamilyConnectionsOutOfDate","FluxBBIdentified","FluxBBOutOfDate","FormToolsIdentified","FormToolsOutOfDate","FrontAccountingIdentified","FrontAccountingOutOfDate","GibbonEduIdentified","GibbonEduOutOfDate","HeskIdentified","HeskOutOfDate","LimeSurveyIdentified","LimeSurveyOutOfDate","LiveHelperChatIdentified","LiveHelperChatOutOfDate","LogaholicIdentified","LogaholicOutOfDate","MibewMessengerIdentified","MibewMessengerOutOfDate","ModXIdentified","ModXOutOfDate","MoodleIdentified","MoodleOutOfDate","MyBBIdentified","MyBBOutOfDate","OmekaIdentified","OmekaOutOfDate","OsClassIdentified","OsClassOutOfDate","OsTicketIdentified","OsTicketOutOfDate","PrestashopIdentified","PrestashopOutOfDate","EspoCrmIdentified","EspoCrmOutOfDate","ElggIdentified","ElggOutOfDate","PhorumIdentified","PhorumOutOfDate","PhpFusionIdentified","PhpFusionOutOfDate","PhpAddressBookIdentified","PhpAddressBookOutOfDate","PhpListIdentified","PhpListOutOfDate","PmWikiIdentified","PmWikiOutOfDate","PodcastGeneratorIdentified","PodcastGeneratorOutOfDate","ProjectSendIdentified","ProjectSendOutOfDate","Question2AnswerIdentified","Question2AnswerOutOfDate","RukovoditelIdentified","RukovoditelOutOfDate","SeoPanelIdentified","SeoPanelOutOfDate","SerendipityIdentified","SerendipityOutOfDate","TcExamIdentified","TcExamOutOfDate","VanillaForumsIdentified","VanillaForumsOutOfDate","WebErpIdentified","WebErpOutOfDate","WeBidIdentified","WeBidOutOfDate","XoopsIdentified","XoopsOutOfDate","YetiForceCrmIdentified","YetiForceCrmOutOfDate","YourlsIdentified","YourlsOutOfDate","ZenCartIdentified","ZenCartOutOfDate","ZenPhotoIdentified","ZenPhotoOutOfDate","PiwigoIdentified","PiwigoOutOfDate","ZurmoIdentified","ZurmoOutOfDate","OwnCloudIdentified","OwnCloudOutOfDate","PhpMyFaqIdentified","PhpMyFaqOutOfDate","RoundcubeIdentified","RoundcubeOutOfDate","ZikulaIdentified","ZikulaOutOfDate","WeakRobotOracleDetected","StrongRobotOracleDetected","ZeptojsOutOfDate","HammerjsOutOfDate","VuejsOutOfDate","PhaserOutOfDate","ChartjsOutOfDate","RamdaOutOfDate","RevealJsOutOfDate","PixiJsOutOfDate","FabricJsOutOfDate","SemanticUIOutOfDate","LeafletOutOfDate","PossibleOutOfBandCommandInjection","FoundationOutOfDate","ThreeJsOutOfDate","PdfJsOutOfDate","ExpressJsIdentified","PossibleSsti","Ssti","PossibleCodeExecutionViaSsti","CodeExecutionViaSsti","PossibleCodeExecutionViaSstiTwig","CodeExecutionViaSstiTwig","PossibleCodeExecutionViaSstiMako","CodeExecutionViaSstiMako","PossibleCodeExecutionViaSstiSmarty","CodeExecutionViaSstiSmarty","PossibleCodeExecutionViaSstiNunjucks","CodeExecutionViaSstiNunjucks","PossibleCodeExecutionViaSstiJade","CodeExecutionViaSstiJade","PossibleSstiDot","SstiDot","PossibleCodeExecutionViaSstiDot","CodeExecutionViaSstiDot","PossibleSstiEjs","SstiEjs","PossibleCodeExecutionViaSstiEjs","CodeExecutionViaSstiEjs","PossibleCodeExecutionViaSstiMarko","CodeExecutionViaSstiMarko","PossibleCodeExecutionViaSstiTornado","CodeExecutionViaSstiTornado","PossibleCodeExecutionViaSstiFreeMarker","CodeExecutionViaSstiFreeMarker","PossibleSstiVelocity","SstiVelocity","PossibleCodeExecutionViaSstiVelocity","CodeExecutionViaSstiVelocity","PossibleSstiErb","SstiErb","PossibleCodeExecutionViaSstiErb","CodeExecutionViaSstiErb","PossibleCodeExecutionViaSstiSlim","CodeExecutionViaSstiSlim","PossibleCodeExecutionViaSstiJinja","CodeExecutionViaSstiJinja","PossibleSstiFreeMarker","SstiFreeMarker","OutOfBandCodeExecutionViaSsti","OutOfBandCodeExecutionViaSstiMako","OutOfBandCodeExecutionViaSstiTornado","OutOfBandCodeExecutionViaSstiJinja","OutOfBandCodeExecutionViaSstiMarko","OutOfBandCodeExecutionViaSstiDot","OutOfBandCodeExecutionViaSstiNunjucks","OutOfBandCodeExecutionViaSstiJade","OutOfBandCodeExecutionViaSstiSmarty","ExpectCtIsMissing","ExpectCtShouldBeServedOverTls","ExpectCtReportOnlyModeIsEnabled","ExpectCtErrors","AuthenticationRequired","CaddyWebServerIdentified","AahGoServerIdentified","JbossApplicationServerIdentified","JbossApplicationServerVersionDisclosure","Ckeditor5OutOfDate","CakePhpIdentified","CakePhpStackTraceDisclosure","DefaultPageCakePhp","CakePhpVersionDisclosure","CakePhpOutOfDate","CherryPyVersionDisclosure","CherryPyOutOfDate","OutOfBandCodeExecutionViaSstiEjs","OutOfBandCodeExecutionViaSstiTwig","OutOfBandCodeExecutionViaSstiFreeMarker","OutOfBandCodeExecutionViaSstiVelocity","CherryPyStackTraceDisclosure","IntrojsOutOfDate","AxiosOutOfDate","Fingerprintjs2OutOfDate","XRegExpOutOfDate","DataTablesOutOfDate","LazyjsOutOfDate","FancyBoxOutOfDate","UnderscorejsOutOfDate","LightboxOutOfDate","JbossApplicationServerOutOfDate","SweetAlert2OutOfDate","LodashOutOfDate","BluebirdOutOfDate","PolymerOutOfDate","ReviveAdserverIdentified","ReviveAdserverOutOfDate","B2evolutionIdentified","B2evolutionOutOfDate","DolphinIdentified","DolphinOutOfDate","PH7CMSIdentified","PH7CMSOutOfDate","QdPMIdentified","QdPMOutOfDate","VtigerIdentified","VtigerOutOfDate","DolibarrIdentified","DolibarrOutOfDate","ClipBucketIdentified","ClipBucketOutOfDate","ContaoIdentified","ContaoOutOfDate","MisconfiguredXFrameOptionsHeader","RubyErrorDisclosure","WpEngineConfigurationFileDetected","SessionCookieNotMarkedAsSecure","PossibleHeaderInjection","OracleOutOfDate","TsWebIdentified","DrupalRce","MithrilOutOfDate","EfJsOutOfDate","MathJsOutOfDate","ListJsOutOfDate","RequireJsOutOfDate","RiotJsOutOfDate","InfernoOutOfDate","MarionetteJsOutOfDate","GsapOutOfDate","TravisYamlIdentified","UnicodeTransformationIssue","MalwareIdentified","RorFileContentDisclosure","AppSiteAssociationIdentified","OpenSearchIdentified","ServletSourceCodeDisclosure","JspSourceCodeDisclosure","HtaccessIdentified","RcePython","PossibleRcePython","OutOfBandRcePython","RceRuby","PossibleRceRuby","OutOfBandRceRuby","SwaggerJsonIdentified","SslNotImplemented","SecurityTxtIdentified","RceApacheStrutsS2016","PossibleRceApacheStrutsS2016","SlickOutOfDate","ScrollRevealOutOfDate","MathJaxOutOfDate","RickshawOutOfDate","HighchartsOutOfDate","SnapSvgOutOfDate","FlickityOutOfDate","D3JsOutOfDate","GoogleChartsOutOfDate","HiawathaVersionDisclosure","CherokeeVersionDisclosure","HiawathaOutOfDate","CherokeeOutOfDate","WebLogicOutOfDate","WebCacheDeception","IisOutOfDate","ImmutablejsOutOfDate","AxwaySecureTransportDetected","MisconfiguredXFrameOptionsHeaderMultipleDirectives","TlsVersion11Support","PossibleSsrfOracleCloud","PossibleSsrfPacketCloud","ExtJsOutOfDate","PossibleHpp","PossibleBreachAttack","TelerikWebUiVersionDisclosure","TelerikWebUiOutOfDate","JavaVersionDisclosure","GlassFishVersionDisclosure","JavaOutOfDate","GlassFishOutOfDate","WafIdentified","AkamaiCdnIdentified","AzureCdnIdentified","GoogleCloudCdnIdentified","ArvanCloudCdnIdentified","FastlyCdnIdentified","IncapsulaCdnIdentified","SucuriCdnIdentified","NetlifyCdnIdentified","MaxCdnIdentified","KeyCdnIdentified","FirebladeCdnIdentified","AireeCdnIdentified","West263CdnIdentified","InstartCdnIdentified","QratorCdnIdentified","PowerCdnIdentified","Cdn77Identified","F5BigIpProxyIdentified","EnvoyProxyIdentified","CitrixNetScalerProxyIdentified","ApacheTrafficServerProxyIdentified","HaProxyIdentified","SkipperProxyIdentified","LoginPageIdentified","SameSiteCookieNotMarkedAsSecure","LiferayPortalIdentified","LiferayPortalOutOfDate","ApacheTrafficServerVersionDisclosure","ApacheTrafficServerOutOfDate","UndertowWebServerVersionDisclosure","UndertowWebServerOutOfDate","JenkinsVersionDisclosure","JenkinsOutOfDate","KestrelIdentified","TableauServerIdentified","BomgarIdentified","JolokiaVersionDisclosure","JolokiaOutOfDate","F5BigIpLocalFileInclusion","PossibleF5BigIpLocalFileInclusion","PossibleSstiPebble","SstiPebble","PossibleCodeExecutionViaSstiPebble","CodeExecutionViaSstiPebble","SugarCrmIdentified","SugarCrmOutOfDate","GrafanaVersionDisclosure","GrafanaOutOfDate","PossibleSstiJinJava","SstiJinJava","PossibleCodeExecutionViaSstiJinJava","CodeExecutionViaSstiJinJava","PossibleSstiAspNetRazor","SstiAspNetRazor","PossibleCodeExecutionViaSstiAspNetRazor","CodeExecutionViaSstiAspNetRazor","PhpMagicQuotesGpcDisabled","PhpRegisterGlobalsEnabled","PhpDisplayErrorsEnabled","PhpAllowUrlFopenEnabled","PhpAllowUrlIncludeEnabled","PhpSessionUseTransSidEnabled","PhpOpenBaseDirIsNotSet","PhpEnableDlEnabled","AspNetApplicationTraceEnabled","AspNetCookilessSessionStateEnabled","AspNetCookilessAuthenticationEnabled","AspNetNoSslAuth","AspNetLoginCredentialsPlainText","AspNetValidateRequestDisabled","AspNetViewStateUserKeyNotSet","JettyVersionDisclosure","TornadoWebServerVersionDisclosure","TracyDebuggingToolVersionDisclosure","AspNetCustomErrorsDisabled","WhoopsFrameworkIdentified","PhpUseOnlyCookiesIsDisabled","CrushFtpServerIdentified","RceWebLogic","WeblogicAuthenticationBypass","ArbitraryFileCreation","ArbitraryFileDeletion","WerkzeugIdentified","WerkzeugVersionDisclosure","WerkzeugOutOfDate","OpenRestyIdentified","OpenRestyVersionDisclosure","OpenRestyOutOfDate","LiteSpeedWebServerIdentified","TwistedWebHTTPServerIdentified","TwistedWebHTTPServerVersionDisclosure","TwistedWebHTTPServerOutOfDate","NextJsReactFrameworkIdentified","NextJsReactFrameworkVersionDisclosure","NextJsReactFrameworkOutOfDate","DaiquiriVersionDisclosure","W3TotalCacheOutOfDate","W3TotalCacheIdentified","W3TotalCacheVersionDisclosure","PhusionPassengerIdentified","PhusionPassengerVersionDisclosure","PhusionPassengerOutOfDate","SqlInjectionIast","LfiIast","RcePhpIast","HeaderInjectionIast","CommandInjectionIast","AxwaySecureTransportIdentified","AxwaySecureTransportVersionDisclosure","AxwaySecureTransportOutOfDate","BurpCollaboratorServerIdentified","ResinApplicationServerIdentified","ResinApplicationServerVersionDisclosure","ResinApplicationServerOutOfDate","TracSoftwareProjectManagementToolIdentified","TracSoftwareProjectManagementToolVersionDisclosure","TracSoftwareProjectManagementToolOutOfDate","TornadoWebServerIdentified","TornadoWebServerOutOfDate","JettyWebServerIdentified","JettyWebServerOutOfDate","TracyDebuggingToolOutOfDate","ZopeWebServerVersionDisclosure","ZopeWebServerOutOfDate","ArtifactoryIdentified","ArtifactoryVersionDisclosure","ArtifactoryOutOfDate","JBossEAPIdentified","WildFlyIdentified","GunicornIdentified","GunicornVersionDisclosure","GunicornOutOfDate","JBossCSIdentified","WebSealIdentified","OracleHTTPIdentified","SonicWallSSLVPNIdentified","PloneCMSIdentified","PloneCMSVersionDisclosure","PloneCMSOutOfDate","GlassFishIdentified","IBMRTCIdentified","IBMRTCVersionDisclosure","IBMRTCOutOfDate","NexusIdentified","NexusVersionDisclosure","NexusOutOfDate","IBMHTTPServerIdentified","IBMHTTPServerVersionDisclosure","IBMHTTPServerOutOfDate","PythonWSGIServerIdentified","PythonWSGIServerVersionDisclosure","PythonWSGIServerOutOfDate","PlayFrameworkIdentified","VarnishCacheIdentified","RestletFrameworkIdentified","RestletFrameworkVersionDisclosure","RestletFrameworkOutOfDate","ZopeWebServerIdentified","WebSealOutOfDate","WebSealVersionDisclosure","CowboyIdentified","CowboyOutOfDate","CowboyVersionDisclosure","LiferayPortalVersionDisclosure","RevokedSslCertificate","SslCertificateHostnameMismatch","SslCertificateSignedByUntrustedRoot","ExpiredSslCertificate","JwtNoneAlgorithmAllowed","JwtSignatureNotChecked","JwtInsecureSecretDetected","JwtSqlInjectionInKid","ZshHistoryFileDetected","JwtPathTraversalInKid","JwtJkuHijack","JwtJkuForgeryWithOpenRedirect","DaiquiriIdentified","Typo3CmsIdentified","Typo3CmsOutOfDate","SslCertificateAboutToExpire","MagentoIdentified","MagentoOutOfDate","PleskLinIdentified","PleskWinIdentified","LighthouseIdentified","BitNinjaCaptchaServerIdentified","PardotServerIdentified","MasheryProxyIdentified","DaiquiriOutOfDate","AtlassianProxyIdentified","AtlassianProxyVersionDisclosure","AtlassianProxyOutOfDate","WindowsAzureWebIdentified","TaleoWebServerIdentified","TaleoWebServerVersionDisclosure","TaleoWebServerOutOfDate","CraftCmsIdentified","DataDomeIdentified","OpenVpnAccessServerIdentified","SquarespaceIdentified","SquidIdentified","SugarCrmVersionDisclosure","HubSpotIdentified","KongServerIdentified","KongServerVersionDisclosure","KongServerOutOfDate","VegurIdentified","JavaServerPageIdentified","JavaServerPageVersionDisclosure","TomcatIdentified","PHPIdentified","IisIdentified","WebLogicIdentified","LighttpdIdentified","SharePointIdentified","ApacheCoyoteIdentified","OracleApplicationServerIdentified","OpenSslIdentified","ApacheModuleIdentified","PerlIdentified","FrontPageIdentified","PythonIdentified","JavaServletIdentified","MvcIdentified","MongrelIdentified","NuSoapIdentified","RorIdentified","RubyGemsIdentified","DjangoIdentified","CherryPyIdentified","HiawathaIdentified","CherokeeIdentified","TelerikWebUiIdentified","JavaIdentified","ApacheTrafficServerIdentified","UndertowWebServerIdentified","JenkinsIdentified","JolokiaIdentified","GrafanaIdentified","TracyDebuggingToolIdentified","LiferayDXPIdentified","LiferayDXPVersionDisclosure","LiferayDXPOutOfDate","JavaServerPageOutOfDate","SquidVersionDisclosure","SquidOutOfDate","SharePointOutOfDate","ApacheCoyoteOutOfDate","OracleApplicationServerOutOfDate","FrontPageOutOfDate","MvcOutOfDate","MongrelOutOfDate","IbmBpmIdentified","PhpMyAdminVersionDisclosure","ShopifyIdentified","AtlassianConfluenceIdentified","AtlassianConfluenceVersionDisclosure","AtlassianConfluenceOutOfDate","AtlassianJiraIdentified","AtlassianJiraVersionDisclosure","AtlassianJiraOutOfDate","OutOfBandRceJavaLog4j","GqlIdentified","GrapheneIdentified","AriadneIdentified","ApolloIdentified","GraphqlGoIdentified","GqlgenIdentified","WPGraphQLIdentified","GraphQLApiWordPressIdentified","GraphQLRubyIdentified","GraphQLPHPIdentified","HasuraIdentified","GraphQLJavaIdentified","JuniperIdentified","SangriaIdentified","TartifletteIdentified","DgraphIdentified","DirectusIdentified","XssViaFileUpload","NodeJsExpressDevModeEnabled","NodeJsExpressSessionWeakSecret","NodeJsUncaughtException","NodeJsUnhandledRejection","JavaVerbTamperingMisconfiguredSecurityConstraint","JavaLongSessionTimeout","JavaUnsafeSessionTrackingValue","JavaUnconfiguredCustomErrorPage","JavaSpringBootActuatorAllEndpointsExposed","JavaSpringBootActuatorShutdownExposed","JavaSpringBootDevToolsEnabled","JavaSpringBootUnsafeSessionTrackingValue","JavaSpringLongSessionTimeout","JavaSpringH2ConsoleEnabled","JavaSpringDataSourceCredsStoredAsPlainText","JavaSpringMongoDbCredsStoredAsPlainText","JavaSpringBootAdminEnabled","JavaSpringBootActuatorEndpointSecurityDisabled","JavaSpringHtmlEscapingDisabled","StrutsConfigBrowserEnabled","StrutsDevModeEnabled","AxisSystemConfigurationListingEnabled","AxisDevModeEnabled","OutOfBandRceNode","HsqldbIdentified","PossibleRceSpring","SqLiteIdentified","SqLiteOutOfDate","ConfirmedErrorBasedMongoDbInjection","PossibleErrorBasedMongoDbInjection","ConfirmedBooleanBasedMongoDbInjection","PossibleBooleanBasedMongoDbInjection","ConfirmedBlindMongoDbInjection","PossibleBlindMongoDbInjection","ConfirmedOperatorMongoDbInjection","PossibleOperatorMongoDbInjection","MongoDbIdentified","SwaggerUIOutOfDate","MailHeaderInjectionIast","OutOfBandRceText4Shell","SensitiveDataExposure","SensitiveDataAmazonAwsAccessKeyId","SensitiveDataAmazonAwsSecretKey","SensitiveDataFacebookAppSecret","SensitiveDataFacebookAppId","SensitiveDataTwitterApiSecretKey","SensitiveDataTwitterAccessTokenSecret","SensitiveDataHerokuApiKey","SensitiveDataSshKey","SensitiveDataSendGridApiKey","SensitiveDataGoogleCloudApiKey","SensitiveDataMailGunApiKey","SensitiveDataNuGetApiKey","SensitiveDataSlackWebhook","SensitiveDataSlackToken","SensitiveDataSlackV1XToken","SensitiveDataStripeApiKey","SensitiveDataMailChimpApiKey","SensitiveDataLinkedInApiKey","SensitiveDataDatabaseConnectionStringMongoDbMySql","SensitiveDataDatabaseConnectionStringPostgres","SensitiveDataJdbcDbConnectionString","SensitiveDataWordPressAuthenticationKey","SensitiveDataSymfonyApplicationSecret","SensitiveDataMapboxToken","SensitiveDataAmazonSessMtpPassword","SensitiveDataSentryAuthToken","SensitiveDataTeamsWebhook","SensitiveDataTwilioApiKey","SensitiveDataPaypalAccessToken","SensitiveDataSquareAccessToken","SensitiveDataSquareOAuthSecret","SensitiveDataPicaticApiKey","SensitiveDataAmazonMwsAuthToken","SensitiveDataGoogleOAuthAccessToken","SensitiveDataFacebookAccessToken","SensitiveDataSonarQubeUserToken","SensitiveDataNexmoSecret","SensitiveDataTelegramBotApiToken","SensitiveDataDeviseSecretKey","SensitiveDataGitlabPersonalAccessToken","SensitiveDataConsulToken","SensitiveDataOmiseSecretKey","SensitiveDataNpmAccessToken","GuidV1OnCookie","JwtDetected","CloudflareIdentified","CloudflareBMIdentified","CloudflareBIdentified","CdnJsIdentified","WindowsServerIdentified","WindowsCEOSIdentified","PossibleSsrfEquinix","VarnishVersionDisclosure","ApacheShiroStackTrace","ApacheShiroIdentified","StackPathCdnIdentified","JBossWebConsole","AEMDetected","JavaServletOutOfDate","JsDelivrCdnIdentified","Mod_SslOutOfDate","Mod_SslIdentified","Mod_SslVersionDisclosure","SpringFrameworkIdentified","JavaMelodyInterfaceDetected","BootstrapTableOutOfDate","BootstrapSelectOutOfDate","BootstrapTypeaheadOutOfDate","LuaIdentified","LuaVersionDisclosure","LuaOutOfDate","SpringActuatorEndpointDetected","MsExchangeVersionDisclosure","MsExchangeOutOfDate","OutOfBandCodeExecutionViaJwtKid","MongoDbInjectionIast","LdapInjectionIast","XPathInjectionIast","ServerSideTemplateInjectionIast","XxeInjectionIast","JetBrainsIdeaDirectoryDetected","NodeJsStackTraceDisclosure","ItHitWebDavNetVersionDisclosure","ItHitWebDavNetOutOfDate","EzProxyIdentified","CanvasJSOutOfDate","WordPressVersionDisclosure","JoomlaVersionDisclosure","DrupalVersionDisclosure","MovableTypeVersionDisclosure","MediaWikiVersionDisclosure","OscommerceVersionDisclosure","PhpBBVersionDisclosure","OpenCartVersionDisclosure","OsTicketVersionDisclosure","PrestashopVersionDisclosure","AbanteCartVersionDisclosure","AmpacheVersionDisclosure","AtutorVersionDisclosure","ClarolineVersionDisclosure","Concrete5VersionDisclosure","CoppermineVersionDisclosure","CubeCartVersionDisclosure","CollabtiveVersionDisclosure","DotClearVersionDisclosure","E107VersionDisclosure","FamilyConnectionsVersionDisclosure","FluxBBVersionDisclosure","FormToolsVersionDisclosure","ChamiloVersionDisclosure","FrontAccountingVersionDisclosure","GibbonEduVersionDisclosure","HeskVersionDisclosure","LimeSurveyVersionDisclosure","MibewMessengerVersionDisclosure","ModXVersionDisclosure","MoodleVersionDisclosure","MyBBVersionDisclosure","OmekaVersionDisclosure","OsClassVersionDisclosure","EspoCrmVersionDisclosure","ElggVersionDisclosure","PhorumVersionDisclosure","PhpFusionVersionDisclosure","PhpAddressBookVersionDisclosure","PhpListVersionDisclosure","PmWikiVersionDisclosure","PodcastGeneratorVersionDisclosure","ProjectSendVersionDisclosure","Question2AnswerVersionDisclosure","RukovoditelVersionDisclosure","SeoPanelVersionDisclosure","SerendipityVersionDisclosure","TcExamVersionDisclosure","VanillaForumsVersionDisclosure","WebErpVersionDisclosure","WeBidVersionDisclosure","XoopsVersionDisclosure","YetiForceCrmVersionDisclosure","YourlsVersionDisclosure","ZenCartVersionDisclosure","ZenPhotoVersionDisclosure","PiwigoVersionDisclosure","OwnCloudVersionDisclosure","PhpMyFaqVersionDisclosure","RoundcubeVersionDisclosure","ZikulaVersionDisclosure","ReviveAdserverVersionDisclosure","B2evolutionVersionDisclosure","DolphinVersionDisclosure","PH7CMSVersionDisclosure","QdPMVersionDisclosure","DolibarrVersionDisclosure","ClipBucketVersionDisclosure","ContaoVersionDisclosure","Typo3CmsVersionDisclosure","MagentoVersionDisclosure","PopperJSOutOfDate","SailsJsIdentified","ActionheroJsIdentified","OutOfBandXxeSamlConsumer","OutOfBandXsltSamlConsumer","PossibleSsrfKeyInfoSamlConsumer","PossibleXssSamlConsumer","RetiredHashSaml","SamlResponseWithoutSignature","NoSamlResponseSignatureCheck","SamlResponseSignatureExclusion","GraphQLStackTraceDisclosure","JqueryIdentified","JqueryMigrateIdentified","JqueryMobileIdentified","JqueryUiDialogIdentified","JqueryUiAutocompleteIdentified","JqueryUiTooltipIdentified","PrettyPhotoIdentified","jPlayerIdentified","YuiIdentified","PrototypejsIdentified","EmberIdentified","AngularjsIdentified","BackbonejsIdentified","MustachejsIdentified","HandlebarsjsIdentified","EasyXdmIdentified","PluploadIdentified","DomPurifyIdentified","DwrIdentified","VideojsIdentified","CkeditorIdentified","TypeaheadjsIdentified","BootboxIdentified","BootstrapjsIdentified","Bootstrap3DateTimePickerIdentified","BootstrapToggleIdentified","FootablejsIdentified","ImagePickerIdentified","RespondjsIdentified","IonRangeSliderIdentified","JsTreeIdentified","ModernizrIdentified","MomentjsIdentified","Select2Identified","Html5ShivIdentified","SortablejsIdentified","KnockoutjsIdentified","JavaScriptCookieIdentified","JqueryMaskIdentified","JqueryValidationIdentified","KnockoutMappingIdentified","ReactIdentified","ZeptojsIdentified","HammerjsIdentified","PhaserIdentified","RamdaIdentified","VuejsIdentified","RevealJsIdentified","ChartjsIdentified","LeafletIdentified","FoundationIdentified","SemanticUIIdentified","PixiJsIdentified","ThreeJsIdentified","PdfJsIdentified","FabricJsIdentified","LightboxIdentified","UnderscorejsIdentified","FancyBoxIdentified","LazyjsIdentified","DataTablesIdentified","XRegExpIdentified","Fingerprintjs2Identified","SweetAlert2Identified","IntrojsIdentified","LodashIdentified","AxiosIdentified","PolymerIdentified","BluebirdIdentified","ListJsIdentified","MithrilIdentified","MathJsIdentified","RiotJsIdentified","RequireJsIdentified","EfJsIdentified","MarionetteJsIdentified","GsapIdentified","InfernoIdentified","D3JsIdentified","HighchartsIdentified","RickshawIdentified","MathJaxIdentified","ScrollRevealIdentified","SlickIdentified","FlickityIdentified","SnapSvgIdentified","ExtJsIdentified","JqueryVersionDisclosure","JqueryMigrateVersionDisclosure","JqueryMobileVersionDisclosure","JqueryUiDialogVersionDisclosure","JqueryUiAutocompleteVersionDisclosure","JqueryUiTooltipVersionDisclosure","PrettyPhotoVersionDisclosure","jPlayerVersionDisclosure","YuiVersionDisclosure","PrototypejsVersionDisclosure","EmberVersionDisclosure","AngularjsVersionDisclosure","BackbonejsVersionDisclosure","MustachejsVersionDisclosure","HandlebarsjsVersionDisclosure","EasyXdmVersionDisclosure","PluploadVersionDisclosure","DomPurifyVersionDisclosure","DwrVersionDisclosure","VideojsVersionDisclosure","CkeditorVersionDisclosure","TypeaheadjsVersionDisclosure","BootboxVersionDisclosure","BootstrapjsVersionDisclosure","Bootstrap3DateTimePickerVersionDisclosure","BootstrapToggleVersionDisclosure","FootablejsVersionDisclosure","ImagePickerVersionDisclosure","RespondjsVersionDisclosure","IonRangeSliderVersionDisclosure","JsTreeVersionDisclosure","ModernizrVersionDisclosure","MomentjsVersionDisclosure","Select2VersionDisclosure","Html5ShivVersionDisclosure","SortablejsVersionDisclosure","KnockoutjsVersionDisclosure","JavaScriptCookieVersionDisclosure","JqueryMaskVersionDisclosure","JqueryValidationVersionDisclosure","KnockoutMappingVersionDisclosure","ReactVersionDisclosure","ZeptojsVersionDisclosure","HammerjsVersionDisclosure","PhaserVersionDisclosure","RamdaVersionDisclosure","VuejsVersionDisclosure","RevealJsVersionDisclosure","ChartjsVersionDisclosure","LeafletVersionDisclosure","FoundationVersionDisclosure","SemanticUIVersionDisclosure","PixiJsVersionDisclosure","ThreeJsVersionDisclosure","PdfJsVersionDisclosure","FabricJsVersionDisclosure","LightboxVersionDisclosure","UnderscorejsVersionDisclosure","FancyBoxVersionDisclosure","LazyjsVersionDisclosure","DataTablesVersionDisclosure","XRegExpVersionDisclosure","Fingerprintjs2VersionDisclosure","SweetAlert2VersionDisclosure","IntrojsVersionDisclosure","LodashVersionDisclosure","AxiosVersionDisclosure","PolymerVersionDisclosure","BluebirdVersionDisclosure","ListJsVersionDisclosure","MithrilVersionDisclosure","MathJsVersionDisclosure","RiotJsVersionDisclosure","RequireJsVersionDisclosure","EfJsVersionDisclosure","MarionetteJsVersionDisclosure","GsapVersionDisclosure","InfernoVersionDisclosure","D3JsVersionDisclosure","HighchartsVersionDisclosure","RickshawVersionDisclosure","MathJaxVersionDisclosure","ScrollRevealVersionDisclosure","SlickVersionDisclosure","FlickityVersionDisclosure","SnapSvgVersionDisclosure","ExtJsVersionDisclosure","AspNetSignalRIdentified","FuelUxIdentified","SwaggerUIIdentified","BootstrapTableIdentified","BootstrapSelectIdentified","BootstrapTypeaheadIdentified","AspNetSignalRVersionDisclosure","FuelUxVersionDisclosure","SwaggerUIVersionDisclosure","BootstrapTableVersionDisclosure","BootstrapSelectVersionDisclosure","BootstrapTypeaheadVersionDisclosure","ConfirmedWordpressThemeDetected","PossibleWordpressThemeDetected","ConfirmedWordpressPluginDetected","PossibleWordpressPluginDetected","WordpressThemeHelloElementorIdentified","WordpressThemeTwentyTwentyThreeIdentified","WordpressThemeTwentyTwentyTwoIdentified","WordpressThemeAstraIdentified","WordpressThemeTwentyTwentyOneIdentified","WordpressThemeTwentyTwentyIdentified","WordpressThemeOceanWPIdentified","WordpressThemeTwentySeventeenIdentified","WordpressThemeKadenceIdentified","WordpressThemeTwentySixteenIdentified","WordpressThemeTwentyNineteenIdentified","WordpressThemePopularFXIdentified","WordpressThemeGeneratePressIdentified","WordpressThemeInspiroIdentified","WordpressThemeGoIdentified","WordpressThemeHelloElementorOutOfDate","WordpressThemeTwentyTwentyThreeOutOfDate","WordpressThemeTwentyTwentyTwoOutOfDate","WordpressThemeAstraOutOfDate","WordpressThemeTwentyTwentyOneOutOfDate","WordpressThemeTwentyTwentyOutOfDate","WordpressThemeOceanWPOutOfDate","WordpressThemeTwentySeventeenOutOfDate","WordpressThemeKadenceOutOfDate","WordpressThemeTwentySixteenOutOfDate","WordpressThemeTwentyNineteenOutOfDate","WordpressThemePopularFXOutOfDate","WordpressThemeGeneratePressOutOfDate","WordpressThemeInspiroOutOfDate","WordpressThemeGoOutOfDate","WordpressThemeHelloElementorVersionDisclosure","WordpressThemeTwentyTwentyThreeVersionDisclosure","WordpressThemeTwentyTwentyTwoVersionDisclosure","WordpressThemeAstraVersionDisclosure","WordpressThemeTwentyTwentyOneVersionDisclosure","WordpressThemeTwentyTwentyVersionDisclosure","WordpressThemeOceanWPVersionDisclosure","WordpressThemeTwentySeventeenVersionDisclosure","WordpressThemeKadenceVersionDisclosure","WordpressThemeTwentySixteenVersionDisclosure","WordpressThemeTwentyNineteenVersionDisclosure","WordpressThemePopularFXVersionDisclosure","WordpressThemeGeneratePressVersionDisclosure","WordpressThemeInspiroVersionDisclosure","WordpressThemeGoVersionDisclosure","WordpressPluginUltimateMemberIdentified","WordpressPluginLoginWithPhoneNumberIdentified","WordpressPluginInstagramFeedIdentified","WordpressPluginContactFormSevenIdentified","WordpressPluginYoastSeoIdentified","WordpressPluginElementorIdentified","WordpressPluginClassicEditorIdentified","WordpressPluginAkismetIdentified","WordpressPluginWooCommerceIdentified","WordpressPluginWpFormsIdentified","WordpressPluginReallySimpleSslIdentified","WordpressPluginJetpackIdentified","WordpressPluginAllInOneWpMigrationIdentified","WordpressPluginWordfenceSecurityIdentified","WordpressPluginYoastDuplicatePostIdentified","WordpressPluginWordpressImporterIdentified","WordpressPluginLiteSpeedCacheIdentified","WordpressPluginUpdraftPlusIdentified","WordpressPluginJupiterXIdentified","WordpressPluginUltimateMemberOutOfDate","WordpressPluginLoginWithPhoneNumberOutOfDate","WordpressPluginInstagramFeedOutOfDate","WordpressPluginContactFormSevenOutOfDate","WordpressPluginYoastSeoOutOfDate","WordpressPluginElementorOutOfDate","WordpressPluginClassicEditorOutOfDate","WordpressPluginAkismetOutOfDate","WordpressPluginWooCommerceOutOfDate","WordpressPluginWpFormsOutOfDate","WordpressPluginReallySimpleSslOutOfDate","WordpressPluginJetpackOutOfDate","WordpressPluginAllInOneWpMigrationOutOfDate","WordpressPluginWordfenceSecurityOutOfDate","WordpressPluginYoastDuplicatePostOutOfDate","WordpressPluginWordpressImporterOutOfDate","WordpressPluginLiteSpeedCacheOutOfDate","WordpressPluginUpdraftPlusOutOfDate","WordpressPluginJupiterXOutOfDate","WordpressPluginInstagramFeedVersionDisclosure","WordpressPluginContactFormSevenVersionDisclosure","WordpressPluginYoastSeoVersionDisclosure","WordpressPluginUltimateMemberVersionDisclosure","WordpressPluginLoginWithPhoneNumberVersionDisclosure","WordpressPluginElementorVersionDisclosure","WordpressPluginClassicEditorVersionDisclosure","WordpressPluginAkismetVersionDisclosure","WordpressPluginWooCommerceVersionDisclosure","WordpressPluginWpFormsVersionDisclosure","WordpressPluginReallySimpleSslVersionDisclosure","WordpressPluginJetpackVersionDisclosure","WordpressPluginAllInOneWpMigrationVersionDisclosure","WordpressPluginWordfenceSecurityVersionDisclosure","WordpressPluginYoastDuplicatePostVersionDisclosure","WordpressPluginWordpressImporterVersionDisclosure","WordpressPluginLiteSpeedCacheVersionDisclosure","WordpressPluginUpdraftPlusVersionDisclosure","WordpressPluginJupiterXVersionDisclosure","DockerDisclosure","DockerComposeDisclosure","DockerRunDisclosure","DockerIgnoreDisclosure","DockerCloudDisclosure","CanvasJSIdentified","CanvasJSVersionDisclosure","PopperJSIdentified","PopperJSVersionDisclosure","HotChocolateIdentified","JQueryPlaceholderJSOutOfDate","JQueryPlaceholderJSVersionDisclosure","JQueryPlaceholderJSIdentified","MOVEitTransferSqlInjection","MOVEitTransferVersionDisclosure","MOVEitTransferIdentified","DianaJlIdentified","MissingXContentTypeOptionsHeader","JwkIdentified","PrivateJwkIdentified","DotCMSOutOfDate","DotCMSVersionDisclosure","DotCMSIdentified","WordpressPluginBackupMigrationIdentified","WordpressPluginBackupMigrationOutOfDate","WordpressPluginBackupMigrationVersionDisclosure","TinyMCEVersionDisclosure","TinyMCEIdentified","TinyMCEOutOfDate","PossiblePrototypePollution","PhpStackTraceDisclosure","ActiveMqRCE","TorchServeApiIdentified","TorchServeApiSsrf","VmWareAriaRCE","WordPressConfigDisclosure","AuthenticationBypassIvanti","RceIvanti","PrototypePollution","SmallSSLKeyLength","WpadminDetected","OracleEbsRce","AngularVersionDisclosure","AngularIdentified","AngularOutOfDate","WordpressThemeNusaiFashionStoreIdentified","WordpressThemeNusaiFashionStoreOutOfDate","WordpressThemeNusaiFashionStoreVersionDisclosure","WordpressThemeGrShopsGroceryIdentified","WordpressThemeGrShopsGroceryOutOfDate","WordpressThemeGrShopsGroceryVersionDisclosure","WordpressThemeSedonaShopIdentified","WordpressThemeSedonaShopOutOfDate","WordpressThemeSedonaShopVersionDisclosure","WordpressThemeStoremateIdentified","WordpressThemeStoremateOutOfDate","WordpressThemeStoremateVersionDisclosure","WordpressThemeYithWonderIdentified","WordpressThemeYithWonderOutOfDate","WordpressThemeYithWonderVersionDisclosure","FortigateSslvpnFileReading","WordpressThemeHomevillasRealEstateIdentified","WordpressThemeHomevillasRealEstateOutOfDate","WordpressThemeHomevillasRealEstateVersionDisclosure","WordpressThemeJobCareerIdentified","WordpressThemeJobCareerOutOfDate","WordpressThemeJobCareerVersionDisclosure","WordpressThemeShopyMallIdentified","WordpressThemeShopyMallOutOfDate","WordpressThemeShopyMallVersionDisclosure","WordpressThemeShop4uIdentified","WordpressThemeShop4uOutOfDate","WordpressThemeShop4uVersionDisclosure","WordpressThemeKONStoreIdentified","WordpressThemeKONStoreOutOfDate","WordpressThemeKONStoreVersionDisclosure","WordpressThemeAlishopIdentified","WordpressThemeAlishopOutOfDate","WordpressThemeAlishopVersionDisclosure","WordpressThemeFlorisIdentified","WordpressThemeFlorisOutOfDate","WordpressThemeFlorisVersionDisclosure","WordpressThemeLevogueIdentified","WordpressThemeLevogueOutOfDate","WordpressThemeLevogueVersionDisclosure","WordpressThemeNicemerryIdentified","WordpressThemeNicemerryOutOfDate","WordpressThemeNicemerryVersionDisclosure","WordpressThemeNeoMarketIdentified","WordpressThemeNeoMarketOutOfDate","WordpressThemeNeoMarketVersionDisclosure","WordpressThemeImarketIdentified","WordpressThemeImarketOutOfDate","WordpressThemeImarketVersionDisclosure","WordpressThemeHiStoreIdentified","WordpressThemeHiStoreOutOfDate","WordpressThemeHiStoreVersionDisclosure","WordpressThemeSiezzIdentified","WordpressThemeSiezzOutOfDate","WordpressThemeSiezzVersionDisclosure","WordpressThemeBosmarketIdentified","WordpressThemeBosmarketOutOfDate","WordpressThemeBosmarketVersionDisclosure","WordpressThemeSecretshoIdentified","WordpressThemeSecretshoOutOfDate","WordpressThemeSecretshoVersionDisclosure","WordpressThemeRozyIdentified","WordpressThemeRozyOutOfDate","WordpressThemeRozyVersionDisclosure","WordpressThemeFurnikiIdentified","WordpressThemeFurnikiOutOfDate","WordpressThemeFurnikiVersionDisclosure","WordpressThemeGaionIdentified","WordpressThemeGaionOutOfDate","WordpressThemeGaionVersionDisclosure","WordpressThemeHouskitIdentified","WordpressThemeHouskitOutOfDate","WordpressThemeHouskitVersionDisclosure","WordpressThemeSoazIdentified","WordpressThemeSoazOutOfDate","WordpressThemeSoazVersionDisclosure","WordpressThemeAvesaIdentified","WordpressThemeAvesaOutOfDate","WordpressThemeAvesaVersionDisclosure","GeoServerIdentified","GeoServerVersionDisclosure","GeoServerOutOfDate","RegreSshion","PolyfillSupplyChain","MailmanIdentified","MailmanVersionDisclosure","MailmanOutOfDate","PayaraIdentified","PayaraVersionDisclosure","PayaraOutOfDate","GoAnywhereMftAuthBypass","CacheableSensitivePage","SensitiveDataOktaSecretKey","SensitiveDataJenkinsSecretKey","WordPressPluginBackdoor","InsecureFrameAncestorsDirectiveDetected","FrameAncestorsDirectiveMissing","Sast","XWikiplatformIdentified","XWikiplatformVersionDisclosure","XWikiplatformOutOfDate","MasaCmsIdentified","MasaCmsVersionDisclosure","MasaCmsOutOfDate","MarkdownitIdentified","MarkdownitVersionDisclosure","MarkdownitOutOfDate","jszipIdentified","jszipVersionDisclosure","jszipOutOfDate","uaparserjsIdentified","uaparserjsVersionDisclosure","uaparserjsOutOfDate","dojoIdentified","dojoVersionDisclosure","dojoOutOfDate","MongoDbOutOfDate","VarnishCacheVersionDisclosure","PHPMyAdminOutOfDate","VarnishCacheOutOfDate"]},{"name":"reportPolicyId","in":"query","required":false,"type":"string","format":"uuid","default":"a05b627c-5122-4fda-8689-0f360ab618d4"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/VulnerabilityTemplate"}}}}},"/api/1.0/vulnerability/types":{"get":{"tags":["Vulnerability"],"summary":"Gets the list of vulnerability types.","operationId":"Vulnerability_Types","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"enum":["Custom","Sca","None","HighlyPossibleSqlInjection","Xss","PossibleXss","PermanentXss","PossiblePermanentXss","InternalServerError","ForbiddenResource","PassiveVulns","PossibleBlindSqlInjection","NtlmAuthrizationRequired","BasicAuthorisationRequired","DigestAuthorizationRequired","ClearTextBasicAuth","ConfirmedBlindSqlInjection","PossibleSqlInjection","ConfirmedSqlInjection","FileUploadFound","AutoCompleteEnabled","PasswordOverHttp","PasswordFormOverHttp","InternalIPLeakage","CookieNotMarkedAsSecure","CookieNotMarkedAsHttpOnly","ConfirmedBooleanSqlInjection","PossibleBooleanSqlInjection","PasswordToHttp","CommandInjection","BlindCommandInjection","PossibleBlindCommandInjection","HeaderInjection","MySqlIdentified","MsSqlIdentified","MsAccessIdentified","DbConnectedAsAdmin","AspNetIdentified","AspNetVersionDisclosure","IisDirectoryListing","ApacheDirectoryListing","TomcatDirectoryListing","PhpSourceCodeDisclosure","AspNetSourceCodeDisclosure","GenericSourceCodeDisclosure","PossibleInternalUnixPathLeakage","MsOfficeDocumentInformationDisclosure","PhpInfoIdentified","PossibleLocalFileInclusion","OracleIdentified","PostgreSqlIdentified","HighPossibilityLfi","Lfi","PossibleInternalWindowsPathLeakage","EmailDisclosure","SocialSecurityNumberDisclosure","ApacheVersionDisclosure","TomcatVersionDisclosure","PhpVersionDisclosure","IisVersionDisclosure","WebLogicVersionDisclosure","LighttpdVersionDisclosure","SharePointVersionDisclosure","ApacheCoyoteVersionDisclosure","OracleApplicationServerVersionDisclosure","OpenSslVersionDisclosure","ApacheModuleVersionDisclosure","PerlVersionDisclosure","FrontPageVersionDisclosure","PythonVersionDisclosure","JavaServletVersionDisclosure","SitemapIdentified","CrossDomainXml","RobotsIdentified","SpecialCase","SpecialCaseNoCookies","SpecialCaseNoBasicAuthentication","ApacheServerStatus","ApacheServerInfo","ClientAccessPolicy","OpenCrossDomainXml","OpenClientAccessPolicy","HighPossibleBooleanSqlInjection","DatabaseErrorMessages","ProgrammingErrorMessages","ApacheMultiViewsEnabled","BackupFileFound","BackupSourceCodeFound","TraceTrackIdentified","TraceaxdFound","ElmahaxdFound","AspNetDebugEnabled","LfiCodeInclusion","AspNetStackTrace","SvnDisclosure","GitDisclosure","CvsDisclosure","Rfi","PossibleRfi","PossibleCi","XssViaRfi","RceAsp","PossibleRceAsp","RcePhp","PossibleRcePhp","RcePerl","PossibleRcePerl","ViewStateMacNotEnabled","ViewStateNotEncrypted","ViewStateAnalyzer","OpenRedirect","TomcatExceptionReport","DjangoStackTraceDisclosure","Struts2DevModeEnabled","AspNetDirectoryListing","MySqlUsernameDisclosure","MsSqlUsernameDisclosure","WinUsernameDisclosure","RceViaLfi","XssProtectionDisabled","MdbFound","WeakCredentials","PythonStackTraceDisclosure","ColdFusionStackTraceDisclosure","DefaultIis7Page","DefaultIis6Page","DefaultApachePage","SinatraStackTraceDisclosure","SqliteFound","OutlookFileFound","DsStoreFileFound","FrameInjection","DefaultTomcatPage","TomcatSourceCodeDisclosure","WebBackdoorIdentified","PassiveWebBackdoorIdentified","PossibleAdminFile","PossibleConfigFile","PossibleReadmeFile","PossibleInstallationFile","PossibleLogFile","PossibleSqlFile","PossibleTestFile","TomcatOutOfDate","ApacheOutOfDate","MsSqlOutOfDate","MySqlOutOfDate","HsqlDbOutOfDate","PhpOutOfDate","OpenSslOutOfDate","RedirectBodyTooLarge","RedirectTwoResponses","SslVersion2Support","WeakCiphersDetected","AnonAuthDetected","WeakSignatureAlgorithmDetected","InvalidSslCertificate","SslVersion3Support","IntermediateWeakSignatureAlgorithmDetected","MvcVersionDisclosure","MongrelVersionDisclosure","NginxVersionDisclosure","MySQLDoSDetected","GrailsStackTraceDisclosure","PossibleElInjection","ElInjection","ApacheMyFacesStackTraceDisclosure","PasswordOverQuerystring","ColdFusionSourceCodeDisclosure","AWStatsIdentified","MintIdentified","PiwikIdentified","WSFTPLogFileIdentified","WebConfigIdentified","LighttpdDirectoryListing","NginxDirectoryListing","LiteSpeedDirectoryListing","GenericEmailDisclosure","DefaultIis8Page","ShellScriptIdentified","PossibleDatabaseConnectionStringIdentified","UNCServerAndShareDisclosure","HstsNotEnabled","HstsMaxAge","HstsViaHttp","HstsErrors","WordPressOutOfDate","DrupalOutOfDate","JoomlaOutOfDate","MediaWikiOutOfDate","MovableTypeOutOfDate","OscommerceOutOfDate","PhpBBOutOfDate","TWikiOutOfDate","WordPressIdentified","DrupalIdentified","JoomlaIdentified","MediaWikiIdentified","MovableTypeIdentified","OscommerceIdentified","PhpBBIdentified","TWikiIdentified","RceRorXml","RceRorJson","PossibleRceRorXml","PossibleRceRorJson","ModSslVersionDisclosure","PHPMyAdminIdentified","WebalizerIdentified","RubyVersionDisclosure","WebrickVersionDisclosure","OptionsMethodEnabled","WebDavEnabled","WebDavDirectoryHasWritePermissions","CodeExecutionViaWebDav","WebDavDirectoryListing","CsrfDetected","CsrfInLoginFormDetected","CookieLeakageInAntiCsrfTokenDetected","MisconfiguredFrame","InsecureFrameExternal","DomBasedXss","NuSoapVersionDisclosure","NuSoapOutOfDate","AutoCompleteEnabledPasswordField","NginxOutOfDate","PerlSourceCodeDisclosure","PythonSourceCodeDisclosure","RubySourceCodeDisclosure","JavaSourceCodeDisclosure","OpenSslHeartbleedVulnerability","NginxIdentified","ApacheIdentified","JavaStackTraceDisclosure","MissingXFrameOptionsHeader","MissingContentTypeHeader","CommandInjectionShellshock","PossibleReflectedFileDownload","InsecureJsonpEndpoint","InsecureReflectedContent","MisconfiguredAccessControlOrigin","PassiveMixedContent","Teapot","PossibleXxe","Xxe","UnrestrictedFileUpload","CodeExecutionViaFileUpload","PossibleCreditCardDisclosure","RsaPrivateKeyDetected","RceInHttpSys","OpenRedirectInPost","FormHijacking","BaseTagHijacking","WindowsShortFilename","RorDatabaseConfigurationFileDetected","RorDevelopmentModeEnabled","RorVersionDisclosure","RubyGemsVersionDisclosure","RubyGemsOutOfDate","RubyOutOfDate","RorOutOfDate","PythonOutOfDate","PerlOutOfDate","DjangoDebugModeEnabled","DjangoVersionDisclosure","DjangoOutOfDate","PhpLiteAdminIdentified","AdminerIdentified","MicrosoftIisLogFileIdentified","PhpMoAdminIdentified","DbNinjaIdentified","LaravelEnvironmentConfigurationFileDetected","LaravelDebugModeEnabled","LaravelStackTraceDisclosure","SublimeSftpConfigFileDetected","RorStackTraceDisclosure","JqueryOutOfDate","JqueryMigrateOutOfDate","JqueryMobileOutOfDate","JqueryUiDialogOutOfDate","JqueryUiAutocompleteOutOfDate","JqueryUiTooltipOutOfDate","PrettyPhotoOutOfDate","jPlayerOutOfDate","YuiOutOfDate","PrototypejsOutOfDate","EmberOutOfDate","DojoOutOfDate","AngularjsOutOfDate","BackbonejsOutOfDate","MustachejsOutOfDate","HandlebarsjsOutOfDate","EasyXdmOutOfDate","PluploadOutOfDate","DomPurifyOutOfDate","DwrOutOfDate","InsecureHttpUsage","OpenCartIdentified","OpenCartOutOfDate","MissingXssProtectionHeader","VideojsOutOfDate","TlsVersion1Support","SameSiteCookieNotImplemented","ReverseTabnabbing","SubResourceIntegrityNotImplemented","SubResourceIntegrityHashInvalid","PossibleSsrf","OutOfBandSqlInjection","OutOfBandXxe","BlindXss","OutOfBandRfi","OutOfBandRcePhp","OutOfBandCommandInjection","SsrfAws","PossibleSsrfAws","SsrfElmah","PossibleSsrfElmah","SsrfTrace","PossibleSsrfTrace","OutOfBandRceAsp","OutOfBandRcePerl","DomBasedOpenRedirect","DeprecatedCspHeader","CspNotImplemented","InvalidCspMetaTag","InvalidCspInsructionInMeta","CspKeywordUsedAsTarget","UnsafeCspInstructionDetected","NonceDetectedInCsp","NoScriptTagDetectedWithNonce","SameNonceValueDetected","DefaultSrcUsedInCsp","InsecureReportUriDetectedInCsp","ReportUriWithDifferentHostDetectedInCsp","WildcardDetectedInScheme","WildcardDetectedInDomain","WildcardDetectedInPort","UnsupportedHashDetectedInScriptInstruction","InsecureNonceValueDetected","SsrfElmahMvc","PossibleSsrfElmahMvc","DeprecatedHeaderDetectedWithCspHeader","InvalidNonceDetectedInCsp","NoScriptTagDetectedWithHash","DataCspDirectiveDetected","CspReportOnlyHeaderDetectedWithoutReportUri","CspReportOnlyUsedInMeta","SingleHeaderMultipleCookies","OutOfBandRceRoRXml","OutOfBandRceRoRJson","ObjectSrcNotUsed","ApacheMultiChoiceEnabled","HttpOrHttpsDetectedOnScriptSrc","InsecureTargetUriDetectedInCsp","PossibleTimeBasedSsrf","PossibleBlindXss","PossibleSsrfSsh","PossibleSsrfMySql","RceApacheStruts","PossibleRceApacheStruts","ControllableCookie","ReferrerPolicyNotImplemented","ReferrerPolicyReferrerLeakToSameProtocol","ReferrerPolicyOriginLeakToCrossSite","ReferrerPolicySameProtocolLeak","ReferrerPolicyCrossOriginLeak","ReferrerPolicyStrictCrossOriginLeak","ReferrerPolicyCrossSiteReferrerLeak","ReferrerPolicyUnknown","ReferrerPolicyFallbackMissing","MsSqlDatabaseNameDisclosure","MySqlDatabaseNameDisclosure","ActiveMixedContent","MixedContentScript","MixedContentResource","KnockoutjsOutOfDate","BootstrapjsOutOfDate","TypeaheadjsOutOfDate","FootablejsOutOfDate","SortablejsOutOfDate","ImagePickerOutOfDate","JqueryValidationOutOfDate","AspNetSignalROutOfDate","Select2OutOfDate","MomentjsOutOfDate","Html5ShivOutOfDate","IonRangeSliderOutOfDate","JsTreeOutOfDate","ModernizrOutOfDate","RespondjsOutOfDate","FuelUxOutOfDate","BootboxOutOfDate","KnockoutMappingOutOfDate","JqueryMaskOutOfDate","Bootstrap3DateTimePickerOutOfDate","BootstrapToggleOutOfDate","JavaScriptCookieOutOfDate","MixedContentFont","MixedContentXhrEndpoint","PossibleRceNodeJs","RceNodeJs","ReactOutOfDate","PossibleSsrfApacheServerStatus","DefaultIis85Page","DefaultIis100Page","DefaultIis75Page","DefaultIis7XPage","CkeditorOutOfDate","WordPressSetupConfigurationFile","PossibleOutOfBandCommandInjectionStruts052","OutOfBandCommandInjectionStruts053","LighttpdOutOfDate","PostgreSqlOutOfDate","RceApacheStrutsS0253","PossibleRceApacheStrutsS0253","RceApacheStrutsS2046","PossibleRceApacheStrutsS2046","RceApacheStrutsS2045","PossibleRceApacheStrutsS2045","AbanteCartIdentified","AbanteCartOutOfDate","AmpacheIdentified","AmpacheOutOfDate","AtutorIdentified","AtutorOutOfDate","ChamiloIdentified","ChamiloOutOfDate","ClarolineIdentified","ClarolineOutOfDate","CollabtiveIdentified","CollabtiveOutOfDate","Concrete5Identified","Concrete5OutOfDate","CoppermineIdentified","CoppermineOutOfDate","CubeCartIdentified","CubeCartOutOfDate","DokuWikiIdentified","DokuWikiOutOfDate","DotClearIdentified","DotClearOutOfDate","E107Identified","E107OutOfDate","FamilyConnectionsIdentified","FamilyConnectionsOutOfDate","FluxBBIdentified","FluxBBOutOfDate","FormToolsIdentified","FormToolsOutOfDate","FrontAccountingIdentified","FrontAccountingOutOfDate","GibbonEduIdentified","GibbonEduOutOfDate","HeskIdentified","HeskOutOfDate","LimeSurveyIdentified","LimeSurveyOutOfDate","LiveHelperChatIdentified","LiveHelperChatOutOfDate","LogaholicIdentified","LogaholicOutOfDate","MibewMessengerIdentified","MibewMessengerOutOfDate","ModXIdentified","ModXOutOfDate","MoodleIdentified","MoodleOutOfDate","MyBBIdentified","MyBBOutOfDate","OmekaIdentified","OmekaOutOfDate","OsClassIdentified","OsClassOutOfDate","OsTicketIdentified","OsTicketOutOfDate","PrestashopIdentified","PrestashopOutOfDate","EspoCrmIdentified","EspoCrmOutOfDate","ElggIdentified","ElggOutOfDate","PhorumIdentified","PhorumOutOfDate","PhpFusionIdentified","PhpFusionOutOfDate","PhpAddressBookIdentified","PhpAddressBookOutOfDate","PhpListIdentified","PhpListOutOfDate","PmWikiIdentified","PmWikiOutOfDate","PodcastGeneratorIdentified","PodcastGeneratorOutOfDate","ProjectSendIdentified","ProjectSendOutOfDate","Question2AnswerIdentified","Question2AnswerOutOfDate","RukovoditelIdentified","RukovoditelOutOfDate","SeoPanelIdentified","SeoPanelOutOfDate","SerendipityIdentified","SerendipityOutOfDate","TcExamIdentified","TcExamOutOfDate","VanillaForumsIdentified","VanillaForumsOutOfDate","WebErpIdentified","WebErpOutOfDate","WeBidIdentified","WeBidOutOfDate","XoopsIdentified","XoopsOutOfDate","YetiForceCrmIdentified","YetiForceCrmOutOfDate","YourlsIdentified","YourlsOutOfDate","ZenCartIdentified","ZenCartOutOfDate","ZenPhotoIdentified","ZenPhotoOutOfDate","PiwigoIdentified","PiwigoOutOfDate","ZurmoIdentified","ZurmoOutOfDate","OwnCloudIdentified","OwnCloudOutOfDate","PhpMyFaqIdentified","PhpMyFaqOutOfDate","RoundcubeIdentified","RoundcubeOutOfDate","ZikulaIdentified","ZikulaOutOfDate","WeakRobotOracleDetected","StrongRobotOracleDetected","ZeptojsOutOfDate","HammerjsOutOfDate","VuejsOutOfDate","PhaserOutOfDate","ChartjsOutOfDate","RamdaOutOfDate","RevealJsOutOfDate","PixiJsOutOfDate","FabricJsOutOfDate","SemanticUIOutOfDate","LeafletOutOfDate","PossibleOutOfBandCommandInjection","FoundationOutOfDate","ThreeJsOutOfDate","PdfJsOutOfDate","ExpressJsIdentified","PossibleSsti","Ssti","PossibleCodeExecutionViaSsti","CodeExecutionViaSsti","PossibleCodeExecutionViaSstiTwig","CodeExecutionViaSstiTwig","PossibleCodeExecutionViaSstiMako","CodeExecutionViaSstiMako","PossibleCodeExecutionViaSstiSmarty","CodeExecutionViaSstiSmarty","PossibleCodeExecutionViaSstiNunjucks","CodeExecutionViaSstiNunjucks","PossibleCodeExecutionViaSstiJade","CodeExecutionViaSstiJade","PossibleSstiDot","SstiDot","PossibleCodeExecutionViaSstiDot","CodeExecutionViaSstiDot","PossibleSstiEjs","SstiEjs","PossibleCodeExecutionViaSstiEjs","CodeExecutionViaSstiEjs","PossibleCodeExecutionViaSstiMarko","CodeExecutionViaSstiMarko","PossibleCodeExecutionViaSstiTornado","CodeExecutionViaSstiTornado","PossibleCodeExecutionViaSstiFreeMarker","CodeExecutionViaSstiFreeMarker","PossibleSstiVelocity","SstiVelocity","PossibleCodeExecutionViaSstiVelocity","CodeExecutionViaSstiVelocity","PossibleSstiErb","SstiErb","PossibleCodeExecutionViaSstiErb","CodeExecutionViaSstiErb","PossibleCodeExecutionViaSstiSlim","CodeExecutionViaSstiSlim","PossibleCodeExecutionViaSstiJinja","CodeExecutionViaSstiJinja","PossibleSstiFreeMarker","SstiFreeMarker","OutOfBandCodeExecutionViaSsti","OutOfBandCodeExecutionViaSstiMako","OutOfBandCodeExecutionViaSstiTornado","OutOfBandCodeExecutionViaSstiJinja","OutOfBandCodeExecutionViaSstiMarko","OutOfBandCodeExecutionViaSstiDot","OutOfBandCodeExecutionViaSstiNunjucks","OutOfBandCodeExecutionViaSstiJade","OutOfBandCodeExecutionViaSstiSmarty","ExpectCtIsMissing","ExpectCtShouldBeServedOverTls","ExpectCtReportOnlyModeIsEnabled","ExpectCtErrors","AuthenticationRequired","CaddyWebServerIdentified","AahGoServerIdentified","JbossApplicationServerIdentified","JbossApplicationServerVersionDisclosure","Ckeditor5OutOfDate","CakePhpIdentified","CakePhpStackTraceDisclosure","DefaultPageCakePhp","CakePhpVersionDisclosure","CakePhpOutOfDate","CherryPyVersionDisclosure","CherryPyOutOfDate","OutOfBandCodeExecutionViaSstiEjs","OutOfBandCodeExecutionViaSstiTwig","OutOfBandCodeExecutionViaSstiFreeMarker","OutOfBandCodeExecutionViaSstiVelocity","CherryPyStackTraceDisclosure","IntrojsOutOfDate","AxiosOutOfDate","Fingerprintjs2OutOfDate","XRegExpOutOfDate","DataTablesOutOfDate","LazyjsOutOfDate","FancyBoxOutOfDate","UnderscorejsOutOfDate","LightboxOutOfDate","JbossApplicationServerOutOfDate","SweetAlert2OutOfDate","LodashOutOfDate","BluebirdOutOfDate","PolymerOutOfDate","ReviveAdserverIdentified","ReviveAdserverOutOfDate","B2evolutionIdentified","B2evolutionOutOfDate","DolphinIdentified","DolphinOutOfDate","PH7CMSIdentified","PH7CMSOutOfDate","QdPMIdentified","QdPMOutOfDate","VtigerIdentified","VtigerOutOfDate","DolibarrIdentified","DolibarrOutOfDate","ClipBucketIdentified","ClipBucketOutOfDate","ContaoIdentified","ContaoOutOfDate","MisconfiguredXFrameOptionsHeader","RubyErrorDisclosure","WpEngineConfigurationFileDetected","SessionCookieNotMarkedAsSecure","PossibleHeaderInjection","OracleOutOfDate","TsWebIdentified","DrupalRce","MithrilOutOfDate","EfJsOutOfDate","MathJsOutOfDate","ListJsOutOfDate","RequireJsOutOfDate","RiotJsOutOfDate","InfernoOutOfDate","MarionetteJsOutOfDate","GsapOutOfDate","TravisYamlIdentified","UnicodeTransformationIssue","MalwareIdentified","RorFileContentDisclosure","AppSiteAssociationIdentified","OpenSearchIdentified","ServletSourceCodeDisclosure","JspSourceCodeDisclosure","HtaccessIdentified","RcePython","PossibleRcePython","OutOfBandRcePython","RceRuby","PossibleRceRuby","OutOfBandRceRuby","SwaggerJsonIdentified","SslNotImplemented","SecurityTxtIdentified","RceApacheStrutsS2016","PossibleRceApacheStrutsS2016","SlickOutOfDate","ScrollRevealOutOfDate","MathJaxOutOfDate","RickshawOutOfDate","HighchartsOutOfDate","SnapSvgOutOfDate","FlickityOutOfDate","D3JsOutOfDate","GoogleChartsOutOfDate","HiawathaVersionDisclosure","CherokeeVersionDisclosure","HiawathaOutOfDate","CherokeeOutOfDate","WebLogicOutOfDate","WebCacheDeception","IisOutOfDate","ImmutablejsOutOfDate","AxwaySecureTransportDetected","MisconfiguredXFrameOptionsHeaderMultipleDirectives","TlsVersion11Support","PossibleSsrfOracleCloud","PossibleSsrfPacketCloud","ExtJsOutOfDate","PossibleHpp","PossibleBreachAttack","TelerikWebUiVersionDisclosure","TelerikWebUiOutOfDate","JavaVersionDisclosure","GlassFishVersionDisclosure","JavaOutOfDate","GlassFishOutOfDate","WafIdentified","AkamaiCdnIdentified","AzureCdnIdentified","GoogleCloudCdnIdentified","ArvanCloudCdnIdentified","FastlyCdnIdentified","IncapsulaCdnIdentified","SucuriCdnIdentified","NetlifyCdnIdentified","MaxCdnIdentified","KeyCdnIdentified","FirebladeCdnIdentified","AireeCdnIdentified","West263CdnIdentified","InstartCdnIdentified","QratorCdnIdentified","PowerCdnIdentified","Cdn77Identified","F5BigIpProxyIdentified","EnvoyProxyIdentified","CitrixNetScalerProxyIdentified","ApacheTrafficServerProxyIdentified","HaProxyIdentified","SkipperProxyIdentified","LoginPageIdentified","SameSiteCookieNotMarkedAsSecure","LiferayPortalIdentified","LiferayPortalOutOfDate","ApacheTrafficServerVersionDisclosure","ApacheTrafficServerOutOfDate","UndertowWebServerVersionDisclosure","UndertowWebServerOutOfDate","JenkinsVersionDisclosure","JenkinsOutOfDate","KestrelIdentified","TableauServerIdentified","BomgarIdentified","JolokiaVersionDisclosure","JolokiaOutOfDate","F5BigIpLocalFileInclusion","PossibleF5BigIpLocalFileInclusion","PossibleSstiPebble","SstiPebble","PossibleCodeExecutionViaSstiPebble","CodeExecutionViaSstiPebble","SugarCrmIdentified","SugarCrmOutOfDate","GrafanaVersionDisclosure","GrafanaOutOfDate","PossibleSstiJinJava","SstiJinJava","PossibleCodeExecutionViaSstiJinJava","CodeExecutionViaSstiJinJava","PossibleSstiAspNetRazor","SstiAspNetRazor","PossibleCodeExecutionViaSstiAspNetRazor","CodeExecutionViaSstiAspNetRazor","PhpMagicQuotesGpcDisabled","PhpRegisterGlobalsEnabled","PhpDisplayErrorsEnabled","PhpAllowUrlFopenEnabled","PhpAllowUrlIncludeEnabled","PhpSessionUseTransSidEnabled","PhpOpenBaseDirIsNotSet","PhpEnableDlEnabled","AspNetApplicationTraceEnabled","AspNetCookilessSessionStateEnabled","AspNetCookilessAuthenticationEnabled","AspNetNoSslAuth","AspNetLoginCredentialsPlainText","AspNetValidateRequestDisabled","AspNetViewStateUserKeyNotSet","JettyVersionDisclosure","TornadoWebServerVersionDisclosure","TracyDebuggingToolVersionDisclosure","AspNetCustomErrorsDisabled","WhoopsFrameworkIdentified","PhpUseOnlyCookiesIsDisabled","CrushFtpServerIdentified","RceWebLogic","WeblogicAuthenticationBypass","ArbitraryFileCreation","ArbitraryFileDeletion","WerkzeugIdentified","WerkzeugVersionDisclosure","WerkzeugOutOfDate","OpenRestyIdentified","OpenRestyVersionDisclosure","OpenRestyOutOfDate","LiteSpeedWebServerIdentified","TwistedWebHTTPServerIdentified","TwistedWebHTTPServerVersionDisclosure","TwistedWebHTTPServerOutOfDate","NextJsReactFrameworkIdentified","NextJsReactFrameworkVersionDisclosure","NextJsReactFrameworkOutOfDate","DaiquiriVersionDisclosure","W3TotalCacheOutOfDate","W3TotalCacheIdentified","W3TotalCacheVersionDisclosure","PhusionPassengerIdentified","PhusionPassengerVersionDisclosure","PhusionPassengerOutOfDate","SqlInjectionIast","LfiIast","RcePhpIast","HeaderInjectionIast","CommandInjectionIast","AxwaySecureTransportIdentified","AxwaySecureTransportVersionDisclosure","AxwaySecureTransportOutOfDate","BurpCollaboratorServerIdentified","ResinApplicationServerIdentified","ResinApplicationServerVersionDisclosure","ResinApplicationServerOutOfDate","TracSoftwareProjectManagementToolIdentified","TracSoftwareProjectManagementToolVersionDisclosure","TracSoftwareProjectManagementToolOutOfDate","TornadoWebServerIdentified","TornadoWebServerOutOfDate","JettyWebServerIdentified","JettyWebServerOutOfDate","TracyDebuggingToolOutOfDate","ZopeWebServerVersionDisclosure","ZopeWebServerOutOfDate","ArtifactoryIdentified","ArtifactoryVersionDisclosure","ArtifactoryOutOfDate","JBossEAPIdentified","WildFlyIdentified","GunicornIdentified","GunicornVersionDisclosure","GunicornOutOfDate","JBossCSIdentified","WebSealIdentified","OracleHTTPIdentified","SonicWallSSLVPNIdentified","PloneCMSIdentified","PloneCMSVersionDisclosure","PloneCMSOutOfDate","GlassFishIdentified","IBMRTCIdentified","IBMRTCVersionDisclosure","IBMRTCOutOfDate","NexusIdentified","NexusVersionDisclosure","NexusOutOfDate","IBMHTTPServerIdentified","IBMHTTPServerVersionDisclosure","IBMHTTPServerOutOfDate","PythonWSGIServerIdentified","PythonWSGIServerVersionDisclosure","PythonWSGIServerOutOfDate","PlayFrameworkIdentified","VarnishCacheIdentified","RestletFrameworkIdentified","RestletFrameworkVersionDisclosure","RestletFrameworkOutOfDate","ZopeWebServerIdentified","WebSealOutOfDate","WebSealVersionDisclosure","CowboyIdentified","CowboyOutOfDate","CowboyVersionDisclosure","LiferayPortalVersionDisclosure","RevokedSslCertificate","SslCertificateHostnameMismatch","SslCertificateSignedByUntrustedRoot","ExpiredSslCertificate","JwtNoneAlgorithmAllowed","JwtSignatureNotChecked","JwtInsecureSecretDetected","JwtSqlInjectionInKid","ZshHistoryFileDetected","JwtPathTraversalInKid","JwtJkuHijack","JwtJkuForgeryWithOpenRedirect","DaiquiriIdentified","Typo3CmsIdentified","Typo3CmsOutOfDate","SslCertificateAboutToExpire","MagentoIdentified","MagentoOutOfDate","PleskLinIdentified","PleskWinIdentified","LighthouseIdentified","BitNinjaCaptchaServerIdentified","PardotServerIdentified","MasheryProxyIdentified","DaiquiriOutOfDate","AtlassianProxyIdentified","AtlassianProxyVersionDisclosure","AtlassianProxyOutOfDate","WindowsAzureWebIdentified","TaleoWebServerIdentified","TaleoWebServerVersionDisclosure","TaleoWebServerOutOfDate","CraftCmsIdentified","DataDomeIdentified","OpenVpnAccessServerIdentified","SquarespaceIdentified","SquidIdentified","SugarCrmVersionDisclosure","HubSpotIdentified","KongServerIdentified","KongServerVersionDisclosure","KongServerOutOfDate","VegurIdentified","JavaServerPageIdentified","JavaServerPageVersionDisclosure","TomcatIdentified","PHPIdentified","IisIdentified","WebLogicIdentified","LighttpdIdentified","SharePointIdentified","ApacheCoyoteIdentified","OracleApplicationServerIdentified","OpenSslIdentified","ApacheModuleIdentified","PerlIdentified","FrontPageIdentified","PythonIdentified","JavaServletIdentified","MvcIdentified","MongrelIdentified","NuSoapIdentified","RorIdentified","RubyGemsIdentified","DjangoIdentified","CherryPyIdentified","HiawathaIdentified","CherokeeIdentified","TelerikWebUiIdentified","JavaIdentified","ApacheTrafficServerIdentified","UndertowWebServerIdentified","JenkinsIdentified","JolokiaIdentified","GrafanaIdentified","TracyDebuggingToolIdentified","LiferayDXPIdentified","LiferayDXPVersionDisclosure","LiferayDXPOutOfDate","JavaServerPageOutOfDate","SquidVersionDisclosure","SquidOutOfDate","SharePointOutOfDate","ApacheCoyoteOutOfDate","OracleApplicationServerOutOfDate","FrontPageOutOfDate","MvcOutOfDate","MongrelOutOfDate","IbmBpmIdentified","PhpMyAdminVersionDisclosure","ShopifyIdentified","AtlassianConfluenceIdentified","AtlassianConfluenceVersionDisclosure","AtlassianConfluenceOutOfDate","AtlassianJiraIdentified","AtlassianJiraVersionDisclosure","AtlassianJiraOutOfDate","OutOfBandRceJavaLog4j","GqlIdentified","GrapheneIdentified","AriadneIdentified","ApolloIdentified","GraphqlGoIdentified","GqlgenIdentified","WPGraphQLIdentified","GraphQLApiWordPressIdentified","GraphQLRubyIdentified","GraphQLPHPIdentified","HasuraIdentified","GraphQLJavaIdentified","JuniperIdentified","SangriaIdentified","TartifletteIdentified","DgraphIdentified","DirectusIdentified","XssViaFileUpload","NodeJsExpressDevModeEnabled","NodeJsExpressSessionWeakSecret","NodeJsUncaughtException","NodeJsUnhandledRejection","JavaVerbTamperingMisconfiguredSecurityConstraint","JavaLongSessionTimeout","JavaUnsafeSessionTrackingValue","JavaUnconfiguredCustomErrorPage","JavaSpringBootActuatorAllEndpointsExposed","JavaSpringBootActuatorShutdownExposed","JavaSpringBootDevToolsEnabled","JavaSpringBootUnsafeSessionTrackingValue","JavaSpringLongSessionTimeout","JavaSpringH2ConsoleEnabled","JavaSpringDataSourceCredsStoredAsPlainText","JavaSpringMongoDbCredsStoredAsPlainText","JavaSpringBootAdminEnabled","JavaSpringBootActuatorEndpointSecurityDisabled","JavaSpringHtmlEscapingDisabled","StrutsConfigBrowserEnabled","StrutsDevModeEnabled","AxisSystemConfigurationListingEnabled","AxisDevModeEnabled","OutOfBandRceNode","HsqldbIdentified","PossibleRceSpring","SqLiteIdentified","SqLiteOutOfDate","ConfirmedErrorBasedMongoDbInjection","PossibleErrorBasedMongoDbInjection","ConfirmedBooleanBasedMongoDbInjection","PossibleBooleanBasedMongoDbInjection","ConfirmedBlindMongoDbInjection","PossibleBlindMongoDbInjection","ConfirmedOperatorMongoDbInjection","PossibleOperatorMongoDbInjection","MongoDbIdentified","SwaggerUIOutOfDate","MailHeaderInjectionIast","OutOfBandRceText4Shell","SensitiveDataExposure","SensitiveDataAmazonAwsAccessKeyId","SensitiveDataAmazonAwsSecretKey","SensitiveDataFacebookAppSecret","SensitiveDataFacebookAppId","SensitiveDataTwitterApiSecretKey","SensitiveDataTwitterAccessTokenSecret","SensitiveDataHerokuApiKey","SensitiveDataSshKey","SensitiveDataSendGridApiKey","SensitiveDataGoogleCloudApiKey","SensitiveDataMailGunApiKey","SensitiveDataNuGetApiKey","SensitiveDataSlackWebhook","SensitiveDataSlackToken","SensitiveDataSlackV1XToken","SensitiveDataStripeApiKey","SensitiveDataMailChimpApiKey","SensitiveDataLinkedInApiKey","SensitiveDataDatabaseConnectionStringMongoDbMySql","SensitiveDataDatabaseConnectionStringPostgres","SensitiveDataJdbcDbConnectionString","SensitiveDataWordPressAuthenticationKey","SensitiveDataSymfonyApplicationSecret","SensitiveDataMapboxToken","SensitiveDataAmazonSessMtpPassword","SensitiveDataSentryAuthToken","SensitiveDataTeamsWebhook","SensitiveDataTwilioApiKey","SensitiveDataPaypalAccessToken","SensitiveDataSquareAccessToken","SensitiveDataSquareOAuthSecret","SensitiveDataPicaticApiKey","SensitiveDataAmazonMwsAuthToken","SensitiveDataGoogleOAuthAccessToken","SensitiveDataFacebookAccessToken","SensitiveDataSonarQubeUserToken","SensitiveDataNexmoSecret","SensitiveDataTelegramBotApiToken","SensitiveDataDeviseSecretKey","SensitiveDataGitlabPersonalAccessToken","SensitiveDataConsulToken","SensitiveDataOmiseSecretKey","SensitiveDataNpmAccessToken","GuidV1OnCookie","JwtDetected","CloudflareIdentified","CloudflareBMIdentified","CloudflareBIdentified","CdnJsIdentified","WindowsServerIdentified","WindowsCEOSIdentified","PossibleSsrfEquinix","VarnishVersionDisclosure","ApacheShiroStackTrace","ApacheShiroIdentified","StackPathCdnIdentified","JBossWebConsole","AEMDetected","JavaServletOutOfDate","JsDelivrCdnIdentified","Mod_SslOutOfDate","Mod_SslIdentified","Mod_SslVersionDisclosure","SpringFrameworkIdentified","JavaMelodyInterfaceDetected","BootstrapTableOutOfDate","BootstrapSelectOutOfDate","BootstrapTypeaheadOutOfDate","LuaIdentified","LuaVersionDisclosure","LuaOutOfDate","SpringActuatorEndpointDetected","MsExchangeVersionDisclosure","MsExchangeOutOfDate","OutOfBandCodeExecutionViaJwtKid","MongoDbInjectionIast","LdapInjectionIast","XPathInjectionIast","ServerSideTemplateInjectionIast","XxeInjectionIast","JetBrainsIdeaDirectoryDetected","NodeJsStackTraceDisclosure","ItHitWebDavNetVersionDisclosure","ItHitWebDavNetOutOfDate","EzProxyIdentified","CanvasJSOutOfDate","WordPressVersionDisclosure","JoomlaVersionDisclosure","DrupalVersionDisclosure","MovableTypeVersionDisclosure","MediaWikiVersionDisclosure","OscommerceVersionDisclosure","PhpBBVersionDisclosure","OpenCartVersionDisclosure","OsTicketVersionDisclosure","PrestashopVersionDisclosure","AbanteCartVersionDisclosure","AmpacheVersionDisclosure","AtutorVersionDisclosure","ClarolineVersionDisclosure","Concrete5VersionDisclosure","CoppermineVersionDisclosure","CubeCartVersionDisclosure","CollabtiveVersionDisclosure","DotClearVersionDisclosure","E107VersionDisclosure","FamilyConnectionsVersionDisclosure","FluxBBVersionDisclosure","FormToolsVersionDisclosure","ChamiloVersionDisclosure","FrontAccountingVersionDisclosure","GibbonEduVersionDisclosure","HeskVersionDisclosure","LimeSurveyVersionDisclosure","MibewMessengerVersionDisclosure","ModXVersionDisclosure","MoodleVersionDisclosure","MyBBVersionDisclosure","OmekaVersionDisclosure","OsClassVersionDisclosure","EspoCrmVersionDisclosure","ElggVersionDisclosure","PhorumVersionDisclosure","PhpFusionVersionDisclosure","PhpAddressBookVersionDisclosure","PhpListVersionDisclosure","PmWikiVersionDisclosure","PodcastGeneratorVersionDisclosure","ProjectSendVersionDisclosure","Question2AnswerVersionDisclosure","RukovoditelVersionDisclosure","SeoPanelVersionDisclosure","SerendipityVersionDisclosure","TcExamVersionDisclosure","VanillaForumsVersionDisclosure","WebErpVersionDisclosure","WeBidVersionDisclosure","XoopsVersionDisclosure","YetiForceCrmVersionDisclosure","YourlsVersionDisclosure","ZenCartVersionDisclosure","ZenPhotoVersionDisclosure","PiwigoVersionDisclosure","OwnCloudVersionDisclosure","PhpMyFaqVersionDisclosure","RoundcubeVersionDisclosure","ZikulaVersionDisclosure","ReviveAdserverVersionDisclosure","B2evolutionVersionDisclosure","DolphinVersionDisclosure","PH7CMSVersionDisclosure","QdPMVersionDisclosure","DolibarrVersionDisclosure","ClipBucketVersionDisclosure","ContaoVersionDisclosure","Typo3CmsVersionDisclosure","MagentoVersionDisclosure","PopperJSOutOfDate","SailsJsIdentified","ActionheroJsIdentified","OutOfBandXxeSamlConsumer","OutOfBandXsltSamlConsumer","PossibleSsrfKeyInfoSamlConsumer","PossibleXssSamlConsumer","RetiredHashSaml","SamlResponseWithoutSignature","NoSamlResponseSignatureCheck","SamlResponseSignatureExclusion","GraphQLStackTraceDisclosure","JqueryIdentified","JqueryMigrateIdentified","JqueryMobileIdentified","JqueryUiDialogIdentified","JqueryUiAutocompleteIdentified","JqueryUiTooltipIdentified","PrettyPhotoIdentified","jPlayerIdentified","YuiIdentified","PrototypejsIdentified","EmberIdentified","AngularjsIdentified","BackbonejsIdentified","MustachejsIdentified","HandlebarsjsIdentified","EasyXdmIdentified","PluploadIdentified","DomPurifyIdentified","DwrIdentified","VideojsIdentified","CkeditorIdentified","TypeaheadjsIdentified","BootboxIdentified","BootstrapjsIdentified","Bootstrap3DateTimePickerIdentified","BootstrapToggleIdentified","FootablejsIdentified","ImagePickerIdentified","RespondjsIdentified","IonRangeSliderIdentified","JsTreeIdentified","ModernizrIdentified","MomentjsIdentified","Select2Identified","Html5ShivIdentified","SortablejsIdentified","KnockoutjsIdentified","JavaScriptCookieIdentified","JqueryMaskIdentified","JqueryValidationIdentified","KnockoutMappingIdentified","ReactIdentified","ZeptojsIdentified","HammerjsIdentified","PhaserIdentified","RamdaIdentified","VuejsIdentified","RevealJsIdentified","ChartjsIdentified","LeafletIdentified","FoundationIdentified","SemanticUIIdentified","PixiJsIdentified","ThreeJsIdentified","PdfJsIdentified","FabricJsIdentified","LightboxIdentified","UnderscorejsIdentified","FancyBoxIdentified","LazyjsIdentified","DataTablesIdentified","XRegExpIdentified","Fingerprintjs2Identified","SweetAlert2Identified","IntrojsIdentified","LodashIdentified","AxiosIdentified","PolymerIdentified","BluebirdIdentified","ListJsIdentified","MithrilIdentified","MathJsIdentified","RiotJsIdentified","RequireJsIdentified","EfJsIdentified","MarionetteJsIdentified","GsapIdentified","InfernoIdentified","D3JsIdentified","HighchartsIdentified","RickshawIdentified","MathJaxIdentified","ScrollRevealIdentified","SlickIdentified","FlickityIdentified","SnapSvgIdentified","ExtJsIdentified","JqueryVersionDisclosure","JqueryMigrateVersionDisclosure","JqueryMobileVersionDisclosure","JqueryUiDialogVersionDisclosure","JqueryUiAutocompleteVersionDisclosure","JqueryUiTooltipVersionDisclosure","PrettyPhotoVersionDisclosure","jPlayerVersionDisclosure","YuiVersionDisclosure","PrototypejsVersionDisclosure","EmberVersionDisclosure","AngularjsVersionDisclosure","BackbonejsVersionDisclosure","MustachejsVersionDisclosure","HandlebarsjsVersionDisclosure","EasyXdmVersionDisclosure","PluploadVersionDisclosure","DomPurifyVersionDisclosure","DwrVersionDisclosure","VideojsVersionDisclosure","CkeditorVersionDisclosure","TypeaheadjsVersionDisclosure","BootboxVersionDisclosure","BootstrapjsVersionDisclosure","Bootstrap3DateTimePickerVersionDisclosure","BootstrapToggleVersionDisclosure","FootablejsVersionDisclosure","ImagePickerVersionDisclosure","RespondjsVersionDisclosure","IonRangeSliderVersionDisclosure","JsTreeVersionDisclosure","ModernizrVersionDisclosure","MomentjsVersionDisclosure","Select2VersionDisclosure","Html5ShivVersionDisclosure","SortablejsVersionDisclosure","KnockoutjsVersionDisclosure","JavaScriptCookieVersionDisclosure","JqueryMaskVersionDisclosure","JqueryValidationVersionDisclosure","KnockoutMappingVersionDisclosure","ReactVersionDisclosure","ZeptojsVersionDisclosure","HammerjsVersionDisclosure","PhaserVersionDisclosure","RamdaVersionDisclosure","VuejsVersionDisclosure","RevealJsVersionDisclosure","ChartjsVersionDisclosure","LeafletVersionDisclosure","FoundationVersionDisclosure","SemanticUIVersionDisclosure","PixiJsVersionDisclosure","ThreeJsVersionDisclosure","PdfJsVersionDisclosure","FabricJsVersionDisclosure","LightboxVersionDisclosure","UnderscorejsVersionDisclosure","FancyBoxVersionDisclosure","LazyjsVersionDisclosure","DataTablesVersionDisclosure","XRegExpVersionDisclosure","Fingerprintjs2VersionDisclosure","SweetAlert2VersionDisclosure","IntrojsVersionDisclosure","LodashVersionDisclosure","AxiosVersionDisclosure","PolymerVersionDisclosure","BluebirdVersionDisclosure","ListJsVersionDisclosure","MithrilVersionDisclosure","MathJsVersionDisclosure","RiotJsVersionDisclosure","RequireJsVersionDisclosure","EfJsVersionDisclosure","MarionetteJsVersionDisclosure","GsapVersionDisclosure","InfernoVersionDisclosure","D3JsVersionDisclosure","HighchartsVersionDisclosure","RickshawVersionDisclosure","MathJaxVersionDisclosure","ScrollRevealVersionDisclosure","SlickVersionDisclosure","FlickityVersionDisclosure","SnapSvgVersionDisclosure","ExtJsVersionDisclosure","AspNetSignalRIdentified","FuelUxIdentified","SwaggerUIIdentified","BootstrapTableIdentified","BootstrapSelectIdentified","BootstrapTypeaheadIdentified","AspNetSignalRVersionDisclosure","FuelUxVersionDisclosure","SwaggerUIVersionDisclosure","BootstrapTableVersionDisclosure","BootstrapSelectVersionDisclosure","BootstrapTypeaheadVersionDisclosure","ConfirmedWordpressThemeDetected","PossibleWordpressThemeDetected","ConfirmedWordpressPluginDetected","PossibleWordpressPluginDetected","WordpressThemeHelloElementorIdentified","WordpressThemeTwentyTwentyThreeIdentified","WordpressThemeTwentyTwentyTwoIdentified","WordpressThemeAstraIdentified","WordpressThemeTwentyTwentyOneIdentified","WordpressThemeTwentyTwentyIdentified","WordpressThemeOceanWPIdentified","WordpressThemeTwentySeventeenIdentified","WordpressThemeKadenceIdentified","WordpressThemeTwentySixteenIdentified","WordpressThemeTwentyNineteenIdentified","WordpressThemePopularFXIdentified","WordpressThemeGeneratePressIdentified","WordpressThemeInspiroIdentified","WordpressThemeGoIdentified","WordpressThemeHelloElementorOutOfDate","WordpressThemeTwentyTwentyThreeOutOfDate","WordpressThemeTwentyTwentyTwoOutOfDate","WordpressThemeAstraOutOfDate","WordpressThemeTwentyTwentyOneOutOfDate","WordpressThemeTwentyTwentyOutOfDate","WordpressThemeOceanWPOutOfDate","WordpressThemeTwentySeventeenOutOfDate","WordpressThemeKadenceOutOfDate","WordpressThemeTwentySixteenOutOfDate","WordpressThemeTwentyNineteenOutOfDate","WordpressThemePopularFXOutOfDate","WordpressThemeGeneratePressOutOfDate","WordpressThemeInspiroOutOfDate","WordpressThemeGoOutOfDate","WordpressThemeHelloElementorVersionDisclosure","WordpressThemeTwentyTwentyThreeVersionDisclosure","WordpressThemeTwentyTwentyTwoVersionDisclosure","WordpressThemeAstraVersionDisclosure","WordpressThemeTwentyTwentyOneVersionDisclosure","WordpressThemeTwentyTwentyVersionDisclosure","WordpressThemeOceanWPVersionDisclosure","WordpressThemeTwentySeventeenVersionDisclosure","WordpressThemeKadenceVersionDisclosure","WordpressThemeTwentySixteenVersionDisclosure","WordpressThemeTwentyNineteenVersionDisclosure","WordpressThemePopularFXVersionDisclosure","WordpressThemeGeneratePressVersionDisclosure","WordpressThemeInspiroVersionDisclosure","WordpressThemeGoVersionDisclosure","WordpressPluginUltimateMemberIdentified","WordpressPluginLoginWithPhoneNumberIdentified","WordpressPluginInstagramFeedIdentified","WordpressPluginContactFormSevenIdentified","WordpressPluginYoastSeoIdentified","WordpressPluginElementorIdentified","WordpressPluginClassicEditorIdentified","WordpressPluginAkismetIdentified","WordpressPluginWooCommerceIdentified","WordpressPluginWpFormsIdentified","WordpressPluginReallySimpleSslIdentified","WordpressPluginJetpackIdentified","WordpressPluginAllInOneWpMigrationIdentified","WordpressPluginWordfenceSecurityIdentified","WordpressPluginYoastDuplicatePostIdentified","WordpressPluginWordpressImporterIdentified","WordpressPluginLiteSpeedCacheIdentified","WordpressPluginUpdraftPlusIdentified","WordpressPluginJupiterXIdentified","WordpressPluginUltimateMemberOutOfDate","WordpressPluginLoginWithPhoneNumberOutOfDate","WordpressPluginInstagramFeedOutOfDate","WordpressPluginContactFormSevenOutOfDate","WordpressPluginYoastSeoOutOfDate","WordpressPluginElementorOutOfDate","WordpressPluginClassicEditorOutOfDate","WordpressPluginAkismetOutOfDate","WordpressPluginWooCommerceOutOfDate","WordpressPluginWpFormsOutOfDate","WordpressPluginReallySimpleSslOutOfDate","WordpressPluginJetpackOutOfDate","WordpressPluginAllInOneWpMigrationOutOfDate","WordpressPluginWordfenceSecurityOutOfDate","WordpressPluginYoastDuplicatePostOutOfDate","WordpressPluginWordpressImporterOutOfDate","WordpressPluginLiteSpeedCacheOutOfDate","WordpressPluginUpdraftPlusOutOfDate","WordpressPluginJupiterXOutOfDate","WordpressPluginInstagramFeedVersionDisclosure","WordpressPluginContactFormSevenVersionDisclosure","WordpressPluginYoastSeoVersionDisclosure","WordpressPluginUltimateMemberVersionDisclosure","WordpressPluginLoginWithPhoneNumberVersionDisclosure","WordpressPluginElementorVersionDisclosure","WordpressPluginClassicEditorVersionDisclosure","WordpressPluginAkismetVersionDisclosure","WordpressPluginWooCommerceVersionDisclosure","WordpressPluginWpFormsVersionDisclosure","WordpressPluginReallySimpleSslVersionDisclosure","WordpressPluginJetpackVersionDisclosure","WordpressPluginAllInOneWpMigrationVersionDisclosure","WordpressPluginWordfenceSecurityVersionDisclosure","WordpressPluginYoastDuplicatePostVersionDisclosure","WordpressPluginWordpressImporterVersionDisclosure","WordpressPluginLiteSpeedCacheVersionDisclosure","WordpressPluginUpdraftPlusVersionDisclosure","WordpressPluginJupiterXVersionDisclosure","DockerDisclosure","DockerComposeDisclosure","DockerRunDisclosure","DockerIgnoreDisclosure","DockerCloudDisclosure","CanvasJSIdentified","CanvasJSVersionDisclosure","PopperJSIdentified","PopperJSVersionDisclosure","HotChocolateIdentified","JQueryPlaceholderJSOutOfDate","JQueryPlaceholderJSVersionDisclosure","JQueryPlaceholderJSIdentified","MOVEitTransferSqlInjection","MOVEitTransferVersionDisclosure","MOVEitTransferIdentified","DianaJlIdentified","MissingXContentTypeOptionsHeader","JwkIdentified","PrivateJwkIdentified","DotCMSOutOfDate","DotCMSVersionDisclosure","DotCMSIdentified","WordpressPluginBackupMigrationIdentified","WordpressPluginBackupMigrationOutOfDate","WordpressPluginBackupMigrationVersionDisclosure","TinyMCEVersionDisclosure","TinyMCEIdentified","TinyMCEOutOfDate","PossiblePrototypePollution","PhpStackTraceDisclosure","ActiveMqRCE","TorchServeApiIdentified","TorchServeApiSsrf","VmWareAriaRCE","WordPressConfigDisclosure","AuthenticationBypassIvanti","RceIvanti","PrototypePollution","SmallSSLKeyLength","WpadminDetected","OracleEbsRce","AngularVersionDisclosure","AngularIdentified","AngularOutOfDate","WordpressThemeNusaiFashionStoreIdentified","WordpressThemeNusaiFashionStoreOutOfDate","WordpressThemeNusaiFashionStoreVersionDisclosure","WordpressThemeGrShopsGroceryIdentified","WordpressThemeGrShopsGroceryOutOfDate","WordpressThemeGrShopsGroceryVersionDisclosure","WordpressThemeSedonaShopIdentified","WordpressThemeSedonaShopOutOfDate","WordpressThemeSedonaShopVersionDisclosure","WordpressThemeStoremateIdentified","WordpressThemeStoremateOutOfDate","WordpressThemeStoremateVersionDisclosure","WordpressThemeYithWonderIdentified","WordpressThemeYithWonderOutOfDate","WordpressThemeYithWonderVersionDisclosure","FortigateSslvpnFileReading","WordpressThemeHomevillasRealEstateIdentified","WordpressThemeHomevillasRealEstateOutOfDate","WordpressThemeHomevillasRealEstateVersionDisclosure","WordpressThemeJobCareerIdentified","WordpressThemeJobCareerOutOfDate","WordpressThemeJobCareerVersionDisclosure","WordpressThemeShopyMallIdentified","WordpressThemeShopyMallOutOfDate","WordpressThemeShopyMallVersionDisclosure","WordpressThemeShop4uIdentified","WordpressThemeShop4uOutOfDate","WordpressThemeShop4uVersionDisclosure","WordpressThemeKONStoreIdentified","WordpressThemeKONStoreOutOfDate","WordpressThemeKONStoreVersionDisclosure","WordpressThemeAlishopIdentified","WordpressThemeAlishopOutOfDate","WordpressThemeAlishopVersionDisclosure","WordpressThemeFlorisIdentified","WordpressThemeFlorisOutOfDate","WordpressThemeFlorisVersionDisclosure","WordpressThemeLevogueIdentified","WordpressThemeLevogueOutOfDate","WordpressThemeLevogueVersionDisclosure","WordpressThemeNicemerryIdentified","WordpressThemeNicemerryOutOfDate","WordpressThemeNicemerryVersionDisclosure","WordpressThemeNeoMarketIdentified","WordpressThemeNeoMarketOutOfDate","WordpressThemeNeoMarketVersionDisclosure","WordpressThemeImarketIdentified","WordpressThemeImarketOutOfDate","WordpressThemeImarketVersionDisclosure","WordpressThemeHiStoreIdentified","WordpressThemeHiStoreOutOfDate","WordpressThemeHiStoreVersionDisclosure","WordpressThemeSiezzIdentified","WordpressThemeSiezzOutOfDate","WordpressThemeSiezzVersionDisclosure","WordpressThemeBosmarketIdentified","WordpressThemeBosmarketOutOfDate","WordpressThemeBosmarketVersionDisclosure","WordpressThemeSecretshoIdentified","WordpressThemeSecretshoOutOfDate","WordpressThemeSecretshoVersionDisclosure","WordpressThemeRozyIdentified","WordpressThemeRozyOutOfDate","WordpressThemeRozyVersionDisclosure","WordpressThemeFurnikiIdentified","WordpressThemeFurnikiOutOfDate","WordpressThemeFurnikiVersionDisclosure","WordpressThemeGaionIdentified","WordpressThemeGaionOutOfDate","WordpressThemeGaionVersionDisclosure","WordpressThemeHouskitIdentified","WordpressThemeHouskitOutOfDate","WordpressThemeHouskitVersionDisclosure","WordpressThemeSoazIdentified","WordpressThemeSoazOutOfDate","WordpressThemeSoazVersionDisclosure","WordpressThemeAvesaIdentified","WordpressThemeAvesaOutOfDate","WordpressThemeAvesaVersionDisclosure","GeoServerIdentified","GeoServerVersionDisclosure","GeoServerOutOfDate","RegreSshion","PolyfillSupplyChain","MailmanIdentified","MailmanVersionDisclosure","MailmanOutOfDate","PayaraIdentified","PayaraVersionDisclosure","PayaraOutOfDate","GoAnywhereMftAuthBypass","CacheableSensitivePage","SensitiveDataOktaSecretKey","SensitiveDataJenkinsSecretKey","WordPressPluginBackdoor","InsecureFrameAncestorsDirectiveDetected","FrameAncestorsDirectiveMissing","Sast","XWikiplatformIdentified","XWikiplatformVersionDisclosure","XWikiplatformOutOfDate","MasaCmsIdentified","MasaCmsVersionDisclosure","MasaCmsOutOfDate","MarkdownitIdentified","MarkdownitVersionDisclosure","MarkdownitOutOfDate","jszipIdentified","jszipVersionDisclosure","jszipOutOfDate","uaparserjsIdentified","uaparserjsVersionDisclosure","uaparserjsOutOfDate","dojoIdentified","dojoVersionDisclosure","dojoOutOfDate","MongoDbOutOfDate","VarnishCacheVersionDisclosure","PHPMyAdminOutOfDate","VarnishCacheOutOfDate"],"type":"string"}}}}}},"/api/1.0/websitegroups/delete":{"post":{"tags":["WebsiteGroups"],"summary":"Deletes a website group.","operationId":"WebsiteGroups_Delete","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/DeleteWebsiteGroupApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteGroupDeleteResponse"}}}}},"/api/1.0/websitegroups/delete/{id}":{"post":{"tags":["WebsiteGroups"],"summary":"Deletes a website group with given id","operationId":"WebsiteGroups_DeleteById","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"website group id","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteGroupDeleteResponse"}}}}},"/api/1.0/websitegroups/get":{"get":{"tags":["WebsiteGroups"],"summary":"Gets website group by name.","operationId":"WebsiteGroups_GetByQuery","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"query","in":"query","description":"name.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteGroupApiModel"}}}}},"/api/1.0/websitegroups/get/{id}":{"get":{"tags":["WebsiteGroups"],"summary":"Gets website group by id.","operationId":"WebsiteGroups_GetById","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"id.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteGroupApiModel"}}}}},"/api/1.0/websitegroups/list":{"get":{"tags":["WebsiteGroups"],"summary":"Gets the list of website groups.","operationId":"WebsiteGroups_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page size.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteGroupListApiResult"}}}}},"/api/1.0/websitegroups/new":{"post":{"tags":["WebsiteGroups"],"summary":"Creates a new website group.","operationId":"WebsiteGroups_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/NewWebsiteGroupApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/WebsiteGroupApiModel"}}}}},"/api/1.0/websitegroups/update":{"post":{"tags":["WebsiteGroups"],"summary":"Updates a website group.","operationId":"WebsiteGroups_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/UpdateWebsiteGroupApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteGroupApiModel"}}}}},"/api/1.0/websites/delete":{"post":{"tags":["Websites"],"summary":"Deletes a website.","operationId":"Websites_Delete","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/DeleteWebsiteApiModel"}}],"responses":{"200":{"description":"OK","schema":{"description":"api/1.0/Websites/DeleteResult","enum":["Ok","NotFound","OnGoingScanExisting","OnGoingPciScanExisting"],"type":"string","xml":{"name":"<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">Ok</string>"},"example":"Ok"}}}}},"/api/1.0/websites/get":{"get":{"tags":["Websites"],"summary":"Gets website by name or URL.","operationId":"Websites_GetByQuery","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"query","in":"query","description":"The website name or URL.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteApiModel"}}}}},"/api/1.0/websites/get/{id}":{"get":{"tags":["Websites"],"summary":"Gets website by id.","operationId":"Websites_GetById","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"id","in":"path","description":"The website id.","required":true,"type":"string","format":"uuid"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteApiModel"}}}}},"/api/1.0/websites/getwebsitesbygroup":{"get":{"tags":["Websites"],"summary":"Gets the list of websites by group name or id.","operationId":"Websites_GetWebsitesByGroup","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"query","in":"query","description":"The website group name or id.","required":true,"type":"string"},{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteListApiResult"}}}}},"/api/1.0/websites/list":{"get":{"tags":["Websites"],"summary":"Gets the list of websites.","operationId":"Websites_List","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"page","in":"query","description":"The page index.","required":false,"type":"integer","format":"int32","default":1},{"name":"pageSize","in":"query","description":"The page size. Page size can be any value between 1 and 200.","required":false,"type":"integer","format":"int32","default":20}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteListApiResult"}}}}},"/api/1.0/websites/new":{"post":{"tags":["Websites"],"summary":"Creates a new website.","operationId":"Websites_New","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/NewWebsiteApiModel"}}],"responses":{"201":{"description":"Created","schema":{"$ref":"#/definitions/WebsiteApiModel"}}}}},"/api/1.0/websites/search":{"get":{"tags":["Websites"],"summary":"Gets an action method that renders websites by search term.","operationId":"Websites_Search","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"searchTerms","in":"query","description":"The search terms.","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteSearchApiResult"}}}}},"/api/1.0/websites/sendverificationemail":{"post":{"tags":["Websites"],"summary":"Sends the verification email if verification limit not exceeded yet.","operationId":"Websites_SendVerificationEmail","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"websiteUrl","in":"body","description":"The website URL.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SendVerificationEmailModel"}}}}},"/api/1.0/websites/startverification":{"post":{"tags":["Websites"],"summary":"Starts the verification with specified method.","operationId":"Websites_StartVerification","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/StartVerificationApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StartVerificationResult"}}}}},"/api/1.0/websites/update":{"post":{"tags":["Websites"],"summary":"Updates a website.","operationId":"Websites_Update","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/UpdateWebsiteApiModel"}}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebsiteApiModel"}}}}},"/api/1.0/websites/verificationfile":{"get":{"tags":["Websites"],"summary":"Renders verification file.","operationId":"Websites_VerificationFile","consumes":[],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"websiteUrl","in":"query","description":"The website URL.","required":true,"type":"string"}],"responses":{"200":{"description":"OK"},"404":{"description":"NotFound"}}}},"/api/1.0/websites/verify":{"post":{"tags":["Websites"],"summary":"Executes verification process.","operationId":"Websites_Verify","consumes":["application/json","text/json","application/scim+json","application/xml","text/xml","application/x-www-form-urlencoded","multipart/form-data"],"produces":["application/json","text/json","application/scim+json","application/xml","text/xml","multipart/form-data"],"parameters":[{"name":"model","in":"body","description":"The model.","required":true,"schema":{"$ref":"#/definitions/VerifyApiModel"}}],"responses":{"200":{"description":"OK","schema":{"description":"api/1.0/Websites/VerifyResult","enum":["Verified","NotVerified","VerificationLimitExceed"],"type":"string","xml":{"name":"<string xmlns=\"http://schemas.microsoft.com/2003/10/Serialization/\">Verified</string>"},"example":"Verified"}}}}}},"definitions":{"AccountLicenseDto":{"type":"object","properties":{"SubscriptionMaximumSiteLimit":{"format":"int32","type":"integer"},"SubscriptionSiteCount":{"format":"int32","type":"integer"},"SubscriptionEndDate":{"type":"string"},"SubscriptionStartDate":{"type":"string"},"IsAccountWhitelisted":{"type":"boolean"},"UsedScanCreditCount":{"format":"int32","type":"integer"},"ScanCreditCount":{"format":"int32","type":"integer"},"IsCreditScanEnabled":{"type":"boolean"},"IsSubscriptionEnabled":{"type":"boolean"},"PreVerifiedWebsites":{"type":"array","items":{"type":"string"}},"Licenses":{"type":"array","items":{"$ref":"#/definitions/LicenseBaseModel"}}}},"LicenseBaseModel":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsActive":{"type":"boolean"},"Key":{"type":"string"},"AccountCanCreateSharkScanTask":{"type":"boolean"}}},"UserHealthCheckApiModel":{"description":"The health check model for user","type":"object","properties":{"DateFormat":{"description":"Gets or sets user's date format","type":"string"},"DisplayName":{"description":"Gets or sets user display name","type":"string"},"Email":{"description":"Gets or sets Email","type":"string"},"AlternateLoginEmail":{"description":"Gets or sets Alternate Email","type":"string"},"TimeZoneInfo":{"description":"Gets or sets user's time info","type":"string"}}},"ScanControlApiModel":{"type":"object","properties":{"IsScansSuspended":{"type":"boolean"}}},"AgentGroupApiDeleteModel":{"description":"Represents a model for deleting a agent group.","required":["Name"],"type":"object","properties":{"Name":{"description":"The identifier","type":"string"}}},"AgentGroupsListApiResult":{"description":"Represents a model for carrying out a paged agent group list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/AgentGroupApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"AgentGroupApiModel":{"description":"Represents a model for agent group.","type":"object","properties":{"Agents":{"description":"Agents which are in agent group","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"Id":{"format":"uuid","description":"Agent group identifier","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Agent Group Name","type":"string"},"Teams":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"AgentGroupApiNewModel":{"description":"Represents a model for creating a agent group.","required":["Agents","Name"],"type":"object","properties":{"Agents":{"description":"Agent ids","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"Name":{"description":"Agent Group Name","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"Teams":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"AgentGroupModel":{"description":"Represents a model for carrying out agent group data.","type":"object","properties":{"Agents":{"description":"Agents which are in agent group","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"Id":{"format":"uuid","description":"Agent group identifier","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Agent Group Name","type":"string"},"Teams":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"AgentGroupApiUpdateModel":{"description":"Agent group model for updating","required":["Agents","Id","Name"],"type":"object","properties":{"Agents":{"description":"Agents ids","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"Id":{"format":"uuid","description":"The identifier","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"The agent group name","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"Teams":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"AgentListApiResult":{"description":"Represents a model for carrying out a paged Agent list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/AgentListApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"AgentListApiModel":{"description":"Initializes a new instance of the {Netsparker.Cloud.Infrastructure.Models.AgentListApiModel} class.","type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the unique identifier of agent.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Heartbeat":{"format":"date-time","description":"Gets or sets the date and time at which the instance last notified its active status.","type":"string"},"IpAddress":{"description":"Gets or sets the public ip address of the instance in which this agent runs.","type":"string"},"Launched":{"format":"date-time","description":"Gets or sets the date and time at which the instance was launched.","type":"string"},"Name":{"description":"Gets or sets the agent name.","type":"string"},"State":{"description":"Gets or sets a value that represents the status of this agent instance.","enum":["Launching","Waiting","Scanning","Terminated","NotAvailable","Disabled","Updating"],"type":"string"},"Version":{"description":"Gets or sets the version of agent.","type":"string"},"AutoUpdateEnabled":{"description":"Determines whether is auto update enabled for the agent.","type":"boolean"},"HasWaitingCommand":{"description":"Returns an agent has any uncompleted command.","type":"boolean"},"VdbVersion":{"description":"Gets or sets the vdb version","type":"string"},"OsDescription":{"description":"Gets or sets the OS Description","type":"string"},"FrameworkDescription":{"description":"Gets or sets the framework description.","type":"string"},"OsArchitecture":{"description":"Gets or sets the OS architecture","type":"string"},"ProcessArchitecture":{"description":"Gets or sets the process architecture","type":"string"},"IsAgentNeedsUpdate":{"description":"Gets the agent needs update","type":"boolean"},"StorageHealthState":{"enum":["Healthy","BelowThreshold","CriticallyLow"],"type":"string"}}},"AgentStatusModel":{"description":"Represents a model for update state a agent.","required":["AgentId"],"type":"object","properties":{"AgentId":{"format":"uuid","description":"Gets or sets the unique identifier of agent.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Status":{"description":"Gets or sets a value that represents the status of this agent instance.","type":"boolean"}}},"DeleteAgentModel":{"description":"Represents a model for deleting a agent.","required":["AgentId"],"type":"object","properties":{"AgentId":{"format":"uuid","description":"Gets or sets the unique identifier of agent.","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"AuditLogPagedResultDto":{"type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/AuditLogDto"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"AuditLogDto":{"type":"object","properties":{"AccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CreatedAt":{"format":"date-time","type":"string"},"EndpointType":{"enum":["Web","Api","BackgroundTask"],"type":"string"},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Type":{"enum":["Signin","Signout","Signup","ResentConfirmationEmail","EmailConfirmed","PasswordResetRequested","PasswordResetSucceeded","PasswordChanged","UserAccountUpdated","UserCreated","UserUpdated","AccessTokenReset","ScanStarted","ScanCancelled","WebsiteGroupCreated","WebsiteGroupDeleted","WebsiteGroupUpdated","WebsiteCreated","WebsiteUpdated","WebsiteDeleted","ScheduledScanDeleted","ScheduledScanCreated","ScheduledScanUpdated","ScanPolicyCreated","ScanPolicyUpdated","ScanPolicyDeleted","CheckedUpdates","ScanDeleted","SigninAs","TwoFactorAuthenticationDisabled","TwoFactorAuthenticationConfigured","TwoFactorAuthenticationRecoveryCodesViewed","TwoFactorAuthenticationEnforcementChanged","SigninWithRecoveryCode","IssueCreated","IssueUpdated","DeleteUser","StartVerification","VerifyOwnership","ScanPaused","ScanResumed","AccountLicenseUpdated","InvitationLicenseUpdated","MarkedLateConfirmation","ConfirmSupportAccessRequest","AgentGroupCreated","AgentGroupUpdated","AgentGroupDeleted","IpRestrictionAdded","IpRestrictionUpdated","IpRestrictionDeleted","IpRestrictionsStatusChanged","RawScanFileRetentionPeriodEnabled","RawScanFileRetentionPeriodDisabled","AccountUpdated","ScanNotificationRuleCreated","ScanNotificationRuleUpdated","ScanNotificationRuleDeleted","ScanNotificationRulePrioritiesUpdated","ReportPolicyCreated","ReportPolicyUpdated","ReportPolicyDeleted","AgentDeleted","DeleteAccount","NsScanImported","AccountsMerged","TooManyRequests","SupportEditedUser","AgentsAutoUpdateSettingChanged","WebsiteGroupTechContactChanged","CreateInvitation","DeleteInvitation","ScanProfileCreated","ScanProfileUpdated","ScanProfileDeleted","GeneralSettingsUpdated","SecuritySettingsUpdated","DatabaseSettingsUpdated","EmailSettingsUpdated","SmsSettingsUpdated","CloudProviderUpdated","SingleSignOnUpdated","IpRestrictionsUpdated","TechnologyNotificationChanged","LoginAttemptFailed","IpRestrictedSessionsStatusChanged","U2FSecurityKeyConfigured","U2FSecurityKeyReConfigured","AgentTokenReset","AddOrUpdateTag","EncryptionKeysUpdated","EncryptionKeysDownloaded","RoleCreated","RoleUpdated","RoleDelete","TeamCreated","TeamUpdated","TeamDelete","DefectDojoReportImported","DefectDojoReportImportFailed","ScanDataRetentionPeriodEnabled","ScanDataRetentionPeriodDisabled","ScanQueuedAgain","ScanFailed","AgentCommandDelete","ImportWebsite","LimitingRole","LdapSettingsUpdated"],"type":"string"},"UserEmail":{"type":"string"},"UserId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"UserName":{"type":"string"},"Message":{"type":"string"},"RequestData":{"type":"string"}}},"AuthenticationProfileViewModel":{"required":["name","triggeredUrl","loginUrl","customScripts"],"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"The Name","type":"string"},"triggeredUrl":{"description":"The Triggered Url.","type":"string"},"loginUrl":{"description":"The Login Url.","type":"string"},"customScripts":{"description":"The custom scripts.","type":"array","items":{"$ref":"#/definitions/CustomScriptPageViewModel"}}}},"CustomScriptPageViewModel":{"description":"The custom script page model","required":["key","value"],"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}},"AuthenticationProfileCreateModel":{"description":"Represents the of an Authentication Profile Model.","required":["name","triggeredUrl","loginUrl","customScripts"],"type":"object","properties":{"name":{"description":"The Name","type":"string"},"triggeredUrl":{"description":"The Triggered Url.","type":"string"},"loginUrl":{"description":"The Login Url.","type":"string"},"customScripts":{"description":"The custom scripts.","type":"array","items":{"$ref":"#/definitions/CustomScriptPageViewModel"}}}},"AuthenticationProfileUpdateModel":{"description":"Represents the of an Authentication Profile Model.","required":["id","name","triggeredUrl","loginUrl","customScripts"],"type":"object","properties":{"id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"name":{"description":"The Name","type":"string"},"triggeredUrl":{"description":"The Triggered Url.","type":"string"},"loginUrl":{"description":"The Login Url.","type":"string"},"customScripts":{"description":"The custom scripts.","type":"array","items":{"$ref":"#/definitions/CustomScriptPageViewModel"}}}},"DiscoveryServiceListApiResult":{"type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/DiscoveryApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"DiscoveryApiModel":{"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"SubDomain":{"description":"Gets or sets the sub domain.","type":"string"},"SecondLevelDomain":{"description":"Gets or sets the second level domain.","type":"string"},"SecondLevelDomainCount":{"format":"int32","description":"Gets or sets the second level domain count.","type":"integer"},"TopLevelDomain":{"description":"Gets or sets the top level domain.","type":"string"},"TopLevelDomainCount":{"format":"int32","description":"Gets or sets the top level domain count.","type":"integer"},"Authority":{"description":"Gets or sets the authority.","type":"string"},"Https":{"description":"Gets or sets the HTTPS.","type":"boolean"},"IpAddress":{"description":"Gets the ip address string.","type":"string"},"IpAddressCount":{"format":"int32","description":"Gets the ip address count.","type":"integer","readOnly":true},"OrganizationName":{"description":"Gets or sets the name of the organization.","type":"string"},"OrganizationNameCount":{"format":"int32","description":"Gets or sets the organization name count.","type":"integer"},"Copyright":{"description":"Gets or sets the copyright.","type":"string"},"AccountId":{"format":"uuid","description":"Gets or sets the account identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteId":{"format":"uuid","description":"Gets or sets the website identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteName":{"description":"Gets or sets the name of the website.","type":"string"},"Distance":{"format":"int32","description":"Gets or sets the distance.","type":"integer"},"Status":{"description":"Gets or sets the status.","enum":["Discovered","Ignored","Created"],"type":"string"},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}},"Port":{"format":"int32","description":"Gets or sets the Port of the website.","type":"integer"},"DiscoverySourceType":{"description":"Gets or sets the Discovery Source Type of the website.","enum":["RadarDeepInfo","Aws"],"type":"string"},"DiscoveryConnectionsDetail":{"$ref":"#/definitions/DiscoveryConnectionsApiModel","description":"Gets or sets the Discovered Host Detail of the website."},"RiskScore":{"description":"Gets or sets the risk score of the website.","enum":["Low","Medium","High","Critical","Loading","Undetermined","TemporaryUnavailable","ScoringQueued"],"type":"string"}}},"DiscoveryConnectionsApiModel":{"type":"object","properties":{"EC2InstanceId":{"description":"Gets or sets EC2 instance id","type":"string"},"EC2CreationDate":{"format":"date-time","description":"Gets or sets EC2 creation date","type":"string"},"Platform":{"description":"Gets or sets platform type","type":"string"}}},"File":{"type":"object","properties":{}},"DiscoverySettingsApiModel":{"description":"Discovery Settings api model.","type":"object","properties":{"IncludedMainDomains":{"type":"string"},"IncludedSlds":{"description":"Gets or sets the included SLDS.","type":"string"},"IncludedIpRanges":{"description":"Gets or sets the included ip ranges.","type":"string"},"IncludedOrganizations":{"description":"Gets or sets the included organizations.","type":"string"},"ExcludedDomains":{"type":"string"},"ExcludedSlds":{"description":"Gets or sets the excluded SLDS.","type":"string"},"ExcludedTlds":{"description":"Gets or sets the excluded TLDS.","type":"string"},"ExcludedIpAddresses":{"description":"Gets or sets the excluded ip addresses.","type":"string"},"ExcludedOrganizations":{"description":"Gets or sets the excluded organizations.","type":"string"},"OnlyRegisteredDomains":{"description":"Gets or sets a value indicating whether [only registered domains].","type":"boolean"},"SharedHostMatching":{"description":"Gets or sets a value indicating whether [shared host matching].","type":"boolean"},"OrganizationNameMatching":{"description":"Gets or sets a value indicating whether [organization name matching].","type":"boolean"},"EmailMatching":{"description":"Gets or sets a value indicating whether [only registered domains].","type":"boolean"},"WebsitesMatching":{"description":"Gets or sets a value indicating whether [only registered domains].","type":"boolean"},"EnableSlds":{"description":"Gets or sets a value indicating whether [only registered domains].","type":"boolean"},"IsRiskScoringEnabled":{"type":"boolean"},"EnableMainDomains":{"type":"boolean"}}},"ExcludeFilter":{"description":"Exclude filter.","type":"object","properties":{"ExcludedSlds":{"description":"Gets or sets the excluded SLDS.","type":"array","items":{"type":"string"}},"ExcludedTlds":{"description":"Gets or sets the excluded TLDS.","type":"array","items":{"type":"string"}},"ExcludedIpAddresses":{"description":"Gets or sets the excluded ip addresses.","type":"array","items":{"type":"string"}},"ExcludedDomains":{"description":"Gets or sets the excluded domains.","type":"array","items":{"type":"string"}},"ExcludedOrganizations":{"description":"Gets or sets the excluded organizations.","type":"array","items":{"type":"string"}}}},"DeleteDiscoveryConnectionModel":{"required":["ConnectionId"],"type":"object","properties":{"ConnectionId":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Type":{"description":"Gets or sets ConnectionType type.","enum":["Aws"],"type":"string"}}},"DiscoveryConnectionsViewModel":{"required":["Name"],"type":"object","properties":{"Name":{"type":"string"},"Type":{"description":"Gets or sets ConnectionType type.","enum":["Aws"],"type":"string"},"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AwsConnectionInfo":{"$ref":"#/definitions/AwsConnectionInfoModel","description":"Gets or sets the Aws Connection Info Model."}},"example":{"Name":"string","Type":"Aws","AwsConnectionInfo":{"Region":"string","AccessKeyId":"string","SecretAccessKey":"string","ShowUnreachableDiscoveredWebsites":false}}},"AwsConnectionInfoModel":{"required":["Region","AccessKeyId","SecretAccessKey"],"type":"object","properties":{"Region":{"description":"Gets or sets Connection Regions.","type":"string"},"AccessKeyId":{"description":"Gets sets Aws Access Key Id","type":"string"},"SecretAccessKey":{"description":"Gets sets Aws Secret Access Key","type":"string"},"ShowUnreachableDiscoveredWebsites":{"description":"Gets or sets Unreachable Discovered Website.","type":"boolean"}}},"AllIssuesApiResult":{"description":"Paged list api model.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/AllIssuesApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"AllIssuesApiModel":{"description":"Represents a class that carries vulnerability information.","type":"object","properties":{"AssigneeName":{"description":"Gets or sets the name of the assignee.","type":"string"},"FirstSeenDate":{"description":"Gets or sets the first seen date.","type":"string"},"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsAddressed":{"description":"Gets or sets a value indicating whether this vulnerability is addressed.","type":"boolean"},"IsDetectedByShark":{"description":"Gets or sets a value indicating whether this vulnerability is detected by shark/acusensor.","type":"boolean"},"IsPresent":{"description":"Gets or sets a value indicating whether this vulnerability is present.","type":"boolean"},"LastSeenDate":{"description":"Gets or sets the last seen date.","type":"string"},"LastRevivedDate":{"description":"Gets or sets the last revieved date.","type":"string"},"StateFixedConfirmedDate":{"description":"Gets or sets the last Fixed (Confirmed) date of the vulnerability.","type":"string"},"UpdatedDate":{"description":"Gets or sets the update date.","type":"string"},"Severity":{"description":"Gets or sets the severity.","enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"},"State":{"description":"Gets or sets the state.","type":"string"},"Title":{"description":"Gets or sets the title.","type":"string"},"Url":{"description":"Gets or sets the URL.","type":"string"},"LatestVulnerabilityIsConfirmed":{"description":"Gets or sets a value indicating whether [vulnerability confirmed].","type":"boolean"},"WebsiteId":{"format":"uuid","description":"Gets or sets the website identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteName":{"description":"Gets or sets the name of the website.","type":"string"},"WebsiteRootUrl":{"description":"Gets or sets the website root URL.","type":"string"},"FixTimeInMinutes":{"format":"int32","description":"Gets or sets the issue fix time.","type":"integer"},"Certainty":{"format":"int32","description":"Gets or sets the certainty.","type":"integer"},"Parameters":{"description":"Gets the issue parameters.","type":"array","items":{"$ref":"#/definitions/IssueRequestContentParametersApiModel"},"readOnly":true},"VulnerabilityDetail":{"description":"Gets a detail of the vulerability.","type":"string"},"Impact":{"description":"Gets a description of the impact of the associated vulnerability.","type":"string"},"Actions":{"description":"Gets a description of the actions of the associated vulnerability.","type":"string"},"Skills":{"description":"Gets a description of the skills of the associated vulnerability.","type":"string"},"Remedy":{"description":"Gets a description of the remedy of the associated vulnerability.","type":"string"},"RemedyReferences":{"description":"Gets a description of the remedy references of the associated vulnerability.","type":"string"},"ExternalReferences":{"description":"Gets a description of the external of the associated vulnerability.","type":"string"},"ProofOfConcept":{"description":"Gets a description of the proof of concept for the associated vulnerability.","type":"string"},"CustomData":{"description":"Gets a description of the proof of concept for the associated vulnerability.","type":"string"},"CustomFields":{"description":"Gets a collection of the vulnerability.","type":"array","items":{"$ref":"#/definitions/CustomFieldModel"},"readOnly":true},"ClassificationLinks":{"description":"Gets the classification links","type":"array","items":{"type":"string"}},"CvssVectorString":{"description":"Gets the CVSS 3.0 vector string.","type":"string"},"Cvss31VectorString":{"description":"Gets the CVSS 3.1 vector string.","type":"string","readOnly":true},"Cvss40VectorString":{"description":"Gets the CVSS 4.0 vector string.","type":"string","readOnly":true},"Type":{"description":"Gets or sets the Vulnerability Type. This is an unique discriminator for vulnerabilities.","enum":["Custom","Sca","None","HighlyPossibleSqlInjection","Xss","PossibleXss","PermanentXss","PossiblePermanentXss","InternalServerError","ForbiddenResource","PassiveVulns","PossibleBlindSqlInjection","NtlmAuthrizationRequired","BasicAuthorisationRequired","DigestAuthorizationRequired","ClearTextBasicAuth","ConfirmedBlindSqlInjection","PossibleSqlInjection","ConfirmedSqlInjection","FileUploadFound","AutoCompleteEnabled","PasswordOverHttp","PasswordFormOverHttp","InternalIPLeakage","CookieNotMarkedAsSecure","CookieNotMarkedAsHttpOnly","ConfirmedBooleanSqlInjection","PossibleBooleanSqlInjection","PasswordToHttp","CommandInjection","BlindCommandInjection","PossibleBlindCommandInjection","HeaderInjection","MySqlIdentified","MsSqlIdentified","MsAccessIdentified","DbConnectedAsAdmin","AspNetIdentified","AspNetVersionDisclosure","IisDirectoryListing","ApacheDirectoryListing","TomcatDirectoryListing","PhpSourceCodeDisclosure","AspNetSourceCodeDisclosure","GenericSourceCodeDisclosure","PossibleInternalUnixPathLeakage","MsOfficeDocumentInformationDisclosure","PhpInfoIdentified","PossibleLocalFileInclusion","OracleIdentified","PostgreSqlIdentified","HighPossibilityLfi","Lfi","PossibleInternalWindowsPathLeakage","EmailDisclosure","SocialSecurityNumberDisclosure","ApacheVersionDisclosure","TomcatVersionDisclosure","PhpVersionDisclosure","IisVersionDisclosure","WebLogicVersionDisclosure","LighttpdVersionDisclosure","SharePointVersionDisclosure","ApacheCoyoteVersionDisclosure","OracleApplicationServerVersionDisclosure","OpenSslVersionDisclosure","ApacheModuleVersionDisclosure","PerlVersionDisclosure","FrontPageVersionDisclosure","PythonVersionDisclosure","JavaServletVersionDisclosure","SitemapIdentified","CrossDomainXml","RobotsIdentified","SpecialCase","SpecialCaseNoCookies","SpecialCaseNoBasicAuthentication","ApacheServerStatus","ApacheServerInfo","ClientAccessPolicy","OpenCrossDomainXml","OpenClientAccessPolicy","HighPossibleBooleanSqlInjection","DatabaseErrorMessages","ProgrammingErrorMessages","ApacheMultiViewsEnabled","BackupFileFound","BackupSourceCodeFound","TraceTrackIdentified","TraceaxdFound","ElmahaxdFound","AspNetDebugEnabled","LfiCodeInclusion","AspNetStackTrace","SvnDisclosure","GitDisclosure","CvsDisclosure","Rfi","PossibleRfi","PossibleCi","XssViaRfi","RceAsp","PossibleRceAsp","RcePhp","PossibleRcePhp","RcePerl","PossibleRcePerl","ViewStateMacNotEnabled","ViewStateNotEncrypted","ViewStateAnalyzer","OpenRedirect","TomcatExceptionReport","DjangoStackTraceDisclosure","Struts2DevModeEnabled","AspNetDirectoryListing","MySqlUsernameDisclosure","MsSqlUsernameDisclosure","WinUsernameDisclosure","RceViaLfi","XssProtectionDisabled","MdbFound","WeakCredentials","PythonStackTraceDisclosure","ColdFusionStackTraceDisclosure","DefaultIis7Page","DefaultIis6Page","DefaultApachePage","SinatraStackTraceDisclosure","SqliteFound","OutlookFileFound","DsStoreFileFound","FrameInjection","DefaultTomcatPage","TomcatSourceCodeDisclosure","WebBackdoorIdentified","PassiveWebBackdoorIdentified","PossibleAdminFile","PossibleConfigFile","PossibleReadmeFile","PossibleInstallationFile","PossibleLogFile","PossibleSqlFile","PossibleTestFile","TomcatOutOfDate","ApacheOutOfDate","MsSqlOutOfDate","MySqlOutOfDate","HsqlDbOutOfDate","PhpOutOfDate","OpenSslOutOfDate","RedirectBodyTooLarge","RedirectTwoResponses","SslVersion2Support","WeakCiphersDetected","AnonAuthDetected","WeakSignatureAlgorithmDetected","InvalidSslCertificate","SslVersion3Support","IntermediateWeakSignatureAlgorithmDetected","MvcVersionDisclosure","MongrelVersionDisclosure","NginxVersionDisclosure","MySQLDoSDetected","GrailsStackTraceDisclosure","PossibleElInjection","ElInjection","ApacheMyFacesStackTraceDisclosure","PasswordOverQuerystring","ColdFusionSourceCodeDisclosure","AWStatsIdentified","MintIdentified","PiwikIdentified","WSFTPLogFileIdentified","WebConfigIdentified","LighttpdDirectoryListing","NginxDirectoryListing","LiteSpeedDirectoryListing","GenericEmailDisclosure","DefaultIis8Page","ShellScriptIdentified","PossibleDatabaseConnectionStringIdentified","UNCServerAndShareDisclosure","HstsNotEnabled","HstsMaxAge","HstsViaHttp","HstsErrors","WordPressOutOfDate","DrupalOutOfDate","JoomlaOutOfDate","MediaWikiOutOfDate","MovableTypeOutOfDate","OscommerceOutOfDate","PhpBBOutOfDate","TWikiOutOfDate","WordPressIdentified","DrupalIdentified","JoomlaIdentified","MediaWikiIdentified","MovableTypeIdentified","OscommerceIdentified","PhpBBIdentified","TWikiIdentified","RceRorXml","RceRorJson","PossibleRceRorXml","PossibleRceRorJson","ModSslVersionDisclosure","PHPMyAdminIdentified","WebalizerIdentified","RubyVersionDisclosure","WebrickVersionDisclosure","OptionsMethodEnabled","WebDavEnabled","WebDavDirectoryHasWritePermissions","CodeExecutionViaWebDav","WebDavDirectoryListing","CsrfDetected","CsrfInLoginFormDetected","CookieLeakageInAntiCsrfTokenDetected","MisconfiguredFrame","InsecureFrameExternal","DomBasedXss","NuSoapVersionDisclosure","NuSoapOutOfDate","AutoCompleteEnabledPasswordField","NginxOutOfDate","PerlSourceCodeDisclosure","PythonSourceCodeDisclosure","RubySourceCodeDisclosure","JavaSourceCodeDisclosure","OpenSslHeartbleedVulnerability","NginxIdentified","ApacheIdentified","JavaStackTraceDisclosure","MissingXFrameOptionsHeader","MissingContentTypeHeader","CommandInjectionShellshock","PossibleReflectedFileDownload","InsecureJsonpEndpoint","InsecureReflectedContent","MisconfiguredAccessControlOrigin","PassiveMixedContent","Teapot","PossibleXxe","Xxe","UnrestrictedFileUpload","CodeExecutionViaFileUpload","PossibleCreditCardDisclosure","RsaPrivateKeyDetected","RceInHttpSys","OpenRedirectInPost","FormHijacking","BaseTagHijacking","WindowsShortFilename","RorDatabaseConfigurationFileDetected","RorDevelopmentModeEnabled","RorVersionDisclosure","RubyGemsVersionDisclosure","RubyGemsOutOfDate","RubyOutOfDate","RorOutOfDate","PythonOutOfDate","PerlOutOfDate","DjangoDebugModeEnabled","DjangoVersionDisclosure","DjangoOutOfDate","PhpLiteAdminIdentified","AdminerIdentified","MicrosoftIisLogFileIdentified","PhpMoAdminIdentified","DbNinjaIdentified","LaravelEnvironmentConfigurationFileDetected","LaravelDebugModeEnabled","LaravelStackTraceDisclosure","SublimeSftpConfigFileDetected","RorStackTraceDisclosure","JqueryOutOfDate","JqueryMigrateOutOfDate","JqueryMobileOutOfDate","JqueryUiDialogOutOfDate","JqueryUiAutocompleteOutOfDate","JqueryUiTooltipOutOfDate","PrettyPhotoOutOfDate","jPlayerOutOfDate","YuiOutOfDate","PrototypejsOutOfDate","EmberOutOfDate","DojoOutOfDate","AngularjsOutOfDate","BackbonejsOutOfDate","MustachejsOutOfDate","HandlebarsjsOutOfDate","EasyXdmOutOfDate","PluploadOutOfDate","DomPurifyOutOfDate","DwrOutOfDate","InsecureHttpUsage","OpenCartIdentified","OpenCartOutOfDate","MissingXssProtectionHeader","VideojsOutOfDate","TlsVersion1Support","SameSiteCookieNotImplemented","ReverseTabnabbing","SubResourceIntegrityNotImplemented","SubResourceIntegrityHashInvalid","PossibleSsrf","OutOfBandSqlInjection","OutOfBandXxe","BlindXss","OutOfBandRfi","OutOfBandRcePhp","OutOfBandCommandInjection","SsrfAws","PossibleSsrfAws","SsrfElmah","PossibleSsrfElmah","SsrfTrace","PossibleSsrfTrace","OutOfBandRceAsp","OutOfBandRcePerl","DomBasedOpenRedirect","DeprecatedCspHeader","CspNotImplemented","InvalidCspMetaTag","InvalidCspInsructionInMeta","CspKeywordUsedAsTarget","UnsafeCspInstructionDetected","NonceDetectedInCsp","NoScriptTagDetectedWithNonce","SameNonceValueDetected","DefaultSrcUsedInCsp","InsecureReportUriDetectedInCsp","ReportUriWithDifferentHostDetectedInCsp","WildcardDetectedInScheme","WildcardDetectedInDomain","WildcardDetectedInPort","UnsupportedHashDetectedInScriptInstruction","InsecureNonceValueDetected","SsrfElmahMvc","PossibleSsrfElmahMvc","DeprecatedHeaderDetectedWithCspHeader","InvalidNonceDetectedInCsp","NoScriptTagDetectedWithHash","DataCspDirectiveDetected","CspReportOnlyHeaderDetectedWithoutReportUri","CspReportOnlyUsedInMeta","SingleHeaderMultipleCookies","OutOfBandRceRoRXml","OutOfBandRceRoRJson","ObjectSrcNotUsed","ApacheMultiChoiceEnabled","HttpOrHttpsDetectedOnScriptSrc","InsecureTargetUriDetectedInCsp","PossibleTimeBasedSsrf","PossibleBlindXss","PossibleSsrfSsh","PossibleSsrfMySql","RceApacheStruts","PossibleRceApacheStruts","ControllableCookie","ReferrerPolicyNotImplemented","ReferrerPolicyReferrerLeakToSameProtocol","ReferrerPolicyOriginLeakToCrossSite","ReferrerPolicySameProtocolLeak","ReferrerPolicyCrossOriginLeak","ReferrerPolicyStrictCrossOriginLeak","ReferrerPolicyCrossSiteReferrerLeak","ReferrerPolicyUnknown","ReferrerPolicyFallbackMissing","MsSqlDatabaseNameDisclosure","MySqlDatabaseNameDisclosure","ActiveMixedContent","MixedContentScript","MixedContentResource","KnockoutjsOutOfDate","BootstrapjsOutOfDate","TypeaheadjsOutOfDate","FootablejsOutOfDate","SortablejsOutOfDate","ImagePickerOutOfDate","JqueryValidationOutOfDate","AspNetSignalROutOfDate","Select2OutOfDate","MomentjsOutOfDate","Html5ShivOutOfDate","IonRangeSliderOutOfDate","JsTreeOutOfDate","ModernizrOutOfDate","RespondjsOutOfDate","FuelUxOutOfDate","BootboxOutOfDate","KnockoutMappingOutOfDate","JqueryMaskOutOfDate","Bootstrap3DateTimePickerOutOfDate","BootstrapToggleOutOfDate","JavaScriptCookieOutOfDate","MixedContentFont","MixedContentXhrEndpoint","PossibleRceNodeJs","RceNodeJs","ReactOutOfDate","PossibleSsrfApacheServerStatus","DefaultIis85Page","DefaultIis100Page","DefaultIis75Page","DefaultIis7XPage","CkeditorOutOfDate","WordPressSetupConfigurationFile","PossibleOutOfBandCommandInjectionStruts052","OutOfBandCommandInjectionStruts053","LighttpdOutOfDate","PostgreSqlOutOfDate","RceApacheStrutsS0253","PossibleRceApacheStrutsS0253","RceApacheStrutsS2046","PossibleRceApacheStrutsS2046","RceApacheStrutsS2045","PossibleRceApacheStrutsS2045","AbanteCartIdentified","AbanteCartOutOfDate","AmpacheIdentified","AmpacheOutOfDate","AtutorIdentified","AtutorOutOfDate","ChamiloIdentified","ChamiloOutOfDate","ClarolineIdentified","ClarolineOutOfDate","CollabtiveIdentified","CollabtiveOutOfDate","Concrete5Identified","Concrete5OutOfDate","CoppermineIdentified","CoppermineOutOfDate","CubeCartIdentified","CubeCartOutOfDate","DokuWikiIdentified","DokuWikiOutOfDate","DotClearIdentified","DotClearOutOfDate","E107Identified","E107OutOfDate","FamilyConnectionsIdentified","FamilyConnectionsOutOfDate","FluxBBIdentified","FluxBBOutOfDate","FormToolsIdentified","FormToolsOutOfDate","FrontAccountingIdentified","FrontAccountingOutOfDate","GibbonEduIdentified","GibbonEduOutOfDate","HeskIdentified","HeskOutOfDate","LimeSurveyIdentified","LimeSurveyOutOfDate","LiveHelperChatIdentified","LiveHelperChatOutOfDate","LogaholicIdentified","LogaholicOutOfDate","MibewMessengerIdentified","MibewMessengerOutOfDate","ModXIdentified","ModXOutOfDate","MoodleIdentified","MoodleOutOfDate","MyBBIdentified","MyBBOutOfDate","OmekaIdentified","OmekaOutOfDate","OsClassIdentified","OsClassOutOfDate","OsTicketIdentified","OsTicketOutOfDate","PrestashopIdentified","PrestashopOutOfDate","EspoCrmIdentified","EspoCrmOutOfDate","ElggIdentified","ElggOutOfDate","PhorumIdentified","PhorumOutOfDate","PhpFusionIdentified","PhpFusionOutOfDate","PhpAddressBookIdentified","PhpAddressBookOutOfDate","PhpListIdentified","PhpListOutOfDate","PmWikiIdentified","PmWikiOutOfDate","PodcastGeneratorIdentified","PodcastGeneratorOutOfDate","ProjectSendIdentified","ProjectSendOutOfDate","Question2AnswerIdentified","Question2AnswerOutOfDate","RukovoditelIdentified","RukovoditelOutOfDate","SeoPanelIdentified","SeoPanelOutOfDate","SerendipityIdentified","SerendipityOutOfDate","TcExamIdentified","TcExamOutOfDate","VanillaForumsIdentified","VanillaForumsOutOfDate","WebErpIdentified","WebErpOutOfDate","WeBidIdentified","WeBidOutOfDate","XoopsIdentified","XoopsOutOfDate","YetiForceCrmIdentified","YetiForceCrmOutOfDate","YourlsIdentified","YourlsOutOfDate","ZenCartIdentified","ZenCartOutOfDate","ZenPhotoIdentified","ZenPhotoOutOfDate","PiwigoIdentified","PiwigoOutOfDate","ZurmoIdentified","ZurmoOutOfDate","OwnCloudIdentified","OwnCloudOutOfDate","PhpMyFaqIdentified","PhpMyFaqOutOfDate","RoundcubeIdentified","RoundcubeOutOfDate","ZikulaIdentified","ZikulaOutOfDate","WeakRobotOracleDetected","StrongRobotOracleDetected","ZeptojsOutOfDate","HammerjsOutOfDate","VuejsOutOfDate","PhaserOutOfDate","ChartjsOutOfDate","RamdaOutOfDate","RevealJsOutOfDate","PixiJsOutOfDate","FabricJsOutOfDate","SemanticUIOutOfDate","LeafletOutOfDate","PossibleOutOfBandCommandInjection","FoundationOutOfDate","ThreeJsOutOfDate","PdfJsOutOfDate","ExpressJsIdentified","PossibleSsti","Ssti","PossibleCodeExecutionViaSsti","CodeExecutionViaSsti","PossibleCodeExecutionViaSstiTwig","CodeExecutionViaSstiTwig","PossibleCodeExecutionViaSstiMako","CodeExecutionViaSstiMako","PossibleCodeExecutionViaSstiSmarty","CodeExecutionViaSstiSmarty","PossibleCodeExecutionViaSstiNunjucks","CodeExecutionViaSstiNunjucks","PossibleCodeExecutionViaSstiJade","CodeExecutionViaSstiJade","PossibleSstiDot","SstiDot","PossibleCodeExecutionViaSstiDot","CodeExecutionViaSstiDot","PossibleSstiEjs","SstiEjs","PossibleCodeExecutionViaSstiEjs","CodeExecutionViaSstiEjs","PossibleCodeExecutionViaSstiMarko","CodeExecutionViaSstiMarko","PossibleCodeExecutionViaSstiTornado","CodeExecutionViaSstiTornado","PossibleCodeExecutionViaSstiFreeMarker","CodeExecutionViaSstiFreeMarker","PossibleSstiVelocity","SstiVelocity","PossibleCodeExecutionViaSstiVelocity","CodeExecutionViaSstiVelocity","PossibleSstiErb","SstiErb","PossibleCodeExecutionViaSstiErb","CodeExecutionViaSstiErb","PossibleCodeExecutionViaSstiSlim","CodeExecutionViaSstiSlim","PossibleCodeExecutionViaSstiJinja","CodeExecutionViaSstiJinja","PossibleSstiFreeMarker","SstiFreeMarker","OutOfBandCodeExecutionViaSsti","OutOfBandCodeExecutionViaSstiMako","OutOfBandCodeExecutionViaSstiTornado","OutOfBandCodeExecutionViaSstiJinja","OutOfBandCodeExecutionViaSstiMarko","OutOfBandCodeExecutionViaSstiDot","OutOfBandCodeExecutionViaSstiNunjucks","OutOfBandCodeExecutionViaSstiJade","OutOfBandCodeExecutionViaSstiSmarty","ExpectCtIsMissing","ExpectCtShouldBeServedOverTls","ExpectCtReportOnlyModeIsEnabled","ExpectCtErrors","AuthenticationRequired","CaddyWebServerIdentified","AahGoServerIdentified","JbossApplicationServerIdentified","JbossApplicationServerVersionDisclosure","Ckeditor5OutOfDate","CakePhpIdentified","CakePhpStackTraceDisclosure","DefaultPageCakePhp","CakePhpVersionDisclosure","CakePhpOutOfDate","CherryPyVersionDisclosure","CherryPyOutOfDate","OutOfBandCodeExecutionViaSstiEjs","OutOfBandCodeExecutionViaSstiTwig","OutOfBandCodeExecutionViaSstiFreeMarker","OutOfBandCodeExecutionViaSstiVelocity","CherryPyStackTraceDisclosure","IntrojsOutOfDate","AxiosOutOfDate","Fingerprintjs2OutOfDate","XRegExpOutOfDate","DataTablesOutOfDate","LazyjsOutOfDate","FancyBoxOutOfDate","UnderscorejsOutOfDate","LightboxOutOfDate","JbossApplicationServerOutOfDate","SweetAlert2OutOfDate","LodashOutOfDate","BluebirdOutOfDate","PolymerOutOfDate","ReviveAdserverIdentified","ReviveAdserverOutOfDate","B2evolutionIdentified","B2evolutionOutOfDate","DolphinIdentified","DolphinOutOfDate","PH7CMSIdentified","PH7CMSOutOfDate","QdPMIdentified","QdPMOutOfDate","VtigerIdentified","VtigerOutOfDate","DolibarrIdentified","DolibarrOutOfDate","ClipBucketIdentified","ClipBucketOutOfDate","ContaoIdentified","ContaoOutOfDate","MisconfiguredXFrameOptionsHeader","RubyErrorDisclosure","WpEngineConfigurationFileDetected","SessionCookieNotMarkedAsSecure","PossibleHeaderInjection","OracleOutOfDate","TsWebIdentified","DrupalRce","MithrilOutOfDate","EfJsOutOfDate","MathJsOutOfDate","ListJsOutOfDate","RequireJsOutOfDate","RiotJsOutOfDate","InfernoOutOfDate","MarionetteJsOutOfDate","GsapOutOfDate","TravisYamlIdentified","UnicodeTransformationIssue","MalwareIdentified","RorFileContentDisclosure","AppSiteAssociationIdentified","OpenSearchIdentified","ServletSourceCodeDisclosure","JspSourceCodeDisclosure","HtaccessIdentified","RcePython","PossibleRcePython","OutOfBandRcePython","RceRuby","PossibleRceRuby","OutOfBandRceRuby","SwaggerJsonIdentified","SslNotImplemented","SecurityTxtIdentified","RceApacheStrutsS2016","PossibleRceApacheStrutsS2016","SlickOutOfDate","ScrollRevealOutOfDate","MathJaxOutOfDate","RickshawOutOfDate","HighchartsOutOfDate","SnapSvgOutOfDate","FlickityOutOfDate","D3JsOutOfDate","GoogleChartsOutOfDate","HiawathaVersionDisclosure","CherokeeVersionDisclosure","HiawathaOutOfDate","CherokeeOutOfDate","WebLogicOutOfDate","WebCacheDeception","IisOutOfDate","ImmutablejsOutOfDate","AxwaySecureTransportDetected","MisconfiguredXFrameOptionsHeaderMultipleDirectives","TlsVersion11Support","PossibleSsrfOracleCloud","PossibleSsrfPacketCloud","ExtJsOutOfDate","PossibleHpp","PossibleBreachAttack","TelerikWebUiVersionDisclosure","TelerikWebUiOutOfDate","JavaVersionDisclosure","GlassFishVersionDisclosure","JavaOutOfDate","GlassFishOutOfDate","WafIdentified","AkamaiCdnIdentified","AzureCdnIdentified","GoogleCloudCdnIdentified","ArvanCloudCdnIdentified","FastlyCdnIdentified","IncapsulaCdnIdentified","SucuriCdnIdentified","NetlifyCdnIdentified","MaxCdnIdentified","KeyCdnIdentified","FirebladeCdnIdentified","AireeCdnIdentified","West263CdnIdentified","InstartCdnIdentified","QratorCdnIdentified","PowerCdnIdentified","Cdn77Identified","F5BigIpProxyIdentified","EnvoyProxyIdentified","CitrixNetScalerProxyIdentified","ApacheTrafficServerProxyIdentified","HaProxyIdentified","SkipperProxyIdentified","LoginPageIdentified","SameSiteCookieNotMarkedAsSecure","LiferayPortalIdentified","LiferayPortalOutOfDate","ApacheTrafficServerVersionDisclosure","ApacheTrafficServerOutOfDate","UndertowWebServerVersionDisclosure","UndertowWebServerOutOfDate","JenkinsVersionDisclosure","JenkinsOutOfDate","KestrelIdentified","TableauServerIdentified","BomgarIdentified","JolokiaVersionDisclosure","JolokiaOutOfDate","F5BigIpLocalFileInclusion","PossibleF5BigIpLocalFileInclusion","PossibleSstiPebble","SstiPebble","PossibleCodeExecutionViaSstiPebble","CodeExecutionViaSstiPebble","SugarCrmIdentified","SugarCrmOutOfDate","GrafanaVersionDisclosure","GrafanaOutOfDate","PossibleSstiJinJava","SstiJinJava","PossibleCodeExecutionViaSstiJinJava","CodeExecutionViaSstiJinJava","PossibleSstiAspNetRazor","SstiAspNetRazor","PossibleCodeExecutionViaSstiAspNetRazor","CodeExecutionViaSstiAspNetRazor","PhpMagicQuotesGpcDisabled","PhpRegisterGlobalsEnabled","PhpDisplayErrorsEnabled","PhpAllowUrlFopenEnabled","PhpAllowUrlIncludeEnabled","PhpSessionUseTransSidEnabled","PhpOpenBaseDirIsNotSet","PhpEnableDlEnabled","AspNetApplicationTraceEnabled","AspNetCookilessSessionStateEnabled","AspNetCookilessAuthenticationEnabled","AspNetNoSslAuth","AspNetLoginCredentialsPlainText","AspNetValidateRequestDisabled","AspNetViewStateUserKeyNotSet","JettyVersionDisclosure","TornadoWebServerVersionDisclosure","TracyDebuggingToolVersionDisclosure","AspNetCustomErrorsDisabled","WhoopsFrameworkIdentified","PhpUseOnlyCookiesIsDisabled","CrushFtpServerIdentified","RceWebLogic","WeblogicAuthenticationBypass","ArbitraryFileCreation","ArbitraryFileDeletion","WerkzeugIdentified","WerkzeugVersionDisclosure","WerkzeugOutOfDate","OpenRestyIdentified","OpenRestyVersionDisclosure","OpenRestyOutOfDate","LiteSpeedWebServerIdentified","TwistedWebHTTPServerIdentified","TwistedWebHTTPServerVersionDisclosure","TwistedWebHTTPServerOutOfDate","NextJsReactFrameworkIdentified","NextJsReactFrameworkVersionDisclosure","NextJsReactFrameworkOutOfDate","DaiquiriVersionDisclosure","W3TotalCacheOutOfDate","W3TotalCacheIdentified","W3TotalCacheVersionDisclosure","PhusionPassengerIdentified","PhusionPassengerVersionDisclosure","PhusionPassengerOutOfDate","SqlInjectionIast","LfiIast","RcePhpIast","HeaderInjectionIast","CommandInjectionIast","AxwaySecureTransportIdentified","AxwaySecureTransportVersionDisclosure","AxwaySecureTransportOutOfDate","BurpCollaboratorServerIdentified","ResinApplicationServerIdentified","ResinApplicationServerVersionDisclosure","ResinApplicationServerOutOfDate","TracSoftwareProjectManagementToolIdentified","TracSoftwareProjectManagementToolVersionDisclosure","TracSoftwareProjectManagementToolOutOfDate","TornadoWebServerIdentified","TornadoWebServerOutOfDate","JettyWebServerIdentified","JettyWebServerOutOfDate","TracyDebuggingToolOutOfDate","ZopeWebServerVersionDisclosure","ZopeWebServerOutOfDate","ArtifactoryIdentified","ArtifactoryVersionDisclosure","ArtifactoryOutOfDate","JBossEAPIdentified","WildFlyIdentified","GunicornIdentified","GunicornVersionDisclosure","GunicornOutOfDate","JBossCSIdentified","WebSealIdentified","OracleHTTPIdentified","SonicWallSSLVPNIdentified","PloneCMSIdentified","PloneCMSVersionDisclosure","PloneCMSOutOfDate","GlassFishIdentified","IBMRTCIdentified","IBMRTCVersionDisclosure","IBMRTCOutOfDate","NexusIdentified","NexusVersionDisclosure","NexusOutOfDate","IBMHTTPServerIdentified","IBMHTTPServerVersionDisclosure","IBMHTTPServerOutOfDate","PythonWSGIServerIdentified","PythonWSGIServerVersionDisclosure","PythonWSGIServerOutOfDate","PlayFrameworkIdentified","VarnishCacheIdentified","RestletFrameworkIdentified","RestletFrameworkVersionDisclosure","RestletFrameworkOutOfDate","ZopeWebServerIdentified","WebSealOutOfDate","WebSealVersionDisclosure","CowboyIdentified","CowboyOutOfDate","CowboyVersionDisclosure","LiferayPortalVersionDisclosure","RevokedSslCertificate","SslCertificateHostnameMismatch","SslCertificateSignedByUntrustedRoot","ExpiredSslCertificate","JwtNoneAlgorithmAllowed","JwtSignatureNotChecked","JwtInsecureSecretDetected","JwtSqlInjectionInKid","ZshHistoryFileDetected","JwtPathTraversalInKid","JwtJkuHijack","JwtJkuForgeryWithOpenRedirect","DaiquiriIdentified","Typo3CmsIdentified","Typo3CmsOutOfDate","SslCertificateAboutToExpire","MagentoIdentified","MagentoOutOfDate","PleskLinIdentified","PleskWinIdentified","LighthouseIdentified","BitNinjaCaptchaServerIdentified","PardotServerIdentified","MasheryProxyIdentified","DaiquiriOutOfDate","AtlassianProxyIdentified","AtlassianProxyVersionDisclosure","AtlassianProxyOutOfDate","WindowsAzureWebIdentified","TaleoWebServerIdentified","TaleoWebServerVersionDisclosure","TaleoWebServerOutOfDate","CraftCmsIdentified","DataDomeIdentified","OpenVpnAccessServerIdentified","SquarespaceIdentified","SquidIdentified","SugarCrmVersionDisclosure","HubSpotIdentified","KongServerIdentified","KongServerVersionDisclosure","KongServerOutOfDate","VegurIdentified","JavaServerPageIdentified","JavaServerPageVersionDisclosure","TomcatIdentified","PHPIdentified","IisIdentified","WebLogicIdentified","LighttpdIdentified","SharePointIdentified","ApacheCoyoteIdentified","OracleApplicationServerIdentified","OpenSslIdentified","ApacheModuleIdentified","PerlIdentified","FrontPageIdentified","PythonIdentified","JavaServletIdentified","MvcIdentified","MongrelIdentified","NuSoapIdentified","RorIdentified","RubyGemsIdentified","DjangoIdentified","CherryPyIdentified","HiawathaIdentified","CherokeeIdentified","TelerikWebUiIdentified","JavaIdentified","ApacheTrafficServerIdentified","UndertowWebServerIdentified","JenkinsIdentified","JolokiaIdentified","GrafanaIdentified","TracyDebuggingToolIdentified","LiferayDXPIdentified","LiferayDXPVersionDisclosure","LiferayDXPOutOfDate","JavaServerPageOutOfDate","SquidVersionDisclosure","SquidOutOfDate","SharePointOutOfDate","ApacheCoyoteOutOfDate","OracleApplicationServerOutOfDate","FrontPageOutOfDate","MvcOutOfDate","MongrelOutOfDate","IbmBpmIdentified","PhpMyAdminVersionDisclosure","ShopifyIdentified","AtlassianConfluenceIdentified","AtlassianConfluenceVersionDisclosure","AtlassianConfluenceOutOfDate","AtlassianJiraIdentified","AtlassianJiraVersionDisclosure","AtlassianJiraOutOfDate","OutOfBandRceJavaLog4j","GqlIdentified","GrapheneIdentified","AriadneIdentified","ApolloIdentified","GraphqlGoIdentified","GqlgenIdentified","WPGraphQLIdentified","GraphQLApiWordPressIdentified","GraphQLRubyIdentified","GraphQLPHPIdentified","HasuraIdentified","GraphQLJavaIdentified","JuniperIdentified","SangriaIdentified","TartifletteIdentified","DgraphIdentified","DirectusIdentified","XssViaFileUpload","NodeJsExpressDevModeEnabled","NodeJsExpressSessionWeakSecret","NodeJsUncaughtException","NodeJsUnhandledRejection","JavaVerbTamperingMisconfiguredSecurityConstraint","JavaLongSessionTimeout","JavaUnsafeSessionTrackingValue","JavaUnconfiguredCustomErrorPage","JavaSpringBootActuatorAllEndpointsExposed","JavaSpringBootActuatorShutdownExposed","JavaSpringBootDevToolsEnabled","JavaSpringBootUnsafeSessionTrackingValue","JavaSpringLongSessionTimeout","JavaSpringH2ConsoleEnabled","JavaSpringDataSourceCredsStoredAsPlainText","JavaSpringMongoDbCredsStoredAsPlainText","JavaSpringBootAdminEnabled","JavaSpringBootActuatorEndpointSecurityDisabled","JavaSpringHtmlEscapingDisabled","StrutsConfigBrowserEnabled","StrutsDevModeEnabled","AxisSystemConfigurationListingEnabled","AxisDevModeEnabled","OutOfBandRceNode","HsqldbIdentified","PossibleRceSpring","SqLiteIdentified","SqLiteOutOfDate","ConfirmedErrorBasedMongoDbInjection","PossibleErrorBasedMongoDbInjection","ConfirmedBooleanBasedMongoDbInjection","PossibleBooleanBasedMongoDbInjection","ConfirmedBlindMongoDbInjection","PossibleBlindMongoDbInjection","ConfirmedOperatorMongoDbInjection","PossibleOperatorMongoDbInjection","MongoDbIdentified","SwaggerUIOutOfDate","MailHeaderInjectionIast","OutOfBandRceText4Shell","SensitiveDataExposure","SensitiveDataAmazonAwsAccessKeyId","SensitiveDataAmazonAwsSecretKey","SensitiveDataFacebookAppSecret","SensitiveDataFacebookAppId","SensitiveDataTwitterApiSecretKey","SensitiveDataTwitterAccessTokenSecret","SensitiveDataHerokuApiKey","SensitiveDataSshKey","SensitiveDataSendGridApiKey","SensitiveDataGoogleCloudApiKey","SensitiveDataMailGunApiKey","SensitiveDataNuGetApiKey","SensitiveDataSlackWebhook","SensitiveDataSlackToken","SensitiveDataSlackV1XToken","SensitiveDataStripeApiKey","SensitiveDataMailChimpApiKey","SensitiveDataLinkedInApiKey","SensitiveDataDatabaseConnectionStringMongoDbMySql","SensitiveDataDatabaseConnectionStringPostgres","SensitiveDataJdbcDbConnectionString","SensitiveDataWordPressAuthenticationKey","SensitiveDataSymfonyApplicationSecret","SensitiveDataMapboxToken","SensitiveDataAmazonSessMtpPassword","SensitiveDataSentryAuthToken","SensitiveDataTeamsWebhook","SensitiveDataTwilioApiKey","SensitiveDataPaypalAccessToken","SensitiveDataSquareAccessToken","SensitiveDataSquareOAuthSecret","SensitiveDataPicaticApiKey","SensitiveDataAmazonMwsAuthToken","SensitiveDataGoogleOAuthAccessToken","SensitiveDataFacebookAccessToken","SensitiveDataSonarQubeUserToken","SensitiveDataNexmoSecret","SensitiveDataTelegramBotApiToken","SensitiveDataDeviseSecretKey","SensitiveDataGitlabPersonalAccessToken","SensitiveDataConsulToken","SensitiveDataOmiseSecretKey","SensitiveDataNpmAccessToken","GuidV1OnCookie","JwtDetected","CloudflareIdentified","CloudflareBMIdentified","CloudflareBIdentified","CdnJsIdentified","WindowsServerIdentified","WindowsCEOSIdentified","PossibleSsrfEquinix","VarnishVersionDisclosure","ApacheShiroStackTrace","ApacheShiroIdentified","StackPathCdnIdentified","JBossWebConsole","AEMDetected","JavaServletOutOfDate","JsDelivrCdnIdentified","Mod_SslOutOfDate","Mod_SslIdentified","Mod_SslVersionDisclosure","SpringFrameworkIdentified","JavaMelodyInterfaceDetected","BootstrapTableOutOfDate","BootstrapSelectOutOfDate","BootstrapTypeaheadOutOfDate","LuaIdentified","LuaVersionDisclosure","LuaOutOfDate","SpringActuatorEndpointDetected","MsExchangeVersionDisclosure","MsExchangeOutOfDate","OutOfBandCodeExecutionViaJwtKid","MongoDbInjectionIast","LdapInjectionIast","XPathInjectionIast","ServerSideTemplateInjectionIast","XxeInjectionIast","JetBrainsIdeaDirectoryDetected","NodeJsStackTraceDisclosure","ItHitWebDavNetVersionDisclosure","ItHitWebDavNetOutOfDate","EzProxyIdentified","CanvasJSOutOfDate","WordPressVersionDisclosure","JoomlaVersionDisclosure","DrupalVersionDisclosure","MovableTypeVersionDisclosure","MediaWikiVersionDisclosure","OscommerceVersionDisclosure","PhpBBVersionDisclosure","OpenCartVersionDisclosure","OsTicketVersionDisclosure","PrestashopVersionDisclosure","AbanteCartVersionDisclosure","AmpacheVersionDisclosure","AtutorVersionDisclosure","ClarolineVersionDisclosure","Concrete5VersionDisclosure","CoppermineVersionDisclosure","CubeCartVersionDisclosure","CollabtiveVersionDisclosure","DotClearVersionDisclosure","E107VersionDisclosure","FamilyConnectionsVersionDisclosure","FluxBBVersionDisclosure","FormToolsVersionDisclosure","ChamiloVersionDisclosure","FrontAccountingVersionDisclosure","GibbonEduVersionDisclosure","HeskVersionDisclosure","LimeSurveyVersionDisclosure","MibewMessengerVersionDisclosure","ModXVersionDisclosure","MoodleVersionDisclosure","MyBBVersionDisclosure","OmekaVersionDisclosure","OsClassVersionDisclosure","EspoCrmVersionDisclosure","ElggVersionDisclosure","PhorumVersionDisclosure","PhpFusionVersionDisclosure","PhpAddressBookVersionDisclosure","PhpListVersionDisclosure","PmWikiVersionDisclosure","PodcastGeneratorVersionDisclosure","ProjectSendVersionDisclosure","Question2AnswerVersionDisclosure","RukovoditelVersionDisclosure","SeoPanelVersionDisclosure","SerendipityVersionDisclosure","TcExamVersionDisclosure","VanillaForumsVersionDisclosure","WebErpVersionDisclosure","WeBidVersionDisclosure","XoopsVersionDisclosure","YetiForceCrmVersionDisclosure","YourlsVersionDisclosure","ZenCartVersionDisclosure","ZenPhotoVersionDisclosure","PiwigoVersionDisclosure","OwnCloudVersionDisclosure","PhpMyFaqVersionDisclosure","RoundcubeVersionDisclosure","ZikulaVersionDisclosure","ReviveAdserverVersionDisclosure","B2evolutionVersionDisclosure","DolphinVersionDisclosure","PH7CMSVersionDisclosure","QdPMVersionDisclosure","DolibarrVersionDisclosure","ClipBucketVersionDisclosure","ContaoVersionDisclosure","Typo3CmsVersionDisclosure","MagentoVersionDisclosure","PopperJSOutOfDate","SailsJsIdentified","ActionheroJsIdentified","OutOfBandXxeSamlConsumer","OutOfBandXsltSamlConsumer","PossibleSsrfKeyInfoSamlConsumer","PossibleXssSamlConsumer","RetiredHashSaml","SamlResponseWithoutSignature","NoSamlResponseSignatureCheck","SamlResponseSignatureExclusion","GraphQLStackTraceDisclosure","JqueryIdentified","JqueryMigrateIdentified","JqueryMobileIdentified","JqueryUiDialogIdentified","JqueryUiAutocompleteIdentified","JqueryUiTooltipIdentified","PrettyPhotoIdentified","jPlayerIdentified","YuiIdentified","PrototypejsIdentified","EmberIdentified","AngularjsIdentified","BackbonejsIdentified","MustachejsIdentified","HandlebarsjsIdentified","EasyXdmIdentified","PluploadIdentified","DomPurifyIdentified","DwrIdentified","VideojsIdentified","CkeditorIdentified","TypeaheadjsIdentified","BootboxIdentified","BootstrapjsIdentified","Bootstrap3DateTimePickerIdentified","BootstrapToggleIdentified","FootablejsIdentified","ImagePickerIdentified","RespondjsIdentified","IonRangeSliderIdentified","JsTreeIdentified","ModernizrIdentified","MomentjsIdentified","Select2Identified","Html5ShivIdentified","SortablejsIdentified","KnockoutjsIdentified","JavaScriptCookieIdentified","JqueryMaskIdentified","JqueryValidationIdentified","KnockoutMappingIdentified","ReactIdentified","ZeptojsIdentified","HammerjsIdentified","PhaserIdentified","RamdaIdentified","VuejsIdentified","RevealJsIdentified","ChartjsIdentified","LeafletIdentified","FoundationIdentified","SemanticUIIdentified","PixiJsIdentified","ThreeJsIdentified","PdfJsIdentified","FabricJsIdentified","LightboxIdentified","UnderscorejsIdentified","FancyBoxIdentified","LazyjsIdentified","DataTablesIdentified","XRegExpIdentified","Fingerprintjs2Identified","SweetAlert2Identified","IntrojsIdentified","LodashIdentified","AxiosIdentified","PolymerIdentified","BluebirdIdentified","ListJsIdentified","MithrilIdentified","MathJsIdentified","RiotJsIdentified","RequireJsIdentified","EfJsIdentified","MarionetteJsIdentified","GsapIdentified","InfernoIdentified","D3JsIdentified","HighchartsIdentified","RickshawIdentified","MathJaxIdentified","ScrollRevealIdentified","SlickIdentified","FlickityIdentified","SnapSvgIdentified","ExtJsIdentified","JqueryVersionDisclosure","JqueryMigrateVersionDisclosure","JqueryMobileVersionDisclosure","JqueryUiDialogVersionDisclosure","JqueryUiAutocompleteVersionDisclosure","JqueryUiTooltipVersionDisclosure","PrettyPhotoVersionDisclosure","jPlayerVersionDisclosure","YuiVersionDisclosure","PrototypejsVersionDisclosure","EmberVersionDisclosure","AngularjsVersionDisclosure","BackbonejsVersionDisclosure","MustachejsVersionDisclosure","HandlebarsjsVersionDisclosure","EasyXdmVersionDisclosure","PluploadVersionDisclosure","DomPurifyVersionDisclosure","DwrVersionDisclosure","VideojsVersionDisclosure","CkeditorVersionDisclosure","TypeaheadjsVersionDisclosure","BootboxVersionDisclosure","BootstrapjsVersionDisclosure","Bootstrap3DateTimePickerVersionDisclosure","BootstrapToggleVersionDisclosure","FootablejsVersionDisclosure","ImagePickerVersionDisclosure","RespondjsVersionDisclosure","IonRangeSliderVersionDisclosure","JsTreeVersionDisclosure","ModernizrVersionDisclosure","MomentjsVersionDisclosure","Select2VersionDisclosure","Html5ShivVersionDisclosure","SortablejsVersionDisclosure","KnockoutjsVersionDisclosure","JavaScriptCookieVersionDisclosure","JqueryMaskVersionDisclosure","JqueryValidationVersionDisclosure","KnockoutMappingVersionDisclosure","ReactVersionDisclosure","ZeptojsVersionDisclosure","HammerjsVersionDisclosure","PhaserVersionDisclosure","RamdaVersionDisclosure","VuejsVersionDisclosure","RevealJsVersionDisclosure","ChartjsVersionDisclosure","LeafletVersionDisclosure","FoundationVersionDisclosure","SemanticUIVersionDisclosure","PixiJsVersionDisclosure","ThreeJsVersionDisclosure","PdfJsVersionDisclosure","FabricJsVersionDisclosure","LightboxVersionDisclosure","UnderscorejsVersionDisclosure","FancyBoxVersionDisclosure","LazyjsVersionDisclosure","DataTablesVersionDisclosure","XRegExpVersionDisclosure","Fingerprintjs2VersionDisclosure","SweetAlert2VersionDisclosure","IntrojsVersionDisclosure","LodashVersionDisclosure","AxiosVersionDisclosure","PolymerVersionDisclosure","BluebirdVersionDisclosure","ListJsVersionDisclosure","MithrilVersionDisclosure","MathJsVersionDisclosure","RiotJsVersionDisclosure","RequireJsVersionDisclosure","EfJsVersionDisclosure","MarionetteJsVersionDisclosure","GsapVersionDisclosure","InfernoVersionDisclosure","D3JsVersionDisclosure","HighchartsVersionDisclosure","RickshawVersionDisclosure","MathJaxVersionDisclosure","ScrollRevealVersionDisclosure","SlickVersionDisclosure","FlickityVersionDisclosure","SnapSvgVersionDisclosure","ExtJsVersionDisclosure","AspNetSignalRIdentified","FuelUxIdentified","SwaggerUIIdentified","BootstrapTableIdentified","BootstrapSelectIdentified","BootstrapTypeaheadIdentified","AspNetSignalRVersionDisclosure","FuelUxVersionDisclosure","SwaggerUIVersionDisclosure","BootstrapTableVersionDisclosure","BootstrapSelectVersionDisclosure","BootstrapTypeaheadVersionDisclosure","ConfirmedWordpressThemeDetected","PossibleWordpressThemeDetected","ConfirmedWordpressPluginDetected","PossibleWordpressPluginDetected","WordpressThemeHelloElementorIdentified","WordpressThemeTwentyTwentyThreeIdentified","WordpressThemeTwentyTwentyTwoIdentified","WordpressThemeAstraIdentified","WordpressThemeTwentyTwentyOneIdentified","WordpressThemeTwentyTwentyIdentified","WordpressThemeOceanWPIdentified","WordpressThemeTwentySeventeenIdentified","WordpressThemeKadenceIdentified","WordpressThemeTwentySixteenIdentified","WordpressThemeTwentyNineteenIdentified","WordpressThemePopularFXIdentified","WordpressThemeGeneratePressIdentified","WordpressThemeInspiroIdentified","WordpressThemeGoIdentified","WordpressThemeHelloElementorOutOfDate","WordpressThemeTwentyTwentyThreeOutOfDate","WordpressThemeTwentyTwentyTwoOutOfDate","WordpressThemeAstraOutOfDate","WordpressThemeTwentyTwentyOneOutOfDate","WordpressThemeTwentyTwentyOutOfDate","WordpressThemeOceanWPOutOfDate","WordpressThemeTwentySeventeenOutOfDate","WordpressThemeKadenceOutOfDate","WordpressThemeTwentySixteenOutOfDate","WordpressThemeTwentyNineteenOutOfDate","WordpressThemePopularFXOutOfDate","WordpressThemeGeneratePressOutOfDate","WordpressThemeInspiroOutOfDate","WordpressThemeGoOutOfDate","WordpressThemeHelloElementorVersionDisclosure","WordpressThemeTwentyTwentyThreeVersionDisclosure","WordpressThemeTwentyTwentyTwoVersionDisclosure","WordpressThemeAstraVersionDisclosure","WordpressThemeTwentyTwentyOneVersionDisclosure","WordpressThemeTwentyTwentyVersionDisclosure","WordpressThemeOceanWPVersionDisclosure","WordpressThemeTwentySeventeenVersionDisclosure","WordpressThemeKadenceVersionDisclosure","WordpressThemeTwentySixteenVersionDisclosure","WordpressThemeTwentyNineteenVersionDisclosure","WordpressThemePopularFXVersionDisclosure","WordpressThemeGeneratePressVersionDisclosure","WordpressThemeInspiroVersionDisclosure","WordpressThemeGoVersionDisclosure","WordpressPluginUltimateMemberIdentified","WordpressPluginLoginWithPhoneNumberIdentified","WordpressPluginInstagramFeedIdentified","WordpressPluginContactFormSevenIdentified","WordpressPluginYoastSeoIdentified","WordpressPluginElementorIdentified","WordpressPluginClassicEditorIdentified","WordpressPluginAkismetIdentified","WordpressPluginWooCommerceIdentified","WordpressPluginWpFormsIdentified","WordpressPluginReallySimpleSslIdentified","WordpressPluginJetpackIdentified","WordpressPluginAllInOneWpMigrationIdentified","WordpressPluginWordfenceSecurityIdentified","WordpressPluginYoastDuplicatePostIdentified","WordpressPluginWordpressImporterIdentified","WordpressPluginLiteSpeedCacheIdentified","WordpressPluginUpdraftPlusIdentified","WordpressPluginJupiterXIdentified","WordpressPluginUltimateMemberOutOfDate","WordpressPluginLoginWithPhoneNumberOutOfDate","WordpressPluginInstagramFeedOutOfDate","WordpressPluginContactFormSevenOutOfDate","WordpressPluginYoastSeoOutOfDate","WordpressPluginElementorOutOfDate","WordpressPluginClassicEditorOutOfDate","WordpressPluginAkismetOutOfDate","WordpressPluginWooCommerceOutOfDate","WordpressPluginWpFormsOutOfDate","WordpressPluginReallySimpleSslOutOfDate","WordpressPluginJetpackOutOfDate","WordpressPluginAllInOneWpMigrationOutOfDate","WordpressPluginWordfenceSecurityOutOfDate","WordpressPluginYoastDuplicatePostOutOfDate","WordpressPluginWordpressImporterOutOfDate","WordpressPluginLiteSpeedCacheOutOfDate","WordpressPluginUpdraftPlusOutOfDate","WordpressPluginJupiterXOutOfDate","WordpressPluginInstagramFeedVersionDisclosure","WordpressPluginContactFormSevenVersionDisclosure","WordpressPluginYoastSeoVersionDisclosure","WordpressPluginUltimateMemberVersionDisclosure","WordpressPluginLoginWithPhoneNumberVersionDisclosure","WordpressPluginElementorVersionDisclosure","WordpressPluginClassicEditorVersionDisclosure","WordpressPluginAkismetVersionDisclosure","WordpressPluginWooCommerceVersionDisclosure","WordpressPluginWpFormsVersionDisclosure","WordpressPluginReallySimpleSslVersionDisclosure","WordpressPluginJetpackVersionDisclosure","WordpressPluginAllInOneWpMigrationVersionDisclosure","WordpressPluginWordfenceSecurityVersionDisclosure","WordpressPluginYoastDuplicatePostVersionDisclosure","WordpressPluginWordpressImporterVersionDisclosure","WordpressPluginLiteSpeedCacheVersionDisclosure","WordpressPluginUpdraftPlusVersionDisclosure","WordpressPluginJupiterXVersionDisclosure","DockerDisclosure","DockerComposeDisclosure","DockerRunDisclosure","DockerIgnoreDisclosure","DockerCloudDisclosure","CanvasJSIdentified","CanvasJSVersionDisclosure","PopperJSIdentified","PopperJSVersionDisclosure","HotChocolateIdentified","JQueryPlaceholderJSOutOfDate","JQueryPlaceholderJSVersionDisclosure","JQueryPlaceholderJSIdentified","MOVEitTransferSqlInjection","MOVEitTransferVersionDisclosure","MOVEitTransferIdentified","DianaJlIdentified","MissingXContentTypeOptionsHeader","JwkIdentified","PrivateJwkIdentified","DotCMSOutOfDate","DotCMSVersionDisclosure","DotCMSIdentified","WordpressPluginBackupMigrationIdentified","WordpressPluginBackupMigrationOutOfDate","WordpressPluginBackupMigrationVersionDisclosure","TinyMCEVersionDisclosure","TinyMCEIdentified","TinyMCEOutOfDate","PossiblePrototypePollution","PhpStackTraceDisclosure","ActiveMqRCE","TorchServeApiIdentified","TorchServeApiSsrf","VmWareAriaRCE","WordPressConfigDisclosure","AuthenticationBypassIvanti","RceIvanti","PrototypePollution","SmallSSLKeyLength","WpadminDetected","OracleEbsRce","AngularVersionDisclosure","AngularIdentified","AngularOutOfDate","WordpressThemeNusaiFashionStoreIdentified","WordpressThemeNusaiFashionStoreOutOfDate","WordpressThemeNusaiFashionStoreVersionDisclosure","WordpressThemeGrShopsGroceryIdentified","WordpressThemeGrShopsGroceryOutOfDate","WordpressThemeGrShopsGroceryVersionDisclosure","WordpressThemeSedonaShopIdentified","WordpressThemeSedonaShopOutOfDate","WordpressThemeSedonaShopVersionDisclosure","WordpressThemeStoremateIdentified","WordpressThemeStoremateOutOfDate","WordpressThemeStoremateVersionDisclosure","WordpressThemeYithWonderIdentified","WordpressThemeYithWonderOutOfDate","WordpressThemeYithWonderVersionDisclosure","FortigateSslvpnFileReading","WordpressThemeHomevillasRealEstateIdentified","WordpressThemeHomevillasRealEstateOutOfDate","WordpressThemeHomevillasRealEstateVersionDisclosure","WordpressThemeJobCareerIdentified","WordpressThemeJobCareerOutOfDate","WordpressThemeJobCareerVersionDisclosure","WordpressThemeShopyMallIdentified","WordpressThemeShopyMallOutOfDate","WordpressThemeShopyMallVersionDisclosure","WordpressThemeShop4uIdentified","WordpressThemeShop4uOutOfDate","WordpressThemeShop4uVersionDisclosure","WordpressThemeKONStoreIdentified","WordpressThemeKONStoreOutOfDate","WordpressThemeKONStoreVersionDisclosure","WordpressThemeAlishopIdentified","WordpressThemeAlishopOutOfDate","WordpressThemeAlishopVersionDisclosure","WordpressThemeFlorisIdentified","WordpressThemeFlorisOutOfDate","WordpressThemeFlorisVersionDisclosure","WordpressThemeLevogueIdentified","WordpressThemeLevogueOutOfDate","WordpressThemeLevogueVersionDisclosure","WordpressThemeNicemerryIdentified","WordpressThemeNicemerryOutOfDate","WordpressThemeNicemerryVersionDisclosure","WordpressThemeNeoMarketIdentified","WordpressThemeNeoMarketOutOfDate","WordpressThemeNeoMarketVersionDisclosure","WordpressThemeImarketIdentified","WordpressThemeImarketOutOfDate","WordpressThemeImarketVersionDisclosure","WordpressThemeHiStoreIdentified","WordpressThemeHiStoreOutOfDate","WordpressThemeHiStoreVersionDisclosure","WordpressThemeSiezzIdentified","WordpressThemeSiezzOutOfDate","WordpressThemeSiezzVersionDisclosure","WordpressThemeBosmarketIdentified","WordpressThemeBosmarketOutOfDate","WordpressThemeBosmarketVersionDisclosure","WordpressThemeSecretshoIdentified","WordpressThemeSecretshoOutOfDate","WordpressThemeSecretshoVersionDisclosure","WordpressThemeRozyIdentified","WordpressThemeRozyOutOfDate","WordpressThemeRozyVersionDisclosure","WordpressThemeFurnikiIdentified","WordpressThemeFurnikiOutOfDate","WordpressThemeFurnikiVersionDisclosure","WordpressThemeGaionIdentified","WordpressThemeGaionOutOfDate","WordpressThemeGaionVersionDisclosure","WordpressThemeHouskitIdentified","WordpressThemeHouskitOutOfDate","WordpressThemeHouskitVersionDisclosure","WordpressThemeSoazIdentified","WordpressThemeSoazOutOfDate","WordpressThemeSoazVersionDisclosure","WordpressThemeAvesaIdentified","WordpressThemeAvesaOutOfDate","WordpressThemeAvesaVersionDisclosure","GeoServerIdentified","GeoServerVersionDisclosure","GeoServerOutOfDate","RegreSshion","PolyfillSupplyChain","MailmanIdentified","MailmanVersionDisclosure","MailmanOutOfDate","PayaraIdentified","PayaraVersionDisclosure","PayaraOutOfDate","GoAnywhereMftAuthBypass","CacheableSensitivePage","SensitiveDataOktaSecretKey","SensitiveDataJenkinsSecretKey","WordPressPluginBackdoor","InsecureFrameAncestorsDirectiveDetected","FrameAncestorsDirectiveMissing","Sast","XWikiplatformIdentified","XWikiplatformVersionDisclosure","XWikiplatformOutOfDate","MasaCmsIdentified","MasaCmsVersionDisclosure","MasaCmsOutOfDate","MarkdownitIdentified","MarkdownitVersionDisclosure","MarkdownitOutOfDate","jszipIdentified","jszipVersionDisclosure","jszipOutOfDate","uaparserjsIdentified","uaparserjsVersionDisclosure","uaparserjsOutOfDate","dojoIdentified","dojoVersionDisclosure","dojoOutOfDate","MongoDbOutOfDate","VarnishCacheVersionDisclosure","PHPMyAdminOutOfDate","VarnishCacheOutOfDate"],"type":"string"},"Classification":{"$ref":"#/definitions/VulnerabilityClassification","description":"Gets the classification of the vulnerability.","readOnly":true},"CvssVector":{"description":"Gets the parsed cvss vector","type":"object","additionalProperties":{"$ref":"#/definitions/CvssScoreValue"},"readOnly":true},"Cvss31Vector":{"type":"object","additionalProperties":{"$ref":"#/definitions/CvssScoreValue"},"readOnly":true},"Cvss40Vector":{"type":"object","additionalProperties":{"$ref":"#/definitions/CvssScoreValue"},"readOnly":true},"VersionIssues":{"description":"Gets the version issues","type":"array","items":{"$ref":"#/definitions/VersionIssue"},"readOnly":true},"IsRetest":{"description":"Gets or sets a value indicating whether this vulnerability is waiting for retest","type":"boolean"},"IsTodo":{"description":"Gets or sets a value indicating whether this vulnerability is todo.","type":"boolean"},"LatestScanId":{"format":"uuid","description":"Gets or set the latest scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Tags":{"description":"Tags","type":"array","items":{"type":"string"}},"SupplySource":{"enum":["Unspecified","ApiHub","Blr"],"type":"string"},"ExternalId":{"type":"string"},"SourceType":{"enum":["InvictiDast","MendSast"],"type":"string"}}},"IssueRequestContentParametersApiModel":{"description":"Issue request content parameters api response mapping class.","type":"object","properties":{"Name":{"description":"Gets or sets the parameter name","type":"string"},"Value":{"description":"Gets or sets the parameter value","type":"string"},"TypeName":{"description":"Gets or sets the parameter type name","type":"string"},"InputType":{"description":"Gets or sets the input type","enum":["Hidden","Text","Textarea","Submit","Reset","Button","Image","File","Radio","Select","Checkbox","Password","Color","Date","Datetime","DatetimeLocal","Email","Month","Number","Range","Search","Tel","Time","Url","Week","Output"],"type":"string"}}},"CustomFieldModel":{"description":"Represents a key/value pair of custom data associated with a vulnerability.","type":"object","properties":{"Name":{"description":"Gets or sets the name of this instance.","type":"string"},"Values":{"description":"Gets or sets the values associated with this custom field.","type":"array","items":{"type":"string"}}}},"VulnerabilityClassification":{"type":"object","properties":{"Asvs40":{"type":"string"},"Capec":{"type":"string"},"Cwe":{"type":"string"},"DisaStig":{"type":"string"},"Hipaa":{"type":"string"},"IsEmpty":{"type":"boolean","readOnly":true},"Iso27001":{"type":"string"},"Iso27001At2022":{"type":"string"},"Nistsp80053":{"type":"string"},"Owasp2013":{"type":"string"},"Owasp2017":{"type":"string"},"OwaspApiTop10":{"type":"string"},"OwaspProactiveControls":{"type":"string"},"OwaspTopTen2021":{"type":"string"},"OwaspTopTen2023":{"type":"string"},"Pci32":{"type":"string"},"PciDss40":{"type":"string"},"Wasc":{"type":"string"}}},"CvssScoreValue":{"type":"object","properties":{"Severity":{"enum":["None","Low","Medium","High","Critical"],"type":"string","readOnly":true},"Value":{"format":"double","type":"number","readOnly":true}}},"VersionIssue":{"type":"object","properties":{"Exploit":{"type":"string"},"ExternalReferences":{"type":"string"},"FromVersionOrdinal":{"format":"int32","type":"integer"},"FromVersion":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Impact":{"type":"string"},"Remedy":{"type":"string"},"Severity":{"enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"},"Summary":{"type":"string"},"Title":{"type":"string"},"ToVersionOrdinal":{"format":"int32","type":"integer"},"ToVersion":{"type":"string"},"Vulnerability":{"type":"string"},"Application":{"format":"int32","type":"integer"},"Bdu":{"type":"string"},"Cvss":{"type":"string"},"OwnerVulnerabilityType":{"enum":["Custom","Sca","None","HighlyPossibleSqlInjection","Xss","PossibleXss","PermanentXss","PossiblePermanentXss","InternalServerError","ForbiddenResource","PassiveVulns","PossibleBlindSqlInjection","NtlmAuthrizationRequired","BasicAuthorisationRequired","DigestAuthorizationRequired","ClearTextBasicAuth","ConfirmedBlindSqlInjection","PossibleSqlInjection","ConfirmedSqlInjection","FileUploadFound","AutoCompleteEnabled","PasswordOverHttp","PasswordFormOverHttp","InternalIPLeakage","CookieNotMarkedAsSecure","CookieNotMarkedAsHttpOnly","ConfirmedBooleanSqlInjection","PossibleBooleanSqlInjection","PasswordToHttp","CommandInjection","BlindCommandInjection","PossibleBlindCommandInjection","HeaderInjection","MySqlIdentified","MsSqlIdentified","MsAccessIdentified","DbConnectedAsAdmin","AspNetIdentified","AspNetVersionDisclosure","IisDirectoryListing","ApacheDirectoryListing","TomcatDirectoryListing","PhpSourceCodeDisclosure","AspNetSourceCodeDisclosure","GenericSourceCodeDisclosure","PossibleInternalUnixPathLeakage","MsOfficeDocumentInformationDisclosure","PhpInfoIdentified","PossibleLocalFileInclusion","OracleIdentified","PostgreSqlIdentified","HighPossibilityLfi","Lfi","PossibleInternalWindowsPathLeakage","EmailDisclosure","SocialSecurityNumberDisclosure","ApacheVersionDisclosure","TomcatVersionDisclosure","PhpVersionDisclosure","IisVersionDisclosure","WebLogicVersionDisclosure","LighttpdVersionDisclosure","SharePointVersionDisclosure","ApacheCoyoteVersionDisclosure","OracleApplicationServerVersionDisclosure","OpenSslVersionDisclosure","ApacheModuleVersionDisclosure","PerlVersionDisclosure","FrontPageVersionDisclosure","PythonVersionDisclosure","JavaServletVersionDisclosure","SitemapIdentified","CrossDomainXml","RobotsIdentified","SpecialCase","SpecialCaseNoCookies","SpecialCaseNoBasicAuthentication","ApacheServerStatus","ApacheServerInfo","ClientAccessPolicy","OpenCrossDomainXml","OpenClientAccessPolicy","HighPossibleBooleanSqlInjection","DatabaseErrorMessages","ProgrammingErrorMessages","ApacheMultiViewsEnabled","BackupFileFound","BackupSourceCodeFound","TraceTrackIdentified","TraceaxdFound","ElmahaxdFound","AspNetDebugEnabled","LfiCodeInclusion","AspNetStackTrace","SvnDisclosure","GitDisclosure","CvsDisclosure","Rfi","PossibleRfi","PossibleCi","XssViaRfi","RceAsp","PossibleRceAsp","RcePhp","PossibleRcePhp","RcePerl","PossibleRcePerl","ViewStateMacNotEnabled","ViewStateNotEncrypted","ViewStateAnalyzer","OpenRedirect","TomcatExceptionReport","DjangoStackTraceDisclosure","Struts2DevModeEnabled","AspNetDirectoryListing","MySqlUsernameDisclosure","MsSqlUsernameDisclosure","WinUsernameDisclosure","RceViaLfi","XssProtectionDisabled","MdbFound","WeakCredentials","PythonStackTraceDisclosure","ColdFusionStackTraceDisclosure","DefaultIis7Page","DefaultIis6Page","DefaultApachePage","SinatraStackTraceDisclosure","SqliteFound","OutlookFileFound","DsStoreFileFound","FrameInjection","DefaultTomcatPage","TomcatSourceCodeDisclosure","WebBackdoorIdentified","PassiveWebBackdoorIdentified","PossibleAdminFile","PossibleConfigFile","PossibleReadmeFile","PossibleInstallationFile","PossibleLogFile","PossibleSqlFile","PossibleTestFile","TomcatOutOfDate","ApacheOutOfDate","MsSqlOutOfDate","MySqlOutOfDate","HsqlDbOutOfDate","PhpOutOfDate","OpenSslOutOfDate","RedirectBodyTooLarge","RedirectTwoResponses","SslVersion2Support","WeakCiphersDetected","AnonAuthDetected","WeakSignatureAlgorithmDetected","InvalidSslCertificate","SslVersion3Support","IntermediateWeakSignatureAlgorithmDetected","MvcVersionDisclosure","MongrelVersionDisclosure","NginxVersionDisclosure","MySQLDoSDetected","GrailsStackTraceDisclosure","PossibleElInjection","ElInjection","ApacheMyFacesStackTraceDisclosure","PasswordOverQuerystring","ColdFusionSourceCodeDisclosure","AWStatsIdentified","MintIdentified","PiwikIdentified","WSFTPLogFileIdentified","WebConfigIdentified","LighttpdDirectoryListing","NginxDirectoryListing","LiteSpeedDirectoryListing","GenericEmailDisclosure","DefaultIis8Page","ShellScriptIdentified","PossibleDatabaseConnectionStringIdentified","UNCServerAndShareDisclosure","HstsNotEnabled","HstsMaxAge","HstsViaHttp","HstsErrors","WordPressOutOfDate","DrupalOutOfDate","JoomlaOutOfDate","MediaWikiOutOfDate","MovableTypeOutOfDate","OscommerceOutOfDate","PhpBBOutOfDate","TWikiOutOfDate","WordPressIdentified","DrupalIdentified","JoomlaIdentified","MediaWikiIdentified","MovableTypeIdentified","OscommerceIdentified","PhpBBIdentified","TWikiIdentified","RceRorXml","RceRorJson","PossibleRceRorXml","PossibleRceRorJson","ModSslVersionDisclosure","PHPMyAdminIdentified","WebalizerIdentified","RubyVersionDisclosure","WebrickVersionDisclosure","OptionsMethodEnabled","WebDavEnabled","WebDavDirectoryHasWritePermissions","CodeExecutionViaWebDav","WebDavDirectoryListing","CsrfDetected","CsrfInLoginFormDetected","CookieLeakageInAntiCsrfTokenDetected","MisconfiguredFrame","InsecureFrameExternal","DomBasedXss","NuSoapVersionDisclosure","NuSoapOutOfDate","AutoCompleteEnabledPasswordField","NginxOutOfDate","PerlSourceCodeDisclosure","PythonSourceCodeDisclosure","RubySourceCodeDisclosure","JavaSourceCodeDisclosure","OpenSslHeartbleedVulnerability","NginxIdentified","ApacheIdentified","JavaStackTraceDisclosure","MissingXFrameOptionsHeader","MissingContentTypeHeader","CommandInjectionShellshock","PossibleReflectedFileDownload","InsecureJsonpEndpoint","InsecureReflectedContent","MisconfiguredAccessControlOrigin","PassiveMixedContent","Teapot","PossibleXxe","Xxe","UnrestrictedFileUpload","CodeExecutionViaFileUpload","PossibleCreditCardDisclosure","RsaPrivateKeyDetected","RceInHttpSys","OpenRedirectInPost","FormHijacking","BaseTagHijacking","WindowsShortFilename","RorDatabaseConfigurationFileDetected","RorDevelopmentModeEnabled","RorVersionDisclosure","RubyGemsVersionDisclosure","RubyGemsOutOfDate","RubyOutOfDate","RorOutOfDate","PythonOutOfDate","PerlOutOfDate","DjangoDebugModeEnabled","DjangoVersionDisclosure","DjangoOutOfDate","PhpLiteAdminIdentified","AdminerIdentified","MicrosoftIisLogFileIdentified","PhpMoAdminIdentified","DbNinjaIdentified","LaravelEnvironmentConfigurationFileDetected","LaravelDebugModeEnabled","LaravelStackTraceDisclosure","SublimeSftpConfigFileDetected","RorStackTraceDisclosure","JqueryOutOfDate","JqueryMigrateOutOfDate","JqueryMobileOutOfDate","JqueryUiDialogOutOfDate","JqueryUiAutocompleteOutOfDate","JqueryUiTooltipOutOfDate","PrettyPhotoOutOfDate","jPlayerOutOfDate","YuiOutOfDate","PrototypejsOutOfDate","EmberOutOfDate","DojoOutOfDate","AngularjsOutOfDate","BackbonejsOutOfDate","MustachejsOutOfDate","HandlebarsjsOutOfDate","EasyXdmOutOfDate","PluploadOutOfDate","DomPurifyOutOfDate","DwrOutOfDate","InsecureHttpUsage","OpenCartIdentified","OpenCartOutOfDate","MissingXssProtectionHeader","VideojsOutOfDate","TlsVersion1Support","SameSiteCookieNotImplemented","ReverseTabnabbing","SubResourceIntegrityNotImplemented","SubResourceIntegrityHashInvalid","PossibleSsrf","OutOfBandSqlInjection","OutOfBandXxe","BlindXss","OutOfBandRfi","OutOfBandRcePhp","OutOfBandCommandInjection","SsrfAws","PossibleSsrfAws","SsrfElmah","PossibleSsrfElmah","SsrfTrace","PossibleSsrfTrace","OutOfBandRceAsp","OutOfBandRcePerl","DomBasedOpenRedirect","DeprecatedCspHeader","CspNotImplemented","InvalidCspMetaTag","InvalidCspInsructionInMeta","CspKeywordUsedAsTarget","UnsafeCspInstructionDetected","NonceDetectedInCsp","NoScriptTagDetectedWithNonce","SameNonceValueDetected","DefaultSrcUsedInCsp","InsecureReportUriDetectedInCsp","ReportUriWithDifferentHostDetectedInCsp","WildcardDetectedInScheme","WildcardDetectedInDomain","WildcardDetectedInPort","UnsupportedHashDetectedInScriptInstruction","InsecureNonceValueDetected","SsrfElmahMvc","PossibleSsrfElmahMvc","DeprecatedHeaderDetectedWithCspHeader","InvalidNonceDetectedInCsp","NoScriptTagDetectedWithHash","DataCspDirectiveDetected","CspReportOnlyHeaderDetectedWithoutReportUri","CspReportOnlyUsedInMeta","SingleHeaderMultipleCookies","OutOfBandRceRoRXml","OutOfBandRceRoRJson","ObjectSrcNotUsed","ApacheMultiChoiceEnabled","HttpOrHttpsDetectedOnScriptSrc","InsecureTargetUriDetectedInCsp","PossibleTimeBasedSsrf","PossibleBlindXss","PossibleSsrfSsh","PossibleSsrfMySql","RceApacheStruts","PossibleRceApacheStruts","ControllableCookie","ReferrerPolicyNotImplemented","ReferrerPolicyReferrerLeakToSameProtocol","ReferrerPolicyOriginLeakToCrossSite","ReferrerPolicySameProtocolLeak","ReferrerPolicyCrossOriginLeak","ReferrerPolicyStrictCrossOriginLeak","ReferrerPolicyCrossSiteReferrerLeak","ReferrerPolicyUnknown","ReferrerPolicyFallbackMissing","MsSqlDatabaseNameDisclosure","MySqlDatabaseNameDisclosure","ActiveMixedContent","MixedContentScript","MixedContentResource","KnockoutjsOutOfDate","BootstrapjsOutOfDate","TypeaheadjsOutOfDate","FootablejsOutOfDate","SortablejsOutOfDate","ImagePickerOutOfDate","JqueryValidationOutOfDate","AspNetSignalROutOfDate","Select2OutOfDate","MomentjsOutOfDate","Html5ShivOutOfDate","IonRangeSliderOutOfDate","JsTreeOutOfDate","ModernizrOutOfDate","RespondjsOutOfDate","FuelUxOutOfDate","BootboxOutOfDate","KnockoutMappingOutOfDate","JqueryMaskOutOfDate","Bootstrap3DateTimePickerOutOfDate","BootstrapToggleOutOfDate","JavaScriptCookieOutOfDate","MixedContentFont","MixedContentXhrEndpoint","PossibleRceNodeJs","RceNodeJs","ReactOutOfDate","PossibleSsrfApacheServerStatus","DefaultIis85Page","DefaultIis100Page","DefaultIis75Page","DefaultIis7XPage","CkeditorOutOfDate","WordPressSetupConfigurationFile","PossibleOutOfBandCommandInjectionStruts052","OutOfBandCommandInjectionStruts053","LighttpdOutOfDate","PostgreSqlOutOfDate","RceApacheStrutsS0253","PossibleRceApacheStrutsS0253","RceApacheStrutsS2046","PossibleRceApacheStrutsS2046","RceApacheStrutsS2045","PossibleRceApacheStrutsS2045","AbanteCartIdentified","AbanteCartOutOfDate","AmpacheIdentified","AmpacheOutOfDate","AtutorIdentified","AtutorOutOfDate","ChamiloIdentified","ChamiloOutOfDate","ClarolineIdentified","ClarolineOutOfDate","CollabtiveIdentified","CollabtiveOutOfDate","Concrete5Identified","Concrete5OutOfDate","CoppermineIdentified","CoppermineOutOfDate","CubeCartIdentified","CubeCartOutOfDate","DokuWikiIdentified","DokuWikiOutOfDate","DotClearIdentified","DotClearOutOfDate","E107Identified","E107OutOfDate","FamilyConnectionsIdentified","FamilyConnectionsOutOfDate","FluxBBIdentified","FluxBBOutOfDate","FormToolsIdentified","FormToolsOutOfDate","FrontAccountingIdentified","FrontAccountingOutOfDate","GibbonEduIdentified","GibbonEduOutOfDate","HeskIdentified","HeskOutOfDate","LimeSurveyIdentified","LimeSurveyOutOfDate","LiveHelperChatIdentified","LiveHelperChatOutOfDate","LogaholicIdentified","LogaholicOutOfDate","MibewMessengerIdentified","MibewMessengerOutOfDate","ModXIdentified","ModXOutOfDate","MoodleIdentified","MoodleOutOfDate","MyBBIdentified","MyBBOutOfDate","OmekaIdentified","OmekaOutOfDate","OsClassIdentified","OsClassOutOfDate","OsTicketIdentified","OsTicketOutOfDate","PrestashopIdentified","PrestashopOutOfDate","EspoCrmIdentified","EspoCrmOutOfDate","ElggIdentified","ElggOutOfDate","PhorumIdentified","PhorumOutOfDate","PhpFusionIdentified","PhpFusionOutOfDate","PhpAddressBookIdentified","PhpAddressBookOutOfDate","PhpListIdentified","PhpListOutOfDate","PmWikiIdentified","PmWikiOutOfDate","PodcastGeneratorIdentified","PodcastGeneratorOutOfDate","ProjectSendIdentified","ProjectSendOutOfDate","Question2AnswerIdentified","Question2AnswerOutOfDate","RukovoditelIdentified","RukovoditelOutOfDate","SeoPanelIdentified","SeoPanelOutOfDate","SerendipityIdentified","SerendipityOutOfDate","TcExamIdentified","TcExamOutOfDate","VanillaForumsIdentified","VanillaForumsOutOfDate","WebErpIdentified","WebErpOutOfDate","WeBidIdentified","WeBidOutOfDate","XoopsIdentified","XoopsOutOfDate","YetiForceCrmIdentified","YetiForceCrmOutOfDate","YourlsIdentified","YourlsOutOfDate","ZenCartIdentified","ZenCartOutOfDate","ZenPhotoIdentified","ZenPhotoOutOfDate","PiwigoIdentified","PiwigoOutOfDate","ZurmoIdentified","ZurmoOutOfDate","OwnCloudIdentified","OwnCloudOutOfDate","PhpMyFaqIdentified","PhpMyFaqOutOfDate","RoundcubeIdentified","RoundcubeOutOfDate","ZikulaIdentified","ZikulaOutOfDate","WeakRobotOracleDetected","StrongRobotOracleDetected","ZeptojsOutOfDate","HammerjsOutOfDate","VuejsOutOfDate","PhaserOutOfDate","ChartjsOutOfDate","RamdaOutOfDate","RevealJsOutOfDate","PixiJsOutOfDate","FabricJsOutOfDate","SemanticUIOutOfDate","LeafletOutOfDate","PossibleOutOfBandCommandInjection","FoundationOutOfDate","ThreeJsOutOfDate","PdfJsOutOfDate","ExpressJsIdentified","PossibleSsti","Ssti","PossibleCodeExecutionViaSsti","CodeExecutionViaSsti","PossibleCodeExecutionViaSstiTwig","CodeExecutionViaSstiTwig","PossibleCodeExecutionViaSstiMako","CodeExecutionViaSstiMako","PossibleCodeExecutionViaSstiSmarty","CodeExecutionViaSstiSmarty","PossibleCodeExecutionViaSstiNunjucks","CodeExecutionViaSstiNunjucks","PossibleCodeExecutionViaSstiJade","CodeExecutionViaSstiJade","PossibleSstiDot","SstiDot","PossibleCodeExecutionViaSstiDot","CodeExecutionViaSstiDot","PossibleSstiEjs","SstiEjs","PossibleCodeExecutionViaSstiEjs","CodeExecutionViaSstiEjs","PossibleCodeExecutionViaSstiMarko","CodeExecutionViaSstiMarko","PossibleCodeExecutionViaSstiTornado","CodeExecutionViaSstiTornado","PossibleCodeExecutionViaSstiFreeMarker","CodeExecutionViaSstiFreeMarker","PossibleSstiVelocity","SstiVelocity","PossibleCodeExecutionViaSstiVelocity","CodeExecutionViaSstiVelocity","PossibleSstiErb","SstiErb","PossibleCodeExecutionViaSstiErb","CodeExecutionViaSstiErb","PossibleCodeExecutionViaSstiSlim","CodeExecutionViaSstiSlim","PossibleCodeExecutionViaSstiJinja","CodeExecutionViaSstiJinja","PossibleSstiFreeMarker","SstiFreeMarker","OutOfBandCodeExecutionViaSsti","OutOfBandCodeExecutionViaSstiMako","OutOfBandCodeExecutionViaSstiTornado","OutOfBandCodeExecutionViaSstiJinja","OutOfBandCodeExecutionViaSstiMarko","OutOfBandCodeExecutionViaSstiDot","OutOfBandCodeExecutionViaSstiNunjucks","OutOfBandCodeExecutionViaSstiJade","OutOfBandCodeExecutionViaSstiSmarty","ExpectCtIsMissing","ExpectCtShouldBeServedOverTls","ExpectCtReportOnlyModeIsEnabled","ExpectCtErrors","AuthenticationRequired","CaddyWebServerIdentified","AahGoServerIdentified","JbossApplicationServerIdentified","JbossApplicationServerVersionDisclosure","Ckeditor5OutOfDate","CakePhpIdentified","CakePhpStackTraceDisclosure","DefaultPageCakePhp","CakePhpVersionDisclosure","CakePhpOutOfDate","CherryPyVersionDisclosure","CherryPyOutOfDate","OutOfBandCodeExecutionViaSstiEjs","OutOfBandCodeExecutionViaSstiTwig","OutOfBandCodeExecutionViaSstiFreeMarker","OutOfBandCodeExecutionViaSstiVelocity","CherryPyStackTraceDisclosure","IntrojsOutOfDate","AxiosOutOfDate","Fingerprintjs2OutOfDate","XRegExpOutOfDate","DataTablesOutOfDate","LazyjsOutOfDate","FancyBoxOutOfDate","UnderscorejsOutOfDate","LightboxOutOfDate","JbossApplicationServerOutOfDate","SweetAlert2OutOfDate","LodashOutOfDate","BluebirdOutOfDate","PolymerOutOfDate","ReviveAdserverIdentified","ReviveAdserverOutOfDate","B2evolutionIdentified","B2evolutionOutOfDate","DolphinIdentified","DolphinOutOfDate","PH7CMSIdentified","PH7CMSOutOfDate","QdPMIdentified","QdPMOutOfDate","VtigerIdentified","VtigerOutOfDate","DolibarrIdentified","DolibarrOutOfDate","ClipBucketIdentified","ClipBucketOutOfDate","ContaoIdentified","ContaoOutOfDate","MisconfiguredXFrameOptionsHeader","RubyErrorDisclosure","WpEngineConfigurationFileDetected","SessionCookieNotMarkedAsSecure","PossibleHeaderInjection","OracleOutOfDate","TsWebIdentified","DrupalRce","MithrilOutOfDate","EfJsOutOfDate","MathJsOutOfDate","ListJsOutOfDate","RequireJsOutOfDate","RiotJsOutOfDate","InfernoOutOfDate","MarionetteJsOutOfDate","GsapOutOfDate","TravisYamlIdentified","UnicodeTransformationIssue","MalwareIdentified","RorFileContentDisclosure","AppSiteAssociationIdentified","OpenSearchIdentified","ServletSourceCodeDisclosure","JspSourceCodeDisclosure","HtaccessIdentified","RcePython","PossibleRcePython","OutOfBandRcePython","RceRuby","PossibleRceRuby","OutOfBandRceRuby","SwaggerJsonIdentified","SslNotImplemented","SecurityTxtIdentified","RceApacheStrutsS2016","PossibleRceApacheStrutsS2016","SlickOutOfDate","ScrollRevealOutOfDate","MathJaxOutOfDate","RickshawOutOfDate","HighchartsOutOfDate","SnapSvgOutOfDate","FlickityOutOfDate","D3JsOutOfDate","GoogleChartsOutOfDate","HiawathaVersionDisclosure","CherokeeVersionDisclosure","HiawathaOutOfDate","CherokeeOutOfDate","WebLogicOutOfDate","WebCacheDeception","IisOutOfDate","ImmutablejsOutOfDate","AxwaySecureTransportDetected","MisconfiguredXFrameOptionsHeaderMultipleDirectives","TlsVersion11Support","PossibleSsrfOracleCloud","PossibleSsrfPacketCloud","ExtJsOutOfDate","PossibleHpp","PossibleBreachAttack","TelerikWebUiVersionDisclosure","TelerikWebUiOutOfDate","JavaVersionDisclosure","GlassFishVersionDisclosure","JavaOutOfDate","GlassFishOutOfDate","WafIdentified","AkamaiCdnIdentified","AzureCdnIdentified","GoogleCloudCdnIdentified","ArvanCloudCdnIdentified","FastlyCdnIdentified","IncapsulaCdnIdentified","SucuriCdnIdentified","NetlifyCdnIdentified","MaxCdnIdentified","KeyCdnIdentified","FirebladeCdnIdentified","AireeCdnIdentified","West263CdnIdentified","InstartCdnIdentified","QratorCdnIdentified","PowerCdnIdentified","Cdn77Identified","F5BigIpProxyIdentified","EnvoyProxyIdentified","CitrixNetScalerProxyIdentified","ApacheTrafficServerProxyIdentified","HaProxyIdentified","SkipperProxyIdentified","LoginPageIdentified","SameSiteCookieNotMarkedAsSecure","LiferayPortalIdentified","LiferayPortalOutOfDate","ApacheTrafficServerVersionDisclosure","ApacheTrafficServerOutOfDate","UndertowWebServerVersionDisclosure","UndertowWebServerOutOfDate","JenkinsVersionDisclosure","JenkinsOutOfDate","KestrelIdentified","TableauServerIdentified","BomgarIdentified","JolokiaVersionDisclosure","JolokiaOutOfDate","F5BigIpLocalFileInclusion","PossibleF5BigIpLocalFileInclusion","PossibleSstiPebble","SstiPebble","PossibleCodeExecutionViaSstiPebble","CodeExecutionViaSstiPebble","SugarCrmIdentified","SugarCrmOutOfDate","GrafanaVersionDisclosure","GrafanaOutOfDate","PossibleSstiJinJava","SstiJinJava","PossibleCodeExecutionViaSstiJinJava","CodeExecutionViaSstiJinJava","PossibleSstiAspNetRazor","SstiAspNetRazor","PossibleCodeExecutionViaSstiAspNetRazor","CodeExecutionViaSstiAspNetRazor","PhpMagicQuotesGpcDisabled","PhpRegisterGlobalsEnabled","PhpDisplayErrorsEnabled","PhpAllowUrlFopenEnabled","PhpAllowUrlIncludeEnabled","PhpSessionUseTransSidEnabled","PhpOpenBaseDirIsNotSet","PhpEnableDlEnabled","AspNetApplicationTraceEnabled","AspNetCookilessSessionStateEnabled","AspNetCookilessAuthenticationEnabled","AspNetNoSslAuth","AspNetLoginCredentialsPlainText","AspNetValidateRequestDisabled","AspNetViewStateUserKeyNotSet","JettyVersionDisclosure","TornadoWebServerVersionDisclosure","TracyDebuggingToolVersionDisclosure","AspNetCustomErrorsDisabled","WhoopsFrameworkIdentified","PhpUseOnlyCookiesIsDisabled","CrushFtpServerIdentified","RceWebLogic","WeblogicAuthenticationBypass","ArbitraryFileCreation","ArbitraryFileDeletion","WerkzeugIdentified","WerkzeugVersionDisclosure","WerkzeugOutOfDate","OpenRestyIdentified","OpenRestyVersionDisclosure","OpenRestyOutOfDate","LiteSpeedWebServerIdentified","TwistedWebHTTPServerIdentified","TwistedWebHTTPServerVersionDisclosure","TwistedWebHTTPServerOutOfDate","NextJsReactFrameworkIdentified","NextJsReactFrameworkVersionDisclosure","NextJsReactFrameworkOutOfDate","DaiquiriVersionDisclosure","W3TotalCacheOutOfDate","W3TotalCacheIdentified","W3TotalCacheVersionDisclosure","PhusionPassengerIdentified","PhusionPassengerVersionDisclosure","PhusionPassengerOutOfDate","SqlInjectionIast","LfiIast","RcePhpIast","HeaderInjectionIast","CommandInjectionIast","AxwaySecureTransportIdentified","AxwaySecureTransportVersionDisclosure","AxwaySecureTransportOutOfDate","BurpCollaboratorServerIdentified","ResinApplicationServerIdentified","ResinApplicationServerVersionDisclosure","ResinApplicationServerOutOfDate","TracSoftwareProjectManagementToolIdentified","TracSoftwareProjectManagementToolVersionDisclosure","TracSoftwareProjectManagementToolOutOfDate","TornadoWebServerIdentified","TornadoWebServerOutOfDate","JettyWebServerIdentified","JettyWebServerOutOfDate","TracyDebuggingToolOutOfDate","ZopeWebServerVersionDisclosure","ZopeWebServerOutOfDate","ArtifactoryIdentified","ArtifactoryVersionDisclosure","ArtifactoryOutOfDate","JBossEAPIdentified","WildFlyIdentified","GunicornIdentified","GunicornVersionDisclosure","GunicornOutOfDate","JBossCSIdentified","WebSealIdentified","OracleHTTPIdentified","SonicWallSSLVPNIdentified","PloneCMSIdentified","PloneCMSVersionDisclosure","PloneCMSOutOfDate","GlassFishIdentified","IBMRTCIdentified","IBMRTCVersionDisclosure","IBMRTCOutOfDate","NexusIdentified","NexusVersionDisclosure","NexusOutOfDate","IBMHTTPServerIdentified","IBMHTTPServerVersionDisclosure","IBMHTTPServerOutOfDate","PythonWSGIServerIdentified","PythonWSGIServerVersionDisclosure","PythonWSGIServerOutOfDate","PlayFrameworkIdentified","VarnishCacheIdentified","RestletFrameworkIdentified","RestletFrameworkVersionDisclosure","RestletFrameworkOutOfDate","ZopeWebServerIdentified","WebSealOutOfDate","WebSealVersionDisclosure","CowboyIdentified","CowboyOutOfDate","CowboyVersionDisclosure","LiferayPortalVersionDisclosure","RevokedSslCertificate","SslCertificateHostnameMismatch","SslCertificateSignedByUntrustedRoot","ExpiredSslCertificate","JwtNoneAlgorithmAllowed","JwtSignatureNotChecked","JwtInsecureSecretDetected","JwtSqlInjectionInKid","ZshHistoryFileDetected","JwtPathTraversalInKid","JwtJkuHijack","JwtJkuForgeryWithOpenRedirect","DaiquiriIdentified","Typo3CmsIdentified","Typo3CmsOutOfDate","SslCertificateAboutToExpire","MagentoIdentified","MagentoOutOfDate","PleskLinIdentified","PleskWinIdentified","LighthouseIdentified","BitNinjaCaptchaServerIdentified","PardotServerIdentified","MasheryProxyIdentified","DaiquiriOutOfDate","AtlassianProxyIdentified","AtlassianProxyVersionDisclosure","AtlassianProxyOutOfDate","WindowsAzureWebIdentified","TaleoWebServerIdentified","TaleoWebServerVersionDisclosure","TaleoWebServerOutOfDate","CraftCmsIdentified","DataDomeIdentified","OpenVpnAccessServerIdentified","SquarespaceIdentified","SquidIdentified","SugarCrmVersionDisclosure","HubSpotIdentified","KongServerIdentified","KongServerVersionDisclosure","KongServerOutOfDate","VegurIdentified","JavaServerPageIdentified","JavaServerPageVersionDisclosure","TomcatIdentified","PHPIdentified","IisIdentified","WebLogicIdentified","LighttpdIdentified","SharePointIdentified","ApacheCoyoteIdentified","OracleApplicationServerIdentified","OpenSslIdentified","ApacheModuleIdentified","PerlIdentified","FrontPageIdentified","PythonIdentified","JavaServletIdentified","MvcIdentified","MongrelIdentified","NuSoapIdentified","RorIdentified","RubyGemsIdentified","DjangoIdentified","CherryPyIdentified","HiawathaIdentified","CherokeeIdentified","TelerikWebUiIdentified","JavaIdentified","ApacheTrafficServerIdentified","UndertowWebServerIdentified","JenkinsIdentified","JolokiaIdentified","GrafanaIdentified","TracyDebuggingToolIdentified","LiferayDXPIdentified","LiferayDXPVersionDisclosure","LiferayDXPOutOfDate","JavaServerPageOutOfDate","SquidVersionDisclosure","SquidOutOfDate","SharePointOutOfDate","ApacheCoyoteOutOfDate","OracleApplicationServerOutOfDate","FrontPageOutOfDate","MvcOutOfDate","MongrelOutOfDate","IbmBpmIdentified","PhpMyAdminVersionDisclosure","ShopifyIdentified","AtlassianConfluenceIdentified","AtlassianConfluenceVersionDisclosure","AtlassianConfluenceOutOfDate","AtlassianJiraIdentified","AtlassianJiraVersionDisclosure","AtlassianJiraOutOfDate","OutOfBandRceJavaLog4j","GqlIdentified","GrapheneIdentified","AriadneIdentified","ApolloIdentified","GraphqlGoIdentified","GqlgenIdentified","WPGraphQLIdentified","GraphQLApiWordPressIdentified","GraphQLRubyIdentified","GraphQLPHPIdentified","HasuraIdentified","GraphQLJavaIdentified","JuniperIdentified","SangriaIdentified","TartifletteIdentified","DgraphIdentified","DirectusIdentified","XssViaFileUpload","NodeJsExpressDevModeEnabled","NodeJsExpressSessionWeakSecret","NodeJsUncaughtException","NodeJsUnhandledRejection","JavaVerbTamperingMisconfiguredSecurityConstraint","JavaLongSessionTimeout","JavaUnsafeSessionTrackingValue","JavaUnconfiguredCustomErrorPage","JavaSpringBootActuatorAllEndpointsExposed","JavaSpringBootActuatorShutdownExposed","JavaSpringBootDevToolsEnabled","JavaSpringBootUnsafeSessionTrackingValue","JavaSpringLongSessionTimeout","JavaSpringH2ConsoleEnabled","JavaSpringDataSourceCredsStoredAsPlainText","JavaSpringMongoDbCredsStoredAsPlainText","JavaSpringBootAdminEnabled","JavaSpringBootActuatorEndpointSecurityDisabled","JavaSpringHtmlEscapingDisabled","StrutsConfigBrowserEnabled","StrutsDevModeEnabled","AxisSystemConfigurationListingEnabled","AxisDevModeEnabled","OutOfBandRceNode","HsqldbIdentified","PossibleRceSpring","SqLiteIdentified","SqLiteOutOfDate","ConfirmedErrorBasedMongoDbInjection","PossibleErrorBasedMongoDbInjection","ConfirmedBooleanBasedMongoDbInjection","PossibleBooleanBasedMongoDbInjection","ConfirmedBlindMongoDbInjection","PossibleBlindMongoDbInjection","ConfirmedOperatorMongoDbInjection","PossibleOperatorMongoDbInjection","MongoDbIdentified","SwaggerUIOutOfDate","MailHeaderInjectionIast","OutOfBandRceText4Shell","SensitiveDataExposure","SensitiveDataAmazonAwsAccessKeyId","SensitiveDataAmazonAwsSecretKey","SensitiveDataFacebookAppSecret","SensitiveDataFacebookAppId","SensitiveDataTwitterApiSecretKey","SensitiveDataTwitterAccessTokenSecret","SensitiveDataHerokuApiKey","SensitiveDataSshKey","SensitiveDataSendGridApiKey","SensitiveDataGoogleCloudApiKey","SensitiveDataMailGunApiKey","SensitiveDataNuGetApiKey","SensitiveDataSlackWebhook","SensitiveDataSlackToken","SensitiveDataSlackV1XToken","SensitiveDataStripeApiKey","SensitiveDataMailChimpApiKey","SensitiveDataLinkedInApiKey","SensitiveDataDatabaseConnectionStringMongoDbMySql","SensitiveDataDatabaseConnectionStringPostgres","SensitiveDataJdbcDbConnectionString","SensitiveDataWordPressAuthenticationKey","SensitiveDataSymfonyApplicationSecret","SensitiveDataMapboxToken","SensitiveDataAmazonSessMtpPassword","SensitiveDataSentryAuthToken","SensitiveDataTeamsWebhook","SensitiveDataTwilioApiKey","SensitiveDataPaypalAccessToken","SensitiveDataSquareAccessToken","SensitiveDataSquareOAuthSecret","SensitiveDataPicaticApiKey","SensitiveDataAmazonMwsAuthToken","SensitiveDataGoogleOAuthAccessToken","SensitiveDataFacebookAccessToken","SensitiveDataSonarQubeUserToken","SensitiveDataNexmoSecret","SensitiveDataTelegramBotApiToken","SensitiveDataDeviseSecretKey","SensitiveDataGitlabPersonalAccessToken","SensitiveDataConsulToken","SensitiveDataOmiseSecretKey","SensitiveDataNpmAccessToken","GuidV1OnCookie","JwtDetected","CloudflareIdentified","CloudflareBMIdentified","CloudflareBIdentified","CdnJsIdentified","WindowsServerIdentified","WindowsCEOSIdentified","PossibleSsrfEquinix","VarnishVersionDisclosure","ApacheShiroStackTrace","ApacheShiroIdentified","StackPathCdnIdentified","JBossWebConsole","AEMDetected","JavaServletOutOfDate","JsDelivrCdnIdentified","Mod_SslOutOfDate","Mod_SslIdentified","Mod_SslVersionDisclosure","SpringFrameworkIdentified","JavaMelodyInterfaceDetected","BootstrapTableOutOfDate","BootstrapSelectOutOfDate","BootstrapTypeaheadOutOfDate","LuaIdentified","LuaVersionDisclosure","LuaOutOfDate","SpringActuatorEndpointDetected","MsExchangeVersionDisclosure","MsExchangeOutOfDate","OutOfBandCodeExecutionViaJwtKid","MongoDbInjectionIast","LdapInjectionIast","XPathInjectionIast","ServerSideTemplateInjectionIast","XxeInjectionIast","JetBrainsIdeaDirectoryDetected","NodeJsStackTraceDisclosure","ItHitWebDavNetVersionDisclosure","ItHitWebDavNetOutOfDate","EzProxyIdentified","CanvasJSOutOfDate","WordPressVersionDisclosure","JoomlaVersionDisclosure","DrupalVersionDisclosure","MovableTypeVersionDisclosure","MediaWikiVersionDisclosure","OscommerceVersionDisclosure","PhpBBVersionDisclosure","OpenCartVersionDisclosure","OsTicketVersionDisclosure","PrestashopVersionDisclosure","AbanteCartVersionDisclosure","AmpacheVersionDisclosure","AtutorVersionDisclosure","ClarolineVersionDisclosure","Concrete5VersionDisclosure","CoppermineVersionDisclosure","CubeCartVersionDisclosure","CollabtiveVersionDisclosure","DotClearVersionDisclosure","E107VersionDisclosure","FamilyConnectionsVersionDisclosure","FluxBBVersionDisclosure","FormToolsVersionDisclosure","ChamiloVersionDisclosure","FrontAccountingVersionDisclosure","GibbonEduVersionDisclosure","HeskVersionDisclosure","LimeSurveyVersionDisclosure","MibewMessengerVersionDisclosure","ModXVersionDisclosure","MoodleVersionDisclosure","MyBBVersionDisclosure","OmekaVersionDisclosure","OsClassVersionDisclosure","EspoCrmVersionDisclosure","ElggVersionDisclosure","PhorumVersionDisclosure","PhpFusionVersionDisclosure","PhpAddressBookVersionDisclosure","PhpListVersionDisclosure","PmWikiVersionDisclosure","PodcastGeneratorVersionDisclosure","ProjectSendVersionDisclosure","Question2AnswerVersionDisclosure","RukovoditelVersionDisclosure","SeoPanelVersionDisclosure","SerendipityVersionDisclosure","TcExamVersionDisclosure","VanillaForumsVersionDisclosure","WebErpVersionDisclosure","WeBidVersionDisclosure","XoopsVersionDisclosure","YetiForceCrmVersionDisclosure","YourlsVersionDisclosure","ZenCartVersionDisclosure","ZenPhotoVersionDisclosure","PiwigoVersionDisclosure","OwnCloudVersionDisclosure","PhpMyFaqVersionDisclosure","RoundcubeVersionDisclosure","ZikulaVersionDisclosure","ReviveAdserverVersionDisclosure","B2evolutionVersionDisclosure","DolphinVersionDisclosure","PH7CMSVersionDisclosure","QdPMVersionDisclosure","DolibarrVersionDisclosure","ClipBucketVersionDisclosure","ContaoVersionDisclosure","Typo3CmsVersionDisclosure","MagentoVersionDisclosure","PopperJSOutOfDate","SailsJsIdentified","ActionheroJsIdentified","OutOfBandXxeSamlConsumer","OutOfBandXsltSamlConsumer","PossibleSsrfKeyInfoSamlConsumer","PossibleXssSamlConsumer","RetiredHashSaml","SamlResponseWithoutSignature","NoSamlResponseSignatureCheck","SamlResponseSignatureExclusion","GraphQLStackTraceDisclosure","JqueryIdentified","JqueryMigrateIdentified","JqueryMobileIdentified","JqueryUiDialogIdentified","JqueryUiAutocompleteIdentified","JqueryUiTooltipIdentified","PrettyPhotoIdentified","jPlayerIdentified","YuiIdentified","PrototypejsIdentified","EmberIdentified","AngularjsIdentified","BackbonejsIdentified","MustachejsIdentified","HandlebarsjsIdentified","EasyXdmIdentified","PluploadIdentified","DomPurifyIdentified","DwrIdentified","VideojsIdentified","CkeditorIdentified","TypeaheadjsIdentified","BootboxIdentified","BootstrapjsIdentified","Bootstrap3DateTimePickerIdentified","BootstrapToggleIdentified","FootablejsIdentified","ImagePickerIdentified","RespondjsIdentified","IonRangeSliderIdentified","JsTreeIdentified","ModernizrIdentified","MomentjsIdentified","Select2Identified","Html5ShivIdentified","SortablejsIdentified","KnockoutjsIdentified","JavaScriptCookieIdentified","JqueryMaskIdentified","JqueryValidationIdentified","KnockoutMappingIdentified","ReactIdentified","ZeptojsIdentified","HammerjsIdentified","PhaserIdentified","RamdaIdentified","VuejsIdentified","RevealJsIdentified","ChartjsIdentified","LeafletIdentified","FoundationIdentified","SemanticUIIdentified","PixiJsIdentified","ThreeJsIdentified","PdfJsIdentified","FabricJsIdentified","LightboxIdentified","UnderscorejsIdentified","FancyBoxIdentified","LazyjsIdentified","DataTablesIdentified","XRegExpIdentified","Fingerprintjs2Identified","SweetAlert2Identified","IntrojsIdentified","LodashIdentified","AxiosIdentified","PolymerIdentified","BluebirdIdentified","ListJsIdentified","MithrilIdentified","MathJsIdentified","RiotJsIdentified","RequireJsIdentified","EfJsIdentified","MarionetteJsIdentified","GsapIdentified","InfernoIdentified","D3JsIdentified","HighchartsIdentified","RickshawIdentified","MathJaxIdentified","ScrollRevealIdentified","SlickIdentified","FlickityIdentified","SnapSvgIdentified","ExtJsIdentified","JqueryVersionDisclosure","JqueryMigrateVersionDisclosure","JqueryMobileVersionDisclosure","JqueryUiDialogVersionDisclosure","JqueryUiAutocompleteVersionDisclosure","JqueryUiTooltipVersionDisclosure","PrettyPhotoVersionDisclosure","jPlayerVersionDisclosure","YuiVersionDisclosure","PrototypejsVersionDisclosure","EmberVersionDisclosure","AngularjsVersionDisclosure","BackbonejsVersionDisclosure","MustachejsVersionDisclosure","HandlebarsjsVersionDisclosure","EasyXdmVersionDisclosure","PluploadVersionDisclosure","DomPurifyVersionDisclosure","DwrVersionDisclosure","VideojsVersionDisclosure","CkeditorVersionDisclosure","TypeaheadjsVersionDisclosure","BootboxVersionDisclosure","BootstrapjsVersionDisclosure","Bootstrap3DateTimePickerVersionDisclosure","BootstrapToggleVersionDisclosure","FootablejsVersionDisclosure","ImagePickerVersionDisclosure","RespondjsVersionDisclosure","IonRangeSliderVersionDisclosure","JsTreeVersionDisclosure","ModernizrVersionDisclosure","MomentjsVersionDisclosure","Select2VersionDisclosure","Html5ShivVersionDisclosure","SortablejsVersionDisclosure","KnockoutjsVersionDisclosure","JavaScriptCookieVersionDisclosure","JqueryMaskVersionDisclosure","JqueryValidationVersionDisclosure","KnockoutMappingVersionDisclosure","ReactVersionDisclosure","ZeptojsVersionDisclosure","HammerjsVersionDisclosure","PhaserVersionDisclosure","RamdaVersionDisclosure","VuejsVersionDisclosure","RevealJsVersionDisclosure","ChartjsVersionDisclosure","LeafletVersionDisclosure","FoundationVersionDisclosure","SemanticUIVersionDisclosure","PixiJsVersionDisclosure","ThreeJsVersionDisclosure","PdfJsVersionDisclosure","FabricJsVersionDisclosure","LightboxVersionDisclosure","UnderscorejsVersionDisclosure","FancyBoxVersionDisclosure","LazyjsVersionDisclosure","DataTablesVersionDisclosure","XRegExpVersionDisclosure","Fingerprintjs2VersionDisclosure","SweetAlert2VersionDisclosure","IntrojsVersionDisclosure","LodashVersionDisclosure","AxiosVersionDisclosure","PolymerVersionDisclosure","BluebirdVersionDisclosure","ListJsVersionDisclosure","MithrilVersionDisclosure","MathJsVersionDisclosure","RiotJsVersionDisclosure","RequireJsVersionDisclosure","EfJsVersionDisclosure","MarionetteJsVersionDisclosure","GsapVersionDisclosure","InfernoVersionDisclosure","D3JsVersionDisclosure","HighchartsVersionDisclosure","RickshawVersionDisclosure","MathJaxVersionDisclosure","ScrollRevealVersionDisclosure","SlickVersionDisclosure","FlickityVersionDisclosure","SnapSvgVersionDisclosure","ExtJsVersionDisclosure","AspNetSignalRIdentified","FuelUxIdentified","SwaggerUIIdentified","BootstrapTableIdentified","BootstrapSelectIdentified","BootstrapTypeaheadIdentified","AspNetSignalRVersionDisclosure","FuelUxVersionDisclosure","SwaggerUIVersionDisclosure","BootstrapTableVersionDisclosure","BootstrapSelectVersionDisclosure","BootstrapTypeaheadVersionDisclosure","ConfirmedWordpressThemeDetected","PossibleWordpressThemeDetected","ConfirmedWordpressPluginDetected","PossibleWordpressPluginDetected","WordpressThemeHelloElementorIdentified","WordpressThemeTwentyTwentyThreeIdentified","WordpressThemeTwentyTwentyTwoIdentified","WordpressThemeAstraIdentified","WordpressThemeTwentyTwentyOneIdentified","WordpressThemeTwentyTwentyIdentified","WordpressThemeOceanWPIdentified","WordpressThemeTwentySeventeenIdentified","WordpressThemeKadenceIdentified","WordpressThemeTwentySixteenIdentified","WordpressThemeTwentyNineteenIdentified","WordpressThemePopularFXIdentified","WordpressThemeGeneratePressIdentified","WordpressThemeInspiroIdentified","WordpressThemeGoIdentified","WordpressThemeHelloElementorOutOfDate","WordpressThemeTwentyTwentyThreeOutOfDate","WordpressThemeTwentyTwentyTwoOutOfDate","WordpressThemeAstraOutOfDate","WordpressThemeTwentyTwentyOneOutOfDate","WordpressThemeTwentyTwentyOutOfDate","WordpressThemeOceanWPOutOfDate","WordpressThemeTwentySeventeenOutOfDate","WordpressThemeKadenceOutOfDate","WordpressThemeTwentySixteenOutOfDate","WordpressThemeTwentyNineteenOutOfDate","WordpressThemePopularFXOutOfDate","WordpressThemeGeneratePressOutOfDate","WordpressThemeInspiroOutOfDate","WordpressThemeGoOutOfDate","WordpressThemeHelloElementorVersionDisclosure","WordpressThemeTwentyTwentyThreeVersionDisclosure","WordpressThemeTwentyTwentyTwoVersionDisclosure","WordpressThemeAstraVersionDisclosure","WordpressThemeTwentyTwentyOneVersionDisclosure","WordpressThemeTwentyTwentyVersionDisclosure","WordpressThemeOceanWPVersionDisclosure","WordpressThemeTwentySeventeenVersionDisclosure","WordpressThemeKadenceVersionDisclosure","WordpressThemeTwentySixteenVersionDisclosure","WordpressThemeTwentyNineteenVersionDisclosure","WordpressThemePopularFXVersionDisclosure","WordpressThemeGeneratePressVersionDisclosure","WordpressThemeInspiroVersionDisclosure","WordpressThemeGoVersionDisclosure","WordpressPluginUltimateMemberIdentified","WordpressPluginLoginWithPhoneNumberIdentified","WordpressPluginInstagramFeedIdentified","WordpressPluginContactFormSevenIdentified","WordpressPluginYoastSeoIdentified","WordpressPluginElementorIdentified","WordpressPluginClassicEditorIdentified","WordpressPluginAkismetIdentified","WordpressPluginWooCommerceIdentified","WordpressPluginWpFormsIdentified","WordpressPluginReallySimpleSslIdentified","WordpressPluginJetpackIdentified","WordpressPluginAllInOneWpMigrationIdentified","WordpressPluginWordfenceSecurityIdentified","WordpressPluginYoastDuplicatePostIdentified","WordpressPluginWordpressImporterIdentified","WordpressPluginLiteSpeedCacheIdentified","WordpressPluginUpdraftPlusIdentified","WordpressPluginJupiterXIdentified","WordpressPluginUltimateMemberOutOfDate","WordpressPluginLoginWithPhoneNumberOutOfDate","WordpressPluginInstagramFeedOutOfDate","WordpressPluginContactFormSevenOutOfDate","WordpressPluginYoastSeoOutOfDate","WordpressPluginElementorOutOfDate","WordpressPluginClassicEditorOutOfDate","WordpressPluginAkismetOutOfDate","WordpressPluginWooCommerceOutOfDate","WordpressPluginWpFormsOutOfDate","WordpressPluginReallySimpleSslOutOfDate","WordpressPluginJetpackOutOfDate","WordpressPluginAllInOneWpMigrationOutOfDate","WordpressPluginWordfenceSecurityOutOfDate","WordpressPluginYoastDuplicatePostOutOfDate","WordpressPluginWordpressImporterOutOfDate","WordpressPluginLiteSpeedCacheOutOfDate","WordpressPluginUpdraftPlusOutOfDate","WordpressPluginJupiterXOutOfDate","WordpressPluginInstagramFeedVersionDisclosure","WordpressPluginContactFormSevenVersionDisclosure","WordpressPluginYoastSeoVersionDisclosure","WordpressPluginUltimateMemberVersionDisclosure","WordpressPluginLoginWithPhoneNumberVersionDisclosure","WordpressPluginElementorVersionDisclosure","WordpressPluginClassicEditorVersionDisclosure","WordpressPluginAkismetVersionDisclosure","WordpressPluginWooCommerceVersionDisclosure","WordpressPluginWpFormsVersionDisclosure","WordpressPluginReallySimpleSslVersionDisclosure","WordpressPluginJetpackVersionDisclosure","WordpressPluginAllInOneWpMigrationVersionDisclosure","WordpressPluginWordfenceSecurityVersionDisclosure","WordpressPluginYoastDuplicatePostVersionDisclosure","WordpressPluginWordpressImporterVersionDisclosure","WordpressPluginLiteSpeedCacheVersionDisclosure","WordpressPluginUpdraftPlusVersionDisclosure","WordpressPluginJupiterXVersionDisclosure","DockerDisclosure","DockerComposeDisclosure","DockerRunDisclosure","DockerIgnoreDisclosure","DockerCloudDisclosure","CanvasJSIdentified","CanvasJSVersionDisclosure","PopperJSIdentified","PopperJSVersionDisclosure","HotChocolateIdentified","JQueryPlaceholderJSOutOfDate","JQueryPlaceholderJSVersionDisclosure","JQueryPlaceholderJSIdentified","MOVEitTransferSqlInjection","MOVEitTransferVersionDisclosure","MOVEitTransferIdentified","DianaJlIdentified","MissingXContentTypeOptionsHeader","JwkIdentified","PrivateJwkIdentified","DotCMSOutOfDate","DotCMSVersionDisclosure","DotCMSIdentified","WordpressPluginBackupMigrationIdentified","WordpressPluginBackupMigrationOutOfDate","WordpressPluginBackupMigrationVersionDisclosure","TinyMCEVersionDisclosure","TinyMCEIdentified","TinyMCEOutOfDate","PossiblePrototypePollution","PhpStackTraceDisclosure","ActiveMqRCE","TorchServeApiIdentified","TorchServeApiSsrf","VmWareAriaRCE","WordPressConfigDisclosure","AuthenticationBypassIvanti","RceIvanti","PrototypePollution","SmallSSLKeyLength","WpadminDetected","OracleEbsRce","AngularVersionDisclosure","AngularIdentified","AngularOutOfDate","WordpressThemeNusaiFashionStoreIdentified","WordpressThemeNusaiFashionStoreOutOfDate","WordpressThemeNusaiFashionStoreVersionDisclosure","WordpressThemeGrShopsGroceryIdentified","WordpressThemeGrShopsGroceryOutOfDate","WordpressThemeGrShopsGroceryVersionDisclosure","WordpressThemeSedonaShopIdentified","WordpressThemeSedonaShopOutOfDate","WordpressThemeSedonaShopVersionDisclosure","WordpressThemeStoremateIdentified","WordpressThemeStoremateOutOfDate","WordpressThemeStoremateVersionDisclosure","WordpressThemeYithWonderIdentified","WordpressThemeYithWonderOutOfDate","WordpressThemeYithWonderVersionDisclosure","FortigateSslvpnFileReading","WordpressThemeHomevillasRealEstateIdentified","WordpressThemeHomevillasRealEstateOutOfDate","WordpressThemeHomevillasRealEstateVersionDisclosure","WordpressThemeJobCareerIdentified","WordpressThemeJobCareerOutOfDate","WordpressThemeJobCareerVersionDisclosure","WordpressThemeShopyMallIdentified","WordpressThemeShopyMallOutOfDate","WordpressThemeShopyMallVersionDisclosure","WordpressThemeShop4uIdentified","WordpressThemeShop4uOutOfDate","WordpressThemeShop4uVersionDisclosure","WordpressThemeKONStoreIdentified","WordpressThemeKONStoreOutOfDate","WordpressThemeKONStoreVersionDisclosure","WordpressThemeAlishopIdentified","WordpressThemeAlishopOutOfDate","WordpressThemeAlishopVersionDisclosure","WordpressThemeFlorisIdentified","WordpressThemeFlorisOutOfDate","WordpressThemeFlorisVersionDisclosure","WordpressThemeLevogueIdentified","WordpressThemeLevogueOutOfDate","WordpressThemeLevogueVersionDisclosure","WordpressThemeNicemerryIdentified","WordpressThemeNicemerryOutOfDate","WordpressThemeNicemerryVersionDisclosure","WordpressThemeNeoMarketIdentified","WordpressThemeNeoMarketOutOfDate","WordpressThemeNeoMarketVersionDisclosure","WordpressThemeImarketIdentified","WordpressThemeImarketOutOfDate","WordpressThemeImarketVersionDisclosure","WordpressThemeHiStoreIdentified","WordpressThemeHiStoreOutOfDate","WordpressThemeHiStoreVersionDisclosure","WordpressThemeSiezzIdentified","WordpressThemeSiezzOutOfDate","WordpressThemeSiezzVersionDisclosure","WordpressThemeBosmarketIdentified","WordpressThemeBosmarketOutOfDate","WordpressThemeBosmarketVersionDisclosure","WordpressThemeSecretshoIdentified","WordpressThemeSecretshoOutOfDate","WordpressThemeSecretshoVersionDisclosure","WordpressThemeRozyIdentified","WordpressThemeRozyOutOfDate","WordpressThemeRozyVersionDisclosure","WordpressThemeFurnikiIdentified","WordpressThemeFurnikiOutOfDate","WordpressThemeFurnikiVersionDisclosure","WordpressThemeGaionIdentified","WordpressThemeGaionOutOfDate","WordpressThemeGaionVersionDisclosure","WordpressThemeHouskitIdentified","WordpressThemeHouskitOutOfDate","WordpressThemeHouskitVersionDisclosure","WordpressThemeSoazIdentified","WordpressThemeSoazOutOfDate","WordpressThemeSoazVersionDisclosure","WordpressThemeAvesaIdentified","WordpressThemeAvesaOutOfDate","WordpressThemeAvesaVersionDisclosure","GeoServerIdentified","GeoServerVersionDisclosure","GeoServerOutOfDate","RegreSshion","PolyfillSupplyChain","MailmanIdentified","MailmanVersionDisclosure","MailmanOutOfDate","PayaraIdentified","PayaraVersionDisclosure","PayaraOutOfDate","GoAnywhereMftAuthBypass","CacheableSensitivePage","SensitiveDataOktaSecretKey","SensitiveDataJenkinsSecretKey","WordPressPluginBackdoor","InsecureFrameAncestorsDirectiveDetected","FrameAncestorsDirectiveMissing","Sast","XWikiplatformIdentified","XWikiplatformVersionDisclosure","XWikiplatformOutOfDate","MasaCmsIdentified","MasaCmsVersionDisclosure","MasaCmsOutOfDate","MarkdownitIdentified","MarkdownitVersionDisclosure","MarkdownitOutOfDate","jszipIdentified","jszipVersionDisclosure","jszipOutOfDate","uaparserjsIdentified","uaparserjsVersionDisclosure","uaparserjsOutOfDate","dojoIdentified","dojoVersionDisclosure","dojoOutOfDate","MongoDbOutOfDate","VarnishCacheVersionDisclosure","PHPMyAdminOutOfDate","VarnishCacheOutOfDate"],"type":"string"}}},"IssueSummaryApiResult":{"description":"Paged list api model.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/IssueSummaryApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"IssueSummaryApiModel":{"type":"object","properties":{"TargetUri":{"description":"Gets or sets TargetUri","type":"string"},"WebsiteName":{"description":"Gets or sets Website Name","type":"string"},"WebsiteId":{"format":"uuid","description":"Gets or sets WebsiteId","type":"string","example":"00000000-0000-0000-0000-000000000000"},"LastSuccessfulScanDate":{"description":"Gets Last Successful Scan Date with user time zone.","type":"string","readOnly":true},"ScanGroupId":{"format":"uuid","description":"Gets or sets Scan Group Id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ScanProfileName":{"description":"Gets or sets Scan Profile Name","type":"string"},"ScanProfileTags":{"description":"Gets or sets Scan Profile Tags","type":"array","items":{"type":"string"}},"ScanTaskId":{"format":"uuid","description":"Gets or sets ScanTask Id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IssueSummaryLists":{"description":"Gets or sets Issue Summary Lists","type":"array","items":{"$ref":"#/definitions/IssueSummaryListModel"}}}},"IssueSummaryListModel":{"type":"object","properties":{"Title":{"description":"Gets or sets Vulnerability Title","type":"string"},"State":{"description":"Gets or sets Vulnerability State","enum":["Present","FixedUnconfirmed","FixedCantRetest","FixedConfirmed","Revived","Scanning","Ignored","AcceptedRisk","FalsePositive"],"type":"string"},"Severity":{"description":"Gets or sets Vulnerability Severity","enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"},"Url":{"description":"Gets or sets Vulnerability Url","type":"string"},"StatusByDate":{"description":"Gets or sets list of Vulnerability Status by date","type":"array","items":{"$ref":"#/definitions/IssueSummaryStatusModel"}}}},"IssueSummaryStatusModel":{"type":"object","properties":{"Status":{"description":"Gets or sets Vulnerability Status","enum":["Present","FixedUnconfirmed","FixedCantRetest","FixedConfirmed","Revived","Scanning","Ignored","AcceptedRisk","FalsePositive"],"type":"string"},"StatusDate":{"description":"Gets Vulnerability Status date with user time zone.","type":"string","readOnly":true}}},"GetIssuesApiModel":{"description":"Represents a class that carries vulnerability information.","type":"object","properties":{"AssigneeName":{"description":"Gets or sets the name of the assignee.","type":"string"},"FirstSeenDate":{"description":"Gets or sets the first seen date.","type":"string"},"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsAddressed":{"description":"Gets or sets a value indicating whether this vulnerability is addressed.","type":"boolean"},"IsDetectedByShark":{"description":"Gets or sets a value indicating whether this vulnerability is detected by shark/acusensor.","type":"boolean"},"IsPresent":{"description":"Gets or sets a value indicating whether this vulnerability is present.","type":"boolean"},"LastSeenDate":{"description":"Gets or sets the last seen date.","type":"string"},"LastRevivedDate":{"description":"Gets or sets the last revieved date.","type":"string"},"StateFixedConfirmedDate":{"description":"Gets or sets the last Fixed (Confirmed) date of the vulnerability.","type":"string"},"UpdatedDate":{"description":"Gets or sets the update date.","type":"string"},"Severity":{"description":"Gets or sets the severity.","enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"},"State":{"description":"Gets or sets the state.","type":"string"},"Title":{"description":"Gets or sets the title.","type":"string"},"Url":{"description":"Gets or sets the URL.","type":"string"},"LatestVulnerabilityIsConfirmed":{"description":"Gets or sets a value indicating whether [vulnerability confirmed].","type":"boolean"},"WebsiteId":{"format":"uuid","description":"Gets or sets the website identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteName":{"description":"Gets or sets the name of the website.","type":"string"},"WebsiteRootUrl":{"description":"Gets or sets the website root URL.","type":"string"},"FixTimeInMinutes":{"format":"int32","description":"Gets or sets the issue fix time.","type":"integer"},"Certainty":{"format":"int32","description":"Gets or sets the certainty.","type":"integer"},"Parameters":{"description":"Gets the issue parameters.","type":"array","items":{"$ref":"#/definitions/IssueRequestContentParametersApiModel"},"readOnly":true},"VulnerabilityDetail":{"description":"Gets a detail of the vulerability.","type":"string"},"Impact":{"description":"Gets a description of the impact of the associated vulnerability.","type":"string"},"Actions":{"description":"Gets a description of the actions of the associated vulnerability.","type":"string"},"Skills":{"description":"Gets a description of the skills of the associated vulnerability.","type":"string"},"Remedy":{"description":"Gets a description of the remedy of the associated vulnerability.","type":"string"},"RemedyReferences":{"description":"Gets a description of the remedy references of the associated vulnerability.","type":"string"},"ExternalReferences":{"description":"Gets a description of the external of the associated vulnerability.","type":"string"},"ProofOfConcept":{"description":"Gets a description of the proof of concept for the associated vulnerability.","type":"string"},"CustomData":{"description":"Gets a description of the proof of concept for the associated vulnerability.","type":"string"},"CustomFields":{"description":"Gets a collection of the vulnerability.","type":"array","items":{"$ref":"#/definitions/CustomFieldModel"},"readOnly":true},"ClassificationLinks":{"description":"Gets the classification links","type":"array","items":{"type":"string"}},"CvssVectorString":{"description":"Gets the CVSS 3.0 vector string.","type":"string"},"Cvss31VectorString":{"description":"Gets the CVSS 3.1 vector string.","type":"string","readOnly":true},"Cvss40VectorString":{"description":"Gets the CVSS 4.0 vector string.","type":"string","readOnly":true},"Type":{"description":"Gets or sets the Vulnerability Type. This is an unique discriminator for vulnerabilities.","enum":["Custom","Sca","None","HighlyPossibleSqlInjection","Xss","PossibleXss","PermanentXss","PossiblePermanentXss","InternalServerError","ForbiddenResource","PassiveVulns","PossibleBlindSqlInjection","NtlmAuthrizationRequired","BasicAuthorisationRequired","DigestAuthorizationRequired","ClearTextBasicAuth","ConfirmedBlindSqlInjection","PossibleSqlInjection","ConfirmedSqlInjection","FileUploadFound","AutoCompleteEnabled","PasswordOverHttp","PasswordFormOverHttp","InternalIPLeakage","CookieNotMarkedAsSecure","CookieNotMarkedAsHttpOnly","ConfirmedBooleanSqlInjection","PossibleBooleanSqlInjection","PasswordToHttp","CommandInjection","BlindCommandInjection","PossibleBlindCommandInjection","HeaderInjection","MySqlIdentified","MsSqlIdentified","MsAccessIdentified","DbConnectedAsAdmin","AspNetIdentified","AspNetVersionDisclosure","IisDirectoryListing","ApacheDirectoryListing","TomcatDirectoryListing","PhpSourceCodeDisclosure","AspNetSourceCodeDisclosure","GenericSourceCodeDisclosure","PossibleInternalUnixPathLeakage","MsOfficeDocumentInformationDisclosure","PhpInfoIdentified","PossibleLocalFileInclusion","OracleIdentified","PostgreSqlIdentified","HighPossibilityLfi","Lfi","PossibleInternalWindowsPathLeakage","EmailDisclosure","SocialSecurityNumberDisclosure","ApacheVersionDisclosure","TomcatVersionDisclosure","PhpVersionDisclosure","IisVersionDisclosure","WebLogicVersionDisclosure","LighttpdVersionDisclosure","SharePointVersionDisclosure","ApacheCoyoteVersionDisclosure","OracleApplicationServerVersionDisclosure","OpenSslVersionDisclosure","ApacheModuleVersionDisclosure","PerlVersionDisclosure","FrontPageVersionDisclosure","PythonVersionDisclosure","JavaServletVersionDisclosure","SitemapIdentified","CrossDomainXml","RobotsIdentified","SpecialCase","SpecialCaseNoCookies","SpecialCaseNoBasicAuthentication","ApacheServerStatus","ApacheServerInfo","ClientAccessPolicy","OpenCrossDomainXml","OpenClientAccessPolicy","HighPossibleBooleanSqlInjection","DatabaseErrorMessages","ProgrammingErrorMessages","ApacheMultiViewsEnabled","BackupFileFound","BackupSourceCodeFound","TraceTrackIdentified","TraceaxdFound","ElmahaxdFound","AspNetDebugEnabled","LfiCodeInclusion","AspNetStackTrace","SvnDisclosure","GitDisclosure","CvsDisclosure","Rfi","PossibleRfi","PossibleCi","XssViaRfi","RceAsp","PossibleRceAsp","RcePhp","PossibleRcePhp","RcePerl","PossibleRcePerl","ViewStateMacNotEnabled","ViewStateNotEncrypted","ViewStateAnalyzer","OpenRedirect","TomcatExceptionReport","DjangoStackTraceDisclosure","Struts2DevModeEnabled","AspNetDirectoryListing","MySqlUsernameDisclosure","MsSqlUsernameDisclosure","WinUsernameDisclosure","RceViaLfi","XssProtectionDisabled","MdbFound","WeakCredentials","PythonStackTraceDisclosure","ColdFusionStackTraceDisclosure","DefaultIis7Page","DefaultIis6Page","DefaultApachePage","SinatraStackTraceDisclosure","SqliteFound","OutlookFileFound","DsStoreFileFound","FrameInjection","DefaultTomcatPage","TomcatSourceCodeDisclosure","WebBackdoorIdentified","PassiveWebBackdoorIdentified","PossibleAdminFile","PossibleConfigFile","PossibleReadmeFile","PossibleInstallationFile","PossibleLogFile","PossibleSqlFile","PossibleTestFile","TomcatOutOfDate","ApacheOutOfDate","MsSqlOutOfDate","MySqlOutOfDate","HsqlDbOutOfDate","PhpOutOfDate","OpenSslOutOfDate","RedirectBodyTooLarge","RedirectTwoResponses","SslVersion2Support","WeakCiphersDetected","AnonAuthDetected","WeakSignatureAlgorithmDetected","InvalidSslCertificate","SslVersion3Support","IntermediateWeakSignatureAlgorithmDetected","MvcVersionDisclosure","MongrelVersionDisclosure","NginxVersionDisclosure","MySQLDoSDetected","GrailsStackTraceDisclosure","PossibleElInjection","ElInjection","ApacheMyFacesStackTraceDisclosure","PasswordOverQuerystring","ColdFusionSourceCodeDisclosure","AWStatsIdentified","MintIdentified","PiwikIdentified","WSFTPLogFileIdentified","WebConfigIdentified","LighttpdDirectoryListing","NginxDirectoryListing","LiteSpeedDirectoryListing","GenericEmailDisclosure","DefaultIis8Page","ShellScriptIdentified","PossibleDatabaseConnectionStringIdentified","UNCServerAndShareDisclosure","HstsNotEnabled","HstsMaxAge","HstsViaHttp","HstsErrors","WordPressOutOfDate","DrupalOutOfDate","JoomlaOutOfDate","MediaWikiOutOfDate","MovableTypeOutOfDate","OscommerceOutOfDate","PhpBBOutOfDate","TWikiOutOfDate","WordPressIdentified","DrupalIdentified","JoomlaIdentified","MediaWikiIdentified","MovableTypeIdentified","OscommerceIdentified","PhpBBIdentified","TWikiIdentified","RceRorXml","RceRorJson","PossibleRceRorXml","PossibleRceRorJson","ModSslVersionDisclosure","PHPMyAdminIdentified","WebalizerIdentified","RubyVersionDisclosure","WebrickVersionDisclosure","OptionsMethodEnabled","WebDavEnabled","WebDavDirectoryHasWritePermissions","CodeExecutionViaWebDav","WebDavDirectoryListing","CsrfDetected","CsrfInLoginFormDetected","CookieLeakageInAntiCsrfTokenDetected","MisconfiguredFrame","InsecureFrameExternal","DomBasedXss","NuSoapVersionDisclosure","NuSoapOutOfDate","AutoCompleteEnabledPasswordField","NginxOutOfDate","PerlSourceCodeDisclosure","PythonSourceCodeDisclosure","RubySourceCodeDisclosure","JavaSourceCodeDisclosure","OpenSslHeartbleedVulnerability","NginxIdentified","ApacheIdentified","JavaStackTraceDisclosure","MissingXFrameOptionsHeader","MissingContentTypeHeader","CommandInjectionShellshock","PossibleReflectedFileDownload","InsecureJsonpEndpoint","InsecureReflectedContent","MisconfiguredAccessControlOrigin","PassiveMixedContent","Teapot","PossibleXxe","Xxe","UnrestrictedFileUpload","CodeExecutionViaFileUpload","PossibleCreditCardDisclosure","RsaPrivateKeyDetected","RceInHttpSys","OpenRedirectInPost","FormHijacking","BaseTagHijacking","WindowsShortFilename","RorDatabaseConfigurationFileDetected","RorDevelopmentModeEnabled","RorVersionDisclosure","RubyGemsVersionDisclosure","RubyGemsOutOfDate","RubyOutOfDate","RorOutOfDate","PythonOutOfDate","PerlOutOfDate","DjangoDebugModeEnabled","DjangoVersionDisclosure","DjangoOutOfDate","PhpLiteAdminIdentified","AdminerIdentified","MicrosoftIisLogFileIdentified","PhpMoAdminIdentified","DbNinjaIdentified","LaravelEnvironmentConfigurationFileDetected","LaravelDebugModeEnabled","LaravelStackTraceDisclosure","SublimeSftpConfigFileDetected","RorStackTraceDisclosure","JqueryOutOfDate","JqueryMigrateOutOfDate","JqueryMobileOutOfDate","JqueryUiDialogOutOfDate","JqueryUiAutocompleteOutOfDate","JqueryUiTooltipOutOfDate","PrettyPhotoOutOfDate","jPlayerOutOfDate","YuiOutOfDate","PrototypejsOutOfDate","EmberOutOfDate","DojoOutOfDate","AngularjsOutOfDate","BackbonejsOutOfDate","MustachejsOutOfDate","HandlebarsjsOutOfDate","EasyXdmOutOfDate","PluploadOutOfDate","DomPurifyOutOfDate","DwrOutOfDate","InsecureHttpUsage","OpenCartIdentified","OpenCartOutOfDate","MissingXssProtectionHeader","VideojsOutOfDate","TlsVersion1Support","SameSiteCookieNotImplemented","ReverseTabnabbing","SubResourceIntegrityNotImplemented","SubResourceIntegrityHashInvalid","PossibleSsrf","OutOfBandSqlInjection","OutOfBandXxe","BlindXss","OutOfBandRfi","OutOfBandRcePhp","OutOfBandCommandInjection","SsrfAws","PossibleSsrfAws","SsrfElmah","PossibleSsrfElmah","SsrfTrace","PossibleSsrfTrace","OutOfBandRceAsp","OutOfBandRcePerl","DomBasedOpenRedirect","DeprecatedCspHeader","CspNotImplemented","InvalidCspMetaTag","InvalidCspInsructionInMeta","CspKeywordUsedAsTarget","UnsafeCspInstructionDetected","NonceDetectedInCsp","NoScriptTagDetectedWithNonce","SameNonceValueDetected","DefaultSrcUsedInCsp","InsecureReportUriDetectedInCsp","ReportUriWithDifferentHostDetectedInCsp","WildcardDetectedInScheme","WildcardDetectedInDomain","WildcardDetectedInPort","UnsupportedHashDetectedInScriptInstruction","InsecureNonceValueDetected","SsrfElmahMvc","PossibleSsrfElmahMvc","DeprecatedHeaderDetectedWithCspHeader","InvalidNonceDetectedInCsp","NoScriptTagDetectedWithHash","DataCspDirectiveDetected","CspReportOnlyHeaderDetectedWithoutReportUri","CspReportOnlyUsedInMeta","SingleHeaderMultipleCookies","OutOfBandRceRoRXml","OutOfBandRceRoRJson","ObjectSrcNotUsed","ApacheMultiChoiceEnabled","HttpOrHttpsDetectedOnScriptSrc","InsecureTargetUriDetectedInCsp","PossibleTimeBasedSsrf","PossibleBlindXss","PossibleSsrfSsh","PossibleSsrfMySql","RceApacheStruts","PossibleRceApacheStruts","ControllableCookie","ReferrerPolicyNotImplemented","ReferrerPolicyReferrerLeakToSameProtocol","ReferrerPolicyOriginLeakToCrossSite","ReferrerPolicySameProtocolLeak","ReferrerPolicyCrossOriginLeak","ReferrerPolicyStrictCrossOriginLeak","ReferrerPolicyCrossSiteReferrerLeak","ReferrerPolicyUnknown","ReferrerPolicyFallbackMissing","MsSqlDatabaseNameDisclosure","MySqlDatabaseNameDisclosure","ActiveMixedContent","MixedContentScript","MixedContentResource","KnockoutjsOutOfDate","BootstrapjsOutOfDate","TypeaheadjsOutOfDate","FootablejsOutOfDate","SortablejsOutOfDate","ImagePickerOutOfDate","JqueryValidationOutOfDate","AspNetSignalROutOfDate","Select2OutOfDate","MomentjsOutOfDate","Html5ShivOutOfDate","IonRangeSliderOutOfDate","JsTreeOutOfDate","ModernizrOutOfDate","RespondjsOutOfDate","FuelUxOutOfDate","BootboxOutOfDate","KnockoutMappingOutOfDate","JqueryMaskOutOfDate","Bootstrap3DateTimePickerOutOfDate","BootstrapToggleOutOfDate","JavaScriptCookieOutOfDate","MixedContentFont","MixedContentXhrEndpoint","PossibleRceNodeJs","RceNodeJs","ReactOutOfDate","PossibleSsrfApacheServerStatus","DefaultIis85Page","DefaultIis100Page","DefaultIis75Page","DefaultIis7XPage","CkeditorOutOfDate","WordPressSetupConfigurationFile","PossibleOutOfBandCommandInjectionStruts052","OutOfBandCommandInjectionStruts053","LighttpdOutOfDate","PostgreSqlOutOfDate","RceApacheStrutsS0253","PossibleRceApacheStrutsS0253","RceApacheStrutsS2046","PossibleRceApacheStrutsS2046","RceApacheStrutsS2045","PossibleRceApacheStrutsS2045","AbanteCartIdentified","AbanteCartOutOfDate","AmpacheIdentified","AmpacheOutOfDate","AtutorIdentified","AtutorOutOfDate","ChamiloIdentified","ChamiloOutOfDate","ClarolineIdentified","ClarolineOutOfDate","CollabtiveIdentified","CollabtiveOutOfDate","Concrete5Identified","Concrete5OutOfDate","CoppermineIdentified","CoppermineOutOfDate","CubeCartIdentified","CubeCartOutOfDate","DokuWikiIdentified","DokuWikiOutOfDate","DotClearIdentified","DotClearOutOfDate","E107Identified","E107OutOfDate","FamilyConnectionsIdentified","FamilyConnectionsOutOfDate","FluxBBIdentified","FluxBBOutOfDate","FormToolsIdentified","FormToolsOutOfDate","FrontAccountingIdentified","FrontAccountingOutOfDate","GibbonEduIdentified","GibbonEduOutOfDate","HeskIdentified","HeskOutOfDate","LimeSurveyIdentified","LimeSurveyOutOfDate","LiveHelperChatIdentified","LiveHelperChatOutOfDate","LogaholicIdentified","LogaholicOutOfDate","MibewMessengerIdentified","MibewMessengerOutOfDate","ModXIdentified","ModXOutOfDate","MoodleIdentified","MoodleOutOfDate","MyBBIdentified","MyBBOutOfDate","OmekaIdentified","OmekaOutOfDate","OsClassIdentified","OsClassOutOfDate","OsTicketIdentified","OsTicketOutOfDate","PrestashopIdentified","PrestashopOutOfDate","EspoCrmIdentified","EspoCrmOutOfDate","ElggIdentified","ElggOutOfDate","PhorumIdentified","PhorumOutOfDate","PhpFusionIdentified","PhpFusionOutOfDate","PhpAddressBookIdentified","PhpAddressBookOutOfDate","PhpListIdentified","PhpListOutOfDate","PmWikiIdentified","PmWikiOutOfDate","PodcastGeneratorIdentified","PodcastGeneratorOutOfDate","ProjectSendIdentified","ProjectSendOutOfDate","Question2AnswerIdentified","Question2AnswerOutOfDate","RukovoditelIdentified","RukovoditelOutOfDate","SeoPanelIdentified","SeoPanelOutOfDate","SerendipityIdentified","SerendipityOutOfDate","TcExamIdentified","TcExamOutOfDate","VanillaForumsIdentified","VanillaForumsOutOfDate","WebErpIdentified","WebErpOutOfDate","WeBidIdentified","WeBidOutOfDate","XoopsIdentified","XoopsOutOfDate","YetiForceCrmIdentified","YetiForceCrmOutOfDate","YourlsIdentified","YourlsOutOfDate","ZenCartIdentified","ZenCartOutOfDate","ZenPhotoIdentified","ZenPhotoOutOfDate","PiwigoIdentified","PiwigoOutOfDate","ZurmoIdentified","ZurmoOutOfDate","OwnCloudIdentified","OwnCloudOutOfDate","PhpMyFaqIdentified","PhpMyFaqOutOfDate","RoundcubeIdentified","RoundcubeOutOfDate","ZikulaIdentified","ZikulaOutOfDate","WeakRobotOracleDetected","StrongRobotOracleDetected","ZeptojsOutOfDate","HammerjsOutOfDate","VuejsOutOfDate","PhaserOutOfDate","ChartjsOutOfDate","RamdaOutOfDate","RevealJsOutOfDate","PixiJsOutOfDate","FabricJsOutOfDate","SemanticUIOutOfDate","LeafletOutOfDate","PossibleOutOfBandCommandInjection","FoundationOutOfDate","ThreeJsOutOfDate","PdfJsOutOfDate","ExpressJsIdentified","PossibleSsti","Ssti","PossibleCodeExecutionViaSsti","CodeExecutionViaSsti","PossibleCodeExecutionViaSstiTwig","CodeExecutionViaSstiTwig","PossibleCodeExecutionViaSstiMako","CodeExecutionViaSstiMako","PossibleCodeExecutionViaSstiSmarty","CodeExecutionViaSstiSmarty","PossibleCodeExecutionViaSstiNunjucks","CodeExecutionViaSstiNunjucks","PossibleCodeExecutionViaSstiJade","CodeExecutionViaSstiJade","PossibleSstiDot","SstiDot","PossibleCodeExecutionViaSstiDot","CodeExecutionViaSstiDot","PossibleSstiEjs","SstiEjs","PossibleCodeExecutionViaSstiEjs","CodeExecutionViaSstiEjs","PossibleCodeExecutionViaSstiMarko","CodeExecutionViaSstiMarko","PossibleCodeExecutionViaSstiTornado","CodeExecutionViaSstiTornado","PossibleCodeExecutionViaSstiFreeMarker","CodeExecutionViaSstiFreeMarker","PossibleSstiVelocity","SstiVelocity","PossibleCodeExecutionViaSstiVelocity","CodeExecutionViaSstiVelocity","PossibleSstiErb","SstiErb","PossibleCodeExecutionViaSstiErb","CodeExecutionViaSstiErb","PossibleCodeExecutionViaSstiSlim","CodeExecutionViaSstiSlim","PossibleCodeExecutionViaSstiJinja","CodeExecutionViaSstiJinja","PossibleSstiFreeMarker","SstiFreeMarker","OutOfBandCodeExecutionViaSsti","OutOfBandCodeExecutionViaSstiMako","OutOfBandCodeExecutionViaSstiTornado","OutOfBandCodeExecutionViaSstiJinja","OutOfBandCodeExecutionViaSstiMarko","OutOfBandCodeExecutionViaSstiDot","OutOfBandCodeExecutionViaSstiNunjucks","OutOfBandCodeExecutionViaSstiJade","OutOfBandCodeExecutionViaSstiSmarty","ExpectCtIsMissing","ExpectCtShouldBeServedOverTls","ExpectCtReportOnlyModeIsEnabled","ExpectCtErrors","AuthenticationRequired","CaddyWebServerIdentified","AahGoServerIdentified","JbossApplicationServerIdentified","JbossApplicationServerVersionDisclosure","Ckeditor5OutOfDate","CakePhpIdentified","CakePhpStackTraceDisclosure","DefaultPageCakePhp","CakePhpVersionDisclosure","CakePhpOutOfDate","CherryPyVersionDisclosure","CherryPyOutOfDate","OutOfBandCodeExecutionViaSstiEjs","OutOfBandCodeExecutionViaSstiTwig","OutOfBandCodeExecutionViaSstiFreeMarker","OutOfBandCodeExecutionViaSstiVelocity","CherryPyStackTraceDisclosure","IntrojsOutOfDate","AxiosOutOfDate","Fingerprintjs2OutOfDate","XRegExpOutOfDate","DataTablesOutOfDate","LazyjsOutOfDate","FancyBoxOutOfDate","UnderscorejsOutOfDate","LightboxOutOfDate","JbossApplicationServerOutOfDate","SweetAlert2OutOfDate","LodashOutOfDate","BluebirdOutOfDate","PolymerOutOfDate","ReviveAdserverIdentified","ReviveAdserverOutOfDate","B2evolutionIdentified","B2evolutionOutOfDate","DolphinIdentified","DolphinOutOfDate","PH7CMSIdentified","PH7CMSOutOfDate","QdPMIdentified","QdPMOutOfDate","VtigerIdentified","VtigerOutOfDate","DolibarrIdentified","DolibarrOutOfDate","ClipBucketIdentified","ClipBucketOutOfDate","ContaoIdentified","ContaoOutOfDate","MisconfiguredXFrameOptionsHeader","RubyErrorDisclosure","WpEngineConfigurationFileDetected","SessionCookieNotMarkedAsSecure","PossibleHeaderInjection","OracleOutOfDate","TsWebIdentified","DrupalRce","MithrilOutOfDate","EfJsOutOfDate","MathJsOutOfDate","ListJsOutOfDate","RequireJsOutOfDate","RiotJsOutOfDate","InfernoOutOfDate","MarionetteJsOutOfDate","GsapOutOfDate","TravisYamlIdentified","UnicodeTransformationIssue","MalwareIdentified","RorFileContentDisclosure","AppSiteAssociationIdentified","OpenSearchIdentified","ServletSourceCodeDisclosure","JspSourceCodeDisclosure","HtaccessIdentified","RcePython","PossibleRcePython","OutOfBandRcePython","RceRuby","PossibleRceRuby","OutOfBandRceRuby","SwaggerJsonIdentified","SslNotImplemented","SecurityTxtIdentified","RceApacheStrutsS2016","PossibleRceApacheStrutsS2016","SlickOutOfDate","ScrollRevealOutOfDate","MathJaxOutOfDate","RickshawOutOfDate","HighchartsOutOfDate","SnapSvgOutOfDate","FlickityOutOfDate","D3JsOutOfDate","GoogleChartsOutOfDate","HiawathaVersionDisclosure","CherokeeVersionDisclosure","HiawathaOutOfDate","CherokeeOutOfDate","WebLogicOutOfDate","WebCacheDeception","IisOutOfDate","ImmutablejsOutOfDate","AxwaySecureTransportDetected","MisconfiguredXFrameOptionsHeaderMultipleDirectives","TlsVersion11Support","PossibleSsrfOracleCloud","PossibleSsrfPacketCloud","ExtJsOutOfDate","PossibleHpp","PossibleBreachAttack","TelerikWebUiVersionDisclosure","TelerikWebUiOutOfDate","JavaVersionDisclosure","GlassFishVersionDisclosure","JavaOutOfDate","GlassFishOutOfDate","WafIdentified","AkamaiCdnIdentified","AzureCdnIdentified","GoogleCloudCdnIdentified","ArvanCloudCdnIdentified","FastlyCdnIdentified","IncapsulaCdnIdentified","SucuriCdnIdentified","NetlifyCdnIdentified","MaxCdnIdentified","KeyCdnIdentified","FirebladeCdnIdentified","AireeCdnIdentified","West263CdnIdentified","InstartCdnIdentified","QratorCdnIdentified","PowerCdnIdentified","Cdn77Identified","F5BigIpProxyIdentified","EnvoyProxyIdentified","CitrixNetScalerProxyIdentified","ApacheTrafficServerProxyIdentified","HaProxyIdentified","SkipperProxyIdentified","LoginPageIdentified","SameSiteCookieNotMarkedAsSecure","LiferayPortalIdentified","LiferayPortalOutOfDate","ApacheTrafficServerVersionDisclosure","ApacheTrafficServerOutOfDate","UndertowWebServerVersionDisclosure","UndertowWebServerOutOfDate","JenkinsVersionDisclosure","JenkinsOutOfDate","KestrelIdentified","TableauServerIdentified","BomgarIdentified","JolokiaVersionDisclosure","JolokiaOutOfDate","F5BigIpLocalFileInclusion","PossibleF5BigIpLocalFileInclusion","PossibleSstiPebble","SstiPebble","PossibleCodeExecutionViaSstiPebble","CodeExecutionViaSstiPebble","SugarCrmIdentified","SugarCrmOutOfDate","GrafanaVersionDisclosure","GrafanaOutOfDate","PossibleSstiJinJava","SstiJinJava","PossibleCodeExecutionViaSstiJinJava","CodeExecutionViaSstiJinJava","PossibleSstiAspNetRazor","SstiAspNetRazor","PossibleCodeExecutionViaSstiAspNetRazor","CodeExecutionViaSstiAspNetRazor","PhpMagicQuotesGpcDisabled","PhpRegisterGlobalsEnabled","PhpDisplayErrorsEnabled","PhpAllowUrlFopenEnabled","PhpAllowUrlIncludeEnabled","PhpSessionUseTransSidEnabled","PhpOpenBaseDirIsNotSet","PhpEnableDlEnabled","AspNetApplicationTraceEnabled","AspNetCookilessSessionStateEnabled","AspNetCookilessAuthenticationEnabled","AspNetNoSslAuth","AspNetLoginCredentialsPlainText","AspNetValidateRequestDisabled","AspNetViewStateUserKeyNotSet","JettyVersionDisclosure","TornadoWebServerVersionDisclosure","TracyDebuggingToolVersionDisclosure","AspNetCustomErrorsDisabled","WhoopsFrameworkIdentified","PhpUseOnlyCookiesIsDisabled","CrushFtpServerIdentified","RceWebLogic","WeblogicAuthenticationBypass","ArbitraryFileCreation","ArbitraryFileDeletion","WerkzeugIdentified","WerkzeugVersionDisclosure","WerkzeugOutOfDate","OpenRestyIdentified","OpenRestyVersionDisclosure","OpenRestyOutOfDate","LiteSpeedWebServerIdentified","TwistedWebHTTPServerIdentified","TwistedWebHTTPServerVersionDisclosure","TwistedWebHTTPServerOutOfDate","NextJsReactFrameworkIdentified","NextJsReactFrameworkVersionDisclosure","NextJsReactFrameworkOutOfDate","DaiquiriVersionDisclosure","W3TotalCacheOutOfDate","W3TotalCacheIdentified","W3TotalCacheVersionDisclosure","PhusionPassengerIdentified","PhusionPassengerVersionDisclosure","PhusionPassengerOutOfDate","SqlInjectionIast","LfiIast","RcePhpIast","HeaderInjectionIast","CommandInjectionIast","AxwaySecureTransportIdentified","AxwaySecureTransportVersionDisclosure","AxwaySecureTransportOutOfDate","BurpCollaboratorServerIdentified","ResinApplicationServerIdentified","ResinApplicationServerVersionDisclosure","ResinApplicationServerOutOfDate","TracSoftwareProjectManagementToolIdentified","TracSoftwareProjectManagementToolVersionDisclosure","TracSoftwareProjectManagementToolOutOfDate","TornadoWebServerIdentified","TornadoWebServerOutOfDate","JettyWebServerIdentified","JettyWebServerOutOfDate","TracyDebuggingToolOutOfDate","ZopeWebServerVersionDisclosure","ZopeWebServerOutOfDate","ArtifactoryIdentified","ArtifactoryVersionDisclosure","ArtifactoryOutOfDate","JBossEAPIdentified","WildFlyIdentified","GunicornIdentified","GunicornVersionDisclosure","GunicornOutOfDate","JBossCSIdentified","WebSealIdentified","OracleHTTPIdentified","SonicWallSSLVPNIdentified","PloneCMSIdentified","PloneCMSVersionDisclosure","PloneCMSOutOfDate","GlassFishIdentified","IBMRTCIdentified","IBMRTCVersionDisclosure","IBMRTCOutOfDate","NexusIdentified","NexusVersionDisclosure","NexusOutOfDate","IBMHTTPServerIdentified","IBMHTTPServerVersionDisclosure","IBMHTTPServerOutOfDate","PythonWSGIServerIdentified","PythonWSGIServerVersionDisclosure","PythonWSGIServerOutOfDate","PlayFrameworkIdentified","VarnishCacheIdentified","RestletFrameworkIdentified","RestletFrameworkVersionDisclosure","RestletFrameworkOutOfDate","ZopeWebServerIdentified","WebSealOutOfDate","WebSealVersionDisclosure","CowboyIdentified","CowboyOutOfDate","CowboyVersionDisclosure","LiferayPortalVersionDisclosure","RevokedSslCertificate","SslCertificateHostnameMismatch","SslCertificateSignedByUntrustedRoot","ExpiredSslCertificate","JwtNoneAlgorithmAllowed","JwtSignatureNotChecked","JwtInsecureSecretDetected","JwtSqlInjectionInKid","ZshHistoryFileDetected","JwtPathTraversalInKid","JwtJkuHijack","JwtJkuForgeryWithOpenRedirect","DaiquiriIdentified","Typo3CmsIdentified","Typo3CmsOutOfDate","SslCertificateAboutToExpire","MagentoIdentified","MagentoOutOfDate","PleskLinIdentified","PleskWinIdentified","LighthouseIdentified","BitNinjaCaptchaServerIdentified","PardotServerIdentified","MasheryProxyIdentified","DaiquiriOutOfDate","AtlassianProxyIdentified","AtlassianProxyVersionDisclosure","AtlassianProxyOutOfDate","WindowsAzureWebIdentified","TaleoWebServerIdentified","TaleoWebServerVersionDisclosure","TaleoWebServerOutOfDate","CraftCmsIdentified","DataDomeIdentified","OpenVpnAccessServerIdentified","SquarespaceIdentified","SquidIdentified","SugarCrmVersionDisclosure","HubSpotIdentified","KongServerIdentified","KongServerVersionDisclosure","KongServerOutOfDate","VegurIdentified","JavaServerPageIdentified","JavaServerPageVersionDisclosure","TomcatIdentified","PHPIdentified","IisIdentified","WebLogicIdentified","LighttpdIdentified","SharePointIdentified","ApacheCoyoteIdentified","OracleApplicationServerIdentified","OpenSslIdentified","ApacheModuleIdentified","PerlIdentified","FrontPageIdentified","PythonIdentified","JavaServletIdentified","MvcIdentified","MongrelIdentified","NuSoapIdentified","RorIdentified","RubyGemsIdentified","DjangoIdentified","CherryPyIdentified","HiawathaIdentified","CherokeeIdentified","TelerikWebUiIdentified","JavaIdentified","ApacheTrafficServerIdentified","UndertowWebServerIdentified","JenkinsIdentified","JolokiaIdentified","GrafanaIdentified","TracyDebuggingToolIdentified","LiferayDXPIdentified","LiferayDXPVersionDisclosure","LiferayDXPOutOfDate","JavaServerPageOutOfDate","SquidVersionDisclosure","SquidOutOfDate","SharePointOutOfDate","ApacheCoyoteOutOfDate","OracleApplicationServerOutOfDate","FrontPageOutOfDate","MvcOutOfDate","MongrelOutOfDate","IbmBpmIdentified","PhpMyAdminVersionDisclosure","ShopifyIdentified","AtlassianConfluenceIdentified","AtlassianConfluenceVersionDisclosure","AtlassianConfluenceOutOfDate","AtlassianJiraIdentified","AtlassianJiraVersionDisclosure","AtlassianJiraOutOfDate","OutOfBandRceJavaLog4j","GqlIdentified","GrapheneIdentified","AriadneIdentified","ApolloIdentified","GraphqlGoIdentified","GqlgenIdentified","WPGraphQLIdentified","GraphQLApiWordPressIdentified","GraphQLRubyIdentified","GraphQLPHPIdentified","HasuraIdentified","GraphQLJavaIdentified","JuniperIdentified","SangriaIdentified","TartifletteIdentified","DgraphIdentified","DirectusIdentified","XssViaFileUpload","NodeJsExpressDevModeEnabled","NodeJsExpressSessionWeakSecret","NodeJsUncaughtException","NodeJsUnhandledRejection","JavaVerbTamperingMisconfiguredSecurityConstraint","JavaLongSessionTimeout","JavaUnsafeSessionTrackingValue","JavaUnconfiguredCustomErrorPage","JavaSpringBootActuatorAllEndpointsExposed","JavaSpringBootActuatorShutdownExposed","JavaSpringBootDevToolsEnabled","JavaSpringBootUnsafeSessionTrackingValue","JavaSpringLongSessionTimeout","JavaSpringH2ConsoleEnabled","JavaSpringDataSourceCredsStoredAsPlainText","JavaSpringMongoDbCredsStoredAsPlainText","JavaSpringBootAdminEnabled","JavaSpringBootActuatorEndpointSecurityDisabled","JavaSpringHtmlEscapingDisabled","StrutsConfigBrowserEnabled","StrutsDevModeEnabled","AxisSystemConfigurationListingEnabled","AxisDevModeEnabled","OutOfBandRceNode","HsqldbIdentified","PossibleRceSpring","SqLiteIdentified","SqLiteOutOfDate","ConfirmedErrorBasedMongoDbInjection","PossibleErrorBasedMongoDbInjection","ConfirmedBooleanBasedMongoDbInjection","PossibleBooleanBasedMongoDbInjection","ConfirmedBlindMongoDbInjection","PossibleBlindMongoDbInjection","ConfirmedOperatorMongoDbInjection","PossibleOperatorMongoDbInjection","MongoDbIdentified","SwaggerUIOutOfDate","MailHeaderInjectionIast","OutOfBandRceText4Shell","SensitiveDataExposure","SensitiveDataAmazonAwsAccessKeyId","SensitiveDataAmazonAwsSecretKey","SensitiveDataFacebookAppSecret","SensitiveDataFacebookAppId","SensitiveDataTwitterApiSecretKey","SensitiveDataTwitterAccessTokenSecret","SensitiveDataHerokuApiKey","SensitiveDataSshKey","SensitiveDataSendGridApiKey","SensitiveDataGoogleCloudApiKey","SensitiveDataMailGunApiKey","SensitiveDataNuGetApiKey","SensitiveDataSlackWebhook","SensitiveDataSlackToken","SensitiveDataSlackV1XToken","SensitiveDataStripeApiKey","SensitiveDataMailChimpApiKey","SensitiveDataLinkedInApiKey","SensitiveDataDatabaseConnectionStringMongoDbMySql","SensitiveDataDatabaseConnectionStringPostgres","SensitiveDataJdbcDbConnectionString","SensitiveDataWordPressAuthenticationKey","SensitiveDataSymfonyApplicationSecret","SensitiveDataMapboxToken","SensitiveDataAmazonSessMtpPassword","SensitiveDataSentryAuthToken","SensitiveDataTeamsWebhook","SensitiveDataTwilioApiKey","SensitiveDataPaypalAccessToken","SensitiveDataSquareAccessToken","SensitiveDataSquareOAuthSecret","SensitiveDataPicaticApiKey","SensitiveDataAmazonMwsAuthToken","SensitiveDataGoogleOAuthAccessToken","SensitiveDataFacebookAccessToken","SensitiveDataSonarQubeUserToken","SensitiveDataNexmoSecret","SensitiveDataTelegramBotApiToken","SensitiveDataDeviseSecretKey","SensitiveDataGitlabPersonalAccessToken","SensitiveDataConsulToken","SensitiveDataOmiseSecretKey","SensitiveDataNpmAccessToken","GuidV1OnCookie","JwtDetected","CloudflareIdentified","CloudflareBMIdentified","CloudflareBIdentified","CdnJsIdentified","WindowsServerIdentified","WindowsCEOSIdentified","PossibleSsrfEquinix","VarnishVersionDisclosure","ApacheShiroStackTrace","ApacheShiroIdentified","StackPathCdnIdentified","JBossWebConsole","AEMDetected","JavaServletOutOfDate","JsDelivrCdnIdentified","Mod_SslOutOfDate","Mod_SslIdentified","Mod_SslVersionDisclosure","SpringFrameworkIdentified","JavaMelodyInterfaceDetected","BootstrapTableOutOfDate","BootstrapSelectOutOfDate","BootstrapTypeaheadOutOfDate","LuaIdentified","LuaVersionDisclosure","LuaOutOfDate","SpringActuatorEndpointDetected","MsExchangeVersionDisclosure","MsExchangeOutOfDate","OutOfBandCodeExecutionViaJwtKid","MongoDbInjectionIast","LdapInjectionIast","XPathInjectionIast","ServerSideTemplateInjectionIast","XxeInjectionIast","JetBrainsIdeaDirectoryDetected","NodeJsStackTraceDisclosure","ItHitWebDavNetVersionDisclosure","ItHitWebDavNetOutOfDate","EzProxyIdentified","CanvasJSOutOfDate","WordPressVersionDisclosure","JoomlaVersionDisclosure","DrupalVersionDisclosure","MovableTypeVersionDisclosure","MediaWikiVersionDisclosure","OscommerceVersionDisclosure","PhpBBVersionDisclosure","OpenCartVersionDisclosure","OsTicketVersionDisclosure","PrestashopVersionDisclosure","AbanteCartVersionDisclosure","AmpacheVersionDisclosure","AtutorVersionDisclosure","ClarolineVersionDisclosure","Concrete5VersionDisclosure","CoppermineVersionDisclosure","CubeCartVersionDisclosure","CollabtiveVersionDisclosure","DotClearVersionDisclosure","E107VersionDisclosure","FamilyConnectionsVersionDisclosure","FluxBBVersionDisclosure","FormToolsVersionDisclosure","ChamiloVersionDisclosure","FrontAccountingVersionDisclosure","GibbonEduVersionDisclosure","HeskVersionDisclosure","LimeSurveyVersionDisclosure","MibewMessengerVersionDisclosure","ModXVersionDisclosure","MoodleVersionDisclosure","MyBBVersionDisclosure","OmekaVersionDisclosure","OsClassVersionDisclosure","EspoCrmVersionDisclosure","ElggVersionDisclosure","PhorumVersionDisclosure","PhpFusionVersionDisclosure","PhpAddressBookVersionDisclosure","PhpListVersionDisclosure","PmWikiVersionDisclosure","PodcastGeneratorVersionDisclosure","ProjectSendVersionDisclosure","Question2AnswerVersionDisclosure","RukovoditelVersionDisclosure","SeoPanelVersionDisclosure","SerendipityVersionDisclosure","TcExamVersionDisclosure","VanillaForumsVersionDisclosure","WebErpVersionDisclosure","WeBidVersionDisclosure","XoopsVersionDisclosure","YetiForceCrmVersionDisclosure","YourlsVersionDisclosure","ZenCartVersionDisclosure","ZenPhotoVersionDisclosure","PiwigoVersionDisclosure","OwnCloudVersionDisclosure","PhpMyFaqVersionDisclosure","RoundcubeVersionDisclosure","ZikulaVersionDisclosure","ReviveAdserverVersionDisclosure","B2evolutionVersionDisclosure","DolphinVersionDisclosure","PH7CMSVersionDisclosure","QdPMVersionDisclosure","DolibarrVersionDisclosure","ClipBucketVersionDisclosure","ContaoVersionDisclosure","Typo3CmsVersionDisclosure","MagentoVersionDisclosure","PopperJSOutOfDate","SailsJsIdentified","ActionheroJsIdentified","OutOfBandXxeSamlConsumer","OutOfBandXsltSamlConsumer","PossibleSsrfKeyInfoSamlConsumer","PossibleXssSamlConsumer","RetiredHashSaml","SamlResponseWithoutSignature","NoSamlResponseSignatureCheck","SamlResponseSignatureExclusion","GraphQLStackTraceDisclosure","JqueryIdentified","JqueryMigrateIdentified","JqueryMobileIdentified","JqueryUiDialogIdentified","JqueryUiAutocompleteIdentified","JqueryUiTooltipIdentified","PrettyPhotoIdentified","jPlayerIdentified","YuiIdentified","PrototypejsIdentified","EmberIdentified","AngularjsIdentified","BackbonejsIdentified","MustachejsIdentified","HandlebarsjsIdentified","EasyXdmIdentified","PluploadIdentified","DomPurifyIdentified","DwrIdentified","VideojsIdentified","CkeditorIdentified","TypeaheadjsIdentified","BootboxIdentified","BootstrapjsIdentified","Bootstrap3DateTimePickerIdentified","BootstrapToggleIdentified","FootablejsIdentified","ImagePickerIdentified","RespondjsIdentified","IonRangeSliderIdentified","JsTreeIdentified","ModernizrIdentified","MomentjsIdentified","Select2Identified","Html5ShivIdentified","SortablejsIdentified","KnockoutjsIdentified","JavaScriptCookieIdentified","JqueryMaskIdentified","JqueryValidationIdentified","KnockoutMappingIdentified","ReactIdentified","ZeptojsIdentified","HammerjsIdentified","PhaserIdentified","RamdaIdentified","VuejsIdentified","RevealJsIdentified","ChartjsIdentified","LeafletIdentified","FoundationIdentified","SemanticUIIdentified","PixiJsIdentified","ThreeJsIdentified","PdfJsIdentified","FabricJsIdentified","LightboxIdentified","UnderscorejsIdentified","FancyBoxIdentified","LazyjsIdentified","DataTablesIdentified","XRegExpIdentified","Fingerprintjs2Identified","SweetAlert2Identified","IntrojsIdentified","LodashIdentified","AxiosIdentified","PolymerIdentified","BluebirdIdentified","ListJsIdentified","MithrilIdentified","MathJsIdentified","RiotJsIdentified","RequireJsIdentified","EfJsIdentified","MarionetteJsIdentified","GsapIdentified","InfernoIdentified","D3JsIdentified","HighchartsIdentified","RickshawIdentified","MathJaxIdentified","ScrollRevealIdentified","SlickIdentified","FlickityIdentified","SnapSvgIdentified","ExtJsIdentified","JqueryVersionDisclosure","JqueryMigrateVersionDisclosure","JqueryMobileVersionDisclosure","JqueryUiDialogVersionDisclosure","JqueryUiAutocompleteVersionDisclosure","JqueryUiTooltipVersionDisclosure","PrettyPhotoVersionDisclosure","jPlayerVersionDisclosure","YuiVersionDisclosure","PrototypejsVersionDisclosure","EmberVersionDisclosure","AngularjsVersionDisclosure","BackbonejsVersionDisclosure","MustachejsVersionDisclosure","HandlebarsjsVersionDisclosure","EasyXdmVersionDisclosure","PluploadVersionDisclosure","DomPurifyVersionDisclosure","DwrVersionDisclosure","VideojsVersionDisclosure","CkeditorVersionDisclosure","TypeaheadjsVersionDisclosure","BootboxVersionDisclosure","BootstrapjsVersionDisclosure","Bootstrap3DateTimePickerVersionDisclosure","BootstrapToggleVersionDisclosure","FootablejsVersionDisclosure","ImagePickerVersionDisclosure","RespondjsVersionDisclosure","IonRangeSliderVersionDisclosure","JsTreeVersionDisclosure","ModernizrVersionDisclosure","MomentjsVersionDisclosure","Select2VersionDisclosure","Html5ShivVersionDisclosure","SortablejsVersionDisclosure","KnockoutjsVersionDisclosure","JavaScriptCookieVersionDisclosure","JqueryMaskVersionDisclosure","JqueryValidationVersionDisclosure","KnockoutMappingVersionDisclosure","ReactVersionDisclosure","ZeptojsVersionDisclosure","HammerjsVersionDisclosure","PhaserVersionDisclosure","RamdaVersionDisclosure","VuejsVersionDisclosure","RevealJsVersionDisclosure","ChartjsVersionDisclosure","LeafletVersionDisclosure","FoundationVersionDisclosure","SemanticUIVersionDisclosure","PixiJsVersionDisclosure","ThreeJsVersionDisclosure","PdfJsVersionDisclosure","FabricJsVersionDisclosure","LightboxVersionDisclosure","UnderscorejsVersionDisclosure","FancyBoxVersionDisclosure","LazyjsVersionDisclosure","DataTablesVersionDisclosure","XRegExpVersionDisclosure","Fingerprintjs2VersionDisclosure","SweetAlert2VersionDisclosure","IntrojsVersionDisclosure","LodashVersionDisclosure","AxiosVersionDisclosure","PolymerVersionDisclosure","BluebirdVersionDisclosure","ListJsVersionDisclosure","MithrilVersionDisclosure","MathJsVersionDisclosure","RiotJsVersionDisclosure","RequireJsVersionDisclosure","EfJsVersionDisclosure","MarionetteJsVersionDisclosure","GsapVersionDisclosure","InfernoVersionDisclosure","D3JsVersionDisclosure","HighchartsVersionDisclosure","RickshawVersionDisclosure","MathJaxVersionDisclosure","ScrollRevealVersionDisclosure","SlickVersionDisclosure","FlickityVersionDisclosure","SnapSvgVersionDisclosure","ExtJsVersionDisclosure","AspNetSignalRIdentified","FuelUxIdentified","SwaggerUIIdentified","BootstrapTableIdentified","BootstrapSelectIdentified","BootstrapTypeaheadIdentified","AspNetSignalRVersionDisclosure","FuelUxVersionDisclosure","SwaggerUIVersionDisclosure","BootstrapTableVersionDisclosure","BootstrapSelectVersionDisclosure","BootstrapTypeaheadVersionDisclosure","ConfirmedWordpressThemeDetected","PossibleWordpressThemeDetected","ConfirmedWordpressPluginDetected","PossibleWordpressPluginDetected","WordpressThemeHelloElementorIdentified","WordpressThemeTwentyTwentyThreeIdentified","WordpressThemeTwentyTwentyTwoIdentified","WordpressThemeAstraIdentified","WordpressThemeTwentyTwentyOneIdentified","WordpressThemeTwentyTwentyIdentified","WordpressThemeOceanWPIdentified","WordpressThemeTwentySeventeenIdentified","WordpressThemeKadenceIdentified","WordpressThemeTwentySixteenIdentified","WordpressThemeTwentyNineteenIdentified","WordpressThemePopularFXIdentified","WordpressThemeGeneratePressIdentified","WordpressThemeInspiroIdentified","WordpressThemeGoIdentified","WordpressThemeHelloElementorOutOfDate","WordpressThemeTwentyTwentyThreeOutOfDate","WordpressThemeTwentyTwentyTwoOutOfDate","WordpressThemeAstraOutOfDate","WordpressThemeTwentyTwentyOneOutOfDate","WordpressThemeTwentyTwentyOutOfDate","WordpressThemeOceanWPOutOfDate","WordpressThemeTwentySeventeenOutOfDate","WordpressThemeKadenceOutOfDate","WordpressThemeTwentySixteenOutOfDate","WordpressThemeTwentyNineteenOutOfDate","WordpressThemePopularFXOutOfDate","WordpressThemeGeneratePressOutOfDate","WordpressThemeInspiroOutOfDate","WordpressThemeGoOutOfDate","WordpressThemeHelloElementorVersionDisclosure","WordpressThemeTwentyTwentyThreeVersionDisclosure","WordpressThemeTwentyTwentyTwoVersionDisclosure","WordpressThemeAstraVersionDisclosure","WordpressThemeTwentyTwentyOneVersionDisclosure","WordpressThemeTwentyTwentyVersionDisclosure","WordpressThemeOceanWPVersionDisclosure","WordpressThemeTwentySeventeenVersionDisclosure","WordpressThemeKadenceVersionDisclosure","WordpressThemeTwentySixteenVersionDisclosure","WordpressThemeTwentyNineteenVersionDisclosure","WordpressThemePopularFXVersionDisclosure","WordpressThemeGeneratePressVersionDisclosure","WordpressThemeInspiroVersionDisclosure","WordpressThemeGoVersionDisclosure","WordpressPluginUltimateMemberIdentified","WordpressPluginLoginWithPhoneNumberIdentified","WordpressPluginInstagramFeedIdentified","WordpressPluginContactFormSevenIdentified","WordpressPluginYoastSeoIdentified","WordpressPluginElementorIdentified","WordpressPluginClassicEditorIdentified","WordpressPluginAkismetIdentified","WordpressPluginWooCommerceIdentified","WordpressPluginWpFormsIdentified","WordpressPluginReallySimpleSslIdentified","WordpressPluginJetpackIdentified","WordpressPluginAllInOneWpMigrationIdentified","WordpressPluginWordfenceSecurityIdentified","WordpressPluginYoastDuplicatePostIdentified","WordpressPluginWordpressImporterIdentified","WordpressPluginLiteSpeedCacheIdentified","WordpressPluginUpdraftPlusIdentified","WordpressPluginJupiterXIdentified","WordpressPluginUltimateMemberOutOfDate","WordpressPluginLoginWithPhoneNumberOutOfDate","WordpressPluginInstagramFeedOutOfDate","WordpressPluginContactFormSevenOutOfDate","WordpressPluginYoastSeoOutOfDate","WordpressPluginElementorOutOfDate","WordpressPluginClassicEditorOutOfDate","WordpressPluginAkismetOutOfDate","WordpressPluginWooCommerceOutOfDate","WordpressPluginWpFormsOutOfDate","WordpressPluginReallySimpleSslOutOfDate","WordpressPluginJetpackOutOfDate","WordpressPluginAllInOneWpMigrationOutOfDate","WordpressPluginWordfenceSecurityOutOfDate","WordpressPluginYoastDuplicatePostOutOfDate","WordpressPluginWordpressImporterOutOfDate","WordpressPluginLiteSpeedCacheOutOfDate","WordpressPluginUpdraftPlusOutOfDate","WordpressPluginJupiterXOutOfDate","WordpressPluginInstagramFeedVersionDisclosure","WordpressPluginContactFormSevenVersionDisclosure","WordpressPluginYoastSeoVersionDisclosure","WordpressPluginUltimateMemberVersionDisclosure","WordpressPluginLoginWithPhoneNumberVersionDisclosure","WordpressPluginElementorVersionDisclosure","WordpressPluginClassicEditorVersionDisclosure","WordpressPluginAkismetVersionDisclosure","WordpressPluginWooCommerceVersionDisclosure","WordpressPluginWpFormsVersionDisclosure","WordpressPluginReallySimpleSslVersionDisclosure","WordpressPluginJetpackVersionDisclosure","WordpressPluginAllInOneWpMigrationVersionDisclosure","WordpressPluginWordfenceSecurityVersionDisclosure","WordpressPluginYoastDuplicatePostVersionDisclosure","WordpressPluginWordpressImporterVersionDisclosure","WordpressPluginLiteSpeedCacheVersionDisclosure","WordpressPluginUpdraftPlusVersionDisclosure","WordpressPluginJupiterXVersionDisclosure","DockerDisclosure","DockerComposeDisclosure","DockerRunDisclosure","DockerIgnoreDisclosure","DockerCloudDisclosure","CanvasJSIdentified","CanvasJSVersionDisclosure","PopperJSIdentified","PopperJSVersionDisclosure","HotChocolateIdentified","JQueryPlaceholderJSOutOfDate","JQueryPlaceholderJSVersionDisclosure","JQueryPlaceholderJSIdentified","MOVEitTransferSqlInjection","MOVEitTransferVersionDisclosure","MOVEitTransferIdentified","DianaJlIdentified","MissingXContentTypeOptionsHeader","JwkIdentified","PrivateJwkIdentified","DotCMSOutOfDate","DotCMSVersionDisclosure","DotCMSIdentified","WordpressPluginBackupMigrationIdentified","WordpressPluginBackupMigrationOutOfDate","WordpressPluginBackupMigrationVersionDisclosure","TinyMCEVersionDisclosure","TinyMCEIdentified","TinyMCEOutOfDate","PossiblePrototypePollution","PhpStackTraceDisclosure","ActiveMqRCE","TorchServeApiIdentified","TorchServeApiSsrf","VmWareAriaRCE","WordPressConfigDisclosure","AuthenticationBypassIvanti","RceIvanti","PrototypePollution","SmallSSLKeyLength","WpadminDetected","OracleEbsRce","AngularVersionDisclosure","AngularIdentified","AngularOutOfDate","WordpressThemeNusaiFashionStoreIdentified","WordpressThemeNusaiFashionStoreOutOfDate","WordpressThemeNusaiFashionStoreVersionDisclosure","WordpressThemeGrShopsGroceryIdentified","WordpressThemeGrShopsGroceryOutOfDate","WordpressThemeGrShopsGroceryVersionDisclosure","WordpressThemeSedonaShopIdentified","WordpressThemeSedonaShopOutOfDate","WordpressThemeSedonaShopVersionDisclosure","WordpressThemeStoremateIdentified","WordpressThemeStoremateOutOfDate","WordpressThemeStoremateVersionDisclosure","WordpressThemeYithWonderIdentified","WordpressThemeYithWonderOutOfDate","WordpressThemeYithWonderVersionDisclosure","FortigateSslvpnFileReading","WordpressThemeHomevillasRealEstateIdentified","WordpressThemeHomevillasRealEstateOutOfDate","WordpressThemeHomevillasRealEstateVersionDisclosure","WordpressThemeJobCareerIdentified","WordpressThemeJobCareerOutOfDate","WordpressThemeJobCareerVersionDisclosure","WordpressThemeShopyMallIdentified","WordpressThemeShopyMallOutOfDate","WordpressThemeShopyMallVersionDisclosure","WordpressThemeShop4uIdentified","WordpressThemeShop4uOutOfDate","WordpressThemeShop4uVersionDisclosure","WordpressThemeKONStoreIdentified","WordpressThemeKONStoreOutOfDate","WordpressThemeKONStoreVersionDisclosure","WordpressThemeAlishopIdentified","WordpressThemeAlishopOutOfDate","WordpressThemeAlishopVersionDisclosure","WordpressThemeFlorisIdentified","WordpressThemeFlorisOutOfDate","WordpressThemeFlorisVersionDisclosure","WordpressThemeLevogueIdentified","WordpressThemeLevogueOutOfDate","WordpressThemeLevogueVersionDisclosure","WordpressThemeNicemerryIdentified","WordpressThemeNicemerryOutOfDate","WordpressThemeNicemerryVersionDisclosure","WordpressThemeNeoMarketIdentified","WordpressThemeNeoMarketOutOfDate","WordpressThemeNeoMarketVersionDisclosure","WordpressThemeImarketIdentified","WordpressThemeImarketOutOfDate","WordpressThemeImarketVersionDisclosure","WordpressThemeHiStoreIdentified","WordpressThemeHiStoreOutOfDate","WordpressThemeHiStoreVersionDisclosure","WordpressThemeSiezzIdentified","WordpressThemeSiezzOutOfDate","WordpressThemeSiezzVersionDisclosure","WordpressThemeBosmarketIdentified","WordpressThemeBosmarketOutOfDate","WordpressThemeBosmarketVersionDisclosure","WordpressThemeSecretshoIdentified","WordpressThemeSecretshoOutOfDate","WordpressThemeSecretshoVersionDisclosure","WordpressThemeRozyIdentified","WordpressThemeRozyOutOfDate","WordpressThemeRozyVersionDisclosure","WordpressThemeFurnikiIdentified","WordpressThemeFurnikiOutOfDate","WordpressThemeFurnikiVersionDisclosure","WordpressThemeGaionIdentified","WordpressThemeGaionOutOfDate","WordpressThemeGaionVersionDisclosure","WordpressThemeHouskitIdentified","WordpressThemeHouskitOutOfDate","WordpressThemeHouskitVersionDisclosure","WordpressThemeSoazIdentified","WordpressThemeSoazOutOfDate","WordpressThemeSoazVersionDisclosure","WordpressThemeAvesaIdentified","WordpressThemeAvesaOutOfDate","WordpressThemeAvesaVersionDisclosure","GeoServerIdentified","GeoServerVersionDisclosure","GeoServerOutOfDate","RegreSshion","PolyfillSupplyChain","MailmanIdentified","MailmanVersionDisclosure","MailmanOutOfDate","PayaraIdentified","PayaraVersionDisclosure","PayaraOutOfDate","GoAnywhereMftAuthBypass","CacheableSensitivePage","SensitiveDataOktaSecretKey","SensitiveDataJenkinsSecretKey","WordPressPluginBackdoor","InsecureFrameAncestorsDirectiveDetected","FrameAncestorsDirectiveMissing","Sast","XWikiplatformIdentified","XWikiplatformVersionDisclosure","XWikiplatformOutOfDate","MasaCmsIdentified","MasaCmsVersionDisclosure","MasaCmsOutOfDate","MarkdownitIdentified","MarkdownitVersionDisclosure","MarkdownitOutOfDate","jszipIdentified","jszipVersionDisclosure","jszipOutOfDate","uaparserjsIdentified","uaparserjsVersionDisclosure","uaparserjsOutOfDate","dojoIdentified","dojoVersionDisclosure","dojoOutOfDate","MongoDbOutOfDate","VarnishCacheVersionDisclosure","PHPMyAdminOutOfDate","VarnishCacheOutOfDate"],"type":"string"},"Classification":{"$ref":"#/definitions/VulnerabilityClassification","description":"Gets the classification of the vulnerability.","readOnly":true},"CvssVector":{"description":"Gets the parsed cvss vector","type":"object","additionalProperties":{"$ref":"#/definitions/CvssScoreValue"},"readOnly":true},"Cvss31Vector":{"type":"object","additionalProperties":{"$ref":"#/definitions/CvssScoreValue"},"readOnly":true},"Cvss40Vector":{"type":"object","additionalProperties":{"$ref":"#/definitions/CvssScoreValue"},"readOnly":true},"VersionIssues":{"description":"Gets the version issues","type":"array","items":{"$ref":"#/definitions/VersionIssue"},"readOnly":true},"IsRetest":{"description":"Gets or sets a value indicating whether this vulnerability is waiting for retest","type":"boolean"},"IsTodo":{"description":"Gets or sets a value indicating whether this vulnerability is todo.","type":"boolean"},"LatestScanId":{"format":"uuid","description":"Gets or set the latest scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Tags":{"description":"Tags","type":"array","items":{"type":"string"}},"SupplySource":{"enum":["Unspecified","ApiHub","Blr"],"type":"string"},"ExternalId":{"type":"string"},"SourceType":{"enum":["InvictiDast","MendSast"],"type":"string"},"History":{"type":"array","items":{"$ref":"#/definitions/IssueHistoryApiModel"}}}},"IssueHistoryApiModel":{"description":"Model for issue api history prop","type":"object","properties":{"Message":{"description":"Message to display","type":"string"},"Note":{"description":"Note to display","type":"string"},"Owner":{"description":"Owner of event","type":"string"},"Date":{"description":"Date of event","type":"string"}}},"IssueApiUpdateModel":{"description":"Represents a class that carries vulnerability information.","type":"object","properties":{"IssueId":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"description":"Gets or sets the state.\r\nPossible state values are: FalsePositive, AcceptedRisk, FixedCantRetest, FixedUnconfirmed","type":"string"},"AssigneeId":{"format":"uuid","description":"Gets or sets the assignee identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Note":{"description":"Gets or sets the note.","type":"string"},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}}},"example":{"IssueId":"48c95050-1936-4aa7-9c80-8a83c13d0f95","State":"FixedUnconfirmed","AssigneeId":"ff37bb84-3a65-418e-a4c9-c2f5087cce9f","Note":"Test note","Tags":["TagWithNoValue","TagWithValue:Value"]}},"VulnerabilityContentApiModel":{"description":"Issue vulnerability content model.","type":"object","properties":{"RequestContent":{"description":"Gets or sets the request content of a vulnerability.","type":"string"},"ResponseContent":{"description":"Gets or sets the response content of a vulnerability.","type":"string"},"InjectionContent":{"description":"Gets or sets the injection content of a vulnerability.","type":"string"},"ResponseDuration":{"format":"double","description":"Gets or sets the response duration.","type":"number"}}},"IssueReportFilterApiModel":{"description":"Represent a filter model of {Netsparker.Cloud.Infrastructure.Models.IssueReportFilterApiModel} type.","type":"object","properties":{"CsvSeparator":{"description":"This sets the query parameter for the CSV separator. The options are Comma, Semicolon, Pipe, and Tab.","enum":["Comma","Semicolon","Pipe","Tab"],"type":"string"},"Severity":{"description":"This sets the query parameter for the vulnerability severity level. The options are Critical, High, Medium, Low, Information, and Best Practice.","enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"},"WebsiteGroupName":{"description":"This sets the query parameter for a website group's name that you entered while creating the website group in Invicti.","type":"string"},"WebSiteName":{"description":"This sets the query parameter for a website's name that you entered while adding the website to Invicti.","type":"string"},"StartDate":{"format":"date-time","description":"This sets the query parameter for the start date on issues to be reported. For example, if you set 02/10/2022, this is the start date for Invicti to generate the issue report. You can use the date format defined in your account. Go to netsparkercloud.com/account/changesettings to view the current format. For example, the date and time format can be 02/06/23 (MM/dd/yy) 00:00:00.","type":"string"},"EndDate":{"format":"date-time","description":"This sets the query parameter for the end date on issues to be reported. For example, if you set 02/18/2023, this is the end date for Invicti to generate the report. Invicti generates a report of all issues until the specified date. You can use the date format defined in your account. Go to netsparkercloud.com/account/changesettings to view the current format. For example, the date and time format can be 02/06/23 (MM/dd/yy) 00:00:00.","type":"string"}}},"TimezoneApiModel":{"description":"Represents a model for carrying out time zone data.","type":"object","properties":{"Id":{"description":"Gets or sets the time zone identifier.","type":"string"},"Name":{"description":"Gets or sets the general display name that represents the time zone.","type":"string"}}},"UserApiTokenModel":{"description":"Represents a model for carrying out user token model.","type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the user identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Token":{"description":"Gets or sets the API token.","type":"string"}}},"MemberApiViewModel":{"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the foreign key reference to the related User instance.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AccountId":{"format":"uuid","description":"Gets or sets the account identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the display name of the user.","type":"string"},"Email":{"description":"Gets or sets the email.","type":"string"},"IsApiAccessEnabled":{"description":"Gets or sets a value indicating whether api access is enabled for user.","type":"boolean"},"PhoneNumber":{"description":"Gets or sets the phone number.","type":"string"},"DateTimeFormat":{"description":"Gets or sets user date format that defines the culturally appropriate format of displaying dates and times.\r\nYou can use these values ; dd/MM/yyyy and MM/dd/yyyy. Default : dd/MM/yyyy.","type":"string"},"TimezoneId":{"description":"Gets or sets the user's time zone.\r\nYou can check out following endpoint to see all of time zones. Api endpoint : /api/1.0/teams/gettimezones. Default :\r\nGMT Standard Time.","type":"string"},"State":{"description":"Gets or sets the state of the user.","enum":["Enabled","Disabled"],"type":"string"},"AllowedWebsiteLimit":{"format":"int32","description":"Gets or sets the allowed site limit.","type":"integer"},"IsTwoFactorAuthenticationEnabled":{"description":"Gets or sets a value indicating whether two factor authentication is enabled for this user.","type":"boolean"},"AlternateLoginEmail":{"description":"Gets or sets the alternative login email.","type":"string"},"RoleWebsiteGroupMappings":{"description":"User direct roles","type":"array","items":{"$ref":"#/definitions/RoleWebsiteGroupMappingDto"}},"Teams":{"description":"User Teams","type":"array","items":{"$ref":"#/definitions/ReducedTeamDto"}},"OnlySsoLogin":{"description":"Gets or sets a value indicating whether this user is enforced for SSO.","type":"boolean"},"CreatedAt":{"format":"date-time","description":"Gets or sets the date which this entity was created at.","type":"string"},"LastLoginDate":{"format":"date-time","description":"Gets or sets the modification timestamp which is used for concurrency checking.","type":"string"},"WebsiteCount":{"format":"int32","type":"integer"}},"example":{"Id":"5b44af54-cf96-42bc-aa46-427fcfe8e3a4","AccountId":"225f8a84-16c3-4d41-b049-2c5a41e45e8c","Name":"Team Name","Email":"name@email.com","IsApiAccessEnabled":true,"PhoneNumber":"+12015550123","DateTimeFormat":"MM/dd/YYYY","TimezoneId":"Etc/GMT+12","State":"Enabled","AllowedWebsiteLimit":20,"IsTwoFactorAuthenticationEnabled":true,"RoleWebsiteGroupMappings":[{"RoleName":"Role Name","RoleId":"aeaf0e14-dadd-44df-84c1-b8e2dbbb5623","WebsiteGroupName":"Website Group Name","WebsiteGroupId":"9f420092-7452-4abc-bacc-026264aed4c2"},{"RoleName":"Role Name 2","RoleId":"73c20df0-f377-44c4-9046-610ecded5bb2","WebsiteGroupName":"Website Group Name 2","WebsiteGroupId":"5834671d-3219-442c-b76d-941ba91a1e72"}],"Teams":[{"Id":"15dae59d-a20b-4cc3-b009-7a509670605d","Name":"Role Name"},{"Id":"f0e40dcc-c1d0-4fe6-8a3a-022a65b5c9d2","Name":"Role Name"}],"OnlySsoLogin":false,"CreatedAt":"0001-01-01T00:00:00+00:00","WebsiteCount":0}},"RoleWebsiteGroupMappingDto":{"type":"object","properties":{"RoleName":{"type":"string"},"RoleId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteGroupName":{"type":"string"},"WebsiteGroupId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"ReducedTeamDto":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"}}},"BaseResponseApiModel":{"description":"The class using for response api models.","type":"object","properties":{"Message":{"description":"Gets or sets the message field.","type":"string"}}},"MemberApiModelListApiResult":{"type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/MemberApiViewModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"NewMemberApiModel":{"description":"Represents a model for carrying out user data.","required":["Name","Email","TimezoneId","DateTimeFormat"],"type":"object","properties":{"Name":{"description":"Gets or sets the display name of the user.","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"Email":{"description":"Gets or sets the email.","type":"string"},"Password":{"description":"Gets or sets the password.","type":"string"},"ConfirmPassword":{"description":"Gets or sets the confirmation password.","type":"string"},"AutoGeneratePassword":{"description":"Gets or sets a value indicating whether the Password will be generated automatically by system. If AutoGeneratePassword is true you should leave Password field blank.","type":"boolean"},"PhoneNumber":{"description":"Gets or sets the phone number.","pattern":"^(\\+)(\\d){7,19}$","type":"string"},"OnlySsoLogin":{"description":"Gets or sets a value indicating whether this user is enforced for SSO.","type":"boolean"},"AlternateLoginEmail":{"description":"Gets or sets the alternative login email.","type":"string"},"SendNotification":{"description":"Gets or sets a value indicating whether the notification will send after user is created.","type":"boolean"},"TimezoneId":{"description":"Gets or sets the user's time zone.\r\nYou can check out following endpoint to see all of time zones. Api endpoint : /api/1.0/teams/gettimezones. Default :\r\nGMT Standard Time.","type":"string"},"DateTimeFormat":{"description":"Gets or sets user date format that defines the culturally appropriate format of displaying dates and times.\r\nYou can use these values ; dd/MM/yyyy and MM/dd/yyyy. Default : dd/MM/yyyy.","type":"string"},"IsApiAccessEnabled":{"description":"Gets or sets a value indicating whether api access is enabled for user.","type":"boolean"},"AllowedWebsiteLimit":{"format":"int32","description":"Gets or sets the allowed site limit.","type":"integer"},"Teams":{"description":"Selected users","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"RoleWebsiteGroupMappings":{"description":"Selected Role Website Groups Mappings","type":"array","items":{"$ref":"#/definitions/RoleWebsiteGroupMappingApiModel"}}},"example":{"Name":"string","Email":"name@email.com","Password":"123456","ConfirmPassword":"123456","AutoGeneratePassword":false,"PhoneNumber":"+12015550123","OnlySsoLogin":false,"SendNotification":true,"TimezoneId":"GMT Standard Time","DateTimeFormat":"dd/MM/yyyy","IsApiAccessEnabled":true,"AllowedWebsiteLimit":0,"Teams":["f9c3861f-7cd4-4435-be1c-2869e0813743","abd0bfb2-df04-4120-ab79-25cf2991bd07"],"RoleWebsiteGroupMappings":[{"WebsiteGroupId":"5abede7d-42fd-4071-aae8-479b2f7956c3","RoleId":"e5cd7b4a-5e57-4d61-a1ec-b932fcd3c597"},{"WebsiteGroupId":"d4036f2c-715a-4618-aaf1-f2a99010c3e4","RoleId":"e80f38ef-c908-41b1-b48d-c9c25632eea8"}]}},"RoleWebsiteGroupMappingApiModel":{"required":["RoleId"],"type":"object","properties":{"WebsiteGroupId":{"format":"uuid","description":"Group Id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"RoleId":{"format":"uuid","description":"Role Id","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"UpdateMemberApiModel":{"description":"Represents a model for carrying out user data.","required":["Id","Name","Email","TimezoneId","DateTimeFormat","State"],"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the foreign key reference to the related User instance.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the display name of the user.","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"Email":{"description":"Gets or sets the email.","type":"string"},"Password":{"description":"Gets or sets the password.","type":"string"},"ConfirmPassword":{"description":"Gets or sets the confirmation password.","type":"string"},"AutoGeneratePassword":{"description":"Gets or sets a value indicating whether the Password will be generated automatically by system. If AutoGeneratePassword is true you should leave Password field blank.","type":"boolean"},"PhoneNumber":{"description":"Gets or sets the phone number.","pattern":"^(\\+)(\\d){7,19}$","type":"string"},"OnlySsoLogin":{"description":"Gets or sets a value indicating whether this user is enforced for SSO.","type":"boolean"},"AlternateLoginEmail":{"description":"Gets or sets the alternative login email.","type":"string"},"SendNotification":{"description":"Gets or sets a value indicating whether the notification will send after user is created.","type":"boolean"},"TimezoneId":{"description":"Gets or sets the user's time zone.\r\nYou can check out following endpoint to see all of time zones. Api endpoint : /api/1.0/teams/gettimezones. Default :\r\nGMT Standard Time.","type":"string"},"DateTimeFormat":{"description":"Gets or sets user date format that defines the culturally appropriate format of displaying dates and times.\r\nYou can use these values ; dd/MM/yyyy and MM/dd/yyyy. Default : dd/MM/yyyy.","type":"string"},"IsApiAccessEnabled":{"description":"Gets or sets a value indicating whether api access is enabled for user.","type":"boolean"},"AllowedWebsiteLimit":{"format":"int32","description":"Gets or sets the allowed site limit.","type":"integer"},"State":{"description":"Gets or sets the state of the user.","enum":["Enabled","Disabled"],"type":"string"},"Teams":{"description":"Selected users","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"RoleWebsiteGroupMappings":{"description":"Selected Role Website Groups Mappings","type":"array","items":{"$ref":"#/definitions/RoleWebsiteGroupMappingApiModel"}}},"example":{"Id":"e3411513-4497-44d5-8fc5-01c807f6e9ca","Name":"string","Email":"name@email.com","Password":"123456","ConfirmPassword":"123456","AutoGeneratePassword":false,"PhoneNumber":"+12015550123","OnlySsoLogin":false,"AlternateLoginEmail":"alternate@name.com","SendNotification":false,"TimezoneId":"GMT Standard Time","DateTimeFormat":"dd/MM/yyyy","IsApiAccessEnabled":true,"AllowedWebsiteLimit":0,"State":"Enabled","Teams":["912729a5-a8ba-450b-be15-b68458e999da","7273cbad-a5e9-47bf-b454-941dd4fbbb97"],"RoleWebsiteGroupMappings":[{"WebsiteGroupId":"650ba236-3da2-4e40-ae01-9e4209c7f279","RoleId":"8da95a05-af05-42a9-85da-9b445d302d99"},{"WebsiteGroupId":"ec41afcd-7b47-4ef9-93d3-5af24aa7600a","RoleId":"1938875e-fefa-476c-94cc-5a90ef0bfe5d"}]}},"MemberInvitationDto":{"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AccountId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"type":"string"},"Email":{"type":"string"},"IsApiAccessEnabled":{"type":"boolean"},"PhoneNumber":{"type":"string"},"AllowedWebsiteLimit":{"format":"int32","type":"integer"},"AlternateLoginEmail":{"type":"string"},"InUse":{"type":"boolean"},"Teams":{"type":"array","items":{"$ref":"#/definitions/ReducedTeamDto"}},"RoleWebsiteGroupMappings":{"type":"array","items":{"$ref":"#/definitions/RoleWebsiteGroupMappingDto"}},"IsAlternateLoginEmail":{"type":"boolean"},"OnlySsoLogin":{"type":"boolean"}},"example":{"Id":"30551170-e287-4a8f-815a-e2250746ae68","AccountId":"fa2f5130-77ee-4067-aa28-262aecdba533","Name":"Team Name","Email":"name@email.com","IsApiAccessEnabled":true,"PhoneNumber":"+12015550123","AllowedWebsiteLimit":20,"AlternateLoginEmail":"alternate@email.com","InUse":false,"Teams":[{"Id":"4d458df4-6f01-4653-8bc2-70539d07a208","Name":"Role Name"}],"RoleWebsiteGroupMappings":[{"RoleName":"Role Name","RoleId":"74a7d1e5-ebf8-47e6-bcb4-fde65fb1dd33","WebsiteGroupName":"Website Group Name","WebsiteGroupId":"a01648ed-3b19-4d85-82f1-5889cd70ba03"},{"RoleName":"Role Name 2","RoleId":"61259b95-3a8d-4ac2-be09-95e336fd7ccc","WebsiteGroupName":"Website Group Name 2","WebsiteGroupId":"f9f8e653-8cdc-4551-ba9c-1c8ea388afff"}],"IsAlternateLoginEmail":true,"OnlySsoLogin":false}},"MemberInvitationPagedListDto":{"type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/MemberInvitationDto"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"NewMemberInvitationApiModel":{"description":"Represents a model for carrying out new account invitation.","required":["Email","Name"],"type":"object","properties":{"Email":{"description":"Gets or sets the email.","maxLength":127,"minLength":0,"type":"string"},"AlternateLoginEmail":{"description":"Gets or sets the alternative login email.","maxLength":127,"minLength":0,"type":"string"},"Name":{"description":"Gets or sets the display name of the user.","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"PhoneNumber":{"description":"Gets or sets the phone number.","pattern":"^(\\+)(\\d){7,19}$","type":"string"},"IsApiAccessEnabled":{"description":"Gets or sets a value indicating where api access is enabled for user.","type":"boolean"},"Teams":{"description":"Selected users","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"RoleWebsiteGroupMappings":{"description":"Selected Role Website Groups Mappings","type":"array","items":{"$ref":"#/definitions/RoleWebsiteGroupMappingApiModel"}},"AllowedWebsiteLimit":{"format":"int32","description":"Gets or sets a value indicating whether the allowed site limit that user can create.","type":"integer"},"OnlySsoLogin":{"description":"Gets or sets a value indicating whether this user is enforced for SSO.","type":"boolean"}},"example":{"Email":"name@email.com","AlternateLoginEmail":"alternate@name.com","Name":"string","PhoneNumber":"+12015550123","IsApiAccessEnabled":true,"Teams":["b626fe3e-2b14-4bdd-aca6-a224644220a5","888b46cf-19d2-4701-85b8-61b94d7a016b"],"RoleWebsiteGroupMappings":[{"WebsiteGroupId":"ccae7bde-20c7-457f-8ed2-1a058e2848db","RoleId":"6fbdc98a-68b3-4281-8d10-9a6bed4f1835"},{"WebsiteGroupId":"07c2f165-c081-4b97-862a-280bc64a8d54","RoleId":"3cc3ecc2-c7f2-4d17-8bb9-8bea625c971a"}],"AllowedWebsiteLimit":10,"OnlySsoLogin":false}},"DeleteScanNotificationApiModel":{"description":"Represents a model for carrying out a delete scan notification data","required":["Id"],"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the scan notification identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"example":{"Id":"f0c1d713-620d-4484-8512-8709eab40a64"}},"ScanNotificationApiModel":{"description":"Represents a model for carrying out scan notification data","required":["Disabled","Event","Name","Scope"],"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the scan notification identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Priority":{"format":"int32","description":"Gets or sets the priority. Higher value means higher priority.","type":"integer"},"Recipients":{"$ref":"#/definitions/ScanNotificationRecipientApiModel","description":"Gets or sets the recipients of the scan notification."},"WebsiteGroupName":{"description":"Gets or sets the name of website group associated with this Scan Notification.","type":"string"},"WebsiteRootUrl":{"description":"Gets or sets the root url of website associated with this Scan Notification.","type":"string"},"EmailSmsFilter":{"$ref":"#/definitions/NotificationEmailSmsFilterApi","description":""},"IntegrationFilter":{"$ref":"#/definitions/NotificationIntegrationFilterApi","description":""},"Disabled":{"description":"Gets or sets a value indicating whether this Scan Notification is disabled.","type":"boolean"},"ScanTaskGroupId":{"format":"uuid","description":"Gets or sets scan task group ID.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Event":{"description":"Gets or sets the event name. This property determines when this rule will be executed.","enum":["NewScan","ScanCompleted","ScanCancelled","ScanFailed","ScheduledScanLaunchFailed","OutOfDateTechnology"],"type":"string"},"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"Scope":{"description":"Gets or sets the Website Scope.\r\nThis property indicates whether this rule will be executed for a specific Website, WebsiteGroup or All Websites.","enum":["AnyWebsite","WebsiteGroup","Website"],"type":"string"}}},"ScanNotificationRecipientApiModel":{"description":"Represents a model for carrying out a scan notification recipient data","type":"object","properties":{"OutsiderRecipients":{"description":"Gets or sets the users who will be notified via OutsiderRecipients.","type":"array","items":{"$ref":"#/definitions/OutsiderRecipient"}},"EmailRecipientUsers":{"description":"Gets or sets the users who will be notified via Email.","type":"array","items":{"$ref":"#/definitions/ScanNotificationRecipientUserApiModel"}},"ExcludedUsers":{"description":"Gets or sets the users who won't be notified","type":"array","items":{"$ref":"#/definitions/ScanNotificationRecipientUserApiModel"}},"IntegrationRecipients":{"description":"Gets or sets the integration end points which will be notified.","type":"array","items":{"type":"string"}},"SmsRecipientUsers":{"description":"Gets or sets the users who will be notified via SMS.","type":"array","items":{"$ref":"#/definitions/ScanNotificationRecipientUserApiModel"}},"SpecificEmailRecipients":{"description":"Gets or sets the specific recipients who will be notified via Email.","type":"array","items":{"enum":["None","WebsiteTechnicalContact","PersonWhoStartedScan","AllAuthorized","AccountAdmins"],"type":"string"}},"SpecificSmsRecipients":{"description":"Gets or sets the specific recipients who will be notified via SMS.","type":"array","items":{"enum":["None","WebsiteTechnicalContact","PersonWhoStartedScan","AllAuthorized","AccountAdmins"],"type":"string"}}}},"NotificationEmailSmsFilterApi":{"type":"object","properties":{"IsConfirmed":{"description":"Gets or sets a value indicating whether this Scan Notification is confirmed.","type":"boolean"},"Severity":{"description":"Gets or sets the lowest severity. This property determines when this rule will be executed and is only used for Scan\r\nCompletion Notification","enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"},"State":{"description":"Gets or sets the state of filter. This property determines when this rule will be executed and is only used for Scan\r\nCompletion Notification","enum":["NotFound","Fixed","NotFixed","New","Revived"],"type":"string"},"Certainty":{"format":"int32","description":"Gets or sets a value indicating whether this Scan Notification is certainty.","type":"integer"}}},"NotificationIntegrationFilterApi":{"type":"object","properties":{"IsConfirmed":{"description":"Gets or sets a value indicating whether this Scan Notification is confirmed.","type":"boolean"},"Severity":{"description":"Gets or sets the lowest severity. This property determines when this rule will be executed and is only used for Scan\r\nCompletion Notification","enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"},"State":{"description":"Gets or sets the state of filter. This property determines when this rule will be executed and is only used for Scan\r\nCompletion Notification","enum":["NotFound","Fixed","NotFixed","New","Revived"],"type":"string"},"Certainty":{"format":"int32","description":"Gets or sets a value indicating whether this Scan Notification is certainty.","type":"integer"}}},"OutsiderRecipient":{"description":"Defines a type for outsider recipient needs.","type":"object","properties":{"Email":{"description":"Gets or sets the email.","type":"string"}}},"ScanNotificationRecipientUserApiModel":{"description":"Represents a model for carrying out a scan notification recipient user data","type":"object","properties":{"Email":{"description":"Gets or sets the user's email address.","type":"string"},"Name":{"description":"Gets or sets the user's display name.","type":"string"},"PhoneNumber":{"description":"Gets or sets the user's phone number.","type":"string"}}},"ScanNotificationScanTaskGroupApiModel":{"description":"Represents a model for scan notification api model","type":"object","properties":{"WebsiteId":{"format":"uuid","description":"Gets or sets the website id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ScanTaskGroupName":{"description":"Gets or sets the scan task group name","type":"string"},"ScanTaskGroupId":{"format":"uuid","description":"Gets or sets the scan task group id","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"ScanNotificationListApiResult":{"description":"Represents a model for carrying out a paged scan notification list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/ScanNotificationApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"NewScanNotificationApiModel":{"description":"Represents a model for carrying out a new scan notification data","required":["Recipients","Disabled","Event","Name","Scope"],"type":"object","properties":{"Recipients":{"$ref":"#/definitions/NewScanNotificationRecipientApiModel","description":"Gets or sets the recipients of the scan notification."},"WebsiteGroupName":{"description":"Gets or sets the website group identifier associated with this scan notification.","type":"string"},"WebsiteRootUrl":{"description":"Gets or sets the website identifier associated with this scan notification.","type":"string"},"EmailSmsFilter":{"$ref":"#/definitions/NotificationEmailSmsFilterApi","description":""},"IntegrationFilter":{"$ref":"#/definitions/NotificationIntegrationFilterApi","description":""},"Disabled":{"description":"Gets or sets a value indicating whether this Scan Notification is disabled.","type":"boolean"},"ScanTaskGroupId":{"format":"uuid","description":"Gets or sets scan task group ID.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Event":{"description":"Gets or sets the event name. This property determines when this rule will be executed.","enum":["NewScan","ScanCompleted","ScanCancelled","ScanFailed","ScheduledScanLaunchFailed","OutOfDateTechnology"],"type":"string"},"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"Scope":{"description":"Gets or sets the Website Scope.\r\nThis property indicates whether this rule will be executed for a specific Website, WebsiteGroup or All Websites.","enum":["AnyWebsite","WebsiteGroup","Website"],"type":"string"}},"example":{"Recipients":{"Emails":["name1@email.com"],"ExcludedUsers":["name2@email.com"],"Integrations":["Integration1"],"PhoneNumbers":["+905331111111"],"OutsiderRecipients":["name1@email.com"],"SpecificEmailRecipients":["AccountAdmins"],"SpecificSmsRecipients":["PersonWhoStartedScan"]},"WebsiteGroupName":"WebsiteGroupName","WebsiteRootUrl":"WebsiteRootUrl","EmailSmsFilter":{"IsConfirmed":false,"Severity":"Critical","State":"NotFound","Certainty":0},"IntegrationFilter":{"IsConfirmed":false,"Severity":"Critical","State":"NotFound","Certainty":0},"Disabled":false,"ScanTaskGroupId":"00000000-0000-0000-0000-000000000000","Event":"NewScan","Name":"ScanNotificationName","Scope":"AnyWebsite"}},"NewScanNotificationRecipientApiModel":{"description":"Represents a model for carrying out a new scan notification recipient data","type":"object","properties":{"Emails":{"description":"Gets or sets the emails of users who will be notified via Email.","type":"array","items":{"type":"string"}},"ExcludedUsers":{"description":"Gets or sets users' emails who won't be notified","type":"array","items":{"type":"string"}},"Integrations":{"description":"Integration is only used in \"New Scan\" and \"Scan Completed\" events.\r\nFor New Scan Event: Only Team Messaging integrations can be added. (Slack, MS Teams and Mattermost etc.)\r\nFor Scan Completed Event: Only Team Messaging and Issue Tracking integrations can be added.","type":"array","items":{"type":"string"}},"PhoneNumbers":{"description":"Gets or sets the phone numbers of users who will be notified via SMS.","type":"array","items":{"type":"string"}},"OutsiderRecipients":{"description":"Gets or sets the emails of outsider recipients users who will be notified via Email","type":"array","items":{"type":"string"}},"SpecificEmailRecipients":{"description":"Gets or sets the specific recipients who will be notified via Email.","type":"array","items":{"enum":["None","WebsiteTechnicalContact","PersonWhoStartedScan","AllAuthorized","AccountAdmins"],"type":"string"}},"SpecificSmsRecipients":{"description":"Gets or sets the specific recipients who will be notified via SMS.","type":"array","items":{"enum":["None","WebsiteTechnicalContact","PersonWhoStartedScan","AllAuthorized","AccountAdmins"],"type":"string"}}}},"NotificationPriorityPair":{"description":"Represents a notification priority pair","type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Priority":{"format":"int32","description":"Gets or sets the priority.","type":"integer"}},"example":{"Id":"cd84c144-a748-4c40-afc6-89920b18cccb","Priority":1}},"UpdateScanNotificationApiModel":{"description":"Represents a model for carrying out an update scan notification data","required":["Id","Recipients","Disabled","Event","Name","Scope"],"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the scan notification identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Recipients":{"$ref":"#/definitions/NewScanNotificationRecipientApiModel","description":"Gets or sets the recipients of the scan notification."},"WebsiteGroupName":{"description":"Gets or sets the website group identifier associated with this scan notification.","type":"string"},"WebsiteRootUrl":{"description":"Gets or sets the website identifier associated with this scan notification.","type":"string"},"EmailSmsFilter":{"$ref":"#/definitions/NotificationEmailSmsFilterApi","description":""},"IntegrationFilter":{"$ref":"#/definitions/NotificationIntegrationFilterApi","description":""},"Disabled":{"description":"Gets or sets a value indicating whether this Scan Notification is disabled.","type":"boolean"},"ScanTaskGroupId":{"format":"uuid","description":"Gets or sets scan task group ID.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Event":{"description":"Gets or sets the event name. This property determines when this rule will be executed.","enum":["NewScan","ScanCompleted","ScanCancelled","ScanFailed","ScheduledScanLaunchFailed","OutOfDateTechnology"],"type":"string"},"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"Scope":{"description":"Gets or sets the Website Scope.\r\nThis property indicates whether this rule will be executed for a specific Website, WebsiteGroup or All Websites.","enum":["AnyWebsite","WebsiteGroup","Website"],"type":"string"}},"example":{"Id":"70055f0e-2117-4006-89ca-f740f7b64bc2","Recipients":{"Emails":["name1@email.com"],"ExcludedUsers":["name2@email.com"],"Integrations":["Integration1"],"PhoneNumbers":["+905331111111"],"OutsiderRecipients":["name1@email.com"],"SpecificEmailRecipients":["AccountAdmins"],"SpecificSmsRecipients":["PersonWhoStartedScan"]},"WebsiteGroupName":"WebsiteGroupName","WebsiteRootUrl":"WebsiteRootUrl","EmailSmsFilter":{"IsConfirmed":false,"Severity":"Critical","State":"NotFound","Certainty":0},"IntegrationFilter":{"IsConfirmed":false,"Severity":"Critical","State":"NotFound","Certainty":0},"Disabled":false,"ScanTaskGroupId":"00000000-0000-0000-0000-000000000000","Event":"NewScan","Name":"ScanNotificationName","Scope":"AnyWebsite"}},"RoleApiViewModel":{"type":"object","properties":{"Id":{"format":"uuid","description":"Id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Role Name field","type":"string"},"Permissions":{"description":"Selected permissions for role","type":"array","items":{"$ref":"#/definitions/PermissionApiModel"}}},"example":{"Id":"d3fc774c-d948-4f84-a14a-0fcf2f8370f5","Name":"Role Name","Permissions":[{"Id":"3d847ee4-89c5-43e1-ba40-729e3b1ce7e3","Name":"View Target List*","Information":"The user can view a target list."},{"Id":"7b12c3f6-c51f-491b-a4ad-ddbfa2e3625b","Name":"Add Target*","Information":"The user can add a target."}]}},"PermissionApiModel":{"type":"object","properties":{"Id":{"format":"uuid","description":"Id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Name","type":"string"},"Information":{"description":"Information","type":"string"}}},"RoleApiModelListApiResult":{"type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/RoleApiViewModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"NewRoleApiModel":{"required":["Name"],"type":"object","properties":{"Name":{"description":"Role Name field","maxLength":255,"minLength":0,"type":"string"},"Permissions":{"description":"Selected permissions for role","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"example":{"Name":"Role Name","Permissions":["eb86cd2c-1529-4eff-958c-551705c460ac","4bb3cf46-bb25-4a8b-9153-8bb77cdacfda"]}},"UpdateRoleApiModel":{"required":["Id","Name"],"type":"object","properties":{"Id":{"format":"uuid","description":"Id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Role Name field","maxLength":255,"minLength":0,"type":"string"},"Permissions":{"description":"Selected permissions for role","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"example":{"Id":"8b62c5e5-3dd8-40d8-8ef0-53837828570e","Name":"Role Name","Permissions":["9604f330-2ffd-47ac-8b0a-11b978ebcc96","c42e3328-6e4e-4a18-b642-77a57475dd90"]}},"ScanPolicySettingApiModel":{"description":"Represents a model for carrying out scan policy settings.","required":["Id","AttackingSettings","BruteForceSettings","CrawlingSettings","Custom404Settings","HttpRequestSettings","JavaScriptSettings","Name","ScopeSettings","SslTlsSettingModel","SsrfSettingsModel"],"type":"object","properties":{"IsAccountDefault":{"description":"Gets or sets a value indicating whether this policy is policy owner account default.","type":"boolean"},"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsShared":{"description":"Gets or sets a value indicating whether this scan policy is shared.","type":"boolean"},"FromApi":{"description":"Gets or sets a value indicating whether this scan policy updating via Api.","type":"boolean"},"DesktopId":{"format":"uuid","description":"Gets the desktop identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AttackingSettings":{"$ref":"#/definitions/AttackingSettingModel","description":"Gets or sets the attacking settings."},"AutoCompleteSettings":{"description":"Gets or sets the auto complete settings.","type":"array","items":{"$ref":"#/definitions/AutoCompleteSettingModel"}},"BruteForceSettings":{"$ref":"#/definitions/BruteForceSettingModel","description":"Gets or sets the authentication brute force settings."},"CrawlingSettings":{"$ref":"#/definitions/CrawlingSettingModel","description":"Gets or sets the crawling settings."},"CsrfSettings":{"$ref":"#/definitions/CsrfSettingModel","description":"Gets or sets the CSRF settings."},"Custom404Settings":{"$ref":"#/definitions/Custom404SettingModel","description":"Gets or sets the custom 404 settings."},"CustomHttpHeaderSettings":{"description":"Gets or sets the custom HTTP header settings.","type":"array","items":{"$ref":"#/definitions/CustomHttpHeaderSetting"}},"Description":{"description":"Gets or sets the description.","type":"string"},"EnableKnowledgebase":{"description":"Gets or sets a value indicating whether knowledgebase is enabled.","type":"boolean"},"FormValueSettings":{"description":"Gets or sets the form value settings.","type":"array","items":{"$ref":"#/definitions/FormValueSettingModel"}},"HttpRequestSettings":{"$ref":"#/definitions/HttpRequestSettingModel","description":"Gets or sets the HTTP request settings."},"IgnoredEmailPatterns":{"description":"Gets or sets the ignored email patterns.","type":"array","items":{"$ref":"#/definitions/EmailPatternSetting"}},"IgnorePatternSettings":{"description":"Gets or sets the ignored parameter patterns.","type":"array","items":{"$ref":"#/definitions/IgnorePatternSettingModel"}},"JavaScriptSettings":{"$ref":"#/definitions/JavaScriptSettingsModel","description":"Gets or sets the java script settings."},"Name":{"description":"Gets or sets the name.","maxLength":100,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ +,\\-İÜüÖöĞğŞşÇç'()[\\]#&%!\"]{0,1000}$","type":"string"},"ProxySettings":{"$ref":"#/definitions/ProxySettingsModel","description":"Gets or sets the proxy settings."},"ScopeSettings":{"$ref":"#/definitions/ScopeSettingModel","description":"Gets or sets the scope settings."},"SecurityCheckGroupParents":{"description":"Gets or sets the engine settings.","type":"array","items":{"$ref":"#/definitions/SecurityCheckGroupParentModel"}},"SelectedGroups":{"description":"Gets or sets the selected website groups.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"SensitiveKeywordSettings":{"description":"Gets or sets the sensitive keyword settings.","type":"array","items":{"$ref":"#/definitions/SensitiveKeywordSettingModel"}},"SslTlsSettingModel":{"$ref":"#/definitions/SslTlsSettingModel","description":"Gets or sets the SSL/TLS settings."},"WebStorageSettings":{"description":"Gets or sets the Web Storage Settings","type":"array","items":{"$ref":"#/definitions/WebStorageSetting"}},"ExtensionSettings":{"description":"Gets or sets the Extension Settings","type":"array","items":{"$ref":"#/definitions/ExtensionSettingModel"}},"DefaultBrowserParameters":{"description":"Gets or sets the default browser parameters","type":"array","items":{"$ref":"#/definitions/BrowserSetting"}},"HeadfulBrowserParameters":{"description":"Gets or sets the handful browser parameters","type":"array","items":{"$ref":"#/definitions/BrowserSetting"}},"ResourceFinders":{"description":"Gets or sets the resource finders.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"ClonedScanPolicySettingId":{"format":"uuid","description":"Gets or sets the cloned scan polic setting identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"AttackingSettingModel":{"description":"Represents a model for carrying out attacking settings.","type":"object","properties":{"AntiCsrfTokenNames":{"description":"Gets or sets the anti CSRF token names.","type":"string"},"AttackParameterName":{"description":"Gets or sets a value indicating whether parameter name attacking is enabled.","type":"boolean"},"AttackRefererHeader":{"description":"Gets or sets a value indicating whether attacking to Referer header is enabled.","type":"boolean"},"AttackUserAgentHeader":{"description":"Gets or sets a value indicating whether attacking to User-Agent header is enabled.","type":"boolean"},"AttackCookies":{"description":"Gets or sets a value indicating whether attacking to cookies is enabled.","type":"boolean"},"MaxParametersToAttack":{"format":"int32","description":"Gets or sets the maximum parameters to attack.","maximum":200,"minimum":1,"type":"integer"},"OptimizeAttacksToRecurringParameters":{"description":"Gets or sets a value indicating whether optimization for recurring parameters is enabled.","type":"boolean"},"OptimizeHeaderAttacks":{"description":"Gets or sets a value indicating whether optimization for header attacks is enabled.","type":"boolean"},"OverrideVersionVulnerabilitySeverity":{"description":"Gets or sets a value indicating whether the version vulnerability severities should be overridden.","type":"boolean"},"ProofGenerationEnabled":{"description":"Gets or sets a value indicating whether proof generation is enabled.","type":"boolean"},"RecurringParametersPageAttackLimit":{"format":"int32","description":"Gets or sets the page attack limit for links containing recurring parameters.","type":"integer"},"UseExtraParameters":{"description":"Gets or sets a value indicating whether extra parameters should be used.","type":"boolean"},"AttackCsrfToken":{"description":"Gets or sets a value including the attacks on anti-CSRF tokens.","type":"boolean"}}},"AutoCompleteSettingModel":{"description":"Represents a model for carrying out input auto complete settings.","required":["Value"],"type":"object","properties":{"Value":{"description":"Gets or sets the input value.","type":"string"}}},"BruteForceSettingModel":{"description":"Represents a model for carrying out authentication brute force settings.","type":"object","properties":{"EnableAuthBruteForce":{"description":"Gets or sets a value indicating whether authentication brute force should be enabled.","type":"boolean"},"MaxBruteForce":{"format":"int32","description":"Gets or sets the maximum brute force count.","maximum":5000,"minimum":1,"type":"integer"}}},"CrawlingSettingModel":{"description":"Represents a model for carrying out crawling settings.","type":"object","properties":{"EnableParameterBasedNavigation":{"description":"Gets or sets a value indicating whether parameter based navigation is enabled.","type":"boolean"},"EnableRestWebServiceParser":{"description":"Gets or sets whether REST Web Service parser is enabled.","type":"boolean"},"EnableSoapWebServiceParser":{"description":"Gets or sets whether SOAP Web Service parser is enabled.","type":"boolean"},"EnableTextParser":{"description":"Gets or sets a value indicating whether text parser is enabled.","type":"boolean"},"FallbackToGet":{"description":"Gets or sets a value indicating whether \"fallback to get\" is enabled","type":"boolean"},"EnableFragmentParsing":{"description":"Gets or sets a value indicating whether \"fallback to get\" is enabled","type":"boolean"},"EnableJavascriptParsing":{"description":"Gets or sets a value indicating whether \"parse javascript\" is enabled","type":"boolean"},"FileExtensions":{"description":"Gets or sets the file extensions that will be used in File Extensions RegEx.","type":"string"},"MaximumCrawlerUrlCount":{"format":"int32","description":"Gets or sets the maximum crawler URL count.","maximum":15000,"minimum":50,"type":"integer"},"MaximumSignature":{"format":"int32","description":"Gets or sets the maximum signature.","maximum":9999,"minimum":1,"type":"integer"},"NavigationParameterPageVisitLimit":{"format":"int32","description":"Gets or sets the page visit limit for links containing navigation parameter.","type":"integer"},"NavigationParameterRegexPattern":{"description":"Gets or sets the regular expression pattern for navigation parameter.","type":"string"},"PageVisitLimit":{"format":"int32","description":"Gets or sets the page visit limit.","maximum":9999,"minimum":1,"type":"integer"},"MaximumUrlRewriteSignature":{"format":"int32","description":"Gets or sets the page visit limit.","maximum":9999,"minimum":1,"type":"integer"},"WaitResourceFinder":{"description":"Gets or sets a value indicating whether the crawler should wait resource finder.","type":"boolean"},"AddRelatedLinks":{"description":"Specifies whether all related links should be crawled when a new link is found.","type":"boolean"},"EnableQueryBasedParameterBasedNavigation":{"description":"If enabled, only query string parameters will be recognized as navigation parameters.","type":"boolean"}},"example":{"EnableParameterBasedNavigation":false,"EnableRestWebServiceParser":false,"EnableSoapWebServiceParser":false,"EnableTextParser":true,"FallbackToGet":false,"EnableFragmentParsing":false,"EnableJavascriptParsing":true,"MaximumCrawlerUrlCount":75,"MaximumSignature":9,"NavigationParameterPageVisitLimit":0,"PageVisitLimit":20,"MaximumUrlRewriteSignature":9,"WaitResourceFinder":false,"AddRelatedLinks":true,"EnableQueryBasedParameterBasedNavigation":false}},"CsrfSettingModel":{"description":"Provides the settings for Cross-site Request Forgery checks.","type":"object","properties":{"CaptchaIndicators":{"description":"A list of values which is used to check a form contains captcha against CSRF.","type":"string"},"LoginFormValues":{"description":"A list of values to indicate login forms whose submit inputs' name or value contains one of these.","type":"string"},"NonFormValues":{"description":"A list of values to indicate non-CSRF forms whose name or action contains one of these.","type":"string"},"NonInputValues":{"description":"A list of values to indicate non-CSRF forms in which input's name or value contains one of these.","type":"string"},"UserNameInputs":{"description":"A list of values to indicate username inputs whose name includes one of these.","type":"string"},"AuthenticatedPagesCheck":{"description":"Whether check Csrf engine will work only authenticated pages or not","type":"boolean"}}},"Custom404SettingModel":{"description":"Represents a model for carrying out custom 404 settings.","required":["Max404PagesToTest","Maximum404Signature"],"type":"object","properties":{"Custom404RegEx":{"description":"Gets or sets the Custom 404 RegEx.","type":"string"},"DisableAuto404Detection":{"description":"Gets or sets a value indicating whether Auto 404 detection is disabled.","type":"boolean"},"Max404PagesToTest":{"format":"int32","description":"Gets or sets the maximum 404 pages to test.","maximum":1000,"minimum":0,"type":"integer"},"Maximum404Signature":{"format":"int32","description":"Gets or sets the maximum 404 signature.","maximum":2500,"minimum":0,"type":"integer"}}},"CustomHttpHeaderSetting":{"description":"Represents a model for carrying out custom HTTP header settings.","required":["Name"],"type":"object","properties":{"AttackMode":{"description":"Gets or sets a value indicating how a parameter should be attacked.","enum":["None","Optimized","Full","SSRF"],"type":"string"},"Enabled":{"description":"Gets or sets a value indicating whether this is enabled.","type":"boolean"},"Name":{"description":"Gets or sets the name.","type":"string"},"Value":{"description":"Gets or sets the value.","type":"string"}}},"FormValueSettingModel":{"description":"Represents a model for carrying out form value settings.","required":["MatchTargetValue","Name","Value"],"type":"object","properties":{"Force":{"description":"Gets or sets a value indicating whether force option is enabled.","type":"boolean"},"Match":{"description":"Gets or sets the match type.","enum":["RegEx","Exact","Contains","Starts","Ends"],"type":"string"},"MatchTarget":{"description":"Gets or sets the match target.","type":"array","items":{"enum":["Name","Label","Placeholder","Id"],"type":"string"}},"MatchTargetValue":{"description":"Gets or sets the match target.","enum":["Name","Label","Placeholder","Id"],"type":"string"},"Name":{"description":"Gets or sets the name.","type":"string"},"Pattern":{"description":"Gets or sets the pattern.","type":"string"},"Type":{"description":"Gets or sets the type.","type":"string"},"Value":{"description":"Gets or sets the value.","type":"string"}}},"HttpRequestSettingModel":{"description":"Represents a model for carrying out HTTP request settings.","type":"object","properties":{"Accept":{"description":"Gets or sets the accept.","type":"string"},"AcceptCharset":{"description":"Gets or sets the accept charset.","type":"string"},"AcceptLanguage":{"description":"Gets or sets the accept language.","type":"string"},"EnableCookies":{"description":"Gets or sets a value indicating whether cookies are disabled.","type":"boolean"},"EnableGzipAndDeflate":{"description":"Gets or sets a value indicating whether gzip and deflate is enabled.","type":"boolean"},"HttpKeepAlive":{"description":"Gets or sets a value indicating whether HTTP keep alive is enabled.","type":"boolean"},"LogHttpRequests":{"description":"Gets or sets a value indicating whether cookies are disabled.","type":"boolean"},"RequestsPerSecond":{"format":"int32","description":"Gets or sets the request count per unit time.","maximum":100,"minimum":1,"type":"integer"},"ConcurrentConnectionCount":{"format":"int32","description":"Gets or sets the concurrent connection count.","maximum":25,"minimum":1,"type":"integer"},"RequestTimeout":{"format":"int32","description":"Gets or sets the request timeout in seconds.","maximum":1000,"minimum":1,"type":"integer"},"ConnectionTimeout":{"format":"int32","description":"Gets or sets the connection timeout in seconds.","maximum":1000,"minimum":1,"type":"integer"},"UserAgent":{"description":"Gets the {Netsparker.Cloud.Infrastructure.Models.Policy.HttpRequestSettingModel.CustomUserAgent}. 's value","type":"string"},"UserAgents":{"description":"Gets or sets the user agents.","type":"object","additionalProperties":{"type":"string"}},"CustomUserAgents":{"description":"Gets or Sets custom user agents (not predefined)","type":"object","additionalProperties":{"type":"string"}},"CustomUserAgent":{"$ref":"#/definitions/ScanPolicyUserAgentModel","description":"Gets or Sets selected user agent"},"ForceUserAgent":{"description":"Gets or sets a value indicating whether user agent forced.","type":"boolean"},"AuthorizationHeaderName":{"description":"Gets or sets Custom Http Authorization Header value","type":"string"}}},"EmailPatternSetting":{"description":"Represents an email address pattern which is used to ignore email disclosure issues.","required":["Value"],"type":"object","properties":{"Value":{"description":"Gets or sets the value.","type":"string"}}},"IgnorePatternSettingModel":{"description":"Represents a model for carrying out ignored parameter patterns.","required":["Name","ParameterType","Pattern"],"type":"object","properties":{"Name":{"description":"Gets or sets the pattern name.","type":"string"},"ParameterType":{"description":"Gets or sets the type of the parameter.","enum":["POST","GET","COOKIE","WEBSTORAGE","ALL","SETCOOKIE"],"type":"string"},"Pattern":{"description":"Gets or sets the RegEx pattern.","type":"string"}}},"JavaScriptSettingsModel":{"description":"Represents a model for carrying out javascript settings.","type":"object","properties":{"BailThreshold":{"format":"int32","description":"Gets or sets the bail threshold.","type":"integer"},"ConfirmOpenRedirectSimulateTimeout":{"format":"int32","description":"Gets or sets the confirm open redirect simulate timeout.","type":"integer"},"ConfirmXssSimulateTimeout":{"format":"int32","description":"Gets or sets the confirm xss simulate timeout.","type":"integer"},"DomParserAllowOutOfScopeXmlHttpRequests":{"description":"Gets or sets a value indicating whether to allow out of scope XML HTTP requests in DOM Parser.","type":"boolean"},"PushStatePrevention":{"description":"Gets or sets a value indicating whether to allow oto block extra navigation on SPAs.","type":"boolean"},"DomParserDfsLimit":{"format":"int32","description":"Gets or sets the DOM parser DFS limit.","type":"integer"},"DomParserDotify":{"description":"Gets or sets the DOM parser dotify.","type":"boolean"},"DomParserExclusionCssSelector":{"description":"Gets or sets the DOM parser exclusion CSS selector.","type":"string"},"DomParserExtractResources":{"description":"Gets or sets a value indicating whether to extract resources using DOM Parser.","type":"boolean"},"DomParserFilterColonEvents":{"description":"Gets or sets a value indicating whether to filter events that contain a colon in their names.","type":"boolean"},"DomParserFilterDocumentEvents":{"description":"Gets or sets the DOM parser filter document events.","type":"boolean"},"DomParserIgnoreDocumentEvents":{"description":"Gets or sets a value indicating whether to ignore document events in DOM Parser.","type":"boolean"},"DomParserLoadUrlTimeout":{"format":"int32","description":"Gets or sets the DOM parser load URL timeout.","type":"integer"},"DomParserMaxOptionElementsPerSelect":{"format":"int32","description":"Gets or sets the DOM parser maximum option elements per select.","type":"integer"},"DomParserPersistentJavaScriptCookies":{"description":"Gets or sets the DOM parser persistent javascript cookies.","type":"string"},"DomParserPreSimulateWait":{"format":"int32","description":"Gets or sets the DOM Parser LoadUrl timeout.","type":"integer"},"DomParserSimulationTimeout":{"format":"int32","description":"Gets or sets the DOM parser simulation timeout.","type":"integer"},"EnableDomParser":{"description":"Gets or sets a value indicating whether enable DOM parser.","type":"boolean"},"IntereventTimeout":{"format":"int32","description":"Gets or sets the interevent timeout.","type":"integer"},"SkipElementCount":{"format":"int32","description":"Gets or sets the skip element count.","type":"integer"},"SkipThreshold":{"format":"int32","description":"Gets or sets the skip threshold.","type":"integer"},"DomParserExclusionJavascriptEvents":{"description":"Gets or sets the DOM parser exclusion javascript events.","type":"string"}}},"ProxySettingsModel":{"description":"Represents a model for carrying out authentication proxy settings.","type":"object","properties":{"ProxyByPassList":{"type":"array","items":{"type":"string"}},"EnableCustomProxy":{"description":"Gets or sets a value indicating whether custom proxy is enable .","type":"boolean"},"ProxyAddress":{"description":"Gets or sets the proxy address.","type":"string"},"ProxyAuthenticationRequired":{"description":"Gets or sets a value indicating whether the proxy requires authentication.","type":"boolean"},"ProxyDomain":{"description":"Gets or sets the proxy domain.","type":"string"},"ProxyPassword":{"description":"Gets or sets the proxy password.","type":"string"},"ProxyPort":{"format":"int32","description":"Gets or sets the proxy port.","type":"integer"},"ProxyUsername":{"description":"Gets or sets the name of the proxy user.","type":"string"},"ProxyByPassOnLocal":{"description":"Gets or sets a value that indicates whether to bypass the proxy server for local addresses.","type":"boolean"},"ProxyByPassText":{"description":"Gets or sets the proxy bypass text.","type":"string"},"UsePolicyProxyForExternalCommunication":{"description":"Gets or sets an value for proxy external communication","type":"boolean"}}},"ScopeSettingModel":{"description":"Represents a model for carrying out scope settings.","type":"object","properties":{"BlockAdNetworks":{"description":"Gets or sets a value indicating whether to block ad networks.","type":"boolean"},"ByPassScopeForStaticChecks":{"description":"Gets or sets a value indicating whether scope should be bypassed for static checks.","type":"boolean"},"CaseSensitiveScope":{"description":"Gets or sets a value indicating whether case sensitive scope is enabled.","type":"boolean"},"ContentTypeCheckEnabled":{"description":"Gets or sets a value indicating whether content type check enabled.","type":"boolean"},"IgnoredContentTypes":{"description":"Gets or sets the ignored content types.","type":"array","items":{"$ref":"#/definitions/ContentTypeModel"}}}},"SecurityCheckGroupParentModel":{"description":"Represents a model for carrying out security check groups.","type":"object","properties":{"Title":{"type":"string"},"SecurityCheckGroups":{"type":"array","items":{"$ref":"#/definitions/SecurityCheckGroupModel"}}}},"SensitiveKeywordSettingModel":{"description":"Represents a model for carrying out sensitive keyword settings.","required":["Pattern"],"type":"object","properties":{"Pattern":{"description":"Gets or sets the pattern.","type":"string"}}},"SslTlsSettingModel":{"description":"Represents SSL/TLS settings.","type":"object","properties":{"ExternalDomainInvalidCertificateAction":{"description":"Gets or sets invalid certificate action for the external domains.","enum":["Ignore","Reject"],"type":"string"},"Ssl3Enabled":{"description":"Gets or sets a value indicating whether SSL v3 is enabled.","type":"boolean"},"TargetUrlInvalidCertificateAction":{"description":"Gets or sets invalid certificate action for the target URL.","enum":["Ignore","Reject"],"type":"string"},"Tls10Enabled":{"description":"Gets or sets a value indicating whether TLS 1.0 is enabled.","type":"boolean"},"Tls11Enabled":{"description":"Gets or sets a value indicating whether TLS 1.1 is enabled.","type":"boolean"},"Tls12Enabled":{"description":"Gets or sets a value indicating whether TLS 1.2 is enabled.","type":"boolean"},"Tls13Enabled":{"description":"Gets or sets a value indicating whether TLS 1.3 is enabled.","type":"boolean"}}},"WebStorageSetting":{"description":"Scan Policy web storage settings","required":["Key","Type","Value"],"type":"object","properties":{"Key":{"description":"Web storage key.","type":"string"},"Origin":{"description":"Web storage origin.","type":"string"},"Type":{"description":"Web settings storage types","enum":["Local","Session"],"type":"string"},"Value":{"description":"Web storage value.","type":"string"}}},"ExtensionSettingModel":{"required":["AttackOption","CrawlOption","Extension"],"type":"object","properties":{"AttackOption":{"enum":["DoNotAttack","AttackParameters","AttackParametersAndQueryString"],"type":"string"},"CrawlOption":{"enum":["DoNotCrawl","Crawl","CrawlOnlyParameter"],"type":"string"},"Extension":{"type":"string"}}},"BrowserSetting":{"required":["Name"],"type":"object","properties":{"Enabled":{"type":"boolean"},"Name":{"type":"string"},"ReadOnly":{"type":"boolean"}}},"ScanPolicyUserAgentModel":{"description":"Get or Set user agent for scan policy","type":"object","properties":{"Name":{"description":"Get or Set agent name","type":"string"},"Value":{"description":"Get or Set agent Value","type":"string"}}},"ContentTypeModel":{"description":"Represents a model for carrying out input auto complete settings.","required":["Value"],"type":"object","properties":{"Value":{"description":"Gets or sets the content type.","type":"string"}}},"SecurityCheckGroupModel":{"description":"Represents a model for carrying out security check groups.","type":"object","properties":{"Patterns":{"description":"Gets or sets the scan policy patterns.","type":"array","items":{"$ref":"#/definitions/ScanPolicyPatternModel"}},"Settings":{"description":"Gets or sets the settings.","type":"array","items":{"$ref":"#/definitions/SecurityCheckSetting"}},"Type":{"description":"Gets or sets the security check group type.","enum":["Engine","ResourceModifier"],"type":"string"},"EngineGroup":{"description":"Engine group identifier","enum":["SqlInjection","Xss","CommandInjection","FileInclusion","Ssrf","Xxe","StaticResources","ResourceFinder","ApacheStrutsRce","CodeEvaluation","CustomScriptChecks","HeaderInjection","NoSqlInjection","WordpressDetection"],"type":"string"},"Description":{"description":"Gets or sets the description of the security check.","type":"string"},"Enabled":{"description":"Gets or sets a value indicating whether this instance is enabled.","type":"boolean"},"Id":{"format":"uuid","description":"Gets or sets the id of the security check.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the name of the security check.","type":"string"}}},"ScanPolicyPatternModel":{"description":"Represents a model for carrying out pattern settings.","type":"object","properties":{"CustomScriptId":{"format":"uuid","description":"Gets or sets the id of the custom script id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Description":{"description":"Gets or sets the description of the security check.","type":"string"},"Enabled":{"description":"Gets or sets a value indicating whether this instance is enabled.","type":"boolean"},"Id":{"format":"uuid","description":"Gets or sets the id of the security check.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the name of the security check.","type":"string"}}},"SecurityCheckSetting":{"description":"Represents a scan policy setting, either general or specific to an engine.","type":"object","properties":{"Name":{"description":"Gets or sets the name of this setting.","type":"string"},"Value":{"description":"Gets or sets the value of this setting.","type":"string"}}},"ScanPolicyListApiResult":{"description":"Represents a model for carrying out a paged scan policy list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/ScanPolicySettingItemApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"ScanPolicySettingItemApiModel":{"description":"Represents a from for carrying out scan policy setting data.","type":"object","properties":{"Description":{"description":"Gets or sets the description.","type":"string"},"Groups":{"description":"Gets or sets the set of website groups associated with this instance.","type":"array","items":{"$ref":"#/definitions/WebsiteGroupModel"}},"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsDefault":{"description":"Gets or sets a value indicating whether this policy is default.","type":"boolean"},"IsShared":{"description":"Gets or sets a value indicating whether this scan policy is shared.","type":"boolean"},"Name":{"description":"Gets or sets the name.","type":"string"},"OptimizerOptions":{"$ref":"#/definitions/ScanPolicyOptimizerOptions","description":"Gets or sets the optimizer options."},"IsAccountDefault":{"description":"Gets or sets a value indicating whether this policy is account default.","type":"boolean"},"NameWithAccessModifier":{"description":"Gets the name with sharing state.","type":"string","readOnly":true}}},"WebsiteGroupModel":{"description":"Represents a model for carrying out website groups data.","type":"object","properties":{"DisplayName":{"description":"Gets the display name.","type":"string","readOnly":true},"Id":{"format":"uuid","description":"Gets or sets the group identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the group name.","maxLength":255,"minLength":0,"type":"string"},"NotVerifiedWebsiteCount":{"format":"int32","description":"Gets or sets the not verified website count.","type":"integer"},"VerifiedWebsiteCount":{"format":"int32","description":"Gets or sets the verified website count.","type":"integer"}}},"ScanPolicyOptimizerOptions":{"type":"object","properties":{"AppServer":{"enum":["All","Aspnet","Php","Rails","Java","Perl","Python","NodeJs","Other"],"type":"string"},"DatabaseServer":{"enum":["All","MsSql","MySql","Oracle","PostgreSql","MsAccess","HsqlDb","Sqlite","MongoDb","Other"],"type":"string"},"DirectoryNameLimit":{"format":"int32","type":"integer"},"DomParserPreset":{"enum":["None","Default","Spa","LargeSpa"],"type":"string"},"Hosts":{"type":"array","items":{"type":"string"}},"IsSharkEnabled":{"type":"boolean"},"Name":{"type":"string"},"NetsparkerHawkBaseUrl":{"type":"string"},"OperatingSystem":{"enum":["All","Windows","Unix"],"type":"string"},"Optimized":{"type":"boolean"},"ResourceFinders":{"type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"SuggestionStatus":{"enum":["Always","NotNow","Never"],"type":"string"},"WebServer":{"enum":["All","Iis","Apache","ApacheTomcat","Nginx","Other"],"type":"string"}}},"NewScanPolicySettingModel":{"description":"Represents a model for carrying out new scan policy settings.","required":["AttackingSettings","BruteForceSettings","CrawlingSettings","Custom404Settings","HttpRequestSettings","JavaScriptSettings","Name","ScopeSettings","SslTlsSettingModel","SsrfSettingsModel"],"type":"object","properties":{"DesktopId":{"format":"uuid","description":"Gets the desktop identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AttackingSettings":{"$ref":"#/definitions/AttackingSettingModel","description":"Gets or sets the attacking settings."},"AutoCompleteSettings":{"description":"Gets or sets the auto complete settings.","type":"array","items":{"$ref":"#/definitions/AutoCompleteSettingModel"}},"BruteForceSettings":{"$ref":"#/definitions/BruteForceSettingModel","description":"Gets or sets the authentication brute force settings."},"CrawlingSettings":{"$ref":"#/definitions/CrawlingSettingModel","description":"Gets or sets the crawling settings."},"CsrfSettings":{"$ref":"#/definitions/CsrfSettingModel","description":"Gets or sets the CSRF settings."},"Custom404Settings":{"$ref":"#/definitions/Custom404SettingModel","description":"Gets or sets the custom 404 settings."},"CustomHttpHeaderSettings":{"description":"Gets or sets the custom HTTP header settings.","type":"array","items":{"$ref":"#/definitions/CustomHttpHeaderSetting"}},"Description":{"description":"Gets or sets the description.","type":"string"},"EnableKnowledgebase":{"description":"Gets or sets a value indicating whether knowledgebase is enabled.","type":"boolean"},"FormValueSettings":{"description":"Gets or sets the form value settings.","type":"array","items":{"$ref":"#/definitions/FormValueSettingModel"}},"HttpRequestSettings":{"$ref":"#/definitions/HttpRequestSettingModel","description":"Gets or sets the HTTP request settings."},"IgnoredEmailPatterns":{"description":"Gets or sets the ignored email patterns.","type":"array","items":{"$ref":"#/definitions/EmailPatternSetting"}},"IgnorePatternSettings":{"description":"Gets or sets the ignored parameter patterns.","type":"array","items":{"$ref":"#/definitions/IgnorePatternSettingModel"}},"IsShared":{"description":"Gets or sets a value indicating whether this scan policy is shared.\r\nIf you set this value to true, you have to fill in the SelectedGroups value.","type":"boolean"},"JavaScriptSettings":{"$ref":"#/definitions/JavaScriptSettingsModel","description":"Gets or sets the java script settings."},"Name":{"description":"Gets or sets the name.","maxLength":100,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ +,\\-İÜüÖöĞğŞşÇç'()[\\]#&%!\"]{0,1000}$","type":"string"},"ProxySettings":{"$ref":"#/definitions/ProxySettingsModel","description":"Gets or sets the proxy settings."},"ScopeSettings":{"$ref":"#/definitions/ScopeSettingModel","description":"Gets or sets the scope settings."},"SecurityCheckGroupParents":{"description":"Gets or sets the engine settings.","type":"array","items":{"$ref":"#/definitions/SecurityCheckGroupParentModel"}},"SelectedGroups":{"description":"Gets or sets the selected website groups.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"SensitiveKeywordSettings":{"description":"Gets or sets the sensitive keyword settings.","type":"array","items":{"$ref":"#/definitions/SensitiveKeywordSettingModel"}},"SslTlsSettingModel":{"$ref":"#/definitions/SslTlsSettingModel","description":"Gets or sets the SSL/TLS settings."},"WebStorageSettings":{"description":"Gets or sets the Web Storage Settings","type":"array","items":{"$ref":"#/definitions/WebStorageSetting"}},"ExtensionSettings":{"description":"Gets or sets the Extension Settings","type":"array","items":{"$ref":"#/definitions/ExtensionSettingModel"}},"DefaultBrowserParameters":{"description":"Gets or sets the default browser parameters","type":"array","items":{"$ref":"#/definitions/BrowserSetting"}},"HeadfulBrowserParameters":{"description":"Gets or sets the handful browser parameters","type":"array","items":{"$ref":"#/definitions/BrowserSetting"}},"ResourceFinders":{"description":"Gets or sets the resource finders.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"ClonedScanPolicySettingId":{"format":"uuid","description":"Gets or sets the cloned scan polic setting identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"example":{"DesktopId":"41ca176f-b919-4bfa-a81f-c4878de79acb","AttackingSettings":{"AntiCsrfTokenNames":"*token*,*csrf*,ViewStateUserKey,__RequestVerificationToken,protect_from_forgery,*xsrf*,nonce","AttackParameterName":true,"AttackRefererHeader":true,"AttackUserAgentHeader":true,"AttackCookies":true,"MaxParametersToAttack":24,"OptimizeAttacksToRecurringParameters":false,"OptimizeHeaderAttacks":false,"OverrideVersionVulnerabilitySeverity":true,"ProofGenerationEnabled":true,"RecurringParametersPageAttackLimit":10,"UseExtraParameters":true,"AttackCsrfToken":true},"AutoCompleteSettings":[{"Value":"CC"},{"Value":"*credit*"},{"Value":"*login*"},{"Value":"*logon*"},{"Value":"*sign*"},{"Value":"*CVV*"},{"Value":"*pass*"},{"Value":"*user*"},{"Value":"*account*"},{"Value":"pwd"}],"BruteForceSettings":{"EnableAuthBruteForce":true,"MaxBruteForce":10},"CrawlingSettings":{"EnableParameterBasedNavigation":false,"EnableRestWebServiceParser":true,"EnableSoapWebServiceParser":true,"EnableTextParser":true,"FallbackToGet":true,"EnableFragmentParsing":true,"EnableJavascriptParsing":true,"MaximumCrawlerUrlCount":2500,"MaximumSignature":9,"NavigationParameterPageVisitLimit":999,"NavigationParameterRegexPattern":"^(page|redirect|goto|ctrl|content|route|__EVENTTARGET)$","PageVisitLimit":40,"MaximumUrlRewriteSignature":9,"WaitResourceFinder":false,"AddRelatedLinks":true,"EnableQueryBasedParameterBasedNavigation":false},"CsrfSettings":{"CaptchaIndicators":"*captcha*\nspamcheck","LoginFormValues":"*login*\nlog in\n*logon*\n*signin*","NonFormValues":"*search*\n*query*","NonInputValues":"*search*\n*query*\n*keyword*\nq","UserNameInputs":"user\nusername\n*_username\n*mail\nuid\n*uname\nlogin*","AuthenticatedPagesCheck":false},"Custom404Settings":{"Custom404RegEx":"","DisableAuto404Detection":false,"Max404PagesToTest":50,"Maximum404Signature":1000},"CustomHttpHeaderSettings":[{"AttackMode":"None","Enabled":true,"Name":"Accept","Value":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"},{"AttackMode":"None","Enabled":true,"Name":"Accept-Language","Value":"en-us,en;q=0.5"},{"AttackMode":"None","Enabled":true,"Name":"Cache-Control","Value":"no-cache"},{"AttackMode":"None","Enabled":false,"Name":"Accept-Charset"}],"Description":"Performs all of the security checks ","EnableKnowledgebase":true,"FormValueSettings":[{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Email","Pattern":"mail","Type":"email","Value":"netsparker@example.com"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Name","Pattern":"name|login|user|nick|accounts|family","Value":"Smith"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Date","Pattern":"date","Type":"date","Value":"01/01/2011"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Birth","Pattern":"birth","Value":"01/01/1987"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Before","Pattern":"before","Value":"01/01/2030"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"After","Pattern":"after","Value":"01/01/1950"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"City","Pattern":"city","Value":"Chicago"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"State","Pattern":"state","Value":"IL"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"County","Pattern":"county","Value":"MIDDX"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Postal Code","Pattern":"postal","Value":"60612"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Telephone","Pattern":"tel","Type":"tel","Value":"5234534558"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"SSN","Pattern":"ssn","Value":"987-65-4320"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"IP","Pattern":"ip","Value":"208.100.0.117"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"URL","Pattern":"url|website|site|domain|web|uri|link","Type":"url","Value":"http://www.example.com"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Credit Card","Pattern":"cc|credit_?card|card","Value":"4916613944329494"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"CVV2","Pattern":"\\bcvv\\b","Value":"586"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Password","Type":"password","Value":"Inv1@cti"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Time","Type":"time","Value":"00:00:00"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Datetime","Type":"datetime","Value":"2011-01-01T00:00:00Z"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Local Datetime","Type":"datetime-local","Value":"2011-01-01T00:00:00"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Month","Type":"month","Value":"2011-01"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Week","Type":"week","Value":"2011-W01"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Color","Type":"color","Value":"#ffffff"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"TCKN","Pattern":"tc[kn]?","Value":"10000000146"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"#DEFAULT#","Pattern":"","Value":"3"}],"HttpRequestSettings":{"Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8","AcceptLanguage":"en-us,en;q=0.5","EnableCookies":true,"EnableGzipAndDeflate":true,"HttpKeepAlive":true,"LogHttpRequests":false,"RequestsPerSecond":30,"ConcurrentConnectionCount":12,"RequestTimeout":200,"ConnectionTimeout":30,"UserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.140 Safari/537.36","UserAgents":{"Default: Chrome":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.140 Safari/537.36","Default: Chrome (Linux)":"Mozilla/5.0 (X11; U; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chrome/121.0.6167.140 Safari/537.36","Edge":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586","Googlebot":"Googlebot/2.1 ( http://www.googlebot.com/bot.html)","IE 10.0":"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)","IE 11.0":"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko","IE 7.0":"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)","IE 8.0":"Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)","IE 9.0":"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","MSN Bot":"msnbot-Products/1.0 (+http://search.msn.com/msnbot.htm)","Nokia 2610":"Nokia 2610: Nokia2610/2.0 (07.04a) Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Link/6.3.1.20.0","Nokia N95 - Symbian":"Nokia N95: Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaN95/11.0.026; Profile MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/413 (KHTML, like Gecko) Safari/413","Opera 9.2 Vista":"Opera/9.20 (Windows NT 6.0; U; en)","Safari - iPhone":"Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_1 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5F136 Safari/525.20","Safari - OSX":"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"},"CustomUserAgent":{"Name":"Default: Chrome","Value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.140 Safari/537.36"},"ForceUserAgent":true,"AuthorizationHeaderName":"Authorization"},"IgnoredEmailPatterns":[{"Value":"*@example.com"},{"Value":"*@*.example.com"}],"IgnorePatternSettings":[{"Name":"ASP.NET VIEWSTATE","ParameterType":"POST","Pattern":"__VIEWSTATE"},{"Name":"ASP.NET VIEWSTATE GET","ParameterType":"GET","Pattern":"__VIEWSTATE"},{"Name":"ASP.NET __EVENTVALIDATION","ParameterType":"POST","Pattern":"__EVENTVALIDATION"},{"Name":"ASP.NET __EVENTVALIDATION GET","ParameterType":"GET","Pattern":"__EVENTVALIDATION"},{"Name":"ASP.NET __ASYNCPOST","ParameterType":"POST","Pattern":"__ASYNCPOST"},{"Name":"ASP.NET __EVENTTARGET","ParameterType":"POST","Pattern":"__EVENTTARGET"},{"Name":"ASP.NET __EVENTTARGET GET","ParameterType":"GET","Pattern":"__EVENTTARGET"},{"Name":"ASP.NET __EVENTARGUMENT","ParameterType":"POST","Pattern":"__EVENTARGUMENT"},{"Name":"ASP.NET __EVENTARGUMENT GET","ParameterType":"GET","Pattern":"__EVENTARGUMENT"},{"Name":"ASP.NET VIEWSTATE ENC GET","ParameterType":"GET","Pattern":"__VIEWSTATEENCRYPTED"},{"Name":"ASP.NET VIEWSTATE ENC POST","ParameterType":"POST","Pattern":"__VIEWSTATEENCRYPTED"},{"Name":"ASP.NET VIEWSTATE GENERATOR","ParameterType":"POST","Pattern":"__VIEWSTATEGENERATOR"},{"Name":"ASP.NET VIEWSTATE GENERATOR GET","ParameterType":"GET","Pattern":"__VIEWSTATEGENERATOR"},{"Name":"ASP.NET COMPRESSED VIEWSTATE","ParameterType":"POST","Pattern":"__COMPRESSEDVIEWSTATE"},{"Name":"ASP.NET COMPRESSED VIEWSTATE GET","ParameterType":"GET","Pattern":"__COMPRESSEDVIEWSTATE"},{"Name":"ASP.NET __SCROLLPOSITIONX","ParameterType":"POST","Pattern":"__SCROLLPOSITIONX"},{"Name":"ASP.NET __SCROLLPOSITIONX GET","ParameterType":"GET","Pattern":"__SCROLLPOSITIONX"},{"Name":"ASP.NET __SCROLLPOSITIONY","ParameterType":"POST","Pattern":"__SCROLLPOSITIONY"},{"Name":"ASP.NET __SCROLLPOSITIONY GET","ParameterType":"GET","Pattern":"__SCROLLPOSITIONY"},{"Name":"ASP.NET __LASTFOCUS","ParameterType":"POST","Pattern":"__LASTFOCUS"},{"Name":"ASP.NET __LASTFOCUS GET","ParameterType":"GET","Pattern":"__LASTFOCUS"},{"Name":"ASP.NET __PREVIOUSPAGE","ParameterType":"POST","Pattern":"__PREVIOUSPAGE"},{"Name":"ASP.NET __PREVIOUSPAGE GET","ParameterType":"GET","Pattern":"__PREVIOUSPAGE"},{"Name":"ASP.NET __ASYNCPOST","ParameterType":"POST","Pattern":"__ASYNCPOST"},{"Name":"ASP.NET __ASYNCPOST GET","ParameterType":"GET","Pattern":"__ASYNCPOST"},{"Name":"Java Faces ViewState","ParameterType":"POST","Pattern":"javax.faces.ViewState"},{"Name":"Java Faces ViewState GET","ParameterType":"GET","Pattern":"javax.faces.ViewState"},{"Name":"Struts CSRF Nonce","ParameterType":"POST","Pattern":"org.apache.struts.taglib.html.TOKEN"},{"Name":"Struts CSRF Nonce GET","ParameterType":"GET","Pattern":"org.apache.struts.taglib.html.TOKEN"},{"Name":"JAVA Session ID","ParameterType":"GET","Pattern":"jsessionid"},{"Name":"PHP Session ID","ParameterType":"GET","Pattern":"PHPSESSID"},{"Name":"PHP Session ID (COOKIE)","ParameterType":"COOKIE","Pattern":"PHPSESSID"},{"Name":"JAVA Session ID (COOKIE)","ParameterType":"COOKIE","Pattern":"jsessionid"},{"Name":"ASP Session ID (COOKIE)","ParameterType":"COOKIE","Pattern":"ASPSESSIONID*"},{"Name":"ASP.NET Session ID (COOKIE)","ParameterType":"COOKIE","Pattern":"ASP.NET_SessionId"}],"IsShared":false,"JavaScriptSettings":{"BailThreshold":500,"ConfirmOpenRedirectSimulateTimeout":45000,"ConfirmXssSimulateTimeout":45000,"DomParserAllowOutOfScopeXmlHttpRequests":true,"PushStatePrevention":true,"DomParserDfsLimit":4,"DomParserDotify":false,"DomParserExtractResources":true,"DomParserFilterColonEvents":false,"DomParserFilterDocumentEvents":false,"DomParserIgnoreDocumentEvents":false,"DomParserLoadUrlTimeout":30000,"DomParserMaxOptionElementsPerSelect":10,"DomParserPreSimulateWait":0,"DomParserSimulationTimeout":45000,"EnableDomParser":true,"IntereventTimeout":100,"SkipElementCount":10,"SkipThreshold":300,"DomParserExclusionJavascriptEvents":"dispose,touch"},"Name":"Extensive Security Checks","ProxySettings":{"EnableCustomProxy":false,"ProxyAddress":"127.0.0.1","ProxyAuthenticationRequired":false,"ProxyDomain":"","ProxyPassword":"","ProxyPort":8080,"ProxyUsername":"","ProxyByPassOnLocal":false,"ProxyByPassText":"","UsePolicyProxyForExternalCommunication":false},"ScopeSettings":{"BlockAdNetworks":true,"ByPassScopeForStaticChecks":false,"CaseSensitiveScope":false,"ContentTypeCheckEnabled":false,"IgnoredContentTypes":[{"Value":"application/pdf"},{"Value":"application/x-7z-compressed"},{"Value":"application/x-bzip2"},{"Value":"application/x-compress"},{"Value":"application/x-gtar"},{"Value":"application/x-gzip"},{"Value":"application/x-lzip"},{"Value":"application/x-lzma"},{"Value":"application/x-rar-compressed"},{"Value":"application/x-tar"},{"Value":"application/zip"},{"Value":"image/bmp"},{"Value":"image/jpeg"},{"Value":"image/png"},{"Value":"video/mpeg"}]},"SecurityCheckGroupParents":[{"Title":"Apache Struts RCE","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"ApacheStrutsRce","Description":"Apache Struts S2-045 RCE","Enabled":true,"Id":"b882932a-7303-4cb7-8df0-b32e39125db4","Name":"Apache Struts S2-045 RCE"},{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"ApacheStrutsRce","Description":"Apache Struts S2-046 RCE","Enabled":true,"Id":"906275de-05b6-4f59-8e40-4409cb548da3","Name":"Apache Struts S2-046 RCE"}]},{"Title":"Code Evaluation","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"81798035-29a2-4f02-b654-fe24ba363086","Name":"Apache Struts"},{"Enabled":true,"Id":"3b7c61ef-343c-48dc-97a6-abbf31279a11","Name":"Apache Struts (CVE-2013-2251)"},{"Enabled":true,"Id":"22cf3e35-4f04-4272-812c-0e6b308ffbd8","Name":"Apache Struts (CVE-2016-3081) - Linux"},{"Enabled":true,"Id":"d47ccc9f-330a-4e8e-a675-78c19667537b","Name":"Apache Struts REST - Linux"},{"Enabled":true,"Id":"97f69a99-bceb-4df4-8b7e-0c9517c2deac","Name":"Apache Struts REST - Windows"},{"Enabled":true,"Id":"787ad749-5459-4457-bdf2-b59a04c38658","Name":"Apache Struts S02-53 - Reflected"},{"Enabled":true,"Id":"59a90f92-9237-464b-9694-e7bd8478f138","Name":"Double Quote + Plus (ASP)"},{"Enabled":true,"Id":"2c4cb9b6-7099-45f9-a82e-2a4155fc847f","Name":"Double Quote + Plus (ASP) - Double Encoded"},{"Enabled":true,"Id":"d88545c4-9490-4558-b783-962d594c1ad3","Name":"Double Quote + Plus (PERL)"},{"Enabled":true,"Id":"715f019f-df83-4393-9eae-e797cf3fb5e7","Name":"Double Quote + Plus (PERL) - Double Encoded"},{"Enabled":true,"Id":"32b34b96-69f2-4f6a-81ec-cfff67e6cdd5","Name":"Double Quote + Plus (PHP)"},{"Enabled":true,"Id":"76aca19a-917a-4083-b1e2-c94658e82d75","Name":"Double Quote + Plus (PHP) - Double Encoded"},{"Enabled":true,"Id":"8d99a487-b428-46d6-bfb8-da61e086bc7f","Name":"Node.js - Linux"},{"Enabled":true,"Id":"a9f9f1d7-b48f-4724-9931-ba809a38d63b","Name":"Node.js - Windows"},{"Enabled":true,"Id":"2ccf9ce3-3674-41f6-bee3-dced065334cb","Name":"Open (ASP)"},{"Enabled":true,"Id":"468e705f-7637-487e-b0ce-87d599f5e5a1","Name":"Open (ASP) - Double Encoded"},{"Enabled":true,"Id":"363a0fb0-1a59-4d3a-99f1-0d864abf2f35","Name":"Open (PERL)"},{"Enabled":true,"Id":"7a4e8c17-8ef4-4423-8b36-3a2a5e573fa2","Name":"Open (PERL) - Double Encoded"},{"Enabled":true,"Id":"84618a8d-87ed-4746-af0e-6fd8eb162440","Name":"Open (PHP)"},{"Enabled":true,"Id":"aa4fe68e-398a-4205-8b70-2e90b868b780","Name":"Open (PHP) - Double Encoded"},{"Enabled":true,"Id":"c9d4dd77-50d9-42c9-a9bf-09c7f38ec5d7","Name":"Open (PHP) + Semicolon"},{"Enabled":true,"Id":"1f6fae7b-1b12-4a9e-a713-537a6a0755f9","Name":"Open (Python) - Unix"},{"Enabled":true,"Id":"1d935ad7-5427-49f6-bba8-767ae0b83ef2","Name":"Open (Python) - Unix - Double Encoded"},{"Enabled":true,"Id":"bba8d0c8-3254-4b89-8c6b-ac543928789b","Name":"Open (Python) - Win"},{"Enabled":true,"Id":"6b363e8e-96f7-4b31-b928-4cdcf5042fe4","Name":"Open (Python) - Win - Double Encoded"},{"Enabled":true,"Id":"28688411-5cdd-4a4a-a8df-433f963efcb4","Name":"Open (Ruby)"},{"Enabled":true,"Id":"0514a597-f440-451d-ac8f-c9eaebd3fc62","Name":"Open (Ruby) - Double Encoded"},{"Enabled":true,"Id":"8313bf03-ffa9-4c50-a97b-59da74123141","Name":"PHP - RCE with PCRE 'e' Modifier"},{"Enabled":true,"Id":"aa3eb22c-fd5e-4fc7-b844-f3ee1422438f","Name":"PHP - RCE with PCRE 'e' Modifier - Double Encoded"},{"Enabled":true,"Id":"0f2cd7b3-755e-4e0f-89b6-253c6009c20b","Name":"PHP BBCode Variant"},{"Enabled":true,"Id":"2773eb50-3e6c-4341-8241-67f20b45db51","Name":"PHP BBCode Variant 2"},{"Enabled":true,"Id":"08cd2748-1fb2-4530-acfb-a5a32feab510","Name":"Plus (ASP)"},{"Enabled":true,"Id":"0b45acaa-384c-4f14-be96-dce217f44eb4","Name":"Plus (ASP) - Double Encoded"},{"Enabled":true,"Id":"fee58e18-c0b8-4940-94a4-c09806ff751e","Name":"Plus (PHP)"},{"Enabled":true,"Id":"1226d97e-b014-4f9e-b390-06d76245fb42","Name":"Plus (PHP) - Double Encoded"},{"Enabled":true,"Id":"9ac89cbc-ef2d-484c-a908-1877533c8b94","Name":"Raw (ASP)"},{"Enabled":true,"Id":"78b69070-8a9a-4b82-a59b-07e48f45f19c","Name":"Raw (ASP) - Double Encoded"},{"Enabled":true,"Id":"af306774-1f1b-4e22-9c5a-5d261894c6f8","Name":"Raw (PHP)"},{"Enabled":true,"Id":"509d5d3e-8228-408e-a42d-4dd0d29b3a3c","Name":"Raw (PHP) - Double Encoded"},{"Enabled":true,"Id":"731418bc-837f-4f92-ba41-9aefae6e4038","Name":"RCE with PCRE 'e' Modifier (PERL)"},{"Enabled":true,"Id":"bc2bee70-194a-4ae5-aa9c-fc87a5fd533a","Name":"RCE with PCRE 'e' Modifier (PERL) - Double Encoded"},{"Enabled":true,"Id":"393c0b2e-34e8-4c75-8926-26f887d63776","Name":"Single Quote + Plus (PERL)"},{"Enabled":true,"Id":"d02f13df-fd7e-4c87-9bdc-48065cbcda93","Name":"Single Quote + Plus (PERL) - Double Encoded"},{"Enabled":true,"Id":"218f258f-983b-4a11-91b9-d07d1a660b99","Name":"Single Quote + Plus (PHP)"},{"Enabled":true,"Id":"2f1b4fe1-98b3-4155-9b36-b0a364f3d1f1","Name":"Single Quote + Plus (PHP) - Double Encoded"}],"Settings":[{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at application level.","Enabled":true,"Id":"1bac49ec-eb28-484b-bacd-68587239d260","Name":"Code Evaluation"},{"Patterns":[{"Enabled":true,"Id":"1bedc965-d999-44b8-8369-0212173eee03","Name":"Code Evaluation (PHP)"}],"Settings":[],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at application level.","Enabled":true,"Id":"a9211689-87f4-4288-8660-60862707f73f","Name":"Code Evaluation (IAST)"},{"Patterns":[{"Enabled":true,"Id":"f007c45a-23df-40a9-8050-bac73606bc48","Name":"(ASP) Double Plus"},{"Enabled":true,"Id":"9280ef74-420a-4bca-9b72-f4f5b4d10b70","Name":"(ASP) Double Plus - Double Encoded"},{"Enabled":true,"Id":"0febd274-987e-4142-a268-c1115fa68b90","Name":"(ASP) Double Quote + Plus"},{"Enabled":true,"Id":"406ed33f-5441-4383-b23b-3028802889c4","Name":"(ASP) Double Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"8f7e6233-ad31-46bb-8cae-a8210da7e158","Name":"(ASP) Open"},{"Enabled":true,"Id":"83be4890-b3a6-4743-838d-439bd6f05973","Name":"(ASP) Open - Double Encoded"},{"Enabled":true,"Id":"50c431ba-e907-4eff-816b-1b30d8da2992","Name":"(ASP) Plus"},{"Enabled":true,"Id":"074e37c2-9c2c-4d6f-b3bc-00c83735e997","Name":"(ASP) Plus - Double Encoded"},{"Enabled":true,"Id":"e14e1110-bf7a-4389-af4d-c7ad6f82845c","Name":"(ASP) Raw"},{"Enabled":true,"Id":"b32539c6-f14a-40ee-ac78-0188406dc7a3","Name":"(ASP) Raw - Double Encoded"},{"Enabled":true,"Id":"67f2550b-9e93-4bc5-b649-daa657a45e17","Name":"(Node.js) Open"},{"Enabled":true,"Id":"1ae09d58-4a2f-49e3-95bc-16fd3ca03bd4","Name":"(Perl) Double Quote + Plus"},{"Enabled":true,"Id":"6dfe260d-5bf2-4239-a1bc-78509b076fa2","Name":"(Perl) Double Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"35d28c52-175d-4db4-b577-8506feecfd37","Name":"(Perl) Open"},{"Enabled":true,"Id":"d8cdd737-b4b1-473b-b688-179473b506dd","Name":"(Perl) PCRE 'e' modifier"},{"Enabled":true,"Id":"4e1a89b0-7745-445f-9f6a-68b7d9225af2","Name":"(Perl) PCRE 'e' modifier - Double Encoded"},{"Enabled":true,"Id":"6a8e0bba-21e6-4e03-a082-26b397259f22","Name":"(Perl) Single Quote + Plus"},{"Enabled":true,"Id":"684c94f3-9b01-4aa5-bf73-df4680336477","Name":"(Perl) Single Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"518d53d1-a773-4e2e-8c29-5a8e3d652b73","Name":"(PHP) Double Quote + Plus"},{"Enabled":true,"Id":"c1057b39-c0ba-485a-be29-c71f7dc549a9","Name":"(PHP) Double Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"1f89019e-ce1d-4e0c-a3b8-bc23be667080","Name":"(PHP) Open"},{"Enabled":true,"Id":"e9cd39e8-2f82-4998-81d8-15f4c2949b29","Name":"(PHP) Open + Semicolon"},{"Enabled":true,"Id":"b8ede34a-ab36-45ee-a6db-4b17f256f7b2","Name":"(PHP) PCRE 'e' modifier"},{"Enabled":true,"Id":"4a7d3f92-f7b1-43d4-b792-87b904dd8a03","Name":"(PHP) PCRE 'e' modifier - Double Encoded"},{"Enabled":true,"Id":"933bf373-a608-48eb-af15-e00a002ddc63","Name":"(PHP) Plus"},{"Enabled":true,"Id":"f496ea2a-2af0-453c-a4eb-9e7a9ec1d2ce","Name":"(PHP) Plus - Double Encoded"},{"Enabled":true,"Id":"101d8d0c-833d-4892-a9d9-b9331712b6c5","Name":"(PHP) Raw"},{"Enabled":true,"Id":"a988f8cd-c396-4236-b96a-05c50fd29de9","Name":"(PHP) Raw - Double Encoded"},{"Enabled":true,"Id":"051bfb4d-e5c3-487b-9b60-b32afa48e91f","Name":"(PHP) Single Quote + Plus"},{"Enabled":true,"Id":"15b81ca1-94b8-4a73-aef7-68f59bf407de","Name":"(PHP) Single Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"d3bfa1bf-2175-4ad8-ae55-e2577dbcd91b","Name":"(Python) Open"},{"Enabled":true,"Id":"af278b4e-4382-45db-be8b-5131f9d4db51","Name":"(Python) Open - Double Encoded"},{"Enabled":true,"Id":"8829c841-872c-42e1-856c-08321d1a70c2","Name":"(RoR 3) YAML JSON"},{"Enabled":true,"Id":"05282262-d9ee-4728-92f8-92bd48f58d4f","Name":"(RoR 3) YAML XML"},{"Enabled":true,"Id":"869bc9e4-5568-42f1-9f7d-e5ea1ffa2327","Name":"(Ruby) Open"},{"Enabled":true,"Id":"b751ff55-6d16-4400-bf33-ff19af17f959","Name":"(Ruby) Open - Double Encoded"},{"Enabled":true,"Id":"8b9829d0-ead9-4f5c-a839-29cb094137ff","Name":"Code Execution via SSTI - (Ruby ERB, Ruby Slim)"},{"Enabled":true,"Id":"3b4dbfe2-c219-4bf8-899a-d8303fc6b75c","Name":"Code Execution via SSTI - Dot - (Node.js)"},{"Enabled":true,"Id":"1e4836c8-f086-47da-8de4-1a253de1fa23","Name":"Code Execution via SSTI - EJS - (Node.js)"},{"Enabled":true,"Id":"378e4558-f449-41a7-b634-1398df686ab4","Name":"Code Execution via SSTI - FreeMarker - (Java, Linux)"},{"Enabled":true,"Id":"0068845c-39cd-4c2a-b497-ebc0d9b7a49a","Name":"Code Execution via SSTI - FreeMarker - (Java, Windows)"},{"Enabled":true,"Id":"61e707da-80b4-4745-a322-b34008a9332c","Name":"Code Execution via SSTI - Jinja - (Python)"},{"Enabled":true,"Id":"6c2f32b8-91e9-4c16-9e05-ff5d52a3039d","Name":"Code Execution via SSTI - Mako - (Python)"},{"Enabled":true,"Id":"9b1ea6b2-0f8e-4254-90fc-098c6d6ab9ef","Name":"Code Execution via SSTI - Marko - (Node.js)"},{"Enabled":true,"Id":"5b8cbeb0-032e-4fc0-8882-cdba20a0f746","Name":"Code Execution via SSTI - Nunjucks - (Node.js)"},{"Enabled":true,"Id":"2bb29d77-e2c1-4f41-b1c2-11990f59cc1b","Name":"Code Execution via SSTI - Pug (Jade) - (Node.js)"},{"Enabled":true,"Id":"2c7a09c4-25cb-4bfe-9c23-78be65b706be","Name":"Code Execution via SSTI - Smarty - (PHP)"},{"Enabled":true,"Id":"d40da34f-9f83-4c10-ad6d-24dfb8d736be","Name":"Code Execution via SSTI - Tornado - (Python)"},{"Enabled":true,"Id":"788c554c-44c5-41a7-b223-9480669f6ca2","Name":"Code Execution via SSTI - Twig - (PHP)"},{"Enabled":true,"Id":"13c0486c-c1dd-4abd-af90-3784c784761d","Name":"Code Execution via SSTI - Velocity - (Java, Linux)"},{"Enabled":true,"Id":"509cde05-9a1a-4cb5-a75f-ed41c71cdf3c","Name":"Code Execution via SSTI - Velocity - (Java, Windows)"},{"Enabled":true,"Id":"d924ef56-9916-41b3-b2ac-aede67610a28","Name":"Command Injection - Apache Struts S2-052"},{"Enabled":true,"Id":"6b467d1b-e6c7-47b1-8ed4-3299b67ad9d9","Name":"Command Injection - Apache Struts S2-053 - (Linux)"},{"Enabled":true,"Id":"163ed0a8-39d1-4b2d-9189-b0f3c3f81d1b","Name":"Command Injection - Apache Struts S2-053 - (Windows)"},{"Enabled":true,"Id":"107a183b-6393-429f-8a54-31bf25f287ba","Name":"Command Injection - nslookup - Double Quotes (Linux)"},{"Enabled":true,"Id":"a99bac7b-c141-4717-a254-d692eacde77b","Name":"Command Injection - nslookup - Double Quotes (UrlRewrite)"},{"Enabled":true,"Id":"5f187741-ad62-4fbd-adb8-a7ef9dd3adde","Name":"Command Injection - nslookup - Double Quotes (Windows)"},{"Enabled":true,"Id":"ca009e99-2692-48c7-a3a8-29bc391de7e2","Name":"Command Injection - nslookup - No Quotes (Linux)"},{"Enabled":true,"Id":"7fe63207-0e51-4108-9b2f-45dcb41fab00","Name":"Command Injection - nslookup - No Quotes (UrlRewrite)"},{"Enabled":true,"Id":"bed55db4-086d-454c-b08f-7d1b7ec14e55","Name":"Command Injection - nslookup - No Quotes (Windows)"},{"Enabled":true,"Id":"81fe8e12-71a8-43da-a089-74a3cd621e07","Name":"Command Injection - nslookup - Open (Linux)"},{"Enabled":true,"Id":"ac3ab342-a830-4ab6-9a71-89626ba96aa4","Name":"Command Injection - nslookup - Open (UrlRewrite)"},{"Enabled":true,"Id":"6e71df0b-e0b1-4455-95e7-43ad1b072496","Name":"Command Injection - nslookup - Open (Windows)"},{"Enabled":true,"Id":"afac089a-3a90-48ef-b773-915956d49b07","Name":"Command Injection - nslookup - Single Quote (Linux)"},{"Enabled":true,"Id":"ec52139b-aca2-45a1-a2eb-b4454d68ef81","Name":"Command Injection - nslookup - Single Quote (UrlRewrite)"},{"Enabled":true,"Id":"89bcfea9-59c0-418a-8d26-d16a4493bd4e","Name":"Command Injection - nslookup - Single Quote (Windows)"},{"Enabled":true,"Id":"7a953413-b1c8-4aa4-a3ec-b3f58fa0f701","Name":"Command Injection - nslookup - Whitespace Filtering (Linux)"},{"Enabled":true,"Id":"3172eb43-0d78-4df6-b80d-9e92bd419bd6","Name":"Command Injection /dev/tcp - Open (Linux)"},{"Enabled":true,"Id":"4733c91a-9c4f-4f45-99b8-e3d8ba79f465","Name":"Ivanti ICS and IPS Command Injection - CVE-2024-21887"},{"Enabled":true,"Id":"2e0bce61-b268-4136-8e1e-40f884590c92","Name":"Text4Shell Remote Code Execution - CVE-2022-42889"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at application level.","Enabled":true,"Id":"8cdf52d3-1589-4464-b7bf-43fc57babad2","Name":"Code Evaluation (Out of Band)"},{"Patterns":[{"Enabled":true,"Id":"d3fea295-b3d1-416d-a09a-d4bc9d91aa7d","Name":"(Java) Log4j RCE"},{"Enabled":true,"Id":"6f73d660-d1ce-4652-9d24-ce0f2d74e2d3","Name":"(Java) Log4j RCE - Header"},{"Enabled":true,"Id":"af900282-49af-49cc-acc3-30d07bd51e0a","Name":"(Java) Log4j RCE - WAF Bypass"},{"Enabled":true,"Id":"684ac4b5-dfef-42cb-ba39-c8ab8506aae9","Name":"(Java) Log4j RCE Encoded"},{"Enabled":true,"Id":"6986555e-c422-4f04-990c-357bbf851309","Name":"(Java) Log4j RCE Encoded - Header"},{"Enabled":true,"Id":"245b86e1-6d3d-440d-98d0-3a2b9dcce1f4","Name":"(Java) Log4j RCE Encoded - WAF Bypass - Header"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at application level through vulnerable log4j implementation. This security check makes additional attacks to headers. If your scan takes longer than expected, consider disabling header patterns.","Enabled":true,"Id":"67a9494d-345b-4a0f-9635-25501f8df3e0","Name":"Log4j Code Evaluation (Out of Band)"},{"Patterns":[{"Enabled":true,"Id":"03b43759-54cd-4b28-9a30-1665a6b73889","Name":"(Java) FreeMarker"},{"Enabled":true,"Id":"01e67d1d-3a4d-46f4-b5df-a8b920cc7aaf","Name":"(Java) JinJava"},{"Enabled":true,"Id":"9e7cd271-68c1-4df4-890f-ba0859969746","Name":"(Java) Pebble"},{"Enabled":true,"Id":"2d1aceab-6441-4c86-8df5-2dfa24f58b2e","Name":"(Java) Velocity"},{"Enabled":true,"Id":"dcbf182d-cf92-466f-b0a1-c7fa204c80b8","Name":"(Node.js) Dot"},{"Enabled":true,"Id":"494dde52-ba40-445a-8b91-8166b2f6687c","Name":"(Node.js) EJS"},{"Enabled":true,"Id":"ec5d3d1d-6e50-4de3-a645-ffe65fdf2af3","Name":"(Ruby) ERB"},{"Enabled":true,"Id":"47e6da82-13bb-4c86-93e4-eb10f5ea1527","Name":"ASP.NET Razor Template SSTI"},{"Enabled":true,"Id":"1d596650-0dc3-4bed-9713-2e236584460a","Name":"SSTI (Node.js Pug (Jade), Ruby Slim)"},{"Enabled":true,"Id":"81ecb6ff-7a48-434c-8e87-681af8773b0e","Name":"SSTI (PHP Smarty, PHP Twig, Python Tornado, Python Jinja, Node.js Nunjucks)"},{"Enabled":true,"Id":"89ca70f6-d93c-4400-9ae7-775ce9eec3d3","Name":"SSTI (Python Mako, Node.js Marko)"},{"Enabled":true,"Id":"07b54c18-1941-4a78-8159-387a2e71222e","Name":"Thymeleaf 2 SSTI"}],"Settings":[],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at the application level or commands at the OS level via the Template Engine used by the application.","Enabled":true,"Id":"38b5bcfb-7dd4-45e1-96ca-0f909c391053","Name":"Server-Side Template Injection"},{"Patterns":[{"Enabled":true,"Id":"230c91b3-4944-4be2-8d90-47c33d37d211","Name":"(Java) Spring4Shell RCE"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Spring4Shell Remote Code Execution","Enabled":true,"Id":"7eee7199-2255-4ce7-a5a5-43eba9229cd5","Name":"Spring4Shell Remote Code Execution"}]},{"Title":"Command Injection (CI)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"d96f79f0-a4b2-4372-9c05-3469a571716e","Name":"(Linux) Bypass Whitespace Filtering"},{"Enabled":true,"Id":"c0df5dfc-5a5f-49a6-8513-24e5707f5de2","Name":"(Linux) Custom 7787"},{"Enabled":true,"Id":"a581b900-7bc0-4f37-b992-66365d268520","Name":"(Linux) Double Quote"},{"Enabled":true,"Id":"5d89d216-1a45-48b2-8013-fa05b3e6a344","Name":"(Linux) Double Quote - Double Encoded"},{"Enabled":true,"Id":"c5c49abc-7f79-44d7-8c89-955cd2040bd5","Name":"(Linux) No Close"},{"Enabled":true,"Id":"e8a88290-d36a-44c8-b772-f1c498305c06","Name":"(Linux) No Close - Double Encoded"},{"Enabled":true,"Id":"a0ef0e32-69b7-414d-a3ab-366e42e9f7a9","Name":"(Linux) Open"},{"Enabled":true,"Id":"fa0ed54b-743a-44a1-8831-fab1a415811c","Name":"(Linux) Open - Double Encoded"},{"Enabled":true,"Id":"7cc7da44-f281-49ae-8957-e4f1006551f4","Name":"(Linux) Open - Line Feed"},{"Enabled":true,"Id":"ca240c18-7640-4038-b689-743938b45c39","Name":"(Linux) Open - Without Ampersand"},{"Enabled":true,"Id":"45bd17ae-64d7-4854-ac61-37afa043e047","Name":"(Linux) Open - Without Ampersand - Double Encoded"},{"Enabled":true,"Id":"229edb00-b76d-475b-8333-d5883b0a7ca5","Name":"(Linux) Pipe"},{"Enabled":true,"Id":"89d7c0aa-5594-40e8-a002-e64c1c588b6b","Name":"(Linux) Single Quote"},{"Enabled":true,"Id":"f1459477-6387-40ce-b117-7f8f6e6e5ffc","Name":"(Linux) Single Quote - Double Encoded"},{"Enabled":true,"Id":"817c92ba-e074-4f62-a00e-04997d2bc6e9","Name":"(Linux) SSI Directive"},{"Enabled":true,"Id":"b06ddc93-1e84-4455-8f53-bc05e21c47f1","Name":"(Linux) SSI Directive - Double Encoded"},{"Enabled":true,"Id":"ef822fe5-0d2b-469b-afb2-15092524a669","Name":"(Windows) Double Quote"},{"Enabled":true,"Id":"4370965f-39d4-423d-8c7a-f278a93be01a","Name":"(Windows) Double Quote - Double Encoded"},{"Enabled":true,"Id":"e5b8a46e-893c-4d9d-bcb3-b0289f11ccf6","Name":"(Windows) No Quote"},{"Enabled":true,"Id":"65440a54-ca6c-47f7-a748-4ccd012c9f47","Name":"(Windows) No Quote - Double Encoded"},{"Enabled":true,"Id":"716a1bc5-5b00-4b89-9c52-c42ef1b72e71","Name":"(Windows) Open"},{"Enabled":true,"Id":"766e5fb6-3765-4a6b-a68a-3181ae39d67e","Name":"(Windows) Open - Double Encoded"},{"Enabled":true,"Id":"540af16a-f81a-4003-8cb3-46ae27e64f04","Name":"(Windows) Open - Without Ampersand"},{"Enabled":true,"Id":"5c7277ad-403f-432b-9ef8-76f88b82fb60","Name":"(Windows) Open - Without Ampersand - Double Encoded"},{"Enabled":true,"Id":"d83a4c96-3297-42e8-bf11-1ab530754025","Name":"(Windows) Pipe Attack"},{"Enabled":true,"Id":"b67af345-45d7-4bd1-b1db-84b9ebb1d2ca","Name":"(Windows) Single Quote"},{"Enabled":true,"Id":"52d25f18-c6ba-4a18-9580-251d641a5d9a","Name":"(Windows) Single Quote - Double Encoded"},{"Enabled":true,"Id":"358c3b80-d6ec-4d32-adf8-462bf7969d97","Name":"ShellShock"}],"Settings":[{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects if an attacker can execute commands at OS level via the application.","Enabled":true,"Id":"7ef784c4-82b1-43fe-bdf8-bb812a55e0ea","Name":"Command Injection"},{"Patterns":[{"Enabled":true,"Id":"c81b66a1-48e7-4589-89be-7a90a2a1d3f3","Name":"Blind Pipe (Windows)"},{"Enabled":true,"Id":"3bf7344d-ed81-4083-8654-30751fef443a","Name":"Double Quotes (Linux)"},{"Enabled":true,"Id":"63384a3a-f901-4088-a21f-a4e4e9e3f266","Name":"Double Quotes (Linux) - Double Encoded"},{"Enabled":true,"Id":"7d5bc102-dcad-4985-ab26-caa3595a5e34","Name":"Double Quotes (Windows)"},{"Enabled":true,"Id":"f5a4bc20-cb19-4f52-85f9-26b33f568777","Name":"Double Quotes (Windows) - Double Encoded"},{"Enabled":true,"Id":"08bd2da4-0a5f-4756-9b85-a2118fba3fcb","Name":"No Close (Linux)"},{"Enabled":true,"Id":"80ccc8ab-6f47-49f4-b225-be49a11cdf4e","Name":"No Close (Linux) - Double Encoded"},{"Enabled":true,"Id":"65903f56-8eeb-43ee-bc95-84f7a65d19d8","Name":"No Quotes (Windows)"},{"Enabled":true,"Id":"97bcdd2a-ca74-46d8-afd1-99b639d6fd66","Name":"No Quotes (Windows) - Double Encoded"},{"Enabled":true,"Id":"28625671-efef-4f2f-8f01-f41d72296c96","Name":"Open (Linux)"},{"Enabled":true,"Id":"4d3d959d-b996-47ae-8da4-5dfd9740c37e","Name":"Open (Linux) - Double Encoded"},{"Enabled":true,"Id":"62ecdd40-d8d9-40ba-b232-4fc60d01829e","Name":"Open (Linux) - Without Ampersand"},{"Enabled":true,"Id":"be5eb078-2c26-4821-a40f-ecd1045d7443","Name":"Open (Linux) - Without Ampersand - Double Encoded"},{"Enabled":true,"Id":"c1296ca3-fb2d-4d7e-b7e6-c6e475958cd3","Name":"Open (Windows)"},{"Enabled":true,"Id":"36f13112-e857-41f6-886b-3b46e06de5aa","Name":"Open (Windows) - Double Encoded"},{"Enabled":true,"Id":"04a5cfc4-4634-45d2-a5b9-e3575aab5645","Name":"Open (Windows) - Without Ampersand"},{"Enabled":true,"Id":"07922b5e-5257-4449-b5c6-49fd77066684","Name":"Open (Windows) - Without Ampersand - Double Encoded"},{"Enabled":true,"Id":"fc015ffc-690d-4922-b747-723dfcf4008b","Name":"Single Quote (Linux)"},{"Enabled":true,"Id":"2a3a5074-3ea2-4e53-8344-6f708a811df0","Name":"Single Quote (Linux) - Double Encoded"},{"Enabled":true,"Id":"fa6e1a42-d0c1-41a9-999a-835e9d5be7d5","Name":"Single Quote (Windows)"},{"Enabled":true,"Id":"c4b3b828-77eb-443d-a599-eb7edb30e5de","Name":"Single Quote (Windows) - Double Encoded"},{"Enabled":true,"Id":"1377a1b0-951b-405d-beb1-b347f741ccfc","Name":"Sleep (Linux)"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects if the application is vulnerable to Blind Command Injection attacks. Analyzes the results using heuristic and timing checks.","Enabled":true,"Id":"8a7d3010-3620-4f1b-9643-0daebf88efad","Name":"Command Injection (Blind)"},{"Patterns":[{"Enabled":true,"Id":"80ba9502-88ab-490a-a6da-295658fd4fd4","Name":"Basic Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects if an attacker can execute commands at OS level via the application.","Enabled":true,"Id":"59de9fc2-ff9e-4faf-aec4-84f0304ea14e","Name":"Command Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"59d265a2-14ae-4b89-b7c7-eec0f59a3bf1","Name":"LDAP Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects LDAP Injection vulnerabilities.","Enabled":true,"Id":"2ee10176-8ca0-49ea-bfc1-66270f785414","Name":"LDAP Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"3c9f884f-3d9f-439b-9d4c-a716bd300c60","Name":"Server-Side Template Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects Server-Side Template Injection vulnerabilities.","Enabled":true,"Id":"884223fb-29c5-43de-afc2-82b9a3d8b808","Name":"Server-Side Template Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"ab453a5e-537d-4b51-9231-947f8694e1f0","Name":"XML External Entity Injection (IAST)"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects XML External Entity Injection vulnerabilities.","Enabled":true,"Id":"b371faa4-b047-4799-8668-fe49ec6a08cb","Name":"XML External Entity Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"2bfe75ae-3825-4d12-9131-59501f0108b1","Name":"XPATH Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects XPath Injection vulnerabilities.","Enabled":true,"Id":"f46d2c3e-c0f7-4ddc-a719-566c563d12a9","Name":"XPath Injection (IAST)"}]},{"Title":"Cross Site Scripting (XSS)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"b9743349-a94b-4c69-9cb9-cb2dcb468e7f","Name":"Attribute Attack - Double Quote"},{"Enabled":true,"Id":"c9e72247-24fd-4424-a1d0-1582935a7f3a","Name":"Attribute Attack - Double Quote - Double Encoded"},{"Enabled":true,"Id":"fedf491b-4467-485f-8e4e-1907434b713f","Name":"Attribute Attack - No Quote"},{"Enabled":true,"Id":"9bdac41f-1bc5-41b1-a663-1071e5fa8582","Name":"Attribute Attack - No Quote - Double Encoded"},{"Enabled":true,"Id":"fa1442b2-09e5-4d71-8e6a-da84c0646c95","Name":"Attribute Attack - NULL Byte"},{"Enabled":true,"Id":"6c39d54b-0167-444b-9ddd-151bb2ae9fa7","Name":"Attribute Attack - Single Quote"},{"Enabled":true,"Id":"8aab882a-5ee4-496b-afa0-dbef9a04ee49","Name":"Attribute Attack - Single Quote - Double Encoded"},{"Enabled":true,"Id":"e5373591-d714-4eec-85fd-d2c1d2025b21","Name":"Email Input Value Bypass"},{"Enabled":true,"Id":"1ce621ef-1d44-4d21-887e-4243cd1f956e","Name":"Email Validation Bypass"},{"Enabled":true,"Id":"6180a318-f014-4fd5-891f-0d09b8aa6880","Name":"Escape From Comments - Double Quote"},{"Enabled":true,"Id":"c9c8831f-4ac3-4596-9173-e08df6b81321","Name":"Escape From Comments - Single Quote"},{"Enabled":true,"Id":"3864a69d-5d03-4a99-b007-56b8a1aac392","Name":"Escape From Comments / JS Injection"},{"Enabled":true,"Id":"e35f6c59-83f1-4a3c-a01a-ab525b85e4d3","Name":"Escape From Comments / JS Injection - Double Encoded"},{"Enabled":true,"Id":"1b78b733-d153-4824-802b-008180639da4","Name":"False Sense of XSS - Double Encoded - URL Based"},{"Enabled":true,"Id":"e50c7a43-e52d-439c-b66e-972ca03fa855","Name":"False Sense of XSS - Double Quote - URL Based"},{"Enabled":true,"Id":"e37cc9d3-ae32-4d64-b894-16f88e404640","Name":"False Sense of XSS - Double Quote and Single Quote and JS Block Injection"},{"Enabled":true,"Id":"31f002d2-19b9-4bc7-abc1-704b99f564ab","Name":"False Sense of XSS - Double Quote and Single Quote and JS Block Injection - Double Encoded"},{"Enabled":true,"Id":"abd76018-d7a1-48e8-9335-7b0264eebaff","Name":"False Sense of XSS - No Quote"},{"Enabled":true,"Id":"7f7c50d1-3dbb-4705-aa66-9b7f89ebded7","Name":"False Sense of XSS - No Quote - Double Encoded"},{"Enabled":true,"Id":"4258ed3f-7607-4098-a0d0-5ab2c6d5b88b","Name":"False Sense of XSS - No Quote - URL Based"},{"Enabled":true,"Id":"b2ab64e4-cdb9-4734-a795-f580acba6aa4","Name":"False Sense of XSS - Single Quote - URL Based"},{"Enabled":true,"Id":"2a992ba4-f84b-4517-bb57-94e794b010cc","Name":"Filtered Injection in Javascript Variable - Double Quote Delimiter"},{"Enabled":true,"Id":"f021d874-761e-4e92-a76c-e0c78eec34c6","Name":"Frame Injection"},{"Enabled":true,"Id":"3508f491-b550-4656-9e5e-17ca6f0521e4","Name":"Generic Attribute Injection - Double Quotes"},{"Enabled":true,"Id":"bbe4ae10-a163-43f3-adf6-779fe295527a","Name":"Generic Attribute Injection - Double Quotes - Double Encoded"},{"Enabled":true,"Id":"315b771e-7453-441d-8e20-00f4d6565266","Name":"Generic Attribute Injection - Single Quote"},{"Enabled":true,"Id":"3c3471cd-980f-4fd7-9252-2663ded6a037","Name":"Generic Attribute Injection - Single Quote - Double Encoded"},{"Enabled":true,"Id":"008bddf3-ac1d-4a8b-a839-8327bf9aab26","Name":"Generic Working Injection - Double and Single Quotes"},{"Enabled":true,"Id":"701c3623-76b6-4b88-9ca6-aff5c32ffbab","Name":"Generic Working Injection - Double and Single Quotes - Double Encoded"},{"Enabled":true,"Id":"8d93eaa1-0aa4-4790-a9a6-8263c8041ab5","Name":"Generic Working Injection - Double and Single Quotes - URL Based"},{"Enabled":true,"Id":"031aa912-225f-45df-8cc8-a4a1246a0eea","Name":"Generic Working Injection - Double Encoded"},{"Enabled":true,"Id":"ccf29e70-a707-49fc-abd2-10754678518d","Name":"Generic Working Injection - Null Byte"},{"Enabled":true,"Id":"e493b664-fd86-4ee7-bcaa-54243abf7ab4","Name":"Generic Working Injection - Null Byte - Double Encoded"},{"Enabled":true,"Id":"21f2052b-29f0-4eca-99cb-04172df4e503","Name":"Generic Working Injection - Null Byte 2 "},{"Enabled":true,"Id":"46bc9c58-8963-44bd-a77d-a591fcefc037","Name":"HTML Attribute Hijacking for Important Tags"},{"Enabled":true,"Id":"a4a79b44-4404-4067-8b95-dc36b3c8f8ad","Name":"iframe Injection"},{"Enabled":true,"Id":"6de793b6-0215-403a-a796-015dbf78d5ea","Name":"Image Injection"},{"Enabled":true,"Id":"60162741-65ba-494d-ac5f-296fa8ef5a20","Name":"Javascript Handler Escape"},{"Enabled":true,"Id":"2202ea49-ba0f-4302-963e-8a355d6e5248","Name":"Javascript Handler Escape - Double Encoded"},{"Enabled":true,"Id":"0970a0eb-4749-4dab-873c-14ce6b591359","Name":"Link Injection"},{"Enabled":true,"Id":"76d4b73e-fda1-480d-bb48-88c7f144dcbe","Name":"Link, Embed, Script etc. based XSS for Images and Links etc."},{"Enabled":true,"Id":"6684ae72-1227-4fd7-af71-3ed669009094","Name":"Link, Embed, Script etc. Based XSS for Images and Links etc. - Double Encoded"},{"Enabled":true,"Id":"fd6631ef-537f-4d86-bb22-de57e5a66344","Name":"mXSS - Generic Working Injection - Encoded"},{"Enabled":true,"Id":"f5da88b3-33ed-43ef-bdd9-471720f46f00","Name":"mXSS - Img Injection - Double and Single Quotes"},{"Enabled":true,"Id":"d8b85fa5-3d71-43e2-918b-afbf4e22dd36","Name":"mXSS - Img Injection - Double and Single Quotes w Backtrick"},{"Enabled":true,"Id":"e8ee290f-69a4-442e-a104-874443bdc6f7","Name":"mXSS - Img Injection - Generic"},{"Enabled":true,"Id":"921539ae-1aa8-44a1-9053-783271a8f86d","Name":"mXSS - Img Injection - Generic w Backtrick"},{"Enabled":true,"Id":"cc59a427-c1d9-4066-a35f-22846be45afe","Name":"mXSS - Img Injection - Short"},{"Enabled":true,"Id":"fde57319-6804-4412-952d-c69402586bbf","Name":"mXSS - Img Injection - Short w Backtrick"},{"Enabled":true,"Id":"f430433f-cb90-4da5-abbb-2c72ed0fd4fd","Name":"Nested XSS - Both opening script and closing script tags are blacklisted"},{"Enabled":true,"Id":"a1d58c09-00ef-45a5-a89e-5b6cbdbbe2f5","Name":"New Line XSS"},{"Enabled":true,"Id":"6a1190dc-ea8b-4035-a02a-c452c7360bfe","Name":"New Line XSS - Double Encoded"},{"Enabled":true,"Id":"3b581a00-35c5-4414-8b0a-668d18c6487c","Name":"PHP Self Wrapper - Base64"},{"Enabled":true,"Id":"90703800-ed28-4bab-9ab2-156a36021e08","Name":"PHP Self Wrapper - Base64 - Double Encoded"},{"Enabled":true,"Id":"a56c1745-145a-476b-808b-d9c24ea814b0","Name":"Prototype Pollution - Backbone.js"},{"Enabled":true,"Id":"befbd9bf-1016-4c15-a3d2-40c67a7fd83b","Name":"Prototype Pollution - Google reCAPTCHA"},{"Enabled":true,"Id":"6c3a19e3-848b-4bf3-b094-553a83809775","Name":"Prototype Pollution - innerHTML"},{"Enabled":true,"Id":"2770bf52-0e8d-4c39-9641-d74a1e9f463d","Name":"Prototype Pollution - jQuery"},{"Enabled":true,"Id":"3c3f33bd-2bff-4308-8df5-03be2d3755b2","Name":"Prototype Pollution - jQuery getJSON"},{"Enabled":true,"Id":"ca7a05a2-6299-4997-b553-7c95bd15fceb","Name":"Prototype Pollution - Pharagraph"},{"Enabled":true,"Id":"9f3e090a-ccf1-47f7-811e-bc6f92c6ab51","Name":"Prototype Pollution - Vue.js"},{"Enabled":true,"Id":"bc3c6640-b451-4526-a01c-33b62620148f","Name":"Prototype Pollution - Vue.js - II"},{"Enabled":true,"Id":"d61d69a4-ccd7-488a-8ea5-eef710738fde","Name":"Remote JS - XSS"},{"Enabled":true,"Id":"e9eafd97-2f34-4b7c-9121-031d1f20c63a","Name":"Short XSS"},{"Enabled":true,"Id":"06a3d71f-16eb-46bd-94b3-6f930982fbfd","Name":"Short XSS - Character Limit Bypass"},{"Enabled":true,"Id":"b7f7069f-9fe5-4ab0-bcaa-a50c04cb0bca","Name":"Short XSS - Double Encoded"},{"Enabled":true,"Id":"cfb3b87d-94c8-4016-a255-9ce89b77a2ca","Name":"Valid XHTML"},{"Enabled":true,"Id":"25c60701-f934-44aa-a80e-5f03ac9f7ccf","Name":"XHTML XSS Attack"},{"Enabled":true,"Id":"28cc7344-0a04-47aa-9b2c-ccf29ac9df09","Name":"XHTML XSS Attack - Double Encoded"},{"Enabled":true,"Id":"a0b9dc11-4b8c-41d9-9487-d555ce0daea0","Name":"XSS via Header Injection"}],"Settings":[{"Name":"PrependParameter","Value":"False"}],"Type":"Engine","EngineGroup":"Xss","Description":"Detects if an attacker can execute arbitrary JavaScript code on a user's browser within their session context.","Enabled":true,"Id":"fcfcac82-00b6-484d-b6ab-09c06cefb7f5","Name":"Cross-site Scripting"},{"Patterns":[{"Enabled":true,"Id":"8a7a7da7-dd66-4d0a-bdaa-9a967abd4751","Name":"Frame Injection - onload - Href Stealer"},{"Enabled":true,"Id":"09e5d716-1753-414f-8c42-6dcf15735b29","Name":"Generic Injection"},{"Enabled":true,"Id":"f8a85c5e-59e8-4b35-9a86-54be170e2e92","Name":"iframe Injection"},{"Enabled":true,"Id":"d5a0ae5d-505a-44b3-8511-873bf8c46348","Name":"Image Injection - onerror - Href Stealer"},{"Enabled":true,"Id":"1166b0d8-81b6-4ac6-857c-b92aab67a853","Name":"Image Injection - onload - Href Stealer"},{"Enabled":true,"Id":"eaf252b9-efe7-42fd-8837-874fa4f32953","Name":"Link Injection - Double Quote - Comment End - Href Stealer"},{"Enabled":true,"Id":"8a45be2c-e3f3-48f9-bc55-fb8cf50a2f52","Name":"Link Injection - Open - Href Stealer - Base64"},{"Enabled":true,"Id":"14c84e68-840c-4807-976e-afc9c2ab7bf9","Name":"Link Injection - Single Quote - Comment End - Href Stealer"}],"Settings":[],"Type":"Engine","EngineGroup":"Xss","Description":"Detects if an attacker can forge requests to appear as they are made by the server using Cross-site Scripting.","Enabled":true,"Id":"c49e3cab-9f7c-4aff-a16c-4d42d440252e","Name":"Cross-site Scripting (Blind)"},{"Patterns":[{"Enabled":true,"Id":"70fd2bfc-2a25-4e25-812a-e8c6f3c1c2e5","Name":"Attribute Attack"},{"Enabled":true,"Id":"48d83e5d-fb45-46e3-988b-d5da019b8c45","Name":"Base64 Encoded Document Statement"},{"Enabled":true,"Id":"426726fd-fe55-4945-be04-cea9e3edd3cc","Name":"Base64 Encoded Execution Statement"},{"Enabled":true,"Id":"fbb822fd-7abe-4743-abc0-7b1a21beb5db","Name":"Base64 Encoded Location Statement"},{"Enabled":true,"Id":"a27d660e-4afd-410d-a22b-5a53d3e3da0a","Name":"Body onload"},{"Enabled":true,"Id":"9d2c3af3-8e87-4f71-bbbe-bc1d58998e63","Name":"Eval Statement"},{"Enabled":true,"Id":"453d03f1-fdbb-44b1-ad58-66b8ee87bda0","Name":"Eval Statement 2"},{"Enabled":true,"Id":"026f887a-d904-4a2a-bd78-4571cd1d5288","Name":"Function - End Comment - Double Quote"},{"Enabled":true,"Id":"5459ea2c-19cc-400c-9043-3e1abcaa9b09","Name":"Function - End Comment - Double Quote - Encoded"},{"Enabled":true,"Id":"54abf37d-dcd4-4908-86db-c642af48f1cc","Name":"Function - End Comment - Double Quote - w/o Bracket"},{"Enabled":true,"Id":"9dbb34dd-a71b-4a25-872f-8d1294f70962","Name":"Function - End Comment - Escaped Double Quote"},{"Enabled":true,"Id":"724bc948-78d7-4535-ae50-97e8cf71bfd2","Name":"Function - End Comment - Escaped Double Quote - Double Encoded"},{"Enabled":true,"Id":"e96ffce6-5cc3-4b79-8271-4f6861f19969","Name":"Function - End Comment - Escaped Single Quote"},{"Enabled":true,"Id":"5db45265-3896-4316-9a1c-d3024636d132","Name":"Function - End Comment - Escaped Single Quote - Double Encoded"},{"Enabled":true,"Id":"e1f70211-bad1-497c-ac98-48e4f93364d4","Name":"Function - End Comment - No Quote"},{"Enabled":true,"Id":"a68be30a-01a2-491a-900e-251fd482ad98","Name":"Function - End Comment - No Quote No Bracket"},{"Enabled":true,"Id":"4cc82d43-49ec-4f67-9768-72b8cfae6a53","Name":"Function - End Comment - Single Quote"},{"Enabled":true,"Id":"9ffbe794-bcae-42a9-89de-a2d91e5fd124","Name":"Function - End Comment - Single Quote - Encoded"},{"Enabled":true,"Id":"ed3150ca-b282-427e-9004-fac2d3c0ed6a","Name":"Function - End Comment - Single Quote - w/o Bracket"},{"Enabled":true,"Id":"6a93b0d9-6a0f-41a1-b270-8ef9aa47c884","Name":"Function - Item with DQ Concat"},{"Enabled":true,"Id":"15314fbb-234b-4623-8de0-704823c61aef","Name":"IFrame Injection"},{"Enabled":true,"Id":"2c83e255-52de-48ab-a7ac-3129a06af750","Name":"Image Injection"},{"Enabled":true,"Id":"133e77fc-e64f-4e46-a5a6-9119f95f893d","Name":"Onmouseover - Double Quote"},{"Enabled":true,"Id":"4971606e-2fd9-4738-a370-35576141434d","Name":"Onmouseover - Double Quote - Encoded"},{"Enabled":true,"Id":"8c853231-9117-48ee-a61d-26a3a8f41a1f","Name":"Onmouseover - No Quote"},{"Enabled":true,"Id":"ab175551-8d96-4e5b-a237-84513502ce50","Name":"Onmouseover - Single Quote"},{"Enabled":true,"Id":"43c19536-8278-449d-98d6-f83d855f9173","Name":"Open Redirection"},{"Enabled":true,"Id":"c3ce01e9-f59a-4b19-a4ab-c262e19001da","Name":"Remote Inclusion"},{"Enabled":true,"Id":"639ef011-c21e-4a9a-9612-6c63d3514d8e","Name":"Script Injection"},{"Enabled":true,"Id":"b3f4df3c-9482-4e28-865e-24639de35d97","Name":"Script Injection - Encoded"},{"Enabled":true,"Id":"5647c0f9-5819-4783-a6db-2cf71b0a5182","Name":"Script Injection - Single and Double Quotes"},{"Enabled":true,"Id":"6be06de5-f6cc-4d98-befc-6ae19806f798","Name":"Script Injection - Single and Double Quotes - Encoded"}],"Settings":[{"Name":"AttackReferer","Value":"True"}],"Type":"Engine","EngineGroup":"Xss","Description":"Detects DOM based Cross-site Scripting (XSS) vulnerabilities. This security check is CPU and memory intensive; therefore disable it if you experience performance issues.","Enabled":true,"Id":"cc8af666-8360-4eef-b177-145f76716fa0","Name":"Cross-site Scripting (DOM based)"},{"Patterns":[],"Settings":[{"Name":"NavigateTargetMatch","Value":""}],"Type":"Engine","EngineGroup":"Xss","Description":"Custom DOM XSS HelpText","Enabled":true,"Id":"e4dcaeb0-947e-4705-ad93-12c583e947c3","Name":"Custom DOM XSS"}]},{"Title":"Custom Script Checks","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"CustomScriptChecks","Description":"Performs active custom script checks.","Enabled":true,"Id":"4f8e20c7-1f20-412b-a28a-ec75505ef6ee","Name":"Custom Script Checks (Active)"},{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"CustomScriptChecks","Description":"Performs passive custom script checks.","Enabled":true,"Id":"6d18e53f-ce10-456f-a004-960ec24674ce","Name":"Custom Script Checks (Passive)"},{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"CustomScriptChecks","Description":"Performs per directory custom script checks.","Enabled":true,"Id":"c022079f-a6ce-4757-8a57-5067a9219337","Name":"Custom Script Checks (Per Directory)"},{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"CustomScriptChecks","Description":"Performs singular custom script checks.","Enabled":true,"Id":"221cd50c-44b8-425d-bded-d5c3c8be5b9d","Name":"Custom Script Checks (Singular)"}]},{"Title":"File Inclusion (FI)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"bb3d29de-9ca3-49a0-85fb-e843ec397157","Name":"/proc/version Detection"},{"Enabled":true,"Id":"798934ed-e882-481d-bcc5-c0c37a778b54","Name":"/proc/version Detection - Double Encoded"},{"Enabled":true,"Id":"9744b418-4e8b-4290-ac45-5f26c6414bb3","Name":"/proc/version Detection with Null Byte"},{"Enabled":true,"Id":"18b94420-1257-4be7-ba51-cebed8f0912d","Name":"/proc/version Detection with Null Byte - Double Encoded"},{"Enabled":true,"Id":"e257da93-2eb3-4335-b2b8-40362ba4573e","Name":"BigIP /etc/passwd"},{"Enabled":true,"Id":"51c6ec25-8090-4014-bae6-18557c6b2ef8","Name":"Classical /etc/passwd"},{"Enabled":true,"Id":"9bbedd0e-ab3e-4fbe-8372-e0c38d307ea3","Name":"Classical /etc/passwd - Default Value"},{"Enabled":true,"Id":"aa3bafd1-19a7-43f3-b2f7-35ebd6c3b22a","Name":"Classical /etc/passwd - Default Value - Double Encoded"},{"Enabled":true,"Id":"8da9369f-e0ae-4291-981d-68c6c757f6dd","Name":"Classical /etc/passwd - Double Encoded"},{"Enabled":true,"Id":"713e7e2e-c0e3-4443-b85c-8b348c61e3e3","Name":"Classical /etc/passwd - II"},{"Enabled":true,"Id":"6b6ea74a-0b60-43a1-aec1-0faf234c4143","Name":"Classical /etc/passwd - Non-Recursive Remove 1"},{"Enabled":true,"Id":"a8100887-cbf1-473e-a64d-473591dea189","Name":"Classical /etc/passwd - Non-Recursive Remove 2"},{"Enabled":true,"Id":"5e574fa1-2d29-46cf-bf7a-0bb26ff1947e","Name":"Classical /etc/passwd - Non-Recursive Remove 3"},{"Enabled":true,"Id":"591060cf-a45f-44d8-8232-04447bbb49c5","Name":"Classical /etc/passwd - Non-Recursive Remove 4"},{"Enabled":true,"Id":"47fc39de-2702-42b1-b67f-eb2deb719026","Name":"Classical /etc/passwd - RoR Directory Traversal"},{"Enabled":true,"Id":"ddd7c6db-f852-4778-9faf-b21a3a19c6d6","Name":"Classical /etc/passwd with file: Protocol"},{"Enabled":true,"Id":"0da9ec19-e7bc-4370-9f6f-97e629f9cec6","Name":"Classical /etc/passwd with Full Path"},{"Enabled":true,"Id":"3694856d-7a4a-42fd-b93a-7cdd683852bd","Name":"Classical /etc/passwd with Full Path - Double Encoded"},{"Enabled":true,"Id":"aa0e5243-9966-4895-806d-76cf728b8da0","Name":"Classical /etc/passwd with Full Path - URL Attack"},{"Enabled":true,"Id":"dc08b525-0383-4bc3-a8bc-87852010c834","Name":"Classical /etc/passwd with Null Byte"},{"Enabled":true,"Id":"ba939921-c2ce-4fdc-afde-699536dfd71c","Name":"Classical /etc/passwd with Null Byte - Double Encoded"},{"Enabled":true,"Id":"5289b2ff-58c9-4d76-a56c-bb3e441ad7ae","Name":"Classical /etc/passwd with Null Byte and Extension"},{"Enabled":true,"Id":"30a21d30-1d9e-49be-9c73-78e8a605395b","Name":"Classical /etc/passwd with Null Byte and Extension - Double Encoded"},{"Enabled":true,"Id":"0c0bc1dc-a929-4d12-bb3b-64c5320e2160","Name":"Classical boot.ini"},{"Enabled":true,"Id":"6ee42a9a-fe75-40f6-9a1d-43a7db6eacb0","Name":"Classical boot.ini - Default Value"},{"Enabled":true,"Id":"d3fe9c7f-e356-4160-be2e-1f363c5ddfd9","Name":"Classical boot.ini - Default Value - Double Encoded"},{"Enabled":true,"Id":"44768b5a-2270-4d93-ad32-5742c9389d6a","Name":"Classical boot.ini - Double Encoded"},{"Enabled":true,"Id":"8ed6fb93-8907-419a-8a4e-96c526df86cf","Name":"Classical boot.ini - Full Path"},{"Enabled":true,"Id":"54675bde-ecf5-4443-9251-336fa70f99c1","Name":"Classical boot.ini - Full Path - Double Encoded"},{"Enabled":true,"Id":"94dd9080-99d3-4159-bb80-325f3e900b72","Name":"Classical boot.ini with file: Protocol"},{"Enabled":true,"Id":"71a33d0e-105a-4edd-9996-c09fb3038357","Name":"Classical boot.ini with file: Protocol - Double Encoded"},{"Enabled":true,"Id":"fd4bace0-8068-42c6-a51b-c513fba46fd2","Name":"Classical boot.ini with Null Byte"},{"Enabled":true,"Id":"b0349e07-40c8-4008-999b-9f17675d262d","Name":"Classical boot.ini with Null Byte - Double Encoded"},{"Enabled":true,"Id":"79145979-5336-4f6d-a53c-6e62f43aef52","Name":"Classical win.ini"},{"Enabled":true,"Id":"4218e272-459b-4d05-9543-0ce179c52fd7","Name":"Classical win.ini - Double Encoded"},{"Enabled":true,"Id":"c22723f8-61ff-4593-9278-e066a0c3cca3","Name":"Classical win.ini - Non-Recursive Remove 1"},{"Enabled":true,"Id":"0ad51c8f-bdc3-4408-a765-31eb413ad5fb","Name":"Classical win.ini - Non-Recursive Remove 2"},{"Enabled":true,"Id":"4deb9b3a-0e95-4922-8d99-c6d59063d56a","Name":"Classical win.ini - Non-Recursive Remove 3"},{"Enabled":true,"Id":"25a413a1-1de6-4abb-a578-814ffa0e36b8","Name":"Classical win.ini - Non-Recursive Remove 4"},{"Enabled":true,"Id":"5fb7a21d-4631-4620-bcfa-df67cd9a0b6a","Name":"Classical win.ini with Null Byte"},{"Enabled":true,"Id":"5f792d8b-f723-46fa-8e05-aee688a99b84","Name":"Classical win.ini with Null Byte - Double Encoded"},{"Enabled":true,"Id":"0c38fd70-2538-4226-bc5d-ff22560e1742","Name":"Classical windows/win.ini with file: Protocol"},{"Enabled":true,"Id":"31fd2357-3277-4330-9320-a9661f7cf325","Name":"Classical windows/win.ini with file: Protocol - Double Encoded"},{"Enabled":true,"Id":"4a9e088a-3c2a-4a1c-96f6-da2ccaaf54fc","Name":"Classical windows\\win.ini - Full Path"},{"Enabled":true,"Id":"ffdb1747-194a-4c92-b34c-f5d68e3ff545","Name":"Classical windows\\win.ini - Full Path - Double Encoded"},{"Enabled":true,"Id":"ab8379e6-8a4a-438f-a6a4-56344872be2b","Name":"Dynamic Payload - Backslash + Same Page"},{"Enabled":true,"Id":"fec80b6c-d5a9-48c6-991a-eda4bbbb1619","Name":"Dynamic Payload - Backslashed Directory 1"},{"Enabled":true,"Id":"1f458565-e3d4-477c-a70e-0defe4e3b668","Name":"Dynamic Payload - Backslashed Directory 2"},{"Enabled":true,"Id":"0795e3b9-79a3-4be2-99f2-b6a8b07bdf00","Name":"Dynamic Payload - Backslashed Directory 3"},{"Enabled":true,"Id":"95e0e57e-fd61-426f-a3a4-8025836427d2","Name":"Dynamic Payload - Backslashed Directory 4"},{"Enabled":true,"Id":"795b6e51-b4ba-43cd-bc4a-c98248944820","Name":"Dynamic Payload - Directory 1"},{"Enabled":true,"Id":"84817dac-a9b5-40f4-a112-b89b7c4cc3bd","Name":"Dynamic Payload - Directory 2"},{"Enabled":true,"Id":"a05932aa-c255-4955-a11e-c183e97c15cc","Name":"Dynamic Payload - Directory 3"},{"Enabled":true,"Id":"5be4898b-c966-4fa9-aea4-e6f01671204c","Name":"Dynamic Payload - Directory 4"},{"Enabled":true,"Id":"7de3c4fe-8f33-4483-b601-2fbd8fae7979","Name":"Dynamic Payload - Same Page Injection"},{"Enabled":true,"Id":"db021bfd-5c59-4761-a836-3586700bcf62","Name":"Dynamic Payload - Slash + Same Page"},{"Enabled":true,"Id":"a2437dc8-d9c0-4004-8596-d3a9efcfa487","Name":"Dynamic Payload with Null Byte"},{"Enabled":true,"Id":"e553880b-20b7-4fa7-be69-789024680000","Name":"IIS6.log"},{"Enabled":true,"Id":"a38132a3-c78f-4935-ab5a-9ab06b843e56","Name":"IIS6.log - Double Encoded"},{"Enabled":true,"Id":"4cd48e1b-ccec-4bd6-ab21-bad0bb278355","Name":"LFI Code Inclusion via access.log - /etc/httpd/logs/access.log"},{"Enabled":true,"Id":"6c8d4104-4eec-4dce-8c54-97dd5743a124","Name":"LFI Code Inclusion via access.log - /var/log/apache/access.log"},{"Enabled":true,"Id":"44445f1a-909f-40e3-8fe7-f063631ac089","Name":"LFI Code Inclusion via access.log - /var/log/apache2/"},{"Enabled":true,"Id":"1eef8bb1-08de-46f8-b820-7e904c80efd2","Name":"LFI Code Inclusion via access.log - /var/log/lighttpd/access.log"},{"Enabled":true,"Id":"4589cac2-a215-4798-9a74-8b7dc62ae1a5","Name":"LFI Code Inclusion via access.log - /var/log/nginx/access.log"},{"Enabled":true,"Id":"173e6162-d6c2-4845-9d45-c0c182a68860","Name":"LFI Code Inclusion via access.log - C:/AppServ/Apache24/logs/access.log"},{"Enabled":true,"Id":"28380eaa-ef20-4aad-8263-224aa8fcefab","Name":"LFI Code Inclusion via access.log - C:/xampp/apache/logs/access.log"},{"Enabled":true,"Id":"3ee85418-3849-4655-9b07-6bc1a0fd757e","Name":"LFI Code Inclusion via access_log - /opt/lampp/logs/access_log"},{"Enabled":true,"Id":"57ebb190-c9f0-4fdb-9946-c77ac9f1ccf6","Name":"LFI Code Inclusion via error.log"},{"Enabled":true,"Id":"d6276ae8-fdd0-486e-afa7-c5ce6f55c4a4","Name":"LFI Code Inclusion via error.log - /var/log/apache"},{"Enabled":true,"Id":"63167dd9-1468-4258-b645-5b73bcfcb06f","Name":"LFI Code Inclusion via error.log - /var/log/apache - Double Encoded"},{"Enabled":true,"Id":"b8a36912-1e6c-49e6-823e-a3705db70601","Name":"LFI Code Inclusion via error.log - /var/log/apache2"},{"Enabled":true,"Id":"983e8131-57f5-45b7-8255-a3d8df3a8933","Name":"LFI Code Inclusion via error.log - /var/log/apache2 - Double Encoded"},{"Enabled":true,"Id":"373d4b50-a56f-4701-bec5-b8678ed57bd6","Name":"LFI Code Inclusion via error.log - Double Encoded"},{"Enabled":true,"Id":"da7f89b8-0db0-4571-b58d-19875c3cf9f3","Name":"LFI Code Inclusion via error.log and /proc/self/fd -2"},{"Enabled":true,"Id":"c042b9d6-f76f-411b-8dd9-7778e50f1cf8","Name":"LFI Code Inclusion via error.log and /proc/self/fd -2 - Double Encoded"},{"Enabled":true,"Id":"ed306284-5413-452c-9a73-097638712211","Name":"LFI Code Inclusion via error.log and /proc/self/fd -2 with Null Byte"},{"Enabled":true,"Id":"28ad2257-04bb-45b2-94a4-cca0cb4f80c6","Name":"LFI Code Inclusion via error.log and /proc/self/fd -2 with Null Byte - Double Encoded"},{"Enabled":true,"Id":"db609ca5-d7ba-4510-bd16-5c72965f5f19","Name":"LFI Code Inclusion via error_log - /etc/httpd/logs/"},{"Enabled":true,"Id":"4a484c28-e7cc-4aae-91c3-2af0f9050c49","Name":"LFI Code Inclusion via error_log - /etc/httpd/logs/ - Double Encoded"},{"Enabled":true,"Id":"f91cdb49-2449-48b9-898e-eb4b8e2e4f33","Name":"Long Attack - boot.ini"},{"Enabled":true,"Id":"d5134626-dab7-4ece-a43f-51906d5e342f","Name":"Long Attack - boot.ini - Double Encoded"},{"Enabled":true,"Id":"b478a590-4306-4325-95bb-0c1b0c39d189","Name":"PHP Self Wrapper - Base64"},{"Enabled":true,"Id":"6a7563c9-b747-406f-9441-8937328708ef","Name":"PHP Self Wrapper - Base64 - Double Encoded"},{"Enabled":true,"Id":"b0349e07-40c8-4008-999b-9f12175d262d","Name":"Ruby On Rails - File Content Disclosure"},{"Enabled":true,"Id":"c96cadbd-c86e-48cb-86f2-9165f9d9c83d","Name":"web.config"},{"Enabled":true,"Id":"efc9b797-1368-4bca-88f9-35289117e1ba","Name":"web.config - Double Encoded"},{"Enabled":true,"Id":"f3724c36-b573-4b9e-b28c-d15ff989faac","Name":"WEB-INF/web.xml"},{"Enabled":true,"Id":"246a3047-11d8-4571-8cc8-2485ed78a623","Name":"WEB-INF/web.xml - Directory Traversal"}],"Settings":[],"Type":"Engine","EngineGroup":"FileInclusion","Description":"Detects if an attacker can read arbitrary files or source code from the application.","Enabled":true,"Id":"740688e6-38b1-460c-8787-560b42b36b15","Name":"Local File Inclusion"},{"Patterns":[{"Enabled":true,"Id":"7a7c3840-6a74-4466-ba06-7580b7ef6999","Name":"Directory Traversal"},{"Enabled":true,"Id":"96148fc8-4d96-4c9e-8d10-3a5b3ea5ee1d","Name":"Directory Traversal (2)"}],"Settings":[],"Type":"Engine","EngineGroup":"FileInclusion","Description":"Analyzes local file inclusion","Enabled":true,"Id":"81c54031-0da6-4c8e-b422-33b8aa523024","Name":"Local File Inclusion (IAST)"},{"Patterns":[{"Enabled":true,"Id":"e1060b59-1869-422a-aff9-f1d2e4bc071f","Name":"RFI Classic"},{"Enabled":true,"Id":"b25b968f-cd71-4717-a259-7147320fda72","Name":"RFI Classic - Double Encoded"},{"Enabled":true,"Id":"1c2845c9-67bd-4ee0-ae38-44a9d78d80da","Name":"RFI Classic - Dynamic Extension Payload"},{"Enabled":true,"Id":"5bcf34df-67b3-4699-ac4d-7c009aafd203","Name":"RFI Classic - Dynamic Extension Payload - Double Encoded"},{"Enabled":true,"Id":"0672d1d6-0225-44df-a5b2-c6c404baf525","Name":"RFI Classic - Null Byte + Dynamic Extension Payload"},{"Enabled":true,"Id":"fb102bec-5b37-4157-8fb1-472b8a82f715","Name":"RFI Classic - Null Byte + Dynamic Extension Payload - Double Encoded"},{"Enabled":true,"Id":"199ddc4d-c568-41ea-9165-81b58904567b","Name":"RFI Classic - Other Enty Points"},{"Enabled":true,"Id":"aaec68da-3932-4fc5-8544-cbc5f299752b","Name":"RFI No Protocol"},{"Enabled":true,"Id":"e1aeac78-dd17-4e98-9e24-fede9130e9da","Name":"RFI No Protocol - Double Encoded"},{"Enabled":true,"Id":"0fd2f199-d693-4e9f-95b2-5607cf084c0a","Name":"RFI PHP Filter"},{"Enabled":true,"Id":"be24784d-d410-44e2-8d0c-3c0597749312","Name":"RFI PHP Filter - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"FileInclusion","Description":"Detects if an attacker can execute commands at OS level via the application. Analyzes the results using heuristic and timing checks.","Enabled":true,"Id":"9c48c69a-0110-461b-9353-151e01893f81","Name":"Remote File Inclusion"},{"Patterns":[{"Enabled":true,"Id":"f014feaa-fd46-4b1b-a7b7-f8c3e3c74d5c","Name":"RFI Classic"},{"Enabled":true,"Id":"022795b9-0039-4ec9-ab22-fae0c1504267","Name":"RFI Classic - Double Encoded"},{"Enabled":true,"Id":"9eba36c0-698a-438f-b3cb-40f7a656d1e8","Name":"RFI Classic - No Protocol"},{"Enabled":true,"Id":"05717dbd-59d9-42df-a671-b581b6c9278d","Name":"RFI Classic - No Protocol - Double Encoded"},{"Enabled":true,"Id":"20bf8ac3-0f3e-4929-811d-b8c01c61fa69","Name":"RFI PHP filter"},{"Enabled":true,"Id":"9e82a5b4-6e08-4da5-b912-460553313382","Name":"RFI PHP filter - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"FileInclusion","Description":"Detects if an attacker can forge requests to appear as they are made by the server using Remote File Inclusion.","Enabled":true,"Id":"c3c7eb28-c736-4499-8779-52456a5ce735","Name":"Remote File Inclusion (Out of Band)"}]},{"Title":"Header Injection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"6356ed84-02c9-48e8-ab7d-dd5d0125ba89","Name":"%0d%0a - Full URL"},{"Enabled":true,"Id":"08d8bc89-31ca-48ef-97fe-2dcd874574ea","Name":"0x0A"},{"Enabled":true,"Id":"54797c64-2281-49cd-a555-86c900bac83d","Name":"0x0A 0x0D"},{"Enabled":true,"Id":"265797eb-b1fa-44ad-9e6d-6001df316af5","Name":"Raw"},{"Enabled":true,"Id":"c5b975d8-71b4-47d0-b33a-c280c59c458a","Name":"Raw - Double Encoded"},{"Enabled":true,"Id":"c4a7566e-9acf-4ac3-a0bc-d20f70bb6d24","Name":"Set Cookie with URL Start"},{"Enabled":true,"Id":"be22b2d0-2521-4903-adb9-931be6739e44","Name":"Set Cookie with URL Start - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"HeaderInjection","Description":"Detects if an attacker can inject new lines into HTTP headers to modify the browsers behaviour or content.","Enabled":true,"Id":"1e9a4418-2ddc-400c-a25a-4ab3c99d49cb","Name":"HTTP Header Injection"},{"Patterns":[{"Enabled":true,"Id":"723e09f9-f700-48a3-8ee2-4dee4bfcb45c","Name":"Newline Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"HeaderInjection","Description":"Detects if an attacker can inject new lines into HTTP headers to modify the browsers behaviour or content.","Enabled":true,"Id":"69ec1f39-7da6-4531-b1f6-07d2b5c2fdbb","Name":"HTTP Header Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"e71237f0-5e01-43d6-b479-74a94bdecd82","Name":"Newline Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"HeaderInjection","Description":"Detects if an attacker can inject new lines into mail headers.","Enabled":true,"Id":"a594b416-fa8a-4c2e-8e07-32ca0dfd59a1","Name":"Mail Header Injection (IAST)"}]},{"Title":"NoSQL Injection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"1ee45605-97ed-45c9-9345-2db81e230ad2","Name":"MongoDB Time Based Detection"},{"Enabled":true,"Id":"647822e3-0649-45a3-9900-02a556bc7384","Name":"MongoDB Time Based Detection - Double Encoded"},{"Enabled":true,"Id":"7493622f-750e-46c9-89ff-d51c061486a0","Name":"MongoDB Time Based Detection - FullBodyJson"}],"Settings":[{"Name":"ProofCharacterLimit","Value":"5"},{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects if an attacker can execute NoSQL queries against the backend database via the application. Analyzes the results using heuristic and content difference checks.","Enabled":true,"Id":"3ce5d52c-afd6-4189-8046-b94d484f75a6","Name":"MongoDB Injection (Blind)"},{"Patterns":[{"Enabled":true,"Id":"5bab19e6-e49b-480b-846b-38fd3c4df624","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects NoSQL Injections which change the content of the page based on the attack requests. This will detect the NoSQL Injections in applications with custom error messages. Ensure that you enable all other NoSQL Injection security checks to cover all possibilities.","Enabled":true,"Id":"b5b4123a-31d5-4a77-99b2-a8ba84429a4b","Name":"MongoDB Injection (Boolean)"},{"Patterns":[{"Enabled":true,"Id":"ae787166-f3dc-4b09-989c-3b48729e60aa","Name":"MongoDB Error Based Detection"},{"Enabled":true,"Id":"06ed8054-1835-4830-a5cd-200d7713383d","Name":"MongoDB Error Based Detection - Double Encoded"},{"Enabled":true,"Id":"8fa1bab3-eefe-45d6-bc82-b6028c5dfec8","Name":"MongoDB Error Based Detection - UrlRewrite"},{"Enabled":true,"Id":"d03ac6bf-4df5-410a-8d42-7df1574c3596","Name":"MongoDB Error Based Detection - UrlRewrite - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects NoSQL Injections based on error messages. This check is not effective if the error messages are not visible; therefore ensure you have enabled the other NoSQL Injection security checks.","Enabled":true,"Id":"374fd024-5d03-4c31-aedf-9391f2b94b8c","Name":"MongoDB Injection (Error Based)"},{"Patterns":[{"Enabled":true,"Id":"d71237f0-5e01-43d6-b479-74a94bdecd82","Name":"MongoDB Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects MongoDb Injection vulnerabilities.","Enabled":true,"Id":"8afb182b-b3e3-40ba-98bd-15f8eb4ef5f7","Name":"MongoDB Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"d007b1b2-0a5c-4e44-809a-05b09f9e401f","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects MongoDB Injections which change the content of the page based on the attack requests. This will detect the Mongo Db Injections in applications with custom error messages. Ensure that you enable all other Mongo Db Injection security checks to cover all possibilities.","Enabled":true,"Id":"46262d2d-7b96-46e3-b7b8-b9386b24c531","Name":"MongoDB Injection (Operator)"}]},{"Title":"Resource Finder","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects app-site associations files.","Enabled":true,"Id":"eb18bf0c-8457-420d-b87e-227264c61f4d","Name":"Apple's App-Site Associations"},{"Patterns":[{"Enabled":true,"Id":"f0e236c4-bb7b-4ff3-a4b3-bb793bcf3768","Name":"- Copy"},{"Enabled":true,"Id":"8d7e410b-72ec-4f48-a9d8-66d45c77d1b7","Name":"- Copy - Copy"},{"Enabled":true,"Id":"3c1e2439-a193-4da6-9e0a-8b3d19724a08","Name":"- Copy (2)"},{"Enabled":true,"Id":"adb842dc-758c-43ad-a5d2-512a0ece022b","Name":".bac"},{"Enabled":true,"Id":"87b575b3-0e4b-44f3-aa5f-d294aa85c5d4","Name":".backup"},{"Enabled":true,"Id":"36214d00-2083-48f8-a71e-d4593ca4f5ce","Name":".bak"},{"Enabled":true,"Id":"81f809fb-180f-4724-9a26-7b7570cf2dda","Name":".cs"},{"Enabled":true,"Id":"f0701677-b822-43fc-a2f9-d1480c2e448e","Name":".old"},{"Enabled":true,"Id":"9c710584-80d6-4d9e-86e7-c00cb18f3b4a","Name":".old w/o extension"},{"Enabled":true,"Id":"52c4cd09-d1f0-4d7e-bb1d-14c8ced322a0","Name":".vb"},{"Enabled":true,"Id":"7593d311-8a56-4f78-b210-8e8116499de6","Name":"_backup"},{"Enabled":true,"Id":"c3dbac09-774b-4322-a307-49c4448d6bb8","Name":"_backup w/o dot"},{"Enabled":true,"Id":"92b21575-8c15-4ffe-99e4-f43d53130258","Name":"_bak"},{"Enabled":true,"Id":"642a9626-ca3e-4d76-9c42-78209b4e8996","Name":"_bak w/o dot"},{"Enabled":true,"Id":"21d509d8-9bdb-47d0-ac75-143ba1bf7188","Name":"_old"},{"Enabled":true,"Id":"afaebcb0-5ae5-43bb-b3c5-609160b696e4","Name":"_old w/o dot"},{"Enabled":true,"Id":"62ff2636-a5bd-4424-a5fb-9c8be758e6d6","Name":"~"},{"Enabled":true,"Id":"95aa9942-633f-4921-9bcc-7ca91cc29e4d","Name":"1"},{"Enabled":true,"Id":"11d7975d-c382-427b-8ee7-32939804264a","Name":"1 w/o ext"},{"Enabled":true,"Id":"2ac1298c-faa6-489a-8b08-85dfedf8c99e","Name":"3rd copy"},{"Enabled":true,"Id":"58110cae-283e-4951-861d-bced845f021a","Name":"4th copy"},{"Enabled":true,"Id":"2e688faf-5bc6-4b65-b542-b185ccb6b6c8","Name":"7z"},{"Enabled":true,"Id":"443f1e74-5acb-4ffa-be7a-3d8d52556f99","Name":"7z w/o ext"},{"Enabled":true,"Id":"aedf146d-dcb8-4d49-a86e-4356ce0ce0ca","Name":"a"},{"Enabled":true,"Id":"01136527-d7c1-4b2d-ac53-044b5af793a8","Name":"A JSP page fragment file"},{"Enabled":true,"Id":"4c9a63b2-6233-4662-8928-34a648d9de24","Name":"a w/o ext"},{"Enabled":true,"Id":"0b415741-553f-41a3-bb0f-8ce6a499bfaa","Name":"Another copy"},{"Enabled":true,"Id":"4fa38e9c-b141-4416-b536-0059010756b2","Name":"ar"},{"Enabled":true,"Id":"a19742e9-4c6b-4506-bf28-c6dc80a0fa2c","Name":"bac w/o ext"},{"Enabled":true,"Id":"8343208e-02f3-46f9-b643-4e7cbfd06d94","Name":"backup w/o ext"},{"Enabled":true,"Id":"fc668aef-6854-4bae-a790-4bc3231bfd24","Name":"backup_"},{"Enabled":true,"Id":"fa45b4a1-781e-43f5-8050-53792a7e3259","Name":"bak w/o dot"},{"Enabled":true,"Id":"d179d49a-4c65-4d6b-a3dc-3cb7ea19c377","Name":"bak w/o ext"},{"Enabled":true,"Id":"c4c2cb0b-b15a-4bb8-897d-bc5c6c82410a","Name":"bak_"},{"Enabled":true,"Id":"1069faeb-5a87-4eb2-ac7c-aea109eaf447","Name":"bz2"},{"Enabled":true,"Id":"9d72eaa5-16e1-4e2d-a18b-29950bb1ffed","Name":"cbz"},{"Enabled":true,"Id":"53e41d28-56f7-4f8f-b775-6ffeccd6e77b","Name":"copy"},{"Enabled":true,"Id":"6c545e8b-d7f9-4d96-b99b-a9e8a5bf0463","Name":"Copy (2) of"},{"Enabled":true,"Id":"11dd0275-afb7-44f4-9993-adaa4273aa3d","Name":"Copy of"},{"Enabled":true,"Id":"f8bfffbe-88b2-4285-95a8-87cae0c9fbd9","Name":"Copy of copy of"},{"Enabled":true,"Id":"485fc926-5f68-40ac-a6b3-ee9a1c88e522","Name":"exe"},{"Enabled":true,"Id":"d782db8d-61f9-469e-bb9e-57ddeaa311cb","Name":"Framework JSP action"},{"Enabled":true,"Id":"58e93aaa-413e-47a9-a8ef-ea826545e638","Name":"gz"},{"Enabled":true,"Id":"e1df404b-0004-4b0e-944f-736389ed1974","Name":"inc w/o dot"},{"Enabled":true,"Id":"4d83ea0f-6a71-45c5-a923-926588754d90","Name":"inc w/o ext"},{"Enabled":true,"Id":"c75030c3-1dff-4a18-bebf-0561cfe905e2","Name":"include w/o ext"},{"Enabled":true,"Id":"3f475231-614b-4c20-b076-f4c5925ec633","Name":"Incremental file extension name 1"},{"Enabled":true,"Id":"0fd0aba6-f76f-4248-8796-477d923883c5","Name":"Incremental file extension name 2"},{"Enabled":true,"Id":"c9cb614e-45d1-4c4b-b6bf-883362746615","Name":"Incremental file name 1"},{"Enabled":true,"Id":"76259197-4e22-48a3-a584-4966c9963c84","Name":"Incremental file name 2"},{"Enabled":true,"Id":"8b2d7777-53a2-4945-9678-ea9418e6d2df","Name":"jar"},{"Enabled":true,"Id":"4f87bf5e-1eae-45cd-b6e9-a11b7272106d","Name":"lzma"},{"Enabled":true,"Id":"a3758a61-7843-4ded-996a-72c4c84de714","Name":"nano - save"},{"Enabled":true,"Id":"7193220d-b2c4-4c02-851f-1cd586cd0644","Name":"old w/o dot"},{"Enabled":true,"Id":"659c714e-1bd2-4922-9b0f-0f4fceca7dde","Name":"old_"},{"Enabled":true,"Id":"f86fb1d3-0ed5-4fcb-870b-bcee69c342f9","Name":"rar w/o ext"},{"Enabled":true,"Id":"d1019bb5-d4ff-4062-89f5-e926525c9d95","Name":"tar"},{"Enabled":true,"Id":"12006f78-e271-49f2-927b-6254a81ebce5","Name":"tar w/o ext"},{"Enabled":true,"Id":"5f0023db-e145-46cf-a0c4-3fb419c5c7dc","Name":"tar.7z"},{"Enabled":true,"Id":"0f18d45c-b7c5-4485-be90-e13bdf1fc96b","Name":"tar.bz2"},{"Enabled":true,"Id":"ac8ee1a8-5b27-4ded-b9d0-bc01bfacbd09","Name":"tar.gz"},{"Enabled":true,"Id":"77f19666-352c-4e16-9c45-cf4c844ccfe8","Name":"tar.lzma"},{"Enabled":true,"Id":"4be83f46-24ba-4d3b-a657-62abd5d1c4a4","Name":"tar.xz"},{"Enabled":true,"Id":"789e6e11-755a-460b-bef2-7ab164650cb7","Name":"third copy"},{"Enabled":true,"Id":"0e015c44-3e66-44c9-9c9e-52729fedd452","Name":"vim - swo"},{"Enabled":true,"Id":"4cd01e93-7fc8-4bac-8953-90af6a6780cb","Name":"vim - swp"},{"Enabled":true,"Id":"86266d14-8645-4b9b-bf83-f5d8429b585d","Name":"wim w/o ext"},{"Enabled":true,"Id":"8228d048-3552-4e4c-ad65-beb6c448faa8","Name":"XML JSP"},{"Enabled":true,"Id":"f5677152-a4fe-40c6-a660-5a7fb2d0dddd","Name":"xz"},{"Enabled":true,"Id":"6d531380-a503-47a1-b927-1fd623946496","Name":"zip"},{"Enabled":true,"Id":"686ebe13-6129-40fb-acb3-9c24cfe3e04a","Name":"zip w/o ext"}],"Settings":[],"Type":"Engine","EngineGroup":"ResourceFinder","Description":"Detects backup files.","Enabled":true,"Id":"b7f2dc5e-4de1-42ee-84c3-51d44e703d59","Name":"Backup Files"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects DS_STORE files.","Enabled":true,"Id":"df552f3e-1435-4d20-a223-92a12e0a2f43","Name":"DS_STORE Files"},{"Patterns":[],"Settings":[{"Name":"DirectoryNameLimit","Value":"125"},{"Name":"WordListEntries","Value":"actuator/\r\nactuator/health/\r\nactuator/auditevents/\r\nactuator/autoconfig/\r\nactuator/dump/\r\nactuator/metrics/\r\nactuator/mappings/\r\nactuator/scheduledtasks/\r\nactuator/heapdump/\r\nactuator/jolokia/\r\nhealth/\r\nbeans/\r\njolokia/\r\nheapdump/\r\noauth2/v1/keys\r\njwks.json\r\n.well-known/jwks.json\r\n.well-known/jwks_uri\r\n.well-known/openid-configuration/jwks\r\nopenid/connect/jwks.json\r\nassets/environments/environment.json\r\ncgi-bin/\r\ncgi-sys/\r\n~.aspx\r\napi-docs\r\napi/admin\r\napi/admin/menu\r\napi/admin/menu/tree\r\napi/api-docs\r\napi/apidocs\r\napi/doc\r\napi/hello\r\napi/log\r\napi/login\r\napi/logout\r\napi/v1\r\napi/v1/\r\napi/v1/api-docs\r\napi/v1/apidocs\r\napi/v1/app/\r\napi/v2\r\napi/v2/\r\napi/v2/api-docs\r\napi/v2/apidocs\r\napidocs\r\ndocs/swagger.json\r\ngraphql\r\nv1/graphql\r\nv3\r\n/v1/api\r\n/v1/graphql\r\napi/graphql\r\napi/v1/graphql\r\ndoc\r\ndocs\r\nv1/\r\napi-docs/swagger.json\r\napi/swagger\r\napi/swagger-ui\r\napi/swagger-ui.html\r\napi/swagger-ui.json\r\napi/swagger.json\r\napi/swagger.yml\r\napi/swagger/\r\napi/v1/swagger\r\napi/v1/swagger-ui\r\napi/v1/swagger-ui.html\r\napi/v1/swagger-ui.json\r\napi/v1/swagger.json\r\napi/v1/swagger/\r\napi/v2/swagger\r\napi/v2/swagger-ui\r\napi/v2/swagger-ui.html\r\napi/v2/swagger-ui.json\r\napi/v2/swagger.json\r\napi/v2/swagger/\r\napidocs/swagger.json\r\nREST/v1/swagger\r\nspec/swagger.json\r\nswagger\r\nswagger-resources\r\nswagger-resources/restservices/v2/api-docs\r\nswagger-ui\r\nswagger-ui.html\r\nswagger-ui.json\r\nswagger-ui/swagger.json\r\nswagger.json\r\nswagger.yml\r\nswagger/\r\nswagger/index.html\r\nswagger/static/index.html\r\nswagger/swagger-ui.html\r\nswagger/ui/index\r\nswagger/v1/swagger.json\r\nswagger/v2/swagger.json\r\nv1/swagger-ui.html\r\nv1/swagger.json\r\nv2/swagger.json\r\n/swagger/\r\napi/apidocs/swagger.json\r\napi/spec/swagger.json\r\napi/swagger/index.html\r\napi/swagger/static/index.html\r\napi/swagger/swagger\r\napi/swagger/ui/index\r\napi/swagger.yaml\r\napi/v1/swagger.yaml\r\napi/v2/swagger.yaml\r\napi-docs/v1/openapi.json\r\n/api-docs/v1/openapi.json\r\nadmin.ns\r\nadmin/\r\nadmin1/\r\nmanager/\r\nadministration/\r\nmanagement/\r\nwp-admin/\r\nadministrator/\r\nroot/\r\nconfig.inc\r\napi-docs/openapi.json\r\napi/openapi.json\r\napi/openapi.yaml\r\napi/v1/openapi.json\r\napi/v2/openapi.json\r\napidocs/openapi.json\r\nspec/openapi.json\r\nopenapi.json\r\nopenapi.yaml\r\nv1/openapi.json\r\nv2/openapi.json\r\n/swagger/\r\napi/apidocs/openapi.json\r\napi/spec/openapi.json\r\ndatabase.inc\r\nsession.inc\r\ncommon.inc\r\nlogin.inc\r\nauth.inc\r\nadmin.php\r\nadmin.asp\r\nadmin.aspx\r\nadmin.jsp\r\nadmin.conf\r\nadmin.txt\r\nadmin.htm\r\nadmin.html\r\nadmin.pl\r\naxis/\r\naxis2/\r\nsftp-config.json\r\nwebservice/\r\nwebservices/\r\nservice/\r\nservices/\r\nmyservice/\r\nmyservices/\r\nmywebservice/\r\nmywebservices/\r\nwsdl/\r\nawstats/\r\nbackup/\r\nisqlplus/\r\niisadmin/\r\nadmin_/\r\nfpadmin/\r\nwebadmin/\r\nsiteadmin/\r\nportaladmin/\r\nadminadmin/\r\nadm/\r\nsysadmin/\r\nphpmyadmin/\r\ncpanel/\r\nc99.php\r\nc99shell.php\r\ncmdasp.asp\r\nnst.php\r\nnstview.php\r\nphp-backdoor.php\r\nr57.php\r\nr57eng.php\r\nr57shell.php\r\nshell.php\r\nDAws.php\r\nwpes.php\r\nconfig/database.yml\r\ndata.mdb\r\ndb.mdb\r\ntest.mdb\r\nwebadmin.php\r\nphpliteadmin.php\r\nmoadmin.php\r\n.env\r\n.production.env\r\ncontrolpanel/\r\nadmin_files/\r\ndbninja/\r\ntest.conf\r\nhttpd.conf\r\nlocal.conf\r\nhttpd-vhosts.conf\r\nen.conf\r\nnginx.conf\r\nexample.conf\r\napache.conf\r\napplication.conf\r\nsite.conf\r\nmodules.conf\r\nsmarty.conf\r\nsearch/\r\nincludes/\r\nelmah.axd\r\nerrorlog.axd\r\ncron.php\r\nprofiles/\r\nregister.php\r\nupdate.php\r\nuser/login/\r\nuser/register/\r\njs/\r\napi/\r\ncache/\r\ncaches/\r\nplugins/\r\nlanguage/\r\najax/\r\ncomponents/\r\nlibraries/\r\ncheckout/\r\nlibs/\r\ninternal/\r\ninclude/\r\n3rdparty/\r\nm/\r\nlanguages/\r\nconfig.json\r\nproftpd.conf\r\nurls.conf\r\napp.conf\r\napp.config\r\nWeb.config\r\nconfig.ini\r\naxis/services/\r\ndatabase.mdb\r\npersonel.mdb\r\nsmb.conf\r\ndoxygen.conf\r\nlog.mdb\r\nipaddress.mdb\r\ndb1.mdb\r\n{directory} (copy)/\r\n{directory} - Copy/\r\nCopy of {directory}/\r\nWEB-INF (copy)/\r\nWEB-INF - Copy/\r\nCopy of WEB-INF/\r\n{directory}.7z\r\n{directory}.zip\r\n{directory}.rar\r\n{directory}.wim\r\n{directory}.war\r\n{directory}.ear\r\n{directory}.jar\r\n{directory}.tar\r\n{directory}.ar\r\n{directory}.cbz\r\n{directory}.exe\r\n{directory}.tar.bz2\r\n{directory}.tar.gz\r\n{directory}.tar.lzma\r\n{directory}.tar.7z\r\n{directory}.tar.xz\r\nWEB-INF.zip\r\nWEB-INF.7z\r\nWEB-INF.rar\r\nWEB-INF.tar\r\na_main.php\r\na_main.asp\r\na_main.aspx\r\nadminlogin.php\r\nadminlogin.asp\r\nadminlogin.aspx\r\nadminmember.php\r\nadminmember.asp\r\nadminmember.aspx\r\nadminpanel.asp\r\nadminpanel.aspx\r\nadminpanel.php\r\nadminpanel.html\r\nadmin.php3\r\nadmin.cfm\r\nadmin.cgi\r\nadmin.do\r\nadmins.php\r\nadmins.asp\r\nadmins.aspx\r\ncp.php\r\naadmin/\r\nadminzone/\r\nadmin2/\r\nadmin-login/\r\nconsole/\r\nmanage/\r\nstaff/\r\nops/\r\noperator/\r\nportal/\r\nusers/\r\nphp.ini\r\nproperties.ini\r\nsettings.ini\r\ninfo.ini\r\nversion.ini\r\napp.ini\r\napplication.ini\r\nexample.ini\r\nmy.ini\r\ndefault.ini\r\ndatabase.ini\r\nproject.ini\r\nusers.ini\r\nadmin.ini\r\ntsweb/default.htm\r\nTSWeb/default.htm\r\nhelp.php\r\nhelp.aspx\r\nhelp.asp\r\nhelp.txt\r\nreadme.html\r\nreadme.htm\r\nreadme.php\r\nreadme.txt\r\nreadme.aspx\r\nreadme.asp\r\ninstall.txt\r\ninstall.php\r\ninstall.asp\r\ninstall.phpx\r\ninstall.htm\r\ninstall.sql\r\ninstall/\r\ninstaller/\r\ninstallation/\r\nsetup.php\r\nsetup.aspx\r\nsetup/\r\nsetup_files/\r\nsetup.inc\r\nsetup.sql\r\nsetup.txt\r\ndb_setup.php\r\ninstall1.php\r\ninstall2.php\r\ninstallation.html\r\ninstall.inc.php\r\ninstall.inc\r\ninstalling.html\r\ninstall_sh\r\ninstall_2.php\r\ninstallation.php\r\ninstallation.aspx\r\nadmin.installer.php\r\ndbinstall.php\r\nauto_install.php\r\nerror.log\r\nws_ftp.log\r\ndebug.log\r\naccess.log\r\ndevelopment.log\r\nchange.log\r\ntest.log\r\nserver.log\r\nchanges.log\r\nerrors.log\r\napplication.log\r\nadmin.log\r\nadmin_access.log\r\nmodify.log\r\nchangelog.log\r\nnew-error.log\r\nChange.log\r\nconfig.log\r\nweb.log\r\nrequest.log\r\nlog_user.log\r\nlog\r\nerror_log\r\nsyslog\r\nqlog\r\n_logs\r\n_log\r\nchangelog\r\nlogger\r\nlogging\r\nloginfo\r\nloggers\r\nschema.sql\r\nmysql.sql\r\ndatabase.sql\r\nsessions.sql\r\ntables.sql\r\ndb.sql\r\ndata.sql\r\ncreate.sql\r\npgsql.sql\r\ncreate_tables.sql\r\ndump.sql\r\nusers.sql\r\ntest.sql\r\nsql.sql\r\nstructure.sql\r\nmssql_schema.sql\r\npostgres_schema.sql\r\nsample.sql\r\nconfig.sql\r\nblog.sql\r\nsession.sql\r\nlog.sql\r\nuser.sql\r\nall.sql\r\nimport.sql\r\nbackup.sql\r\ntest.php\r\ntest.asp\r\ntest.html\r\ntest.txt\r\ntest.pl\r\ntest1.asp\r\ntest1.php\r\ntest/\r\ntesting/\r\ntest1/\r\ntestdir/\r\njavatest/\r\naspnettest/\r\nasptest/\r\nphptest/\r\nabout/\r\narchive/\r\narchives/\r\nbin/\r\nblank/\r\nbusiness/\r\ncategory/\r\nstatus/\r\ncms/\r\nweb/\r\nwebalizer/\r\nweblog/\r\ncomments/\r\ncommon/\r\ncompany/\r\nconfig/\r\nconfigs/\r\ncontact/\r\ncontent/\r\ncontrol/\r\ncp/\r\ndata/\r\ndocs/\r\ndownloads/\r\netc/\r\nevents/\r\nfaq/\r\nfeatures/\r\nfiles/\r\nforum/\r\nforums/\r\nfull/\r\ngallery/\r\nhelp/\r\nhtml/\r\njobs/\r\nlinux/\r\nlog/\r\nlogin/\r\nlogs/\r\nmain/\r\nmisc/\r\nmodules/\r\nnew/\r\nnews/\r\nold/\r\npanel/\r\npeople/\r\nphpinfo/\r\nprint/\r\nprivat/\r\nprivate/\r\nproducts/\r\nprofile/\r\nprojects/\r\npub/\r\nregister/\r\nresources/\r\nscripts/\r\nsecurity/\r\nsite/\r\nsitemap/\r\nsoftware/\r\nstat/\r\nstatistic/\r\nstatistics/\r\nstats/\r\nstory/\r\nsubscribe/\r\nsupport/\r\ntemp/\r\ntemplates/\r\ntmp/\r\ntst/\r\nupload/\r\nuploads/\r\nuser/\r\nview/\r\nwww/\r\nxml/\r\nblog/\r\nblogdata/\r\nblogs/\r\nprivacy/\r\npapers/\r\npdf/\r\npress/\r\nads/\r\nbanner/\r\nw3svc/\r\nassets/\r\nstatics/\r\nimages/\r\n404.php\r\n404.aspx\r\n404.asp\r\n404.jsp\r\n404.html\r\n404.htm\r\nconnection/\r\nconnections/\r\nuploadfiles/\r\nuploadedfiles/\r\npage.html\r\npackage.json\r\nwp-json/oembed/1.0/proxy?url=test"}],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Forced Browsing (Common Directories and Files) is a security check in which the web vulnerability scanner attempts to itemize and access resources that are not linked from the web application, but are still accessible.","Enabled":true,"Id":"fe34cfa1-c48b-475f-b054-61bc4bc53b20","Name":"Forced Browsing"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Finds hidden files and folders.","Enabled":true,"Id":"ad30a9b7-c7e2-442e-a07f-29deae469e88","Name":"Hidden Files (IAST)"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects whether Mod Negotiation is enabled.","Enabled":true,"Id":"65b363dc-4630-46c4-81b8-241e1ef0aad7","Name":"Mod Negotiation"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects open search files.","Enabled":true,"Id":"727c892a-8070-4536-9168-d806c08a167a","Name":"Open Search"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects sitemap files.","Enabled":true,"Id":"5838580c-9385-453e-94fd-ad555021aa63","Name":"Sitemap"}]},{"Title":"Server-Side Request Forgery (SSRF)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"a7359d12-4318-43c2-a02e-57b0d3022079","Name":"HTTP Request (Capture UserAgent)"},{"Enabled":true,"Id":"5e33b7e2-a1f6-4c9a-b142-1dfb2aff982f","Name":"Protocol-Relative URI"},{"Enabled":true,"Id":"3efad169-8d20-4530-9e99-9426e0563a3d","Name":"SSRF Remote (DNS with Subdomain)"}],"Settings":[],"Type":"Engine","EngineGroup":"Ssrf","Description":"Detects if an attacker can forge requests to appear as they are made by the server to a remote location.","Enabled":true,"Id":"aa4d1d0f-f6b9-48a2-a397-05b232c8cd46","Name":"Server-Side Request Forgery (DNS)"},{"Patterns":[{"Enabled":true,"Id":"29e6b74a-c906-4531-8e8c-9131ee70d3ae","Name":"trace.axd (Host IP Representations)"},{"Enabled":true,"Id":"b9c5cd1a-f56d-43b5-b2ca-72431acd47f8","Name":"trace.axd (loopback IP Representations)"}],"Settings":[],"Type":"Engine","EngineGroup":"Ssrf","Description":"Detects if an attacker can forge requests to appear as they are made by the server using different IP formats.","Enabled":true,"Id":"24b7fd03-eb2c-434c-a467-ccad74cb0754","Name":"Server-Side Request Forgery (IP Combinations)"},{"Patterns":[{"Enabled":true,"Id":"d5d60087-4153-45af-a7be-8795b182c6c0","Name":"Apache Server Status"},{"Enabled":true,"Id":"d0141861-391e-41ce-b290-4788d55a978d","Name":"AWS metadata (IP)"},{"Enabled":true,"Id":"634f737b-596a-45b5-8e7d-8109ab0bc38b","Name":"AWS metadata (name)"},{"Enabled":true,"Id":"b5935e88-8057-494b-afd6-c8bb8fa10e80","Name":"elmah MVC (1)"},{"Enabled":true,"Id":"f23983e9-dbba-4620-8f59-246284ca800d","Name":"elmah MVC (2)"},{"Enabled":true,"Id":"91a6e152-b554-46f0-b16d-0e5196db0281","Name":"elmah MVC (3)"},{"Enabled":true,"Id":"84e7ec63-3a97-40db-b8ab-ad26cdde2ea4","Name":"elmah MVC (4)"},{"Enabled":true,"Id":"625a2326-f612-4e84-a1fb-e81bdb1379f3","Name":"elmah MVC (5) - (IPv6 loopback)"},{"Enabled":true,"Id":"4d662237-3a59-495b-b1c1-71c8acea213e","Name":"elmah MVC (6)"},{"Enabled":true,"Id":"c161d08a-73ce-48d5-9e77-c770c4de150e","Name":"elmah MVC (7) - (IPv6 loopback)"},{"Enabled":true,"Id":"49e1b42b-92b1-4d27-b68e-d38a571aa059","Name":"elmah.axd (1)"},{"Enabled":true,"Id":"a9bf80d4-6982-4149-9b4c-506b3a633f29","Name":"elmah.axd (2)"},{"Enabled":true,"Id":"68f4e99f-81da-46c1-8c53-2afba65ac38d","Name":"elmah.axd (3)"},{"Enabled":true,"Id":"9aa40a00-ee80-4e11-9955-8804c8e7ace3","Name":"elmah.axd (4)"},{"Enabled":true,"Id":"cadc04b6-dea7-40b4-adbd-0f7eb8bf5f80","Name":"elmah.axd (5) - (IPv6 loopback)"},{"Enabled":true,"Id":"266df059-232c-4c07-b076-09fcee0d7e9a","Name":"elmah.axd (6)"},{"Enabled":true,"Id":"130dcaaf-2dbd-45e0-bfa4-f742d447aaa7","Name":"elmah.axd (7) - (IPv6 loopback)"},{"Enabled":true,"Id":"9831dd14-22f6-41b6-944e-ffb8f02435e3","Name":"Equinix"},{"Enabled":true,"Id":"33b3eff0-0efb-48b9-a306-f6bc13b17f5f","Name":"MySQL Endpoint (1) - (IPv6 loopback)"},{"Enabled":true,"Id":"165f0117-a0ec-4258-8eab-c189631d5fcc","Name":"MySQL Endpoint (2) - (IPv6 loopback)"},{"Enabled":true,"Id":"30afa182-1059-423f-9f2c-ec2b21d1085e","Name":"MySQL Endpoint (Host IP)"},{"Enabled":true,"Id":"3608c18f-2541-451c-a121-85d32a5d9e1f","Name":"MySQL Endpoint (loopback)"},{"Enabled":true,"Id":"ede99a9b-2bf6-4288-9554-4ecc640b9cbc","Name":"Oracle Cloud"},{"Enabled":true,"Id":"1e268c25-956e-47d9-9e50-62eb487354f1","Name":"Packet Cloud"},{"Enabled":true,"Id":"5c2236c1-d6ed-4154-b515-0494ea5bdd15","Name":"SSH Endpoint (1) - (IPv6 loopback)"},{"Enabled":true,"Id":"e4401a72-45b5-45e5-8bf6-52580705f805","Name":"SSH Endpoint (2) - (IPv6 loopback)"},{"Enabled":true,"Id":"452e81cf-ae76-4d30-93c9-7b4c1aee9b59","Name":"SSH Endpoint (Host IP)"},{"Enabled":true,"Id":"140663f2-82d1-4351-be22-1f38b1dcfd50","Name":"SSH Endpoint (loopback)"},{"Enabled":true,"Id":"a160fa40-b5d7-4756-b741-62459caeee37","Name":"trace.axd (1)"},{"Enabled":true,"Id":"d60dbf86-7852-4c8f-a8a3-91170a05f697","Name":"trace.axd (2)"},{"Enabled":true,"Id":"21aa7b50-f8fe-4290-8f1d-faf3a9be6cdc","Name":"trace.axd (3)"},{"Enabled":true,"Id":"0f1072ad-d228-4165-b12b-079bd6043d72","Name":"trace.axd (4)"},{"Enabled":true,"Id":"a4723e32-7db7-438b-ab05-35a07ef94f80","Name":"trace.axd (5) - (IPv6 loopback)"},{"Enabled":true,"Id":"b8954d7b-4cf0-475b-918d-e04ac1f0bb23","Name":"trace.axd (6)"},{"Enabled":true,"Id":"42847f03-f1d8-442d-acdd-da63f15ae1c8","Name":"trace.axd (7) - (IPv6 loopback)"}],"Settings":[],"Type":"Engine","EngineGroup":"Ssrf","Description":"Detects if an attacker can forge requests to appear as they are made by the server.","Enabled":true,"Id":"1d9e01a9-272d-42ae-b4da-6df330505fe0","Name":"Server-Side Request Forgery (Pattern Based)"}]},{"Title":"SQL Injection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"e08063d6-4dfe-43e5-a1cd-348f59978c78","Name":"Adaptive Payload (MySQL)"},{"Enabled":true,"Id":"4053039d-b257-4a05-a322-9dc3beccfd01","Name":"Filtered Integer (MSSQL)"},{"Enabled":true,"Id":"bdf0d6fd-8d16-4de6-9228-ac47cae6a16d","Name":"Filtered Integer (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"52c99165-e822-4cfe-9cfd-826e12cbb13a","Name":"Filtered Integer Group (MSSQL)"},{"Enabled":true,"Id":"67dc1761-8916-4349-9f66-c0187967f9c4","Name":"Filtered Integer Group (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"13c1e739-fcf0-4c84-99b7-caf07d722921","Name":"Injection to ASC|DESC (MySQL)"},{"Enabled":true,"Id":"d34ff049-7692-4bbd-a020-5d1a231900ca","Name":"Injection to ASC|DESC (MySQL) - Double Encoded"},{"Enabled":true,"Id":"96a58ec3-f93f-4a81-833d-c98901fabc9d","Name":"Integer - 2 Groups (MSSQL)"},{"Enabled":true,"Id":"37a622ec-0b14-4b68-b2b3-c2ba5f21b4c6","Name":"Integer - 2 Groups (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"c5ceb1f8-b2f4-4735-9bf3-2e084b92c58d","Name":"Integer - Declare 2 Groups (MSSQL)"},{"Enabled":true,"Id":"baefc111-d1ee-4b3f-9a0b-4d608f3d2e7d","Name":"Integer - Declare 2 Groups (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"0fbf0ba6-511a-47d7-91ff-592a97967513","Name":"Integer - Generic (Oracle)"},{"Enabled":true,"Id":"d7b8d4c9-0302-44dd-8b94-dd91e4379564","Name":"Integer - Generic (Oracle) - Double Encoded"},{"Enabled":true,"Id":"5a2d8c08-3d01-4e41-9718-19cd9c24edf5","Name":"Integer (MSSQL)"},{"Enabled":true,"Id":"0686fdfb-c303-49e4-96c8-4bb4fa2c9f34","Name":"Integer (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"34afd6e7-c0cd-444d-9315-069a28813f8a","Name":"Integer (PostgreSQL)"},{"Enabled":true,"Id":"7c4136f1-a1e0-4ece-9e64-fa80e0212898","Name":"Integer (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"d6453ea8-6bab-4517-bdf3-53433d3193a4","Name":"Integer 1 Group (PostgreSQL)"},{"Enabled":true,"Id":"b05d0ee3-47e4-49e1-960b-4bca7ead6c23","Name":"Integer 1 Group (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"63d007f5-f4a4-414f-8ba9-d314be673165","Name":"Integer 2 Groups (PostgreSQL)"},{"Enabled":true,"Id":"a0096503-e12e-4c02-88df-3083d7f8480c","Name":"Integer 2 Groups (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"29e44f08-6d3e-4c9d-a228-a0950380dfc2","Name":"Integer Group (MSSQL)"},{"Enabled":true,"Id":"62b00369-09c5-4be9-9eb9-4552205fd541","Name":"Integer Group (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"0cd0acce-ec8d-4a4f-9408-7010757f83aa","Name":"Like - Double Quotes (MySQL)"},{"Enabled":true,"Id":"1be823af-95c2-43c4-901b-4d55ed643d4c","Name":"Like - Double Quotes (MySQL) - Double Encoded"},{"Enabled":true,"Id":"c9477583-afaa-4c7e-a15a-d41c5e535794","Name":"Like (MySQL)"},{"Enabled":true,"Id":"4fb5b97c-a3d5-4a37-98f7-c89ebb30b1cb","Name":"Like (MySQL) - Double Encoded"},{"Enabled":true,"Id":"f1a06351-9f0b-47e9-9992-12f126d96e92","Name":"Open - Integer (MySQL)"},{"Enabled":true,"Id":"601b738a-9c08-4e51-8e96-4d85bc968e76","Name":"Open - Integer (MySQL) - Double Encoded"},{"Enabled":true,"Id":"7ce757e4-665c-4d07-9948-2918cb42a964","Name":"Open - String (MySQL)"},{"Enabled":true,"Id":"490d36f8-8109-466c-a406-e81f76b8175c","Name":"Open - String (MySQL) - Double Encoded"},{"Enabled":true,"Id":"b9f9db84-7d98-46f1-b44d-f7c57b495f6e","Name":"Open (MSSQL)"},{"Enabled":true,"Id":"9b617e1b-31c2-4b14-ba19-42260f996148","Name":"Open (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"53360799-53ba-4dd1-bda2-9d887677ae4a","Name":"Open (Oracle)"},{"Enabled":true,"Id":"7a848a19-8345-495b-93bf-3ce7e2c2abff","Name":"Open (Oracle) - Double Encoded"},{"Enabled":true,"Id":"692875b1-780c-4258-abcc-b91ba56fc06c","Name":"Open (PostgreSQL)"},{"Enabled":true,"Id":"767e46fc-c2c2-428c-ba60-f5e558bf1701","Name":"Open (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"2c6d3785-f147-4201-9383-78367eb48128","Name":"OrderBy (MySQL)"},{"Enabled":true,"Id":"13d1bdb8-ffaf-4679-a0f2-1334afb8af43","Name":"OrderBy (MySQL) - Double Encoded"},{"Enabled":true,"Id":"ac0217b1-9b4d-437a-bbfe-ec2fdc4f7146","Name":"String - (MySQL)"},{"Enabled":true,"Id":"658f5663-fb5b-4ea8-b055-8bd1c57bc9ad","Name":"String - 2 Groups (MSSQL)"},{"Enabled":true,"Id":"914590f6-0163-4cc7-ad39-dd1f8cd305c2","Name":"String - 2 Groups (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"01c68992-0098-4ec9-a4f8-e808a9a44f07","Name":"String (MSSQL)"},{"Enabled":true,"Id":"776fde66-768e-4328-8bb9-e75df7b03945","Name":"String (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"206c9a99-65b2-4d15-b3b6-44a2ee5207ce","Name":"String (Oracle)"},{"Enabled":true,"Id":"dbdb2f63-92c1-4093-b176-03092d89bcb5","Name":"String (Oracle) - Double Encoded"},{"Enabled":true,"Id":"e78923e4-cbaa-4096-b440-f2ca26b50d05","Name":"String (PostgreSQL)"},{"Enabled":true,"Id":"cf64344c-2b66-46d3-8ed8-56da7ae6c0a0","Name":"String (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"dc2252fa-b723-4503-a1c5-ad0bd718125e","Name":"String 1 Group (PostgreSQL)"},{"Enabled":true,"Id":"b3962544-a323-46db-861b-a4ac3ebd65df","Name":"String 1 Group (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"f157e684-6793-4f55-a58a-7c07761dc01b","Name":"String 2 Groups (PostgreSQL)"},{"Enabled":true,"Id":"86603034-16ef-4284-8d4c-60a02a45b477","Name":"String 2 Groups (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"571ab563-75c5-4792-a742-b66e2a0e7c69","Name":"String Group - (MySQL)"},{"Enabled":true,"Id":"b5ffaa69-5f0a-4a28-aa8c-04ba445abf5c","Name":"String Group (MSSQL)"},{"Enabled":true,"Id":"d1dddc7b-c0f7-443c-99bc-05feb2aa2be9","Name":"String Group (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"dc673332-548b-4df8-86c5-ba24bac4f225","Name":"Table - Filtered (MSSQL)"},{"Enabled":true,"Id":"641d8b07-7e90-4dbc-8480-a3429abff9f8","Name":"Table - Filtered (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"92c87c6e-c47c-4226-b005-c5cb7b0e76e9","Name":"Table (MySQL)"},{"Enabled":true,"Id":"aed8cbfb-eae3-4f33-9af4-f5c9f02f44e6","Name":"Table (MySQL) - Double Encoded"},{"Enabled":true,"Id":"51deb355-9ae3-4f5c-b79f-702c92dc447a","Name":"XOR - (MySQL)"}],"Settings":[{"Name":"ProofCharacterLimit","Value":"5"},{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects if an attacker can execute SQL queries against the backend database via the application. Analyzes the results using heuristic and content difference checks.","Enabled":true,"Id":"0f769194-3925-445d-9198-1e6daef1dd89","Name":"SQL Injection (Blind)"},{"Patterns":[{"Enabled":true,"Id":"007789cf-4cf2-4042-9c1d-484ad3c7c47d","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"DatabaseTypes","Value":"MsSql, MySql, Oracle, PostgreSql, MsAccess, HsqlDb, Sqlite, MongoDb, Other"},{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects SQL Injections which change the content of the page based on the attack requests. This will detect the SQL Injections in applications with custom error messages. Ensure that you enable all other SQL Injection security checks to cover all possibilities.","Enabled":true,"Id":"08f31830-803c-4bb5-a5e7-dc3d3062dc52","Name":"SQL Injection (Boolean)"},{"Patterns":[{"Enabled":true,"Id":"cba56663-81da-4a39-9cb0-567a1d5e3656","Name":"Convert - Integer (MSSQL)"},{"Enabled":true,"Id":"bdfc3421-d6fb-492b-8421-9e5276b65a81","Name":"Convert - Integer (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"15d24b44-07cd-456d-9900-57d6aa971037","Name":"Convert - String - Like (MSSQL)"},{"Enabled":true,"Id":"3cb6a0f0-4f83-435d-a005-a24560888e1e","Name":"Convert - String - Like (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"b56b74b8-6fd9-4779-a6ab-d4f8a5db2e60","Name":"Convert - String (MSSQL)"},{"Enabled":true,"Id":"a8f118c8-e059-4c34-8320-94ea52112a9e","Name":"Convert - String (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"2a8aa329-7cc7-442e-9220-e098a119b1d3","Name":"Double Encoded (Generic)"},{"Enabled":true,"Id":"1fe54c56-2441-4975-a70f-c508418443fd","Name":"Double Encoded (Generic) - Double Encoded"},{"Enabled":true,"Id":"e4d6f44b-ddb4-4312-8004-a76a752e521a","Name":"Generic Union Query (HsqlDb)"},{"Enabled":true,"Id":"232c3f7b-ca9c-4d24-8af2-e7b852513873","Name":"Integer - Length (Oracle)"},{"Enabled":true,"Id":"d0243715-082e-4941-a75e-2857b0924c3b","Name":"Integer - Length (Oracle) - Double Encoded"},{"Enabled":true,"Id":"61b54374-a9d6-41e9-b637-710f57a93bc1","Name":"Integer - Open Error Generator (MySQL)"},{"Enabled":true,"Id":"9b022ee2-b324-4119-b611-c88ec6bd3bc2","Name":"Integer - Open Error Generator (MySQL) - Double Encoded"},{"Enabled":true,"Id":"12727167-7b2b-40b1-bc27-a309d4adbb67","Name":"Integer (PostgreSQL)"},{"Enabled":true,"Id":"c212801e-ee0b-45a2-8a3a-653ee4ccd69c","Name":"Integer (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"b59055a0-08b4-49bb-984c-7a4c8944b09a","Name":"LIMIT injection (MySQL)"},{"Enabled":true,"Id":"62584785-abe8-4263-9dc7-a6c567067d58","Name":"LIMIT injection (MySQL) - Double Encoded"},{"Enabled":true,"Id":"00a68b69-5e21-42c2-b8c9-6b58ed6fa501","Name":"New Integer (MySQL)"},{"Enabled":true,"Id":"9507a84f-3348-4502-8e6b-a5795bacb851","Name":"New Integer (MySQL) - Double Encoded"},{"Enabled":true,"Id":"2b69377c-3e1d-4729-9228-ac8da6de2552","Name":"Non PHP Systems Simple Bypass (MySQL <4.1)"},{"Enabled":true,"Id":"928cdec6-b568-45f9-8057-4cea71d1aaed","Name":"Non PHP Systems Simple Bypass (MySQL <4.1) - Double Encoded"},{"Enabled":true,"Id":"faf24080-9aca-4027-bc48-76f92d71cde6","Name":"Non PHP Systems Simple Bypass (MySQL)"},{"Enabled":true,"Id":"8f8f7fd1-13a3-486e-b7e2-56ddb4a7599f","Name":"Non PHP Systems Simple Bypass (MySQL) - Double Encoded"},{"Enabled":true,"Id":"a05e0f44-70f5-4a59-be9d-b35d00e5ef54","Name":"NSFTW Error Trigger String (Generic)"},{"Enabled":true,"Id":"08ff7858-0e4e-447d-9602-2eef954967df","Name":"NSFTW Error Trigger Integer (Generic)"},{"Enabled":true,"Id":"7c851a65-0139-4aff-9d6e-ffde6a47b4a3","Name":"Open (MySQL)"},{"Enabled":true,"Id":"328401d7-4715-4569-9ece-34bbc271b691","Name":"Open (MySQL) - Double Encoded"},{"Enabled":true,"Id":"6115e454-11d0-4d3b-b2e7-af393ac12e35","Name":"Open (Oracle)"},{"Enabled":true,"Id":"addb319e-328e-4285-9a84-9439bb6a3c2d","Name":"Open (Oracle) - Double Encoded"},{"Enabled":true,"Id":"b016d14c-77d3-49c5-9eb2-8dccd9f4a01b","Name":"Open Error - Integer (MSSQL)"},{"Enabled":true,"Id":"20f8737e-1e6f-44ef-9c6f-9818646c0cb2","Name":"Open Error - Integer (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"d3928bea-44ee-4abe-af77-6f5b59f01392","Name":"Open Error - String (MSSQL)"},{"Enabled":true,"Id":"b1d9ad5b-3f54-42b3-8c52-10a91594e0c4","Name":"Open Error - String (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"450e823a-5fe1-4b3c-88d9-5768289be715","Name":"String - 11g (Oracle)"},{"Enabled":true,"Id":"4c11200c-d9e6-42c6-8073-dbacb0915c77","Name":"String - 11g (Oracle) - Double Encoded"},{"Enabled":true,"Id":"b04e462d-385f-4d0f-b44f-a084672cd34d","Name":"String - Open Error Generator (MySQL)"},{"Enabled":true,"Id":"e48f94e5-7cb7-46d9-8fe9-e4542ca29e10","Name":"String - Open Error Generator (MySQL) - Double Encoded"},{"Enabled":true,"Id":"624764b1-068b-4ffb-917d-e133a6e464b5","Name":"String (MySQL)"},{"Enabled":true,"Id":"d6276025-b390-4b95-9574-4fc1e4f2370b","Name":"String (MySQL) - Double Encoded"},{"Enabled":true,"Id":"d398d0f6-d8fc-452b-9fc5-d16d21111a01","Name":"String (PostgreSQL)"},{"Enabled":true,"Id":"3c14809c-a3ef-4995-a986-e033423b140c","Name":"String (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"fabdb9ba-bd90-4dec-af9a-a79885e49b35","Name":"String Double Quotes (MySQL)"},{"Enabled":true,"Id":"3f7df232-f8db-4bd2-a72e-ba3bc89bbdaa","Name":"String Double Quotes (MySQL) - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects SQL Injections based on error messages. This check is not effective if the error messages are not visible; therefore ensure you have enabled the other SQL Injection security checks.","Enabled":true,"Id":"5faed4fa-f992-4811-9574-32d781cffd6b","Name":"SQL Injection (Error Based)"},{"Patterns":[{"Enabled":true,"Id":"fa6a4856-1de7-4740-8501-ad62edc0b50e","Name":"No Quotes"},{"Enabled":true,"Id":"93a9512c-c1c9-432b-9a21-e3b3be3bab93","Name":"Quote Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects SQL Injection vulnerabilities.","Enabled":true,"Id":"8e282469-81c8-48c4-8e5c-531bcbd1942d","Name":"SQL Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"64c3bef3-4980-475d-a6f7-a18bd5fe9a92","Name":"MSSQL - OPENROWSET"},{"Enabled":true,"Id":"ff3bb6ba-6299-41cf-a263-a4802402aa14","Name":"MSSQL - OPENROWSET - Stacked - Integer"},{"Enabled":true,"Id":"b7b4b594-c713-4497-bb14-7b5ff9d1cba3","Name":"MSSQL - OPENROWSET - Stacked - String"},{"Enabled":true,"Id":"1e66206f-b50a-44ff-af66-2ee590f164c7","Name":"MSSQL - xp_dirtree"},{"Enabled":true,"Id":"2a07161b-88d1-47af-9e88-98e6f1d2ecfc","Name":"MSSQL - xp_dirtree - Group - Integer"},{"Enabled":true,"Id":"139e9482-7de7-4742-9391-3063a75213a7","Name":"MSSQL - xp_dirtree - Group - String"},{"Enabled":true,"Id":"4998be87-cd39-4097-9ea8-6695b171f8be","Name":"MSSQL - xp_dirtree - hash stealer (pre 2012)"},{"Enabled":true,"Id":"6224526e-de38-4031-acc4-8d560432cfd1","Name":"MSSQL - xp_dirtree - Stacked - Integer"},{"Enabled":true,"Id":"e09efc14-d8f1-44db-a8bf-f8dc35370cf0","Name":"MSSQL - xp_dirtree - Stacked - String"},{"Enabled":true,"Id":"84db0711-6caf-4636-9b80-0c883e6a4e9c","Name":"MSSQL - xp_dirtree - Table Name"},{"Enabled":true,"Id":"5a7001aa-8e76-40be-aee4-aaa6bdc260df","Name":"MSSQL - xp_dirtree - Two Groups - Integer"},{"Enabled":true,"Id":"c91a202f-5825-4fa1-a451-ed8d60a3651f","Name":"MSSQL - xp_dirtree - Two Groups - String"},{"Enabled":true,"Id":"a33c90a6-d1dd-432e-ae59-17cbce784f70","Name":"Oracle - get_host_address"},{"Enabled":true,"Id":"66c1b235-51a5-4f88-b617-cdb8b214bb31","Name":"Oracle - get_host_address - Chr Encoded"},{"Enabled":true,"Id":"c936f2bc-a3ce-498f-93f9-0acc90e27962","Name":"Oracle - get_host_address - Double Encoded"},{"Enabled":true,"Id":"ea3aa34b-e788-4fe5-81e6-32f06179afa7","Name":"Oracle - get_host_address - int - length"},{"Enabled":true,"Id":"3af0a9a4-de1a-42ab-92e8-aefa8e3aaae8","Name":"Oracle - get_host_address - int - length - Chr Encoded"},{"Enabled":true,"Id":"def53143-b959-4ae7-ab26-bb74f521fdb0","Name":"Oracle - get_host_address - int - length - Double Encoded"},{"Enabled":true,"Id":"8c692c9b-3ae4-4135-88a1-c9ce4b12cc88","Name":"Oracle - get_host_address - str - 11g"},{"Enabled":true,"Id":"b09d1cf5-3b31-4618-ae03-8583566e68b4","Name":"Oracle - get_host_address - str - 11g - Chr Encoded"},{"Enabled":true,"Id":"6a697017-9f74-462f-892c-1019a75c0d12","Name":"Oracle - get_host_address - str - 11g - Double Encoded"},{"Enabled":true,"Id":"50d75cb2-7180-42d5-a0e2-29403e77248d","Name":"PostgreSQL - dblink_connect"},{"Enabled":true,"Id":"32435183-0409-4fcf-91c8-39b4ef089014","Name":"PostgreSQL - dblink_connect - Double Encoded"},{"Enabled":true,"Id":"5e7d232a-8b9a-41c4-90a6-07d2f27e4e29","Name":"PostgreSQL - dblink_connect - Integer"},{"Enabled":true,"Id":"3e78322f-17ad-4109-8f02-043f6ec14656","Name":"PostgreSQL - dblink_connect - Integer - Chr Encoded"},{"Enabled":true,"Id":"13793722-adc2-4844-928e-c1e357164a05","Name":"PostgreSQL - dblink_connect - Integer - Double Encoded"},{"Enabled":true,"Id":"dbd9858d-9513-4a7b-a7e0-1faeb1d17d67","Name":"PostgreSQL - dblink_connect - String"},{"Enabled":true,"Id":"6f9c0cb6-ca0d-4482-8596-eb1b30671d84","Name":"PostgreSQL - dblink_connect - String - Double Encoded"},{"Enabled":true,"Id":"ce83c2b2-bc98-48e5-8569-376c390f7002","Name":"PostgreSQL - dblink_connect - w/o select - Double Encoded"},{"Enabled":true,"Id":"e10705a5-edee-4438-ae26-1ace62ccac07","Name":"PostgreSQL - dblink_connect w/o select"}],"Settings":[],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects if an attacker can perform an SQL injection that results in a DNS, HTTP or HTTPS request.","Enabled":true,"Id":"82be2dcc-c99d-43a2-88e8-e96dad7f23e3","Name":"SQL Injection (Out of Band)"}]},{"Title":"Static Resources","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"345f59ff-3233-4d6e-888e-c683e8a5dccc","Name":".dockerignore File"},{"Enabled":true,"Id":"da411eaf-b9cc-4556-9173-09399e153cbf","Name":".htaccess File"},{"Enabled":true,"Id":"94ca2fe3-89cf-4ac5-99c9-727a2382263b","Name":"Apache Multiple Choices - Default"},{"Enabled":true,"Id":"cd1d85a8-b951-4bf8-a6c2-8393385e4b76","Name":"Apache Multiple Choices - Index"},{"Enabled":true,"Id":"ee4b349d-8e3e-48bf-9e2d-183df18e1b31","Name":"ASP.NET Trace.axd"},{"Enabled":true,"Id":"4333ec69-522b-4b03-b452-1d76b6fdd5b6","Name":"AWS Dockerrun Configuration File"},{"Enabled":true,"Id":"9d39ad6f-9042-416e-954b-6194b82bcf27","Name":"CVS File"},{"Enabled":true,"Id":"666b10d4-cbd5-4024-97fe-b91a15065cde","Name":"Docker Cloud Stack File"},{"Enabled":true,"Id":"a5f1a501-c54f-4861-b551-0f526c8ce97d","Name":"Docker Compose File"},{"Enabled":true,"Id":"841b4d34-10f9-41d8-b5f3-06c0c8d0897b","Name":"Docker Compose File - Type II"},{"Enabled":true,"Id":"d221b602-124a-45bb-b617-d77c104a341d","Name":"Dockerfile"},{"Enabled":true,"Id":"3e424b1b-40f0-4012-9a1b-18ad128394f5","Name":"Drupal composer.json"},{"Enabled":true,"Id":"24bf3490-0ad2-44c7-8be0-866f1b01b041","Name":"Drupal Core Install Page"},{"Enabled":true,"Id":"ace7e43f-8b3a-48e2-a5bf-639162d666de","Name":"Drupal Install Page"},{"Enabled":true,"Id":"e7819ffe-47b0-40b0-9bbe-2ea73cc7afc4","Name":"Drupal Readme File"},{"Enabled":true,"Id":"36a98d74-b5f2-48cd-aac3-0bf84f51b106","Name":"Drupal real_data"},{"Enabled":true,"Id":"b6e97639-f6d0-4448-b601-2ca259068cf0","Name":"Fortigate SSL VPN Arbitrary File Reading - CVE-2018-13379"},{"Enabled":true,"Id":"4cce5ec1-0bfd-4b99-843d-993366c88520","Name":"GeoServer Version File"},{"Enabled":true,"Id":"31b3abdb-3fe7-4b4e-955e-857fbc684cab","Name":"GIT File"},{"Enabled":true,"Id":"7e53cf8b-b096-4e36-b0e4-88f9b7aa4e84","Name":"GoAnywhere MFT Authentication Bypass (CVE-2024-0204)"},{"Enabled":true,"Id":"f7d8285f-cbd5-4ed8-9c71-9dd2c1e94bb1","Name":"Ivanti ICS Authentication Bypass - CVE-2023-46805"},{"Enabled":true,"Id":"5c60258f-95b0-4df9-b07c-d57f09e7bf11","Name":"JavaMelody Interface Detected"},{"Enabled":true,"Id":"45472775-c770-4f3d-b37e-e8450c6ac4d1","Name":"JetBrains .idea Project Directory"},{"Enabled":true,"Id":"3c42f05f-8347-41e2-9b52-e5be1267d4a2","Name":"Jolokia Identified - 1"},{"Enabled":true,"Id":"89f65847-cc84-4561-b511-90dd94db513c","Name":"Jolokia Identified - 2"},{"Enabled":true,"Id":"f580ac50-65c4-480e-9297-9f1574c7a8fe","Name":"Joomla admin page"},{"Enabled":true,"Id":"b1026d87-01d3-47da-8935-b1b9a9fef9b8","Name":"Joomla chosen.css"},{"Enabled":true,"Id":"8bd335a3-9766-4a35-ac72-a7d866709003","Name":"Joomla htaccess"},{"Enabled":true,"Id":"8d8ccb99-bab3-4f50-a39e-b5917d9d4b17","Name":"Joomla web.config"},{"Enabled":true,"Id":"63f0d1e1-7525-4e43-9207-4c74340cf853","Name":"PHPinfo"},{"Enabled":true,"Id":"66ee536a-5383-4a97-a0de-e99936badfd1","Name":"security.txt File"},{"Enabled":true,"Id":"9a19c57a-d97f-485e-b348-896372dd07fc","Name":"SugarCRM Version File"},{"Enabled":true,"Id":"82b94cb0-4eba-481e-bb71-d678753cecb8","Name":"SVN File"},{"Enabled":true,"Id":"61c0a217-2265-452c-862a-e00a359f36d6","Name":"SVN File - New Format"},{"Enabled":true,"Id":"85f69ad0-a0e3-416a-9983-cd9c95f4c566","Name":"swagger.json File"},{"Enabled":true,"Id":"35587a33-82ee-45fe-9c5d-bf2349f4d3b5","Name":"swagger.json File V1"},{"Enabled":true,"Id":"614e2478-e535-47e8-81de-e60837f7612c","Name":"swagger.json File V2"},{"Enabled":true,"Id":"f1d6c74f-7350-40de-b327-cbe31853b024","Name":"swagger.json File V3"},{"Enabled":true,"Id":"d4edb502-c2b7-4103-954d-8f6f14e1359a","Name":"Travis CI Configuration File (.travis.yml)"},{"Enabled":true,"Id":"6f2c166c-308c-4a4c-ad1b-6db624619368","Name":"WordPress Configuration File"},{"Enabled":true,"Id":"35e07600-c230-4b15-b257-9a2766fd39e8","Name":"WordPress Configuration File - Backup"},{"Enabled":true,"Id":"68d7ea82-1866-48c9-b999-9df3ed206133","Name":"WS_FTP Log"},{"Enabled":true,"Id":"32e01a63-b6e8-4ff4-9fd5-ac3d220684b5","Name":"ZSH History File Detected"}],"Settings":[],"Type":"Engine","EngineGroup":"StaticResources","Description":"Detects hidden directories and files in all paths.","Enabled":true,"Id":"36c24999-9927-4a08-9120-b8d4b015a00b","Name":"Static Resources (All Paths)"},{"Patterns":[{"Enabled":true,"Id":"ac1f6e74-1898-4f1b-a621-7b62fb0f7ec7","Name":"Apache server-info Disclosure"},{"Enabled":true,"Id":"43dcc0fa-c7a6-4503-b799-1ff9099f5e0e","Name":"Apache server-status Disclosure"},{"Enabled":true,"Id":"942d0cbe-0d19-4816-8b44-281f08fcbb6f","Name":"Apple's App-Site Association File"},{"Enabled":true,"Id":"a1512a22-7ec4-4d69-85f4-963d5f42214d","Name":"AWStats Identified"},{"Enabled":true,"Id":"a6cbf10c-98b9-4b02-8a0e-9a0dbb3d6d1f","Name":"AWStats Identified - Type II"},{"Enabled":true,"Id":"bebd5802-b69d-482f-b48f-2427f70244c2","Name":"AWStats Identified - Type III"},{"Enabled":true,"Id":"cac8a01f-d748-438a-b7f1-4e168dea8cdc","Name":"AWStats Identified - Type IV"},{"Enabled":true,"Id":"8259bd32-5964-4d3a-a086-8575538b492b","Name":"AWStats Identified - Type V"},{"Enabled":true,"Id":"832bb0c7-093d-444b-89a9-9ae6f9a57462","Name":"AWStats Identified - Type VI"},{"Enabled":true,"Id":"0ecca0eb-c3c5-4a2b-b171-9b1e7afbcfc6","Name":"Cookie Support Detection"},{"Enabled":true,"Id":"44d284fe-a910-4384-9026-6ea0be531bf7","Name":"Elmah Error Log Detection - Type I"},{"Enabled":true,"Id":"e31e1850-61a1-444c-8910-d9b34d01eb20","Name":"Elmah Error Log Detection - Type II"},{"Enabled":true,"Id":"f9e33662-55c0-43e9-8333-e49b41bb0d2f","Name":"Flash Crossdomain.xml"},{"Enabled":true,"Id":"8ad14891-00c2-4578-b83c-e482580b539d","Name":"Mint Identified"},{"Enabled":true,"Id":"7ce25cc5-640b-4b8c-94e3-c10ea6fbf10e","Name":"Opensearch.xml File"},{"Enabled":true,"Id":"ed42ec30-fd32-4ce6-9a92-c4d55c4c670e","Name":"Opensearch.xml File - 2"},{"Enabled":true,"Id":"8cabcc8d-bdc6-45e2-9561-dca082191f06","Name":"PHP Injection fixed one time attack"},{"Enabled":true,"Id":"87e28ee0-9e86-468a-a7fd-56d56e6ac89d","Name":"PHP Injection fixed one time attack - Referrer"},{"Enabled":true,"Id":"ae6f17bc-36ca-4fe3-82ce-4fb1eba61075","Name":"phpMyAdmin Identified"},{"Enabled":true,"Id":"5330eb3b-dfe7-4c19-bfe6-e0498f44562a","Name":"phpMyAdmin Identified - II"},{"Enabled":true,"Id":"2626a8a7-30fe-4856-8de8-6603034e91f0","Name":"phpMyAdmin Identified - III"},{"Enabled":true,"Id":"a7ddce8c-6e39-4b65-b5fd-ebcd54d22bae","Name":"Progress MOVEit Transfer SQL Injection"},{"Enabled":true,"Id":"d54bca32-2267-4af2-87b3-1bf39a55a7d9","Name":"Robots.txt"},{"Enabled":true,"Id":"2130ba77-3cd1-472a-82d2-fa539250eb8e","Name":"RoR Development Mode Enabled"},{"Enabled":true,"Id":"3178a740-1289-42e6-be11-dac809859fda","Name":"Silverlight Clientaccesspolicy.xml"},{"Enabled":true,"Id":"c70ba1a2-d411-40bc-a6fb-53ee7f287d36","Name":"Sitemap Disclosure"},{"Enabled":true,"Id":"90096eb7-70f3-405c-9140-42560142fb05","Name":"Sitemap Disclosure - Type II"},{"Enabled":true,"Id":"a8e64586-9137-4dfd-85ab-bc6b333f87a3","Name":"Special No Basic Auth Test"},{"Enabled":true,"Id":"469c2ede-6af3-424a-a925-ef42b7a21248","Name":"Tomcat Default File - Documentation"},{"Enabled":true,"Id":"abf0580d-cb12-4222-9ec5-4ba389422ce8","Name":"Tomcat Default File - Documentation (2)"},{"Enabled":true,"Id":"f7fb1e34-6304-46cd-898a-9992f8ded39c","Name":"Tomcat Default File - Documentation 7.0.x"},{"Enabled":true,"Id":"489fa4a3-9404-4373-91b9-579f5e91b649","Name":"Tomcat Default File - JSP Samples"},{"Enabled":true,"Id":"2fd7d43d-bf13-475d-a34a-f060fd7b041e","Name":"Tomcat Default File - JSP Samples 5.5"},{"Enabled":true,"Id":"e8d280e7-ab0f-44d8-afba-eb5bcc63eeb9","Name":"Tomcat Source Code Disclosure"},{"Enabled":true,"Id":"9b31c247-fc5e-438c-8350-a5269250fdae","Name":"Tomcat Source Code Disclosure - Type II"},{"Enabled":true,"Id":"21927cba-02c1-4cb4-b316-60f1643a69a5","Name":"Tomcat Source Code Disclosure - Type III"},{"Enabled":true,"Id":"d869716a-ee4e-4c1b-bec2-c697c841fa5d","Name":"Tomcat Source Code Disclosure - Type IV"},{"Enabled":true,"Id":"e5cdc193-3556-4e39-83b1-728e4c8c03dd","Name":"Webalizer Identified"},{"Enabled":true,"Id":"2ed9c584-ebcf-4e9f-9f6b-65a96b63dd66","Name":"WP Engine Configuration File"}],"Settings":[],"Type":"Engine","EngineGroup":"StaticResources","Description":"Detects hidden directories and files in the root path.","Enabled":true,"Id":"e349d7cf-0fb1-434c-9005-f1f7a40a8e8a","Name":"Static Resources (Only Root Path)"}]},{"Title":"Wordpress","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"92c92c5d-3898-4e5a-9e8a-3edcbaf1da74","Name":"Akismet Spam Protection"},{"Enabled":true,"Id":"3c5e4211-7262-4883-aa27-ba3778069635","Name":"All-in-One WP Migration"},{"Enabled":true,"Id":"1d90204e-999d-4c6c-b4ac-2862e0a816aa","Name":"Backup Migration"},{"Enabled":true,"Id":"f6d8af5c-648a-433f-a36d-db6a67b31335","Name":"Classic Editor"},{"Enabled":true,"Id":"84a89754-3bc6-4ee9-a5a7-36d037511d2f","Name":"Contact Form 7"},{"Enabled":true,"Id":"ab72c1ec-3a1f-4773-b926-cae91f7344ab","Name":"Contact Form by WPForms"},{"Enabled":true,"Id":"5b8f2de2-ddcf-457b-a016-a6843f05961b","Name":"Elementor Website Builder"},{"Enabled":true,"Id":"315703f5-79a6-4c37-8b94-575c6de6df20","Name":"Jetpack"},{"Enabled":true,"Id":"380b7858-ea6a-4799-80ed-9e4c4300d344","Name":"Jupiter X Core"},{"Enabled":true,"Id":"015d784d-82ea-4ae3-90db-2050d8562c7c","Name":"LiteSpeed Cache"},{"Enabled":true,"Id":"d85a1de1-25dc-4262-aed5-f4dc2ad5e46a","Name":"Login with Phone Number"},{"Enabled":true,"Id":"ff2d82df-2013-4a81-88d7-8e2ed9afcb0e","Name":"Really Simple SSL"},{"Enabled":true,"Id":"386013a6-9651-4810-9190-3b1762956ad7","Name":"Smash Balloon Social Photo Feed"},{"Enabled":true,"Id":"9d552f55-16e4-491a-b92f-c4faa46534fb","Name":"Ultimate Member"},{"Enabled":true,"Id":"1fa7fa5f-51ad-4309-8ee5-952c5d31ae41","Name":"UpdraftPlus WordPress Backup Plugin"},{"Enabled":true,"Id":"ca01b217-959f-40b4-ae2b-823233da8abc","Name":"WooCommerce"},{"Enabled":true,"Id":"e63e14a9-71ef-4a43-8c30-78aa53f2f15e","Name":"Wordfence Security"},{"Enabled":true,"Id":"971b67d3-b559-4eea-b6a9-1a37f6b240b3","Name":"WordPress Importer"},{"Enabled":true,"Id":"be35c9ba-08d1-48a8-a2dc-9da8f5d05d71","Name":"Yoast Duplicate Post"},{"Enabled":true,"Id":"d74b76c5-2a0c-462e-aa1e-3085b821773e","Name":"Yoast SEO"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","EngineGroup":"WordpressDetection","Description":"Detects Plugins of Wordpress","Enabled":true,"Id":"a1d10398-06e8-46dc-8019-c1ba045e740b","Name":"Wordpress Plugin Detection"},{"Patterns":[{"Enabled":true,"Id":"f284c62b-2db4-412f-9605-f27afe36a5f8","Name":"Alishop"},{"Enabled":true,"Id":"e319b704-8b66-45fd-86ab-59bda9c9e989","Name":"Astra"},{"Enabled":true,"Id":"895e827c-a0fe-4d07-89ed-adc65f75dc6a","Name":"Avesa"},{"Enabled":true,"Id":"998aed23-2ee8-48e8-baa8-0d996e510e8c","Name":"Bosmarket"},{"Enabled":true,"Id":"ffea250e-a582-4a56-9e3e-70de83c9168a","Name":"Floris"},{"Enabled":true,"Id":"d7563b5a-84ff-4625-bcf9-44ac19db3dae","Name":"Furniki"},{"Enabled":true,"Id":"6352c818-0cc7-4e65-b23f-168e868d6a22","Name":"Gaion"},{"Enabled":true,"Id":"252aa9ac-f215-463d-aee0-adbc4cfa2cd5","Name":"GeneratePress"},{"Enabled":true,"Id":"ecad895d-c659-4949-94b7-08701248cd1b","Name":"Go"},{"Enabled":true,"Id":"faa623e2-7945-49e1-bccc-f5142a31738e","Name":"GrShop Grocery"},{"Enabled":true,"Id":"4982b992-8797-4764-bc50-98bfdf61aaac","Name":"Hello Elementor"},{"Enabled":true,"Id":"1683981b-6f21-4384-b609-5ffdc53fa8ec","Name":"HiStore"},{"Enabled":true,"Id":"ca1d92ac-5d15-405a-a218-f19540b3bb65","Name":"Homevillas Real Estate"},{"Enabled":true,"Id":"23bb5154-7f0f-4ac1-ad27-7a983abb31a1","Name":"Houskit"},{"Enabled":true,"Id":"b6266d44-e778-42e5-93d5-210fb892758b","Name":"Imarket"},{"Enabled":true,"Id":"4a4acbd8-49ab-41ab-96ea-8a4c1f4961c0","Name":"Inspiro"},{"Enabled":true,"Id":"ca7b21ea-0d34-4a99-814b-a9c51cda578b","Name":"JobCareer"},{"Enabled":true,"Id":"4d205249-c590-42b1-bce3-4d5c6317b24a","Name":"Kadence"},{"Enabled":true,"Id":"50db2bcf-8342-493c-9e9a-3eeb8daf8fd6","Name":"KONStore"},{"Enabled":true,"Id":"387758c8-d1a7-4e7b-a2e0-59b8fb5ea972","Name":"Levogue"},{"Enabled":true,"Id":"f4cd1e50-32b5-4faa-aa99-8be4229aee52","Name":"NeoMarket"},{"Enabled":true,"Id":"29fbb3df-6aeb-4a2f-a5fb-bd446772c0f4","Name":"Nicemerry"},{"Enabled":true,"Id":"8d70b1db-a6f6-4a63-92b5-d097f81f0453","Name":"Nusai Fashion Store"},{"Enabled":true,"Id":"2412e5b4-8d03-413b-a9d1-5fda76fbd265","Name":"OceanWP"},{"Enabled":true,"Id":"8961cbb4-c917-4659-b042-70d636013ba5","Name":"PopularFX"},{"Enabled":true,"Id":"03862892-c96e-4beb-9850-508987e367a5","Name":"Rozy"},{"Enabled":true,"Id":"9165d094-e74f-4230-8f50-bde9fcefa6a6","Name":"Secretsho"},{"Enabled":true,"Id":"fb27ee4b-99f4-4a44-9f53-1ea9f6348ce0","Name":"Sedona Shop"},{"Enabled":true,"Id":"f83f435d-619d-48e6-8bfa-bf4de649769f","Name":"Shop4u"},{"Enabled":true,"Id":"785cfc8e-f186-43aa-91da-90d7ec19da5c","Name":"ShopyMall"},{"Enabled":true,"Id":"8b7cc49e-fde9-4248-8543-89ef362b9d77","Name":"Siezz"},{"Enabled":true,"Id":"7ce2f041-6f88-40f8-96ac-ca1cecc2d100","Name":"Soaz"},{"Enabled":true,"Id":"ba67b9aa-2b2c-4221-add5-f24a544ec856","Name":"Storemate"},{"Enabled":true,"Id":"ee0071db-cf5e-4685-a837-24b8ef348107","Name":"Twenty Nineteen"},{"Enabled":true,"Id":"8d8a5dc5-8e48-4681-8621-aa672b07e900","Name":"Twenty Seventeen"},{"Enabled":true,"Id":"3b4aeb9b-616a-4652-9a27-bc47374f5e23","Name":"Twenty Sixteen"},{"Enabled":true,"Id":"44004ca2-b315-4532-b7c1-6067375bd2e7","Name":"Twenty Twenty"},{"Enabled":true,"Id":"f7814754-e47a-429b-8536-db2a40323b10","Name":"Twenty Twenty-One"},{"Enabled":true,"Id":"6e5dab26-2601-49b8-8dff-abec8703d592","Name":"Twenty Twenty-Three"},{"Enabled":true,"Id":"cf27d67f-a1b8-4a70-b96d-0f8a3c8f33c3","Name":"Twenty Twenty-Two"},{"Enabled":true,"Id":"47a660ee-1f34-4cc0-b802-d328655ee6c4","Name":"YITH Wonder"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","EngineGroup":"WordpressDetection","Description":"Detects Themes of Wordpress","Enabled":true,"Id":"3154e1b9-7793-4f5f-a4c3-e8839bfdcb7e","Name":"Wordpress Theme Detection"}]},{"Title":"XML External Entity (XXE)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"ee8691a1-7525-4126-b440-562ce7b41b3b","Name":"Base64 XML Entity"},{"Enabled":true,"Id":"de504a76-08ef-4de8-9333-98b4817bb9d2","Name":"XML Injection - Unix"},{"Enabled":true,"Id":"bc821d16-eef3-44ef-9e4a-9c723cacef2b","Name":"XML Injection - Windows"}],"Settings":[],"Type":"Engine","EngineGroup":"Xxe","Description":"Detects improper restriction of XML external entity references.","Enabled":true,"Id":"51222fd5-e3a0-430f-b025-e1bff1685016","Name":"XML External Entity"},{"Patterns":[{"Enabled":true,"Id":"379c7549-24e4-4143-a6b2-78edcfc00884","Name":"open"},{"Enabled":true,"Id":"3cd09081-4468-40e2-9f69-0ab3f0002d19","Name":"php filter base64"},{"Enabled":true,"Id":"b247dd7d-4c16-4d07-a33c-f72bdb94b349","Name":"php filter none"}],"Settings":[],"Type":"Engine","EngineGroup":"Xxe","Description":"Detects if an attacker can forge requests to appear as they are made by the server using XML External Entities.","Enabled":true,"Id":"c5800d05-11b7-4c38-9846-c33b574ba654","Name":"XML External Entity (Out of Band)"}]},{"Title":"ActiveMQ OpenWire RCE","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"AttackPort","Value":"61616"}],"Type":"Engine","Description":"ActiveMQ has an OpenWire-protocol broken on TCP port 61616. It allows unauthenticated attackers to manipulate serialized class types leading to arbitrary code execution.","Enabled":true,"Id":"df829d2d-b898-44a5-9951-d6e5614158d6","Name":"ActiveMQ OpenWire RCE"}]},{"Title":"Arbitrary Files (IAST)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"345128eb-074c-4cf8-9cb9-aa72f2a6ac4a","Name":"Arbitrary File Check - 1"},{"Enabled":true,"Id":"254f1f1e-8849-4b6a-b7fd-bab0f348c24f","Name":"Arbitrary File Check - 2"},{"Enabled":true,"Id":"c236006a-aef6-4c56-897f-f725633401a5","Name":"Arbitrary File Check - 3"}],"Settings":[],"Type":"Engine","Description":"Analyzes whether the target server is vulnerable to arbitrary file creation or deletion.","Enabled":true,"Id":"452f586a-d71d-44d8-a54e-0745d9479fb4","Name":"Arbitrary Files (IAST)"}]},{"Title":"BREACH Attack","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks if the host is vulnerable to a side-channel attack providing an oracle on the SSL stack due to the HTTP level compression.","Enabled":true,"Id":"74c3e245-481c-419c-8e81-89a501c955b3","Name":"BREACH Attack"}]},{"Title":"Configuration Analyzer (IAST)","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Analyzes server configuration files for vulnerabilities.","Enabled":true,"Id":"55d71994-f91f-4a38-b68a-ec55dcd6a69c","Name":"Configuration Analyzer (IAST)"}]},{"Title":"Content Security Policy","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detect vulnerabilities related to Content Security Policy settings.","Enabled":true,"Id":"e808992b-7838-42b0-bf32-2d5573292c8a","Name":"Content Security Policy"}]},{"Title":"Content-Type Sniffing","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks if Content-Type Sniffing protection is enforced.","Enabled":true,"Id":"b3e0c3d4-91f9-4ce3-9614-f83feda5c4a4","Name":"Content-Type Sniffing"}]},{"Title":"Cookie","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"CookieFilteringType","Value":"Exclude"},{"Name":"CookieNames","Value":""},{"Name":"SessionCookieNames","Value":"ASP.NET_sessionid, aspsession-id, aspsessionid, c-id, cakephp, cfid, cftoken, ci_session, cid, cust-id, hid, id, identity, idkey, j_id, j-sessionid, j-sid, jid, jsessid, jsession_id, jsessionid, jsid, key, keyid, kid, kohanasession, kses, ksid, laravel_session, lid, p_sid, p-sid, phpsessid, phpsession-id, phpsessionid, pid, proc_id, procid, psid, rid, s_id, sec, secid, secure, secure-id, secureid, seskey, sessid, session_id, session-id, session-key, sessionid, sessionkey, sid, sidentity, skey, ss_id, ssid, the-id, tid, tranid, transid, uec, uenc, uid, uniqueid, x_id, x-id, xid, zid, zope3, ASPSESSIONIDACCATCRS, Zend_Auth"}],"Type":"Engine","Description":"Analyzes cookies for security issues.","Enabled":true,"Id":"c1b05422-3860-4251-94a5-5c401689732d","Name":"Cookie"}]},{"Title":"Cross-Origin Resource Sharing (CORS)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"3844b4cf-710f-4910-876a-5b36f6f7fc28","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"CheckAllPages","Value":"True"}],"Type":"Engine","Description":"Checks if the Cross-Origin Resource Sharing (CORS) header is configured properly.","Enabled":true,"Id":"dfb9a9b7-929a-42fd-843a-0a79075bff5a","Name":"Cross-Origin Resource Sharing (CORS)"}]},{"Title":"Cross-Site Request Forgery","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects if an attacker can exploit the trust that a site has in a user's browser.","Enabled":true,"Id":"9fd1b44a-a60a-46f2-bf2d-1c663c8df96f","Name":"Cross-Site Request Forgery"}]},{"Title":"Drupal Remote Code Execution","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Analyzes Remote Code Execution (CVE-2019-6340) vulnerability in the Drupal application.","Enabled":true,"Id":"158b26eb-b8aa-4e85-a799-9b8e57d2d769","Name":"Drupal Remote Code Execution"}]},{"Title":"Expression Language Injection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"246a5f65-523a-4c70-95da-4f017a4ddf71","Name":"Classical"},{"Enabled":true,"Id":"2ca45762-1392-426d-9609-2048bffaf5fe","Name":"Classical - Double Encoded"},{"Enabled":true,"Id":"c009e30d-fb98-4090-94b1-1416f31c6bdb","Name":"MyFaces Attack"},{"Enabled":true,"Id":"5600370b-dafd-4860-9974-38cf6879f723","Name":"MyFaces Attack - Double Encoded"}],"Settings":[],"Type":"Engine","Description":"Detects if an attacker can inject new expressions that will be interpreted by the Expression Language interpreter within the application.","Enabled":true,"Id":"10649751-342f-4f97-a122-eb1acb2a41db","Name":"Expression Language Injection"}]},{"Title":"File Upload","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"3465edc6-a9d7-4b70-ad22-39190db02d1b","Name":".html"},{"Enabled":true,"Id":"c0c81d87-4610-4aa9-b948-1758aa91f336","Name":".jhtml"},{"Enabled":true,"Id":"46b935a0-2d0f-4a57-b50c-ea9a834e23ca","Name":".jsp"},{"Enabled":true,"Id":"b7480db0-b5f8-4ce7-9468-47ddc687152d","Name":".php3"},{"Enabled":true,"Id":"983c9158-9e82-419c-8f91-0300fb98fd7e","Name":".php4"},{"Enabled":true,"Id":"86ec91aa-f9e1-4daf-af1c-ad753636f540","Name":".php5"},{"Enabled":true,"Id":"7f85ad9f-d867-4ef5-a25e-dd997713abb9","Name":".pht"},{"Enabled":true,"Id":"0e2edff4-08ee-4e06-9d4f-6e308a8dbe4c","Name":".phtml"},{"Enabled":true,"Id":"ad5a9f17-43dc-4c53-943e-427986088890","Name":".svg"},{"Enabled":true,"Id":"0461eba7-799d-448e-9e75-f0c1692e361d","Name":".txt"},{"Enabled":true,"Id":"9bf4202a-680f-40de-bcf9-fc8a16930d02","Name":"Double Extensions - .jpeg.php"},{"Enabled":true,"Id":"a9dbc8e2-a4fd-463f-a109-5c2c1334e8c2","Name":"Double Extensions - .jpg.php"},{"Enabled":true,"Id":"c5fac2e8-0421-43bc-b756-dd185beb37ba","Name":"Double Extensions - .php.jpeg"},{"Enabled":true,"Id":"33cd795b-338f-44ab-98ba-3066e035c2ba","Name":"Double Extensions - .php.jpg"},{"Enabled":true,"Id":"67d2c603-bd77-4f0f-9e20-71af320a3ee5","Name":"Double Extensions - .php.png"},{"Enabled":true,"Id":"ddedb101-114e-404f-ab12-7f6dc24cff1c","Name":"Double Extensions - .png.php"},{"Enabled":true,"Id":"b8c1b3ee-4e18-4e0f-b99a-67ee3626798a","Name":"IIS 6 Bypass Extension with Semicolon"},{"Enabled":true,"Id":"7debc750-8a83-4d50-a682-d7a39ba0fe94","Name":"Null Byte - .asp"},{"Enabled":true,"Id":"a7524e66-2f9b-4732-8181-d4b9499a4d28","Name":"Null Byte - .php"},{"Enabled":true,"Id":"501a750c-cb90-4c94-ba50-73d2bfb90085","Name":"Parsing Vulnerability - apache - .php.gif"},{"Enabled":true,"Id":"7105d94a-448e-41f1-a5e1-3304faf6bab8","Name":"Parsing Vulnerability - apache - .php.pdf"},{"Enabled":true,"Id":"8ac8f52e-964b-4819-b469-fa8db9f699a4","Name":"Parsing Vulnerability - apache - .php.txt"},{"Enabled":true,"Id":"8770c70f-266d-444a-81b3-32733622e87a","Name":"Parsing Vulnerability - nginx - .gif"},{"Enabled":true,"Id":"57134a3a-d6ab-4413-8d90-c8e7a2756824","Name":"Parsing Vulnerability - nginx - .pdf"},{"Enabled":true,"Id":"fd9646a9-aa7a-4093-9e14-56ccbf54cf55","Name":"Parsing Vulnerability - nginx - .txt"},{"Enabled":true,"Id":"d1c1851e-3a09-4ff2-a14b-02380c7a4dd3","Name":"Trailing Spaces and Dots after File Name"},{"Enabled":true,"Id":"eac021bb-7b3d-4254-8386-3b62fb7c70e9","Name":"Valid GIF Header"},{"Enabled":true,"Id":"681b6320-221c-44ca-af35-4afdc0188e51","Name":"Valid GIF Header - .jpg"},{"Enabled":true,"Id":"9a16787d-1a23-4c58-b8ad-8dc1e3c849a9","Name":"Xss Via File Upload (FileName)"},{"Enabled":true,"Id":"04665d46-3dc2-4986-8ae0-6859b98796bb","Name":"Xss Via File Upload (FileName) - Script Context"},{"Enabled":true,"Id":"b77b73fe-d6fd-449e-b696-f12c9b89f2cd","Name":"Xss Via File Upload (GIF)"},{"Enabled":true,"Id":"dcdd0649-1c58-4199-b1c3-ac53e0264d8c","Name":"Xss Via File Upload (SVG)"},{"Enabled":true,"Id":"3b5512db-de35-474e-96dd-2d6a51d20bcf","Name":"Xss Via File Upload (SVG) - No Script Tag"}],"Settings":[{"Name":"SearchUploadFolders","Value":"True"},{"Name":"UploadFolders","Value":"images, uploads, uploadedfiles"}],"Type":"Engine","Description":"Detects if an attacker can upload a file and execute it in the context of the web server.","Enabled":true,"Id":"175d5167-3598-4813-8e26-14519927b8b5","Name":"File Upload"}]},{"Title":"GraphQL Library Detection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"6244a10f-e9a7-423c-8a66-70725cc51b0d","Name":"Apollo Identified - @deprecated"},{"Enabled":true,"Id":"1e35b823-aec5-4e98-97f8-be36e8b92335","Name":"Apollo Identified - @skip"},{"Enabled":true,"Id":"6d9d2812-1189-4322-a13f-b97857b23f4d","Name":"Ariadne Identified - @abc"},{"Enabled":true,"Id":"c4fde5e1-f416-4730-9fbe-ec38ef07075d","Name":"Ariadne Identified - Empty"},{"Enabled":true,"Id":"dde2e64a-37b9-4762-81ff-35b56d6648ef","Name":"Dgraph Identified - @cascade"},{"Enabled":true,"Id":"67361c9f-666b-4a21-b91e-ef5a216a1b5c","Name":"Dgraph Identified - __typename"},{"Enabled":true,"Id":"05cb4c3a-2f23-4a03-b419-a1a33feaffbf","Name":"Diana.jl - LBRACE eof"},{"Enabled":true,"Id":"6d492022-17c3-40b1-8004-71c908be8acc","Name":"Directus Identified - Empty"},{"Enabled":true,"Id":"250091c2-5e1e-48c2-ba33-3b1d9d0ab439","Name":"Gqlgen Identified - {}"},{"Enabled":true,"Id":"a163258c-3272-4fd3-8004-4b9991a73e8f","Name":"Gqlgen Identified - alias^_"},{"Enabled":true,"Id":"5d1c961d-2b4c-4d69-bc46-d6ee2f09ada4","Name":"Graphene Identified - aaa"},{"Enabled":true,"Id":"49b1cb3f-7ddd-49fc-b9a7-593f5ef7cff5","Name":"GraphQL API for WordPress Identified - @doesnotexist"},{"Enabled":true,"Id":"8e3bd522-0d72-4dc9-9f83-fab9efb24d06","Name":"GraphQL API for WordPress Identified - @skip"},{"Enabled":true,"Id":"34947337-0e3b-4541-b9ca-806f2f1e5b5d","Name":"GraphQL API for WordPress Identified - aa#aa"},{"Enabled":true,"Id":"6a83be89-fc1c-4bdc-9441-b171f9389ede","Name":"GraphQL API for WordPress Identified - Empty"},{"Enabled":true,"Id":"cac953ed-cb22-4b45-9168-7c13c4902805","Name":"GraphQL Endpoint Detected"},{"Enabled":true,"Id":"f02a8f00-0ea2-4712-a16a-1350ddfff418","Name":"Graphql Go Identified - {}"},{"Enabled":true,"Id":"01a5eb88-b78b-4a4c-a39c-639cc8f63655","Name":"Graphql Go Identified - Empty"},{"Enabled":true,"Id":"7e533394-663a-4e40-915e-b14a9541d5b2","Name":"GraphQL Java Identified - @aaa@aaa"},{"Enabled":true,"Id":"c8f90cf3-4692-4ab3-ad88-6aa6a2b2b2e3","Name":"GraphQL Java Identified - Empty"},{"Enabled":true,"Id":"e62595af-65b6-4df6-aa82-4f8511aef584","Name":"GraphQL Java Identified - queryy"},{"Enabled":true,"Id":"bb94c3c6-c0bd-4852-9576-0159c9950efe","Name":"GraphQL PHP Identified - @deprecated"},{"Enabled":true,"Id":"eb321dd8-276f-4754-b63e-b6f363ecf6c9","Name":"GraphQL Ruby Identified - @deprecated"},{"Enabled":true,"Id":"a9b0c429-8de0-457b-88aa-d15be3c51b67","Name":"GraphQL Ruby Identified - @skip"},{"Enabled":true,"Id":"e50fddf4-d4ab-47a6-a092-e5e72f1afc0d","Name":"GraphQL Ruby Identified - @skip in typename"},{"Enabled":true,"Id":"ca447a43-394c-414b-bc36-72c551bd59e9","Name":"GraphQL Ruby Identified - {}"},{"Enabled":true,"Id":"ed89ada2-0ccb-4e04-ae3b-5de4387ff38f","Name":"Hasura Identified - @cached"},{"Enabled":true,"Id":"0ccc4b96-063c-44ab-9a4e-f825e728e35e","Name":"Hasura Identified - @skip"},{"Enabled":true,"Id":"ac772f4b-98dc-4c8f-8706-7cee0607b244","Name":"Hasura Identified - __schema"},{"Enabled":true,"Id":"42eae902-f4c4-439c-8c91-e690ff800589","Name":"Hasura Identified - aaa"},{"Enabled":true,"Id":"750d1e4b-6741-4806-a506-d31fa088c649","Name":"Hot Chocolate Identified - Empty Query"},{"Enabled":true,"Id":"bce44bd4-498b-4485-85c8-2523aa44fc47","Name":"Juniper Identified - Empty"},{"Enabled":true,"Id":"64b7e573-3625-4a51-a8e8-e4dd39364362","Name":"Sangria Identified - queryy"},{"Enabled":true,"Id":"c9eac8b2-8d78-4e66-9d37-2252ca5c20ff","Name":"Tartiflette Identified - @a"},{"Enabled":true,"Id":"a1518ad9-8600-49f6-a327-90b44f526fd0","Name":"Tartiflette Identified - @deprecated in typename"},{"Enabled":true,"Id":"608c4a20-56bd-42f9-88ff-57e381855790","Name":"Tartiflette Identified - @skip"},{"Enabled":true,"Id":"317c0ee0-8d17-48af-891e-5920a3b5a10f","Name":"Tartiflette Identified - netsparker"},{"Enabled":true,"Id":"49b2fa12-1df2-4145-9645-ba2cf1fcf76d","Name":"Tartiflette Identified - queryy"},{"Enabled":true,"Id":"c58d6174-8608-4882-93a4-bd22405a823b","Name":"WPGraphQL Identified - Empty"}],"Settings":[{"Name":"EndPointPaths","Value":"/\r\n/graphql\r\n/graphiql\r\n/v1/graphql\r\n/v2/graphql\r\n/v3/graphql\r\n/v1/graphiql\r\n/v2/graphiql\r\n/v3/graphiql\r\n/api/graphql\r\n/api/graphiql\r\n/console\r\n/playground\r\n/gql\r\n/index.php?graphql"},{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","Description":"Detects GraphQL endpoints and libraries.","Enabled":true,"Id":"417d3fc8-e0a9-4fa3-b335-946aea217007","Name":"GraphQL Library Detection"}]},{"Title":"Header Analyzer","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks response headers against vulnerabilities.","Enabled":true,"Id":"2bd8a3c8-46ec-4a0a-874e-139bcfa959c5","Name":"Header Analyzer"}]},{"Title":"Heartbleed","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks improper input validation (due to a missing bounds check) in the implementation of the TLS heartbeat extension for the OpenSSL cryptographic software library.","Enabled":true,"Id":"8db88ec1-2f54-4800-ad48-567a15544df2","Name":"Heartbleed"}]},{"Title":"HSTS","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects configuration issues of HSTS implementation.","Enabled":true,"Id":"f6742db1-9e6d-4c5d-9418-9a5902cd3321","Name":"HSTS"}]},{"Title":"HTML Content","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"29b16aad-00a5-4548-936d-c7cc3741d925","Name":"Possible Admin Interface"}],"Settings":[],"Type":"Engine","Description":"Analyzes HTML content for security issues.","Enabled":true,"Id":"7cb5e72a-35d1-4471-8fc5-77a8e1961f06","Name":"HTML Content"}]},{"Title":"HTTP Methods","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"fe48d7f8-ce01-497d-b6c6-ab9992db6624","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"MaximumPath","Value":"1"}],"Type":"Engine","Description":"Analyzes HTTP methods for security issues.","Enabled":true,"Id":"532c8ea7-39b9-4181-ad56-8e3ee6b59845","Name":"HTTP Methods"}]},{"Title":"HTTP Status","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Analyzes HTTP status headers for security issues.","Enabled":true,"Id":"3ea07d15-0c8e-40d1-b4e6-21fe5f0cd5d1","Name":"HTTP Status"}]},{"Title":"HTTP.sys (CVE-2015-1635)","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks if remote code execution occurs via HTTP request in IIS webserver.","Enabled":true,"Id":"b1af966e-dcb2-4423-86c4-d2daeee27141","Name":"HTTP.sys (CVE-2015-1635)"}]},{"Title":"IFrame Security","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects vulnerabilities specific to iframes.","Enabled":true,"Id":"400d67b1-f9fc-4b70-8e87-4be054735fef","Name":"IFrame Security"}]},{"Title":"Insecure JSONP Endpoint","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks the target web application for insecure JSONP endpoints.","Enabled":true,"Id":"dd0a9771-d587-4be0-9f55-84375b8459f7","Name":"Insecure JSONP Endpoint"}]},{"Title":"Insecure Reflected Content","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"f8439a97-35bf-44b6-a5c4-89777ea65eb0","Name":"Alphanumeric-Only Characters"}],"Settings":[],"Type":"Engine","Description":"Checks for potential same origin bypass issues based on controlling the content of the response.","Enabled":true,"Id":"5e12a2cf-7fee-4e90-8c28-2d4cf2266aae","Name":"Insecure Reflected Content"}]},{"Title":"JavaScript Libraries","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"d6190006-8c01-4b30-8d12-8a2c01ef29a5","Name":"AngularJS"},{"Enabled":true,"Id":"8839c727-3c95-418d-bf26-bdfd607f9791","Name":"AngularJS Identified"},{"Enabled":true,"Id":"898a1494-d703-48cf-b29a-92fb0be436e9","Name":"AngularJS Version Disclosure"},{"Enabled":true,"Id":"6659c612-0d83-4424-8b8f-67018e4bc589","Name":"ASP.NET SignalR"},{"Enabled":true,"Id":"94fe9d0d-d239-4925-a488-1adaec8083f4","Name":"ASP.NET SignalR Identified"},{"Enabled":true,"Id":"75eae419-d717-494a-92e2-c3f562f1e4a1","Name":"ASP.NET SignalR Version Disclosure"},{"Enabled":true,"Id":"7e2d9450-fd7a-4afd-bdf1-bd15b4ced759","Name":"axios"},{"Enabled":true,"Id":"96419e5f-e421-44eb-a01c-8760834e5243","Name":"axios Identified"},{"Enabled":true,"Id":"cf90fd9e-e472-418d-8f69-71bffd160d5a","Name":"axios Version Disclosure"},{"Enabled":true,"Id":"f767d939-de63-480b-8abb-ab518e395ecd","Name":"Backbone.js"},{"Enabled":true,"Id":"5f1b7863-802a-4bbc-a99b-98ea39633c3d","Name":"Backbone.js Identified"},{"Enabled":true,"Id":"150b4c62-d09d-4e47-a728-0ec8260f549a","Name":"Backbone.js Version Disclosure"},{"Enabled":true,"Id":"2967003d-d196-4885-a731-e62e1ccec397","Name":"bluebird"},{"Enabled":true,"Id":"9ab7a564-6e70-41db-9a63-6e64a2974a1f","Name":"bluebird Identified"},{"Enabled":true,"Id":"1501cf61-1db2-4f22-9f53-959ad26d472a","Name":"bluebird Version Disclosure"},{"Enabled":true,"Id":"ce04b54a-70da-48ab-bd3a-1b85ae931314","Name":"Bootbox"},{"Enabled":true,"Id":"3c8b8b15-5cd1-4af4-b61b-571fffca6481","Name":"Bootbox Identified"},{"Enabled":true,"Id":"4ac0d2e7-fd45-4735-98c1-13414c38c9f4","Name":"Bootbox Version Disclosure"},{"Enabled":true,"Id":"c9a9b35b-f952-4691-8a53-99084f5b20a3","Name":"Bootstrap 3 Date/Time Picker"},{"Enabled":true,"Id":"0bff0207-9a29-4743-a82d-311f88224a3d","Name":"Bootstrap 3 Date/Time Picker Identified"},{"Enabled":true,"Id":"29e7ddd8-a0f8-4121-9151-37dfb13387e7","Name":"Bootstrap 3 Date/Time Picker Version Disclosure"},{"Enabled":true,"Id":"c9f60a27-b165-4e14-a0fb-379250cc3611","Name":"Bootstrap Select"},{"Enabled":true,"Id":"989f1088-b24a-4dc3-a5db-4efa58ab54e0","Name":"Bootstrap Select Identified"},{"Enabled":true,"Id":"94f57661-86ba-4896-b71c-a0f6265cb601","Name":"Bootstrap Select Version Disclosure"},{"Enabled":true,"Id":"0f5d63f7-26bb-44c6-b381-94749df983ef","Name":"Bootstrap Table"},{"Enabled":true,"Id":"955b2372-b57c-4b9c-a044-0abbe4bc1c58","Name":"Bootstrap Table Identified"},{"Enabled":true,"Id":"5feb9e7f-67d8-4e36-911e-e54092dc9e0c","Name":"Bootstrap Table Version Disclosure"},{"Enabled":true,"Id":"fc629d93-396e-470f-8a31-090cc432417b","Name":"Bootstrap Toggle"},{"Enabled":true,"Id":"32aadbeb-9409-41c8-8502-44c9909b0b2e","Name":"Bootstrap Toggle Identified"},{"Enabled":true,"Id":"f3f7d0fd-726d-45b1-ba85-ba2d66ffe501","Name":"Bootstrap Toggle Version Disclosure"},{"Enabled":true,"Id":"4c132925-1629-4854-8a42-d47aa151beed","Name":"Bootstrap.js"},{"Enabled":true,"Id":"1db0aa22-707b-47ac-9c34-0d53107e8f66","Name":"Bootstrap.js Identified"},{"Enabled":true,"Id":"d37b8876-421f-4138-aee9-d4d0e2435c82","Name":"Bootstrap.js Version Disclosure"},{"Enabled":true,"Id":"28e82648-2f7e-4ff0-bfb8-24d2e187bb44","Name":"Bootstrap3 Typeahead"},{"Enabled":true,"Id":"fcee567d-5698-4680-9edf-a0c4024afe5b","Name":"Bootstrap3 Typeahead Identified"},{"Enabled":true,"Id":"d474a9bb-7a1d-4b30-9fd0-253500b93089","Name":"Bootstrap3 Typeahead Version Disclosure"},{"Enabled":true,"Id":"47712fc6-168e-4a6c-8831-81a308fb6294","Name":"CanvasJS"},{"Enabled":true,"Id":"e81aceb6-532b-49a4-8846-068799fa11ac","Name":"CanvasJS Identified"},{"Enabled":true,"Id":"36ddd4ef-1df0-4ca3-a178-358a9ed49f3c","Name":"CanvasJS Version Disclosure"},{"Enabled":true,"Id":"839261c8-5a2a-4c1b-bec1-954636613cb4","Name":"Chart.js"},{"Enabled":true,"Id":"353406e2-8cd4-4b5f-a9e1-f3338469bfc4","Name":"Chart.js Identified"},{"Enabled":true,"Id":"604d2e12-b7c2-4010-a371-bff41ea0e44f","Name":"Chart.js Version Disclosure"},{"Enabled":true,"Id":"69030925-d807-43a1-a013-1f863ebf0b3a","Name":"CKEditor"},{"Enabled":true,"Id":"1b8d5da5-f566-461f-a891-da3d2308d2c9","Name":"CKEditor Identified"},{"Enabled":true,"Id":"3689b86e-ac8e-4b88-8051-4420e664bd86","Name":"CKEditor Version Disclosure"},{"Enabled":true,"Id":"6a00bb5c-9a1b-4eb6-81e6-279524eccda2","Name":"D3.js"},{"Enabled":true,"Id":"c60a8094-e255-4363-b207-01630bb857ee","Name":"D3.js Identified"},{"Enabled":true,"Id":"3c138e2b-c37e-414d-90fa-fe7269907d93","Name":"D3.js Version Disclosure"},{"Enabled":true,"Id":"807b1034-ac2a-4078-88e3-d74099a54310","Name":"DataTables"},{"Enabled":true,"Id":"4b4459c2-4bc5-4021-9584-3fee368dd33d","Name":"DataTables Identified"},{"Enabled":true,"Id":"4109cb8b-1f11-4ac7-98c5-d150c8083da0","Name":"DataTables Version Disclosure"},{"Enabled":true,"Id":"d2732d90-7942-48a2-818b-a02c88674ad6","Name":"dojo"},{"Enabled":true,"Id":"2fc37dba-5c3b-47b2-a403-b5152e3811e2","Name":"dojo Identified"},{"Enabled":true,"Id":"1cc97502-b9d6-40d9-bbca-3e751ad027a3","Name":"dojo Version Disclosure"},{"Enabled":true,"Id":"32972d30-3615-4037-8429-1ce52c434d3d","Name":"DOMPurify"},{"Enabled":true,"Id":"61de8712-8ed0-406a-b678-e355078ba09b","Name":"DOMPurify Identified"},{"Enabled":true,"Id":"68d95c13-613c-4c8d-8373-c2f4d47f4b3d","Name":"DOMPurify Version Disclosure"},{"Enabled":true,"Id":"f2e1b1a3-452b-437d-80e4-1a378432f8de","Name":"DWR"},{"Enabled":true,"Id":"2168819c-7adb-4257-9180-0ea07e909040","Name":"Dwr Identified"},{"Enabled":true,"Id":"02021347-9f1c-4ed1-add0-799bb957b80d","Name":"Dwr Version Disclosure"},{"Enabled":true,"Id":"9f5a0b4d-fa3e-4be7-8028-4340f76b4eff","Name":"easyXDM"},{"Enabled":true,"Id":"780900ec-a6e9-4c25-9969-e1539f42cc50","Name":"easyXDM Identified"},{"Enabled":true,"Id":"847f7791-0f08-4c35-8493-b723735a60cd","Name":"easyXDM Version Disclosure"},{"Enabled":true,"Id":"851d333a-fad8-4c7f-8ef3-1410ae3f63a1","Name":"ef.js"},{"Enabled":true,"Id":"8ae139f8-4e5a-4e0f-91af-b67b5fcf80b8","Name":"ef.js Identified"},{"Enabled":true,"Id":"5ffc62df-860a-4923-92b3-7a1eb0257827","Name":"ef.js Version Disclosure"},{"Enabled":true,"Id":"1a20e89e-2165-4357-b4d9-854c89d527ac","Name":"ember"},{"Enabled":true,"Id":"312bef45-1b96-4482-966b-022787af2e49","Name":"ember Identified"},{"Enabled":true,"Id":"ede0ce15-534b-46ed-8773-b0a158756272","Name":"ember Version Disclosure"},{"Enabled":true,"Id":"831b878a-9bdb-44fa-b731-57cfbf0ceab9","Name":"Ext JS"},{"Enabled":true,"Id":"16f79251-44ea-46d1-957d-64ec44979688","Name":"Ext JS Identified"},{"Enabled":true,"Id":"c0b16447-dc07-4085-85dc-3c8ae416a47c","Name":"Ext JS Version Disclosure"},{"Enabled":true,"Id":"75ab5463-7517-49bc-9ca9-c30fc6d32e0a","Name":"Fabric.js"},{"Enabled":true,"Id":"ddfaa7ab-40bf-489f-8835-5dd3d3fd7e4b","Name":"Fabric.js Identified"},{"Enabled":true,"Id":"98be0553-16d5-451c-b745-3e7b36e827e5","Name":"Fabric.js Version Disclosure"},{"Enabled":true,"Id":"ed151ca8-fd6a-44cc-bf0b-880c3be077f9","Name":"fancyBox"},{"Enabled":true,"Id":"55136a03-9f7e-4143-88df-bd860581c38a","Name":"fancyBox Identified"},{"Enabled":true,"Id":"a0346899-e9f2-409b-9e78-4ba3a67d20a7","Name":"fancyBox Version Disclosure"},{"Enabled":true,"Id":"90848492-26b8-4e5d-99f5-257544e0c57a","Name":"Fingerprintjs2"},{"Enabled":true,"Id":"8e98ac3f-4167-4ac0-9430-960b248a1716","Name":"Fingerprintjs2 Identified"},{"Enabled":true,"Id":"4be014f6-a4f2-4444-99f8-e4c6972d9d2f","Name":"Fingerprintjs2 Version Disclosure"},{"Enabled":true,"Id":"ed7a90ba-7845-4e7c-9f45-3af1b069d721","Name":"Flickity"},{"Enabled":true,"Id":"5b102e27-865f-4af3-985c-e6f838758f52","Name":"Flickity Identified"},{"Enabled":true,"Id":"709a9469-0184-4890-b721-033b6e877381","Name":"Flickity Version Disclosure"},{"Enabled":true,"Id":"7f011659-c85e-4f3d-b910-ec480fd82a91","Name":"FooTable"},{"Enabled":true,"Id":"f76cd96a-89cd-41d5-933a-683b656b233f","Name":"FooTable Identified"},{"Enabled":true,"Id":"9840c125-ee7d-4cbf-a779-d61009544be6","Name":"FooTable Version Disclosure"},{"Enabled":true,"Id":"ff17a59d-41ac-4fdd-8344-f77cb097e1f5","Name":"Foundation"},{"Enabled":true,"Id":"835de007-37b2-4ab5-bfe2-abaf1a7ac79b","Name":"Foundation Identified"},{"Enabled":true,"Id":"2ed737a7-c4cd-4ac7-8c94-17785059ea0c","Name":"Foundation Version Disclosure"},{"Enabled":true,"Id":"82b86d19-129e-44db-92b6-1bb0f8bd8328","Name":"Fuel UX"},{"Enabled":true,"Id":"b2846718-5eec-4125-bf97-0bf9ccf0577d","Name":"Fuel UX Identified"},{"Enabled":true,"Id":"83fb0215-ff10-42c0-8855-95560eb407d0","Name":"Fuel UX Version Disclosure"},{"Enabled":true,"Id":"36a24b08-07b2-4f73-8940-0f03b095849f","Name":"GSAP"},{"Enabled":true,"Id":"0ae61e0f-f345-497b-9c6e-f622218cf79f","Name":"GSAP Identified"},{"Enabled":true,"Id":"2453eb57-7261-4865-aa55-828e30c74fbc","Name":"GSAP Version Disclosure"},{"Enabled":true,"Id":"2a854a03-960d-42dd-bf7b-d86fca76bd63","Name":"Hammer.JS"},{"Enabled":true,"Id":"d9b4984e-40eb-4af8-8508-874ff10f763c","Name":"Hammer.JS Identified"},{"Enabled":true,"Id":"1b0bc286-0a61-440c-af8e-0f6f4785eb0d","Name":"Hammer.JS Version Disclosure"},{"Enabled":true,"Id":"bbe08276-c5de-4358-9dea-1eab28e59c81","Name":"Handlebars.js"},{"Enabled":true,"Id":"ee929cb3-3c8a-4a1d-a795-cfe5d1696e64","Name":"Handlebars.js Identified"},{"Enabled":true,"Id":"baff8154-9d44-477b-b31b-0ff9d4c031ce","Name":"Handlebars.js Version Disclosure"},{"Enabled":true,"Id":"1e4d9cdb-acfb-44a2-9cab-dd99e060f552","Name":"Highcharts"},{"Enabled":true,"Id":"5ca95e7f-bc70-4bd8-95c5-7e521a06b51e","Name":"Highcharts Identified"},{"Enabled":true,"Id":"fb6a574a-9e5d-4d74-b08c-c18b1620f991","Name":"Highcharts Version Disclosure"},{"Enabled":true,"Id":"42ca77a2-f539-4d47-9e4c-6f0d172b59c1","Name":"html5shiv"},{"Enabled":true,"Id":"e52f539e-c60c-4c35-852d-99ad0395313f","Name":"html5shiv Identified"},{"Enabled":true,"Id":"250cf191-a083-4eae-b970-36494b6c0cf7","Name":"html5shiv Version Disclosure"},{"Enabled":true,"Id":"4fe64da3-cb9a-4b8d-a276-df11949c304f","Name":"Image Picker"},{"Enabled":true,"Id":"67acf787-5baf-4b04-b5c7-1c8ed2a24db9","Name":"Image Picker Identified"},{"Enabled":true,"Id":"e63974fa-4b57-422a-abf5-162e46ffa9c3","Name":"Image Picker Version Disclosure"},{"Enabled":true,"Id":"0b747864-41b6-4f4c-8904-44d5a07904e4","Name":"Inferno"},{"Enabled":true,"Id":"b68c9292-9a32-411a-b0a5-0f62ac943376","Name":"Inferno Identified"},{"Enabled":true,"Id":"cecc5f0b-7ce8-4855-bf4f-932c927ea4f2","Name":"Inferno Version Disclosure"},{"Enabled":true,"Id":"317ec4c3-6a70-4ac8-9c03-fe52ae2055d6","Name":"Intro.js"},{"Enabled":true,"Id":"d7b28a24-dc6e-4f72-8b67-8b1f5d0dedb4","Name":"Intro.js Identified"},{"Enabled":true,"Id":"d9b7d49e-2cb8-474e-9764-90b766ab8d6b","Name":"Intro.js Version Disclosure"},{"Enabled":true,"Id":"c0c8496b-aeed-4c0f-a05e-7400406d8e17","Name":"Ion.RangeSlider"},{"Enabled":true,"Id":"2f061e66-3b22-4a6f-831d-3053be820430","Name":"Ion.RangeSlider Identified"},{"Enabled":true,"Id":"d8061abe-98e9-46d2-bf03-cd69ef6020ef","Name":"Ion.RangeSlider Version Disclosure"},{"Enabled":true,"Id":"9bffd3f1-f455-4291-8be3-96eaabba4944","Name":"JavaScript Cookie"},{"Enabled":true,"Id":"19842c84-198d-4f3a-911b-dd1a1ffac040","Name":"JavaScript Cookie Identified"},{"Enabled":true,"Id":"75442681-9a00-4244-a58e-607e1b585434","Name":"JavaScript Cookie Version Disclosure"},{"Enabled":true,"Id":"759d62c7-0d10-4dfb-84f3-f99c2559fc45","Name":"jPlayer"},{"Enabled":true,"Id":"c49cde82-f35d-4dd7-abbf-3d1abbd219cb","Name":"jPlayer Identified"},{"Enabled":true,"Id":"676f13f5-96fb-42e7-9e06-dd02e9b84f15","Name":"jPlayer Version Disclosure"},{"Enabled":true,"Id":"ad56db48-b1ea-4027-b23e-b6989413c51e","Name":"jQuery"},{"Enabled":true,"Id":"54421b84-a90b-46e0-af70-84d898c23fa7","Name":"jQuery Identified"},{"Enabled":true,"Id":"4dde5670-bd27-4a67-9915-6efe6420ca64","Name":"jQuery Mask"},{"Enabled":true,"Id":"1627e4b7-fa30-48c9-9883-836e296e2659","Name":"jQuery Mask Identified"},{"Enabled":true,"Id":"387ca281-5731-4a6d-a77c-51c9b0a749a9","Name":"jQuery Mask Version Disclosure"},{"Enabled":true,"Id":"bd562bb7-e883-49b0-9be4-366a15fd1e50","Name":"JQuery PlaceholderJS"},{"Enabled":true,"Id":"6d18ec91-06f3-450a-ad0d-0754d9dcf46f","Name":"JQuery PlaceholderJS Identified"},{"Enabled":true,"Id":"dcf887ff-6994-4fb7-ac11-ef12f73a6485","Name":"JQuery PlaceholderJS Version Disclosure"},{"Enabled":true,"Id":"29c00073-b6dc-4564-92a8-6f4fa1157f00","Name":"jQuery Validation"},{"Enabled":true,"Id":"d8db1b82-4703-4070-abc2-3da21ebf75ed","Name":"jQuery Validation Identified"},{"Enabled":true,"Id":"6f94e288-29d2-401c-a359-908c38a372ff","Name":"jQuery Validation Version Disclosure"},{"Enabled":true,"Id":"21546a87-3348-4421-87a0-67e6fe07f873","Name":"jQuery Version Disclosure"},{"Enabled":true,"Id":"3ec1bab0-4e51-487c-8b94-eca5d0756dea","Name":"jQuery.prettyPhoto"},{"Enabled":true,"Id":"32e29c62-096e-416a-8c65-b4614e305207","Name":"jQuery.prettyPhoto Identified"},{"Enabled":true,"Id":"97ff5fd8-1382-4ba6-bb5a-fafb8edb93b2","Name":"jQuery.prettyPhoto Version Disclosure"},{"Enabled":true,"Id":"9fd24f8b-1fa2-4a4d-9878-03d926e47aff","Name":"jQuery-Migrate"},{"Enabled":true,"Id":"02aebb4d-7173-4f46-945e-9497a94f2779","Name":"jQuery-Migrate Identified"},{"Enabled":true,"Id":"ee4fc3c2-ca7b-4966-a1c9-2ffdb1c99b76","Name":"jQuery-Migrate Version Disclosure"},{"Enabled":true,"Id":"a5c20ecc-e429-4f93-baf2-e26a34c86af9","Name":"jQuery-Mobile"},{"Enabled":true,"Id":"6a524362-9f49-499e-93cb-0d77c1d1d7f2","Name":"jQuery-Mobile Identified"},{"Enabled":true,"Id":"5ccfebbe-414f-48f4-984f-d010b5cc1d6c","Name":"jQuery-Mobile Version Disclosure"},{"Enabled":true,"Id":"69ccf979-3bb3-47a2-97aa-51343a082361","Name":"jQuery-UI-Autocomplete"},{"Enabled":true,"Id":"3469e7dd-2077-4e34-a3d4-05eb3a85f459","Name":"jQuery-UI-Autocomplete Identified"},{"Enabled":true,"Id":"fec0d19a-cdf2-42ed-a99b-db84f502d097","Name":"jQuery-UI-Autocomplete Version Disclosure"},{"Enabled":true,"Id":"d5e2cccb-55ef-4b4f-810b-86c4bb606cb1","Name":"jQuery-UI-Dialog"},{"Enabled":true,"Id":"88a537ae-ae32-44ed-b341-778417672c0a","Name":"jQuery-UI-Dialog Identified"},{"Enabled":true,"Id":"83d95031-1cd9-4a38-afbd-a5d7af7df187","Name":"jQuery-UI-Dialog Version Disclosure"},{"Enabled":true,"Id":"dc5bbd52-d48c-4f52-95ea-edb22fcde8f0","Name":"jQuery-UI-Tooltip"},{"Enabled":true,"Id":"e2a5c148-6644-4609-be61-4c21f95aaa27","Name":"jQuery-UI-Tooltip Identified"},{"Enabled":true,"Id":"426ced3e-f423-4de9-a0f1-6377689f8315","Name":"jQuery-UI-Tooltip Version Disclosure"},{"Enabled":true,"Id":"f75aa334-ab80-4036-ae09-ecd2d8878685","Name":"jsTree"},{"Enabled":true,"Id":"83f01738-ebcc-4cab-a225-df161c9b0974","Name":"jsTree Identified"},{"Enabled":true,"Id":"f1422d31-3925-4256-87c2-bc1431515d4b","Name":"jsTree Version Disclosure"},{"Enabled":true,"Id":"c04c28b8-ec09-4407-b4b3-e0832b944433","Name":"jszip"},{"Enabled":true,"Id":"c34117dc-0518-45bd-89be-489ed69b92ee","Name":"jszip Identified"},{"Enabled":true,"Id":"9e8ed153-2b16-4ea7-ba20-890aae6b7b1f","Name":"jszip Version Disclosure"},{"Enabled":true,"Id":"431a2096-8131-45a0-80b1-a7e5cc0b367a","Name":"Knockout Mapping"},{"Enabled":true,"Id":"e11f38c6-080b-4395-8c2f-7b270cb4f0ba","Name":"Knockout Mapping Identified"},{"Enabled":true,"Id":"a7df154c-99de-4ec4-a953-764d60ffb95e","Name":"Knockout Mapping Version Disclosure"},{"Enabled":true,"Id":"a8ec1032-89bd-4090-b9e4-ac99f061ada7","Name":"Knockout.js"},{"Enabled":true,"Id":"b8b5ab5c-f233-435e-bd66-dc0d3bf65f0a","Name":"Knockout.js Identified"},{"Enabled":true,"Id":"768190e3-209e-4250-8cea-e44a6c17a342","Name":"Knockout.js Version Disclosure"},{"Enabled":true,"Id":"0e448441-93a4-4953-8567-bba11c2aadc8","Name":"Lazy.js"},{"Enabled":true,"Id":"bd91cf76-f67e-4902-a209-35f3ffc491df","Name":"Lazy.js Identified"},{"Enabled":true,"Id":"66c889a3-8fda-4533-ac0a-245123dfbb52","Name":"Lazy.js Version Disclosure"},{"Enabled":true,"Id":"9f0ecb76-56aa-40f8-bddf-5e702f2f0351","Name":"Leaflet"},{"Enabled":true,"Id":"d73a27f5-ee62-4ad3-a337-3ea75e0b1c5f","Name":"Leaflet Identified"},{"Enabled":true,"Id":"87818e3d-5d1a-49ab-b7ca-1305d4e7779f","Name":"Leaflet Version Disclosure"},{"Enabled":true,"Id":"5c6f2736-271f-4b20-bb4d-34a2a67a667b","Name":"Lightbox2"},{"Enabled":true,"Id":"e0f71bf6-6e69-4b22-a3f8-62a20d18dcd9","Name":"Lightbox2 Identified"},{"Enabled":true,"Id":"7e787dce-0238-4c58-8575-3b85fd12d2be","Name":"Lightbox2 Version Disclosure"},{"Enabled":true,"Id":"ad5cdfab-3eb7-47d2-9720-08e8621b74c9","Name":"List.js"},{"Enabled":true,"Id":"88479048-dae7-4267-a33b-af03e5a6ff14","Name":"List.js Identified"},{"Enabled":true,"Id":"03e635f3-d141-451c-8e91-b615f5187f9a","Name":"List.js Version Disclosure"},{"Enabled":true,"Id":"0e1ca715-c4f5-4171-90b3-5807a52c995d","Name":"Lodash"},{"Enabled":true,"Id":"86c7fceb-400b-486a-afe1-93913c5da360","Name":"Lodash Identified"},{"Enabled":true,"Id":"f624385a-64d9-46e9-a988-74f12da0d2fc","Name":"Lodash Version Disclosure"},{"Enabled":true,"Id":"a02a10b7-1211-407a-8e7a-59367e8f409d","Name":"Marionette.js"},{"Enabled":true,"Id":"ecc45aa9-c7cb-4209-866d-d154161e899b","Name":"Marionette.js Identified"},{"Enabled":true,"Id":"6ab63266-3d05-4df5-825a-f8c911ca21b8","Name":"Marionette.js Version Disclosure"},{"Enabled":true,"Id":"f2196130-29a9-44dc-8a6b-197af5787ea8","Name":"markdown-it"},{"Enabled":true,"Id":"da763d2b-9e5d-43f4-8b07-da271c710572","Name":"markdown-it Identified"},{"Enabled":true,"Id":"5d41a326-df67-49c3-a734-16981f166686","Name":"markdown-it Version Disclosure"},{"Enabled":true,"Id":"d5b1c882-324a-4ced-b95d-5d6cae662483","Name":"Math.js"},{"Enabled":true,"Id":"54e0961e-ffae-483d-994c-c2f8816bf3b9","Name":"Math.js Identified"},{"Enabled":true,"Id":"25f9db15-e4b5-457d-ac1e-57df4a3bba6f","Name":"Math.js Version Disclosure"},{"Enabled":true,"Id":"08aa51b7-4c5e-4ae3-a1c8-f36e6d3c8633","Name":"MathJax"},{"Enabled":true,"Id":"bcee4e33-f8d8-4b1d-b784-bbf26047de85","Name":"MathJax Identified"},{"Enabled":true,"Id":"45717c68-c890-425e-b572-1264ee590677","Name":"MathJax Version Disclosure"},{"Enabled":true,"Id":"12e799ea-bf5c-4308-ac5f-1f61bea28168","Name":"Mithril"},{"Enabled":true,"Id":"2c6841ac-ce34-4619-abf1-d6cc5d1d1c5b","Name":"Mithril Identified"},{"Enabled":true,"Id":"46ac0287-4c04-48ed-a52f-98e7f91cbe0f","Name":"Mithril Version Disclosure"},{"Enabled":true,"Id":"7cbf9d63-3a64-46a9-b4e4-13b615dbf94c","Name":"Modernizr"},{"Enabled":true,"Id":"8c019800-f434-4d78-9593-3c6fef48372b","Name":"Modernizr Identified"},{"Enabled":true,"Id":"3bcecf9d-49e6-457f-91d0-428ba71882b9","Name":"Modernizr Version Disclosure"},{"Enabled":true,"Id":"a5b24e58-fbed-400e-8a19-649e41176e8a","Name":"Moment.js"},{"Enabled":true,"Id":"f3eff599-893b-40de-9ce2-79c4c5ee424c","Name":"Moment.js Identified"},{"Enabled":true,"Id":"fd3ab4c6-8cd9-4145-a6f6-f7ddfa15e936","Name":"Moment.js Version Disclosure"},{"Enabled":true,"Id":"2758f8e3-155b-4d21-88d2-1242ced9d3f8","Name":"mustache.js"},{"Enabled":true,"Id":"3991b812-e993-4c3c-9a0d-67566b24748a","Name":"mustache.js Identified"},{"Enabled":true,"Id":"ea223c67-23ce-491b-be0f-d58c9638f014","Name":"mustache.js Version Disclosure"},{"Enabled":true,"Id":"67861c10-5138-4bed-8da0-692684de99bf","Name":"NextJsReactFramework"},{"Enabled":true,"Id":"a6315af9-f22c-4710-bb9a-f30926bf4cf5","Name":"NextJsReactFramework Identified"},{"Enabled":true,"Id":"59862793-b573-4990-b818-87cd9ec8b783","Name":"NextJsReactFramework Version Disclosure"},{"Enabled":true,"Id":"a2123c99-ef77-4197-a86a-ba677112d39f","Name":"PDF.js"},{"Enabled":true,"Id":"4e9e6ad7-413c-416d-9a49-e460749ac907","Name":"PDF.js Identified"},{"Enabled":true,"Id":"f9fa25ef-4b48-4f6d-a8c1-10546b8517f0","Name":"PDF.js Version Disclosure"},{"Enabled":true,"Id":"a0929284-ad1a-4ebd-ba8c-296f2c91d4ae","Name":"Phaser"},{"Enabled":true,"Id":"54704ee0-d065-4eb1-aceb-79662e5fa964","Name":"Phaser Identified"},{"Enabled":true,"Id":"6090c1c4-eb87-4ce7-8b01-4a8f1b23049f","Name":"Phaser Version Disclosure"},{"Enabled":true,"Id":"2c27d717-06d3-430a-88e8-4cc744180c6e","Name":"PixiJS"},{"Enabled":true,"Id":"c026aeeb-23dc-4312-9132-13be9a57a152","Name":"PixiJS Identified"},{"Enabled":true,"Id":"4349ec1a-e715-4bcd-9a4f-bd374f3e04b9","Name":"PixiJS Version Disclosure"},{"Enabled":true,"Id":"43bc32d5-1572-457d-92d4-8f082e277f4e","Name":"plupload"},{"Enabled":true,"Id":"ddeb0a69-3923-4e09-984b-563260aac012","Name":"plupload Identified"},{"Enabled":true,"Id":"9d49607a-1ea6-4083-a655-2a1228641678","Name":"plupload Version Disclosure"},{"Enabled":true,"Id":"9ed5d2cd-b630-4e0e-9c70-c775b8424f78","Name":"Polymer"},{"Enabled":true,"Id":"a3edac13-ed3c-431a-b08c-63acac919d4d","Name":"Polymer Identified"},{"Enabled":true,"Id":"0fc40ac9-4d95-4eaf-80e1-35a9f7ffb99f","Name":"Polymer Version Disclosure"},{"Enabled":true,"Id":"e9fbb4fb-f71c-45b6-af71-70a2834a83d8","Name":"PopperJS"},{"Enabled":true,"Id":"8eded199-e862-4417-8f38-dda3551bb121","Name":"PopperJS Identified"},{"Enabled":true,"Id":"5a4f48f9-2735-488b-88ca-8216bcac66d1","Name":"PopperJS Version Disclosure"},{"Enabled":true,"Id":"f6e05b0e-ab17-44f7-9951-122289f63d2c","Name":"prototypejs"},{"Enabled":true,"Id":"0f1aac93-6691-45a2-b2e0-d0066e3df586","Name":"prototypejs Identified"},{"Enabled":true,"Id":"f5a9d8f4-2d58-4431-922c-b451eee9dca6","Name":"prototypejs Version Disclosure"},{"Enabled":true,"Id":"073afbae-130b-4d92-8c9b-d4bf48504179","Name":"Ramda"},{"Enabled":true,"Id":"d6deb1f5-82a6-4179-a565-29fbc39788bf","Name":"Ramda Identified"},{"Enabled":true,"Id":"83b07a58-436b-406a-b087-5a9d488e5782","Name":"Ramda Version Disclosure"},{"Enabled":true,"Id":"a9a5d966-3716-43d3-947b-0f9dac478ae0","Name":"React"},{"Enabled":true,"Id":"4e88d3ae-198e-4b77-a123-04c0cc193ca1","Name":"React Identified"},{"Enabled":true,"Id":"0c59125f-b9e6-4eb5-81c4-860471a3db19","Name":"React Version Disclosure"},{"Enabled":true,"Id":"527dc7a3-90aa-471d-a6c7-310adb2a34bf","Name":"RequireJS"},{"Enabled":true,"Id":"f06df8b4-60c9-4257-9b7b-5169c6acdc60","Name":"RequireJS Identified"},{"Enabled":true,"Id":"b84a173d-3e23-457e-8777-e6c32417f372","Name":"RequireJS Version Disclosure"},{"Enabled":true,"Id":"807b02e8-8d7c-4ee8-8f2c-e55c2eb0281a","Name":"Respond.js"},{"Enabled":true,"Id":"04f08808-6b30-45d5-9f7c-c15374ce841a","Name":"Respond.js Identified"},{"Enabled":true,"Id":"d47db32a-41ff-407d-8634-b8cb7ff56c9a","Name":"Respond.js Version Disclosure"},{"Enabled":true,"Id":"2ecd93f9-f529-4a64-9838-78228d30326b","Name":"reveal.js"},{"Enabled":true,"Id":"9c3e4a83-6cfb-4435-a369-f5a8f4f661ed","Name":"reveal.js Identified"},{"Enabled":true,"Id":"64cf2949-8fb0-4818-a6d3-606966988918","Name":"reveal.js Version Disclosure"},{"Enabled":true,"Id":"ab71ae81-a673-485f-8f85-e4300f8ac09d","Name":"Rickshaw"},{"Enabled":true,"Id":"0acd03c3-d3ce-44a9-927c-a1ea6cd5ec6b","Name":"Rickshaw Identified"},{"Enabled":true,"Id":"e1e50cb1-86f3-476f-8d3f-4daedbefa1b2","Name":"Rickshaw Version Disclosure"},{"Enabled":true,"Id":"c2508460-2352-4887-8cf5-4b3e3031cfe3","Name":"Riot.js"},{"Enabled":true,"Id":"75bd6dec-3765-413a-beec-204febd745a5","Name":"Riot.js Identified"},{"Enabled":true,"Id":"76900ab5-03ab-4e26-a103-ed021a3f92ec","Name":"Riot.js Version Disclosure"},{"Enabled":true,"Id":"a01367f8-ec01-4e14-b8e6-05d0abd7a71e","Name":"ScrollReveal"},{"Enabled":true,"Id":"97d36a4d-3972-4ae7-911f-c0c65750d830","Name":"ScrollReveal Identified"},{"Enabled":true,"Id":"69c9ecb4-db3c-4522-b48f-860b416a714e","Name":"ScrollReveal Version Disclosure"},{"Enabled":true,"Id":"5aebed7a-a973-439b-a680-2a6344931995","Name":"Select2"},{"Enabled":true,"Id":"2c30b72c-5138-48aa-9d12-7195e92d9f6b","Name":"Select2 Identified"},{"Enabled":true,"Id":"08303aa7-d160-4d24-9ad4-75812a51c27a","Name":"Select2 Version Disclosure"},{"Enabled":true,"Id":"ee74dd2e-ea32-4167-8ff7-3cc08444b234","Name":"Semantic UI"},{"Enabled":true,"Id":"42d96fa2-85dd-49f7-915a-caf8b6b25dc0","Name":"Semantic UI Identified"},{"Enabled":true,"Id":"643ae9b3-fe5b-4d3c-a072-c11baa235799","Name":"Semantic UI Version Disclosure"},{"Enabled":true,"Id":"9183f2c8-4b98-4783-925f-29fc1c07aae7","Name":"slick"},{"Enabled":true,"Id":"18280b89-784f-4945-886a-7db74cad80e4","Name":"slick Identified"},{"Enabled":true,"Id":"857b6706-3c6a-4af8-b705-3e4813ce6645","Name":"slick Version Disclosure"},{"Enabled":true,"Id":"c3125f39-3e9a-4eee-97b0-f414658cd76d","Name":"Snap.svg"},{"Enabled":true,"Id":"8e810645-3f78-46f3-8012-f26c7ffa0d1f","Name":"Snap.svg Identified"},{"Enabled":true,"Id":"05953328-9a03-4cc1-b3d8-ea33ae7cb536","Name":"Snap.svg Version Disclosure"},{"Enabled":true,"Id":"db9c8680-605e-425a-9592-ac7dd714847c","Name":"Sortable.js"},{"Enabled":true,"Id":"c9213a83-7767-4143-9b0e-4d79ebde2c76","Name":"Sortable.js Identified"},{"Enabled":true,"Id":"842569a8-a2a1-4ce1-9212-069f5284c943","Name":"Sortable.js Version Disclosure"},{"Enabled":true,"Id":"a5f5dc67-3e28-4fa6-846f-9d4b2e1816c4","Name":"Swagger UI"},{"Enabled":true,"Id":"93f005e4-bc02-4846-9a8e-6092e9688538","Name":"Swagger UI Identified"},{"Enabled":true,"Id":"0db39fd0-b9d7-43a3-a63b-330e0ae9c81b","Name":"Swagger UI Version Disclosure"},{"Enabled":true,"Id":"39c03122-4b4f-47e3-87ff-144fc4eb44da","Name":"SweetAlert2"},{"Enabled":true,"Id":"80139441-e78a-4f36-99c9-3555ca4fd3a6","Name":"SweetAlert2 Identified"},{"Enabled":true,"Id":"94aa5f99-30c7-4592-8dcd-0b98d1ed6bc0","Name":"SweetAlert2 Version Disclosure"},{"Enabled":true,"Id":"3df6eaea-63dd-48c6-b40f-31e6ca57b61a","Name":"Three.js"},{"Enabled":true,"Id":"27f16876-0c13-44f0-8946-591ddbd2f65f","Name":"Three.js Identified"},{"Enabled":true,"Id":"008350de-d843-4c63-b75e-9202605d6cac","Name":"Three.js Version Disclosure"},{"Enabled":true,"Id":"fd215d2a-b920-4b01-965a-e636882468ca","Name":"TinyMCE"},{"Enabled":true,"Id":"84734165-95a4-4606-aea2-5627d82ccb79","Name":"TinyMCE Identified"},{"Enabled":true,"Id":"84921978-12f5-4c35-b308-1ce73658f9ec","Name":"TinyMCE Version Disclosure"},{"Enabled":true,"Id":"d41cf357-e2ee-4d50-a7d0-fe4e9c580847","Name":"Typeahead.js"},{"Enabled":true,"Id":"ac71ff59-7ea1-489f-97a9-5795399570b3","Name":"Typeahead.js Identified"},{"Enabled":true,"Id":"6e0d7d0f-da47-4d06-827e-faab7ac33ca9","Name":"Typeahead.js Version Disclosure"},{"Enabled":true,"Id":"4253a805-c322-4c0b-a952-655e905dfd03","Name":"uaparserjs"},{"Enabled":true,"Id":"1ccee0c9-d5f9-4ed7-aa48-0bcae04a3e1b","Name":"uaparserjs Identified"},{"Enabled":true,"Id":"f00bad78-748e-4989-a78f-5769378dcf2c","Name":"uaparserjs Version Disclosure"},{"Enabled":true,"Id":"4f311bab-1aef-4518-abce-06806d8dc72f","Name":"Underscore.js"},{"Enabled":true,"Id":"db773ec3-f997-42c7-82b0-7f567c50f5ca","Name":"Underscore.js Identified"},{"Enabled":true,"Id":"4ac295c2-b534-4b62-9a7f-deda90d3a0b8","Name":"Underscore.js Version Disclosure"},{"Enabled":true,"Id":"a90c03fa-e168-4a04-b283-572cd89f6237","Name":"Video.js"},{"Enabled":true,"Id":"e7f7e67c-9531-40e9-bf62-d5adec381dae","Name":"Video.js Identified"},{"Enabled":true,"Id":"6d36ad77-0694-4f4b-8831-ef1621836e57","Name":"Video.js Version Disclosure"},{"Enabled":true,"Id":"9985abeb-98d6-437c-a670-5c8f7eb48828","Name":"Vue.js"},{"Enabled":true,"Id":"90dc0710-422d-4a09-a48d-484c2c344f4f","Name":"Vue.js Identified"},{"Enabled":true,"Id":"54d73942-7a1f-46db-bdb4-ce1aa7fca06c","Name":"Vue.js Version Disclosure"},{"Enabled":true,"Id":"c72832d9-f180-4d85-a96b-2c179dd313f6","Name":"XRegExp"},{"Enabled":true,"Id":"d6a0ef6f-2903-4816-bd30-1476927cec61","Name":"XRegExp Identified"},{"Enabled":true,"Id":"9b261f8b-c6f8-4f52-9ce9-f6e7188ee504","Name":"XRegExp Version Disclosure"},{"Enabled":true,"Id":"305fcdcc-b318-4f18-9079-221d16e98407","Name":"YUI"},{"Enabled":true,"Id":"a76c71cf-ad75-4825-a1d9-9edbb5e72f39","Name":"YUI Identified"},{"Enabled":true,"Id":"231bcec9-5fde-4f44-b2b1-acd72d1a8ed0","Name":"YUI Version Disclosure"},{"Enabled":true,"Id":"4b45e327-d05b-449e-9b87-21c1ecb1adc1","Name":"Zepto.js"},{"Enabled":true,"Id":"7bd746b4-0f77-43f4-914b-a9563c034541","Name":"Zepto.js Identified"},{"Enabled":true,"Id":"9da9e65c-9514-43d9-81bf-14ffdc1c638e","Name":"Zepto.js Version Disclosure"}],"Settings":[],"Type":"Engine","Description":"Checks if the application uses JavaScript libraries that include known vulnerabilities.","Enabled":true,"Id":"9d0b94a8-842d-410c-853d-fc0489650e0f","Name":"JavaScript Libraries"}]},{"Title":"JSON Web Token","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"70e6f4ae-3fb2-4735-9922-3760a0c09763","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"UnauthorizedKeywordListEntries","Value":""}],"Type":"Engine","Description":"Analyzes Json Web Token (JWT) related vulnerabilities.","Enabled":true,"Id":"25b1af41-7271-4c83-b9f4-67b5672a2486","Name":"JSON Web Token"}]},{"Title":"Login Page Identifier","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"FormKeywordWeight","Value":"30"},{"Name":"LocationKeywordWeight","Value":"25"},{"Name":"LoginFormThreshold","Value":"75"},{"Name":"LoginKeywords","Value":"login;logon;signin;sign-in;sign_in"},{"Name":"PasswordInputWeight","Value":"30"},{"Name":"RememberMeInputWeight","Value":"30"},{"Name":"SubmitButtonWeight","Value":"15"},{"Name":"UsernameInputTypes","Value":"email;text"},{"Name":"UsernameInputWeight","Value":"15"},{"Name":"UsernameKeywords","Value":"email;username;login;account_name;accountname"}],"Type":"Engine","Description":"Identifies the login pages according to defined settings.","Enabled":true,"Id":"e715e5d4-7f4b-45f6-ac5e-56bc1c5d38e3","Name":"Login Page Identifier"}]},{"Title":"Malware Analyzer","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks response against malware.","Enabled":true,"Id":"f6a24f24-83f9-4fee-b097-75779b2f87a9","Name":"Malware Analyzer"}]},{"Title":"Mixed Content","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects if a page in HTTPS connection is pulling in other resources with the insecure HTTP protocol.","Enabled":true,"Id":"ca1add8d-b570-4e5c-9f4b-5b77dd61f99b","Name":"Mixed Content"}]},{"Title":"Open Redirection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"81f70d08-2446-4fa4-94b5-73440b394d52","Name":"Apache Struts - Prefix with redirect:"},{"Enabled":true,"Id":"e0066e07-d579-40f2-ba21-3b65677aadf8","Name":"Bypass with Backslash"},{"Enabled":true,"Id":"133c8e4b-ca30-4168-b7ec-62b5c96c1113","Name":"Bypass with Backslash - Double Encoded"},{"Enabled":true,"Id":"696e7ac5-c1d0-4f2c-9d26-f34ed1bf8d5b","Name":"Bypass with Double Slash - Postfix with HTML"},{"Enabled":true,"Id":"9698a0de-aef1-46b4-821b-7c0ab2b891d8","Name":"Bypass with Triple Slash"},{"Enabled":true,"Id":"9cf1bf7e-409c-4fbb-a93d-8ce3c8076dff","Name":"Bypass with Triple Slash - Double Encoded"},{"Enabled":true,"Id":"5a28cd7a-403d-4256-a4a1-5f0e173f8077","Name":"CNAME injection"},{"Enabled":true,"Id":"651fbdca-1133-4e8f-8fdd-e0b3a914e889","Name":"CNAME injection - Prefix HTTP Origin"},{"Enabled":true,"Id":"468e0c30-7f11-4004-92aa-5db605f01852","Name":"CNAME injection - Prefix HTTPS Origin"},{"Enabled":true,"Id":"468c05af-7726-48d1-81bd-4f4f4143fd0c","Name":"Email Attack"},{"Enabled":true,"Id":"0de827e1-f367-4972-b3e2-6559e4f0f0a2","Name":"Frame Injection"},{"Enabled":true,"Id":"668c6a34-b9f9-4bf2-a53d-3045f1aaf541","Name":"Frame Injection - Double Encoded"},{"Enabled":true,"Id":"a03e171f-c62c-45a1-8d2c-cf509eafff8a","Name":"Non-Protocol - Non-Slashes"},{"Enabled":true,"Id":"a5e98061-ee83-4b58-934b-14474a9c1989","Name":"Non-Protocol - Non-Slashes - Double Encoded"},{"Enabled":true,"Id":"f9e3e436-dabf-4c72-9011-683bbc70cef7","Name":"Non-Protocol - Non-Slashes - Suffix HTTP Origin"},{"Enabled":true,"Id":"b63403f0-45d7-41d2-8606-06cb833970eb","Name":"Non-Protocol - Non-Slashes - Suffix HTTPS Origin"},{"Enabled":true,"Id":"9db9ee39-78c0-48a3-a321-43fc93b7de73","Name":"Non-Protocol - Non-Slashes - Trailing Dot"},{"Enabled":true,"Id":"747701a3-1bb6-4740-98be-8b1623b6dfd9","Name":"Non-Protocol Attack"},{"Enabled":true,"Id":"a236940a-9778-4e09-b216-c9475968c1bd","Name":"Non-Protocol Attack - Double Encoded"},{"Enabled":true,"Id":"7cb1f0d3-b7e7-4876-b571-863330890c93","Name":"Unicode Dot Attack"},{"Enabled":true,"Id":"9632921d-13c8-440c-9350-b041b467144f","Name":"With HTTP"},{"Enabled":true,"Id":"8c3290ef-a613-47d9-b0c2-92e1c74f6db9","Name":"With HTTP - Double Encoded"},{"Enabled":true,"Id":"80065c87-05a1-4418-bb79-34bc63eaa3fb","Name":"With HTTP - Raw"},{"Enabled":true,"Id":"32ff7085-4386-4b36-bb05-5c5e5e6f8667","Name":"With HTTPS"}],"Settings":[{"Name":"DomParserEnabled","Value":"False"},{"Name":"PostAttackEnabled","Value":"False"}],"Type":"Engine","Description":"Detects if an attacker can lead a visitor to a potentially dangerous website.","Enabled":true,"Id":"9673c1d3-577b-4ded-8330-99aeaf4aa8e2","Name":"Open Redirection"}]},{"Title":"Oracle EBS RCE","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Oracle EBS - Unauthenticated Remote Code Execution","Enabled":true,"Id":"c7acf1a4-28fc-40e7-9a61-654b8b8201b8","Name":"Oracle EBS RCE"}]},{"Title":"Oracle WebLogic Remote Code Execution","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Analyzes Authentication Bypass and Remote Code Execution (CVE-2020-14883, CVE-2020-14882) vulnerabilities in the Oracle WebLogic application.","Enabled":true,"Id":"230c91b3-4944-4be2-8d90-47c33d37d208","Name":"Oracle WebLogic Remote Code Execution"}]},{"Title":"Referrer Policy","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detect vulnerabilities related to Referrer Policy.","Enabled":true,"Id":"e1c61d08-7e6a-4507-a1a0-6fdc31b218b8","Name":"Referrer Policy"}]},{"Title":"Reflected File Download","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"b0c42512-59f2-4de7-a69a-657d8e7d1062","Name":"Dynamically Generated Patterns"}],"Settings":[],"Type":"Engine","Description":"Checks the application against a possible reflected file download vulnerability.","Enabled":true,"Id":"4ee4e82d-3555-467f-a247-1e679ecb404a","Name":"Reflected File Download"}]},{"Title":"RegreSSHion Attack","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"AttackPort","Value":"22"}],"Type":"Engine","Description":"A race condition in OpenSSH may allow attackers to execute arbitrary code.","Enabled":true,"Id":"704822ca-db68-418b-9c1d-83cfe5ecbf36","Name":"RegreSSHion Attack"}]},{"Title":"Reverse Proxy Detection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"ced65c58-3fa5-4ab3-a2ac-b8068898c434","Name":"Apache Traffic Server"},{"Enabled":true,"Id":"e584c746-a0eb-4cbd-9249-846e8134b080","Name":"Citrix NetScaler"},{"Enabled":true,"Id":"f1f132c1-4303-482f-9271-63aa393f6c41","Name":"Envoy Proxy"},{"Enabled":true,"Id":"05ea8f0e-6f82-43a5-805c-bc91c73c3c96","Name":"F5 Big-IP"},{"Enabled":true,"Id":"bad90508-c14c-4cf8-bda7-e90f30f32cca","Name":"HAProxy"},{"Enabled":true,"Id":"e1b166e3-3ea8-43f3-b574-4c7acb8b9025","Name":"HAProxy - 2"},{"Enabled":true,"Id":"cb2b9676-c16a-49be-9bdb-937498bddfdf","Name":"HAProxy - 3"},{"Enabled":true,"Id":"6e67c6c1-e002-476f-affe-8bae7f7a5d46","Name":"Skipper"}],"Settings":[],"Type":"Engine","Description":"Detects reverse proxies used in the target web site.","Enabled":true,"Id":"ef7722a1-4122-49ff-ad39-4e864828031c","Name":"Reverse Proxy Detection"}]},{"Title":"RoR Code Execution","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"d8c85e9c-3a7b-4324-98c8-e1b42c08216c","Name":"YAML JSON - Rails v2"},{"Enabled":true,"Id":"03bb91fe-491e-45b1-8ccb-45888c49dab9","Name":"YAML JSON - Rails v3"},{"Enabled":true,"Id":"cef519a7-4cd4-4c83-8788-e1989454aa4c","Name":"YAML XML - Rails v2"},{"Enabled":true,"Id":"3165e0f0-9d3e-47ba-90e8-5293b0d23879","Name":"YAML XML - Rails v3"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","Description":"Detects if an attacker can execute code at application level in Ruby on Rails applications.","Enabled":true,"Id":"a06d1a91-3085-46ca-9d80-35b61a12e9e1","Name":"RoR Code Execution"}]},{"Title":"Security Assertion Markup Language (SAML)","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"SAML is an XML standard that allows secure web domains to exchange user authentication and authorization data. ","Enabled":true,"Id":"e55ecfaf-4702-4ef6-8264-4f88ac3eda69","Name":"Security Assertion Markup Language (SAML)"}]},{"Title":"Sensitive Data","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"9a092d6e-d35e-4900-8939-a7af47dc62b5","Name":"Amazon AWS Access Key Id"},{"Enabled":true,"Id":"f39e7815-0e88-4632-95a5-ab6a8e273f54","Name":"Amazon AWS Secret Key"},{"Enabled":true,"Id":"b28d6456-8b91-48ce-bfde-ed88a8da45f5","Name":"Amazon MWS Auth Token"},{"Enabled":true,"Id":"5bc814cf-6508-4b5a-936e-aeb1baa49f40","Name":"Amazon SES SMTP Password"},{"Enabled":true,"Id":"6bafa2d2-61dc-464d-bb7d-6a5eff2bd8e0","Name":"Consul Token"},{"Enabled":true,"Id":"f634a9c6-d523-4392-bcae-2352720b41c7","Name":"Database Connection String - MongoDB - MySQL"},{"Enabled":true,"Id":"00c45ec6-e34d-4c91-892f-56bd312b6187","Name":"Database Connection String - PostgreSQL"},{"Enabled":true,"Id":"6890a33d-cf0d-44da-aee4-9c63192510ad","Name":"Devise Secret Key"},{"Enabled":true,"Id":"93961ca1-cc96-4eaf-9b3a-c6d74210b4c4","Name":"Facebook Access Token"},{"Enabled":true,"Id":"4c22df0e-9900-4743-8ca7-2390375649e3","Name":"Facebook App ID"},{"Enabled":true,"Id":"c9ce2065-e599-44a0-82dd-e49bb8eac91a","Name":"Facebook App ID XML"},{"Enabled":true,"Id":"ea3b8d98-ef0d-4d50-a694-a3cd1a5b03b6","Name":"Facebook App Secret"},{"Enabled":true,"Id":"9c59d7c9-98f9-45e6-be01-79a5fbb0d8aa","Name":"Gitlab Personal Access Token"},{"Enabled":true,"Id":"c9ba1821-3a30-4de0-8a7a-a6e46dd5d877","Name":"Google Cloud API Key"},{"Enabled":true,"Id":"31e582ad-cb13-42a4-b207-8655857231c7","Name":"Google OAuth Access Token"},{"Enabled":true,"Id":"049575e3-d23e-4866-b0b2-32cf7236a996","Name":"Heroku API Key"},{"Enabled":true,"Id":"28fdbdef-f4d8-4dbe-94fb-d0e7ccdeff6d","Name":"Heroku API Key XML"},{"Enabled":true,"Id":"32f00ac1-dfbd-4c08-bae0-8e87b59a14a2","Name":"JDBC Database Connection String"},{"Enabled":true,"Id":"ffb5208f-010d-472e-a9f9-a43d8ba0e748","Name":"Jenkins Secret"},{"Enabled":true,"Id":"5603c282-d269-4fb2-aad0-0e6aa6b24e38","Name":"LinkedIn API Key"},{"Enabled":true,"Id":"16fe93df-19b7-4187-94dd-3cb6bbe61a99","Name":"LinkedIn API Key XML"},{"Enabled":true,"Id":"ebbc2cb9-b3f4-463e-ab87-8b3d657c7b04","Name":"MailChimp API Key"},{"Enabled":true,"Id":"a97e94fb-b7f5-4493-b69a-24d6ec8ec09c","Name":"MailGun API Key"},{"Enabled":true,"Id":"178b2f23-03df-4177-92cd-562e10ac8294","Name":"Mapbox Token"},{"Enabled":true,"Id":"de78257b-7d74-42bf-b381-d254fab2d3b7","Name":"Nexmo Secret"},{"Enabled":true,"Id":"ae0802d0-9bca-4dbf-927c-b73284493123","Name":"NPM Access Token"},{"Enabled":true,"Id":"ba2e7458-dee8-4033-9be4-69a265758a50","Name":"NuGet API Key"},{"Enabled":true,"Id":"76e98e56-9f4a-475d-9c24-e6352b9b9bd2","Name":"NuGet API Key XML"},{"Enabled":true,"Id":"b83982c5-8778-489c-98ca-497ac891b5e8","Name":"Okta Secret"},{"Enabled":true,"Id":"7f50309a-92f9-454e-960b-a9ac0c01b797","Name":"Omise Secret Key"},{"Enabled":true,"Id":"ba895aa7-9c6e-4416-8c9c-f213c384db0c","Name":"Paypal Access Token"},{"Enabled":true,"Id":"9610391d-0ee4-4e75-81ce-62ad1cfd2a4a","Name":"Picatic API key"},{"Enabled":true,"Id":"e210c3f1-f35b-46bb-ad22-27c65dc0c920","Name":"SendGrid API Key"},{"Enabled":true,"Id":"b88f882a-89cb-4f72-b00f-029e5c5936a6","Name":"Sentry Auth Token"},{"Enabled":true,"Id":"180b03b2-0919-49e6-848a-03673877b394","Name":"Sentry Auth Token XML"},{"Enabled":true,"Id":"24423d46-b800-42a8-a981-ef4b15497d31","Name":"Slack Token"},{"Enabled":true,"Id":"3a50662c-6323-4ca8-94e6-f57198c32e1b","Name":"Slack v1.x Token"},{"Enabled":true,"Id":"796c9663-f4fc-43cd-b9ed-1109f07d60a4","Name":"Slack Webhook"},{"Enabled":true,"Id":"54d1bebb-7030-40ee-9371-901c13b11753","Name":"SonarQube User Token"},{"Enabled":true,"Id":"6f2e5d73-b068-450d-bf6d-8c1c47359c10","Name":"Square OAuth Secret"},{"Enabled":true,"Id":"3690bc5f-bd9f-4178-b60f-a2e6006c7344","Name":"Square Personal Access Token"},{"Enabled":true,"Id":"2e0e5d22-3594-48da-aef0-c309ee196e32","Name":"SSH Key"},{"Enabled":true,"Id":"ede928bb-4d44-474f-aaef-294a53dc12f3","Name":"Stripe API key"},{"Enabled":true,"Id":"81baa592-318b-47af-b3a8-8e2a635479a8","Name":"Symfony Application Secret"},{"Enabled":true,"Id":"9aa601c4-286d-46b8-8a7a-dc0b1783fc27","Name":"Teams Webhook"},{"Enabled":true,"Id":"9657ad9c-0fb4-46d1-9fa4-ea580b0a6d54","Name":"Telegram Bot API Token"},{"Enabled":true,"Id":"e6151b27-b303-4e40-96c6-36585619daea","Name":"Twilio API Key"},{"Enabled":true,"Id":"35418522-1ef6-444f-b8c8-c7fc6cd6039e","Name":"Twitter Access Token Secret"},{"Enabled":true,"Id":"d0d5c048-3aca-484c-84d9-a18cdb6f90c0","Name":"Twitter Access Token Secret XML"},{"Enabled":true,"Id":"883e4880-8122-420e-9f5c-bb5713ec1423","Name":"Twitter API Secret Key"},{"Enabled":true,"Id":"a4336759-6cdd-4257-8fb6-0ba2ce49c154","Name":"WordPress Authentication Key/Salt"}],"Settings":[],"Type":"Engine","Description":"Detects security issues based on standard signature checks. Only passive checks are performed with this test group therefore no HTTP requests are made. Since other tests depend on this test group, it is recommended to have it enabled.","Enabled":true,"Id":"d03d0405-3e10-4223-8d71-e408be5ed069","Name":"Sensitive Data"}]},{"Title":"Signatures","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"bcff34c4-3b97-43d4-a24a-7df09122e06f","Name":".DS_Store File Found"},{"Enabled":true,"Id":"5e9ab04c-5867-4a8a-b808-b548baff612a","Name":"[Possible] Credit Card Disclosure"},{"Enabled":true,"Id":"e24eef00-a753-458b-90c3-e96002fb061e","Name":"[Possible] Database Connection String Identified"},{"Enabled":true,"Id":"e4dd81ea-4eb9-417f-a573-d4457cfc4e40","Name":"Aah web server Identified"},{"Enabled":true,"Id":"5265f592-000c-458c-9b20-50b8cea0cfdc","Name":"ActionheroJS Identified"},{"Enabled":true,"Id":"92e44b26-ee23-46bf-af1d-105b7e62f3c6","Name":"Adminer Identified"},{"Enabled":true,"Id":"b5b7f2eb-54ae-42ed-9803-2206f7495fcb","Name":"Adobe Experience Manager (AEM) Identified"},{"Enabled":true,"Id":"60f3c82c-bc16-4ff1-914b-df95375971c1","Name":"Angular Version Disclosure"},{"Enabled":true,"Id":"50ee2abd-5068-432f-b7e8-7fead57b77b6","Name":"Apache Coyote Identified"},{"Enabled":true,"Id":"e826998d-1a0e-4d4d-b80a-a916a8ce91d6","Name":"Apache Derby Error"},{"Enabled":true,"Id":"e28a745b-925a-4f91-8883-786fbda2bbcd","Name":"Apache Identified"},{"Enabled":true,"Id":"de793fcc-997c-4c53-824f-2dd469a79c17","Name":"Apache Multiviews Option"},{"Enabled":true,"Id":"c901f443-6d6d-425f-bf27-7fcd0640a41e","Name":"Apache Shiro Identified"},{"Enabled":true,"Id":"3b185ea8-8947-4e4a-b35a-686e13a15164","Name":"Apache Traffic Server Identified - I"},{"Enabled":true,"Id":"cbedac22-958d-4e3c-ba11-8abb65e9e747","Name":"Apache Traffic Server Identified - II"},{"Enabled":true,"Id":"d3c7e6f2-6cd2-4fa3-83f1-228e687306e3","Name":"apache.conf"},{"Enabled":true,"Id":"5f0ec871-26b1-4331-bfec-b5d7cd188a8f","Name":"Artifactory DevOps Solution Identified"},{"Enabled":true,"Id":"2e2ca58c-de3f-4f2f-a92a-6ef68ee64146","Name":"ASP Provider Error"},{"Enabled":true,"Id":"3c19b575-18f4-434d-8954-68c17154111d","Name":"ASP.NET Error Message - Type I"},{"Enabled":true,"Id":"c0919b2b-4d26-48ab-abe4-61b7fd0a918f","Name":"ASP.NET Error Message - Type II"},{"Enabled":true,"Id":"4c20ec7a-9264-43d0-8972-f9dd49066523","Name":"ASP.NET Identified"},{"Enabled":true,"Id":"b37e8311-0df6-4bd5-8423-ad5648b19e55","Name":"ASP.NET MVC Identified"},{"Enabled":true,"Id":"6bface55-56e3-4e5f-9101-3f6fcd1e7761","Name":"Atlassian Confluence Identified"},{"Enabled":true,"Id":"e044c1de-ea8f-4feb-a6d9-6d7c5f38ca81","Name":"Atlassian Jira Identified"},{"Enabled":true,"Id":"afe5b586-008e-49a5-955e-7fe2afe485dc","Name":"Atlassian Proxy Identified"},{"Enabled":true,"Id":"39f405dc-57c0-4e6f-9ecc-4e2606e76546","Name":"Axway SecureTransport Server Identified"},{"Enabled":true,"Id":"1ef455c0-154f-4ad4-8f29-8d2b26e1b289","Name":"Axyway SecureTransport"},{"Enabled":true,"Id":"f6ff1178-9721-486f-b4f8-947e3af08a0d","Name":"BitNinja Captcha Server Identified"},{"Enabled":true,"Id":"e7b78c95-d306-42ff-8577-088aa0a557f2","Name":"BODY Version Disclosure (PHP)"},{"Enabled":true,"Id":"6779baef-d20d-4f85-ad66-f427a5b804d6","Name":"BODY Version Disclosure (Tomcat)"},{"Enabled":true,"Id":"8b4cbb21-7ade-4417-881d-d62a8a0c690b","Name":"BODY Version Disclosure (Tomcat) - II"},{"Enabled":true,"Id":"295b3812-167e-4601-b6fe-d1387c724e4c","Name":"Bomgar Remote Support Software"},{"Enabled":true,"Id":"813d881c-ea9c-474b-a914-0c8c736d00d2","Name":"Caddy Web Server Identified"},{"Enabled":true,"Id":"edfb039b-e6da-4bdc-839c-740233df74d9","Name":"CakePHP Framework Identified"},{"Enabled":true,"Id":"559ff79c-72b8-4ee9-a75a-8050b36473a3","Name":"CakePHP Framework Identified - Header"},{"Enabled":true,"Id":"dbf6d73f-44b9-4c86-9675-a21ac2cc5dc9","Name":"Case Not Found (Oracle)"},{"Enabled":true,"Id":"b91d2f4e-5473-4d78-97ea-ecc9828fcf43","Name":"CDN Disclosure (Airee)"},{"Enabled":true,"Id":"4e2034d4-9f41-408f-b7cb-3a6915ccc576","Name":"CDN Disclosure (Akamai)"},{"Enabled":true,"Id":"f9e0fd58-267e-4797-9da1-f324f5235471","Name":"CDN Disclosure (Akamai) - 2"},{"Enabled":true,"Id":"13c14c7f-3962-4a9b-aef7-f182bcad1bae","Name":"CDN Disclosure (Akamai) - 3"},{"Enabled":true,"Id":"2971c0e5-c79a-430f-a037-e2a910839a64","Name":"CDN Disclosure (Arvan Cloud)"},{"Enabled":true,"Id":"236466c6-88ee-402c-9580-0c8b372f5745","Name":"CDN Disclosure (Azure)"},{"Enabled":true,"Id":"3bebab19-4c76-4f8c-a2ff-45b96e686576","Name":"CDN Disclosure (CDN77)"},{"Enabled":true,"Id":"670aaf31-564b-4555-8a2f-0a321d9287ea","Name":"CDN Disclosure (Fastly)"},{"Enabled":true,"Id":"c59ead36-4863-4914-b936-d3c01403baf1","Name":"CDN Disclosure (Fireblade)"},{"Enabled":true,"Id":"4d51ad5f-63b9-423b-bc28-d9c9060e8524","Name":"CDN Disclosure (Google Cloud)"},{"Enabled":true,"Id":"bfdfe8fe-aa55-4664-a888-3f4b756f51b1","Name":"CDN Disclosure (Incapsula)"},{"Enabled":true,"Id":"d338aa69-f246-464b-84d6-28b834c6235c","Name":"CDN Disclosure (JsDelivr) - 1"},{"Enabled":true,"Id":"9a3a2821-186c-470e-9fd2-ead640dfc016","Name":"CDN Disclosure (JsDelivr) - 2"},{"Enabled":true,"Id":"1dcbadd0-609d-4ea0-9b34-8d9050a0de49","Name":"CDN Disclosure (KeyCDN)"},{"Enabled":true,"Id":"7f578fec-0c2d-4ae6-b06c-7f50de8a374f","Name":"CDN Disclosure (MaxCDN)"},{"Enabled":true,"Id":"105414d7-ef66-4521-9141-cb4e32cebc2a","Name":"CDN Disclosure (Netlify)"},{"Enabled":true,"Id":"561ecf28-e9ad-4dd7-aefa-e3ad3e0815bc","Name":"CDN Disclosure (PowerCDN)"},{"Enabled":true,"Id":"d5956e55-8cb0-46c5-8e74-13d85444f4c0","Name":"CDN Disclosure (PowerCDN) - 2"},{"Enabled":true,"Id":"d876cde0-2af8-42ec-92e8-2804628ded36","Name":"CDN Disclosure (Qrator)"},{"Enabled":true,"Id":"ca7eddfc-427e-428a-b447-db55475afb1c","Name":"CDN Disclosure (StackPath)"},{"Enabled":true,"Id":"68e49d50-90b5-4616-a241-3b7767421064","Name":"CDN Disclosure (Sucuri)"},{"Enabled":true,"Id":"f0c7b10a-d8a0-4bfc-a18e-3d5402c56628","Name":"CDN Disclosure (West263)"},{"Enabled":true,"Id":"fa79d79e-a012-414e-a928-4e3333b2fac3","Name":"cdnjs Identified"},{"Enabled":true,"Id":"539d2566-506f-464c-b8ec-3c420d41155a","Name":"Cherokee Server Identified"},{"Enabled":true,"Id":"a023f404-3b0d-4b43-8291-99a24b6a4eaa","Name":"Cherokee Server Version Disclosure"},{"Enabled":true,"Id":"621a6d5a-f112-4e8f-b087-f245046677d9","Name":"CherryPy Identified"},{"Enabled":true,"Id":"57898b7d-f6a2-4ab7-8885-806c03f66c8d","Name":"CherryPy Identified - Body"},{"Enabled":true,"Id":"847559bd-b627-4c0c-a409-b8e125cdacb5","Name":"Cloudflare Bot Management Identified"},{"Enabled":true,"Id":"fecfcc61-e4ff-4fd9-a2d8-a3215e04306f","Name":"Cloudflare Browser Insight Identified"},{"Enabled":true,"Id":"54576480-21ab-4365-bf4a-d1553bed1352","Name":"Cloudflare Identified"},{"Enabled":true,"Id":"f1bfbb92-9675-4c68-adca-a906306e5cf9","Name":"Confirmed LFI via Log Injection"},{"Enabled":true,"Id":"0524c21d-dc25-43a1-b632-0f3cc761481d","Name":"Cowboy HTTP Server Identified 1"},{"Enabled":true,"Id":"1de551eb-7d90-469c-87b8-9c2fedb0edc4","Name":"Cowboy HTTP Server Identified 2"},{"Enabled":true,"Id":"aee421cb-9670-422e-9b57-26480c7f6669","Name":"Cowboy HTTP Server Version Disclosure"},{"Enabled":true,"Id":"2198755e-b133-4f63-9153-0f77158226c4","Name":"cPanel"},{"Enabled":true,"Id":"8b608e29-7f79-46e2-820e-2cfdadf702da","Name":"Craft CMS Identified"},{"Enabled":true,"Id":"05873ac1-816d-4bc8-952d-65ab23c20252","Name":"CrushFTP Server Detected"},{"Enabled":true,"Id":"8ac14f04-3aa6-454b-8d4d-6af4b3519ff6","Name":"Daiquiri Identified"},{"Enabled":true,"Id":"4d01f42c-9d85-44b4-bcb5-1ed469aca87d","Name":"Data Dome Identified"},{"Enabled":true,"Id":"00de1d5c-1bc7-405a-a398-d8a797e88ec8","Name":"Database Errors (MySQL/Tomcat)"},{"Enabled":true,"Id":"663a0cc1-6cbe-4d14-8ca5-068fe09c051a","Name":"Database Name Disclosure (MSSQL)"},{"Enabled":true,"Id":"544b83e7-0a17-4ce3-a026-38751b3633f9","Name":"Database Name Disclosure (MySQL)"},{"Enabled":true,"Id":"c6d25bb4-e786-4c8c-bb97-b2bc2c62b1bc","Name":"DataDome Identified - 2"},{"Enabled":true,"Id":"a13afaf6-f19d-4f80-a116-b07031a08782","Name":"DbNinja Identified"},{"Enabled":true,"Id":"664bd074-82b0-4354-9540-e8e8f9686b20","Name":"Default Page (Apache)"},{"Enabled":true,"Id":"aed52dfb-0ffc-4f4a-9299-20b871473282","Name":"Default Page (IIS 10.0)"},{"Enabled":true,"Id":"53c42c3b-e039-4df4-b9fc-1edeb82b8feb","Name":"Default Page (IIS 6.0)"},{"Enabled":true,"Id":"1c7338bd-708a-4308-9e43-d98d71756e37","Name":"Default Page (IIS 7.0)"},{"Enabled":true,"Id":"4928a74b-ecc7-4a3e-91fa-60e6d1f87286","Name":"Default Page (IIS 7.5)"},{"Enabled":true,"Id":"e8639e8a-4bab-4e4d-97e3-3bd8ae9e7b9c","Name":"Default Page (IIS 7.X)"},{"Enabled":true,"Id":"463730bc-0e7a-4bb1-b6ba-e5649a884534","Name":"Default Page (IIS 8.0)"},{"Enabled":true,"Id":"f79a20a9-bf20-4e5f-aa19-a977760ced7a","Name":"Default Page (IIS 8.5)"},{"Enabled":true,"Id":"8b408a8b-4edf-44de-84ff-55159c06c170","Name":"Default Page Detected (CakePHP Framework)"},{"Enabled":true,"Id":"980bb223-c492-49e2-a357-857f816441c7","Name":"Detailed Error Messages / Stack Trace (ASP.NET)"},{"Enabled":true,"Id":"eb4064cb-9418-4d96-a7ae-855388130bbd","Name":"Detailed Error Messages / Stack Trace (ColdFusion)"},{"Enabled":true,"Id":"1e888376-2d62-4b5f-922b-e802f70331ff","Name":"Detailed Exception Report (Tomcat)"},{"Enabled":true,"Id":"13017bd2-bc19-4827-bebc-543a48db128c","Name":"Directory Listing (Apache)"},{"Enabled":true,"Id":"d524352f-16f4-4654-878f-f8d60e8bfc13","Name":"Directory Listing (ASP.NET)"},{"Enabled":true,"Id":"d772183f-0a90-4cc4-a363-fb16e1360fdd","Name":"Directory Listing (IIS 6+)"},{"Enabled":true,"Id":"e8ddf329-9ce6-416d-83fb-be2c965c2b4f","Name":"Directory Listing (lighttpd)"},{"Enabled":true,"Id":"b9e5ca07-806f-4712-aab3-1b92688a98b6","Name":"Directory Listing (LiteSpeed)"},{"Enabled":true,"Id":"a82f3e5f-ea81-4b66-9c80-c7bd9ee13c6b","Name":"Directory Listing (Nginx)"},{"Enabled":true,"Id":"bbcb3d17-45c1-4733-b95d-142556d34fbc","Name":"Directory Listing (Tomcat)"},{"Enabled":true,"Id":"170b20fe-b3e9-4e56-bcda-0864d17bbbce","Name":"Django Debug Mode Enabled"},{"Enabled":true,"Id":"e6a7e4ae-2a17-44d2-a162-6301552e54af","Name":"Django Detailed Error Page"},{"Enabled":true,"Id":"606b3ecf-83a2-43ed-926a-3063bac4491b","Name":"Django Identified"},{"Enabled":true,"Id":"94505baf-97b2-4be2-8041-ff1ac258b139","Name":"DoS Detection (MySQL)"},{"Enabled":true,"Id":"740232ec-fb4c-49c2-bd49-c712d989b0f3","Name":"Dot CMS Version Disclosure"},{"Enabled":true,"Id":"5f5758fe-9693-4422-b689-7500dd811274","Name":"doxygen.conf"},{"Enabled":true,"Id":"a8c77b9c-53d4-4211-ab89-7b59735e105e","Name":"Drupal Identified - Body"},{"Enabled":true,"Id":"11042711-bf57-4bda-9bf1-be80928a4885","Name":"Drupal Identified - Body II"},{"Enabled":true,"Id":"8c569947-ba1e-43f8-9719-37ff232bf149","Name":"Drupal Identified - Body III"},{"Enabled":true,"Id":"a3d93ac0-a664-418d-a316-faec030532be","Name":"Drupal Identified - Header"},{"Enabled":true,"Id":"4990d2d2-7fda-4b27-8982-4eaaf21bcf43","Name":"Drupal Identified - Header II"},{"Enabled":true,"Id":"012b2c5e-34b1-45d6-a522-49bf10b2b6ef","Name":"Elmah Error Log Detection"},{"Enabled":true,"Id":"8dd9c0d3-e91a-4112-99f4-62ed329cc27e","Name":"E-Mail Disclosure"},{"Enabled":true,"Id":"3e997970-0d9b-4ff9-b6d2-4bbc569d6ff1","Name":"Error Disclosure (Ruby)"},{"Enabled":true,"Id":"34e263e4-f770-4ba9-a5c0-af1eb0ff6377","Name":"Errors (MS Access)"},{"Enabled":true,"Id":"7487541a-716e-4719-939e-48ae175d280a","Name":"Errors (Oracle)"},{"Enabled":true,"Id":"1843df11-da30-47e6-b465-7d594fe8f9dd","Name":"ExpressJS Identified"},{"Enabled":true,"Id":"aca9e2b1-4740-4b16-8b90-978219008198","Name":"EZProxy Identified"},{"Enabled":true,"Id":"72fa79a3-7cf2-43ac-a9fa-7b5caf9af87e","Name":"fpadmin"},{"Enabled":true,"Id":"37dbca37-3a88-47bf-b504-4af0002a9f05","Name":"FrontPage Identified"},{"Enabled":true,"Id":"fedebc15-9eee-483c-9ee7-8af79a68287e","Name":"Generic Apache Module Identified"},{"Enabled":true,"Id":"c4fd10ef-6866-49ce-9eca-692ebe0d1ad0","Name":"Generic DB Error"},{"Enabled":true,"Id":"a6903407-905a-4adc-9eef-ed86aa04e966","Name":"Generic DB Error - 2 - Mostly"},{"Enabled":true,"Id":"68752f43-115b-4809-ad4e-93806a97db90","Name":"Generic Error (MySQL)"},{"Enabled":true,"Id":"f8cc75d9-71b9-45d5-98f1-566731f0af24","Name":"Generic Permanent XSS - Short XPATH Prematch"},{"Enabled":true,"Id":"f5590afd-317f-4fd5-ab16-800d67100407","Name":"Generic SQL Exception (Java)"},{"Enabled":true,"Id":"10663ef4-baf6-41e0-83da-e83efcd0dfcb","Name":"GlassFish Identified"},{"Enabled":true,"Id":"bd0b668d-a396-44ea-a07d-f508337ed1af","Name":"Grafana Identified"},{"Enabled":true,"Id":"d301c7a4-fd00-4953-b115-1113d62815a3","Name":"Gunicorn Python WSGI HTTP Server Identified"},{"Enabled":true,"Id":"69ab496c-366a-4635-8c4c-0549d7d6fb2d","Name":"Header Injection Newline"},{"Enabled":true,"Id":"3a58e7e2-da93-444a-b7de-fcf7a4db9b2b","Name":"Hiawatha Server Identified"},{"Enabled":true,"Id":"284f02e4-193e-406c-822d-2b660574f815","Name":"Hiawatha Server Version Disclosure"},{"Enabled":true,"Id":"a87a7220-7add-4599-b892-8224be150f0f","Name":"Hibernate Error Message"},{"Enabled":true,"Id":"bae289e0-b78f-4da3-8c8a-2abe41c1d51d","Name":"HsqlDb Identified"},{"Enabled":true,"Id":"d26905a5-fbf1-4f01-bb83-608197109128","Name":"httpd.conf"},{"Enabled":true,"Id":"f844429d-5e81-47aa-b635-b5b37e198403","Name":"httpd-vhosts.conf"},{"Enabled":true,"Id":"eaa34397-f7b4-42ff-bfa9-e187b81cc6c6","Name":"HubSpot Identified"},{"Enabled":true,"Id":"4d8cef9a-aca1-4b9c-bfc9-e54808825a2d","Name":"IBM BPM Identified"},{"Enabled":true,"Id":"07e3b515-5158-447f-bbb6-b1fde356f31c","Name":"IBM HTTP Server Identified"},{"Enabled":true,"Id":"cf90a035-bfa0-4fa7-9158-482ec98f6009","Name":"IBM Rational Team Concert (RTC) Identified"},{"Enabled":true,"Id":"156af962-c9f2-4cbd-9c54-f7fa79aa480d","Name":"IBM Security Access Manager (WebSEAL) Identified"},{"Enabled":true,"Id":"21c8aa9d-e58f-4ca5-9c65-433009de28e3","Name":"IBM Security Access Manager (WebSEAL) Version Disclosure"},{"Enabled":true,"Id":"09aa074f-f0e8-42a0-8c4f-115b940c9e46","Name":"IE XSS Protection Disabled"},{"Enabled":true,"Id":"9e68c10f-e261-47f3-9f4c-a2c8d25ba53a","Name":"IIS Identified"},{"Enabled":true,"Id":"cd7adb94-b3d1-4d9e-a8ba-7c1b55e7041a","Name":"Improved Extension - extensions (MySQL)"},{"Enabled":true,"Id":"c5a77ec4-8c51-4e54-b012-f32333c95d9a","Name":"Improved Extension - PHP Error (MySQL)"},{"Enabled":true,"Id":"972df363-25d8-45d5-90a1-9b36e01fc2b8","Name":"Informix - illegal character error"},{"Enabled":true,"Id":"78b2d222-e03b-4705-8c54-bbb75ae3e763","Name":"Internal IP Address Leakage - Body"},{"Enabled":true,"Id":"7d9a0b6c-4aa0-42c9-940c-f311645d5787","Name":"Internal IP Address Leakage - Header"},{"Enabled":true,"Id":"ca230dba-97cb-435f-83de-b5947003349e","Name":"isqlplus"},{"Enabled":true,"Id":"783d051a-91c8-4025-b576-47312bb54eca","Name":"Java Identified"},{"Enabled":true,"Id":"68132f02-8075-42b0-bc3d-3f7308c23ad8","Name":"Java- NSFTW"},{"Enabled":true,"Id":"d12b3e39-a759-45d7-8909-1be0c1dd814d","Name":"Java Servlet Identified"},{"Enabled":true,"Id":"0f07b4a9-9333-4804-a038-f47a60718ebc","Name":"JBoss Application Server Identified"},{"Enabled":true,"Id":"1dbab5b6-a33a-4eb4-913a-341c46d7af9d","Name":"JBoss Core Services Identified"},{"Enabled":true,"Id":"0df2826e-8c46-4558-94c4-b3633553d630","Name":"JBoss Enterprise Application Platform Identified"},{"Enabled":true,"Id":"66aee239-09ca-4ad1-a020-43593ab09e55","Name":"JDBC SQL Exception"},{"Enabled":true,"Id":"ca16df21-d6f5-4b1d-9f4b-25bfc27c4419","Name":"Jenkins Identified"},{"Enabled":true,"Id":"9b70c99e-2c5d-4757-879d-b7fb6fc04361","Name":"Jetty Web Server Identified"},{"Enabled":true,"Id":"6df415a0-00b9-4262-bfb8-6ecc4561362c","Name":"Jolokia Identified"},{"Enabled":true,"Id":"76381973-8a2a-4831-917e-4538986aebef","Name":"Joomla Identified - Body"},{"Enabled":true,"Id":"c7d138b4-4f4c-4060-a1a7-9d0c00a00d67","Name":"Joomla Identified - Body II"},{"Enabled":true,"Id":"4a6b6d26-049a-4e8a-83eb-309c88d53482","Name":"Json Web Key Set Disclosure"},{"Enabled":true,"Id":"649f65ac-9216-45f6-8c47-61552e102d3d","Name":"JSP (Java Server Page) Identified"},{"Enabled":true,"Id":"b5525a25-8bd7-42f2-9998-8fe1e948d566","Name":"JWT Detected"},{"Enabled":true,"Id":"4eb04992-b608-48db-a5dd-aaaa4761e21b","Name":"Kestrel Server"},{"Enabled":true,"Id":"d46de119-62fd-4cc3-8c0c-55d559f8215a","Name":"Kong Server Identified"},{"Enabled":true,"Id":"e99ba7b4-b871-4a85-8a31-e28a5af65fad","Name":"Laravel Debug Mode Enabled"},{"Enabled":true,"Id":"0756013f-db19-4c45-85e7-87a2b6e139d8","Name":"Laravel Environment Configuration File (.env)"},{"Enabled":true,"Id":"fae0021f-e29a-41b2-bb51-cf212e123dcd","Name":"LFI (ASP/ASP.NET)"},{"Enabled":true,"Id":"77aab76b-2a00-490e-ac63-e622b74533ed","Name":"LFI (JSP)"},{"Enabled":true,"Id":"557e24ce-5d36-4b95-a06b-d4bbbc442662","Name":"Liferay DXP Identified"},{"Enabled":true,"Id":"4e3ee3af-6653-4252-97c5-772662eae114","Name":"Liferay Portal Identified"},{"Enabled":true,"Id":"d92d146d-4985-4036-8d54-fa5e5847a586","Name":"Lighthouse Identified"},{"Enabled":true,"Id":"7597084a-34ff-473e-b558-ad42c7792ee8","Name":"Lighttpd Identified"},{"Enabled":true,"Id":"db915180-6a52-4782-a534-b8022d12b0a5","Name":"Lighttpd Identified - Body"},{"Enabled":true,"Id":"42b56371-e743-42bd-8a81-febefb4bb0d6","Name":"LiteSpeed Web Server Identified"},{"Enabled":true,"Id":"6ac4dff9-7963-40d0-b715-0c31b1846aa6","Name":"Low Possible SQL Injection - 6"},{"Enabled":true,"Id":"da18318e-be02-42f9-ad5a-f3db20ff3068","Name":"Lua Identified"},{"Enabled":true,"Id":"fff365d7-31d0-44e9-87c2-c0e2f9c1707d","Name":"Mailman Version Disclosure"},{"Enabled":true,"Id":"2841d7c6-470c-466a-98f0-704bc5106ae4","Name":"Mashery Proxy Identified"},{"Enabled":true,"Id":"3245520a-54b0-4da7-80ed-f51f4417e75d","Name":"Microsoft Access Database File Detected"},{"Enabled":true,"Id":"ae716dba-dedb-408b-891a-f55987587168","Name":"Microsoft IIS Log File Identified"},{"Enabled":true,"Id":"321fdc39-17d2-41f5-8e80-1b385f909239","Name":"Microsoft JET Database Engine error / Can be FP - 2"},{"Enabled":true,"Id":"31d9a1ac-87ec-4a49-9516-07a0afd3d19f","Name":"Microsoft Outlook Personal Folders File (.pst) Found"},{"Enabled":true,"Id":"132c0e6f-9b83-41ca-a0db-4341f71bd7ea","Name":"Mod_ssl Identified"},{"Enabled":true,"Id":"d807814d-944e-4557-9870-aaab10fda886","Name":"Mongrel Identified"},{"Enabled":true,"Id":"c97e026e-840b-4f12-9fc3-0a11a12b841e","Name":"MOVEit Transfer Identified"},{"Enabled":true,"Id":"d8653db7-e57a-4219-a34c-eccaee1e9b5c","Name":"MS Office Credential Disclosure Type 1"},{"Enabled":true,"Id":"2c41a7d8-f292-416b-b8ef-bf31a8a8891e","Name":"MS Office Credential Disclosure Type 2"},{"Enabled":true,"Id":"435de0ea-12ae-45e6-a177-98120b2c1bd0","Name":"MySQL Column - 2"},{"Enabled":true,"Id":"17f7398d-b7e3-4b4f-a2d6-1364b4a49bde","Name":"MySQL Generic (MySQL)"},{"Enabled":true,"Id":"fb362dec-f9f3-444c-9fd6-e142097b0132","Name":"MySQL Identified"},{"Enabled":true,"Id":"ade6930d-49ab-4fe3-9ce7-28d48e19783c","Name":"MySQL regexp error"},{"Enabled":true,"Id":"d6be76a6-ab51-4fcd-b81f-29f280bcc399","Name":"MySQL Unknown Column (MySQL)"},{"Enabled":true,"Id":"e26c3c3a-4ac2-4c10-a3cc-fac0de999a01","Name":"Next.js React Framework Identified"},{"Enabled":true,"Id":"c8df2227-3293-4aec-9ff6-12564655c1d7","Name":"Nexus Repository OSS Identified"},{"Enabled":true,"Id":"b74154ec-be0a-482b-932a-a53fb7f05ead","Name":"Nginx Identified"},{"Enabled":true,"Id":"09af56d3-8be5-449e-a5de-9d615d850182","Name":"nginx.conf"},{"Enabled":true,"Id":"0db78705-0854-428f-8bf5-14fd9cca8291","Name":"NuSOAP Identified"},{"Enabled":true,"Id":"a8bb0679-5daf-41ce-acf9-362192b9e66e","Name":"ODBC"},{"Enabled":true,"Id":"19ca4e4d-285b-4b82-95d3-a8c19b7cd278","Name":"ODBC (SQL Server)"},{"Enabled":true,"Id":"75f1387c-0992-4441-8b40-920108b7a637","Name":"ODBC Access Message SQL Injection / Can be FP"},{"Enabled":true,"Id":"8bb59dad-9fcb-4fd0-844f-335769aac7bf","Name":"ODBC DBNETLIB Error"},{"Enabled":true,"Id":"c9ef4018-a0a4-4fca-8f47-b41439866601","Name":"OLE DB (MSSQL)"},{"Enabled":true,"Id":"d6610f2a-9d39-4030-b6ed-599363bb1c4a","Name":"OLE DB Obvious (MSSQL)"},{"Enabled":true,"Id":"b79320dc-c9d3-4298-a4f9-b566be19774e","Name":"OpenResty Web Platform Identified"},{"Enabled":true,"Id":"7127e03f-da6d-4b94-8b6a-8f8f5cc82cd1","Name":"OpenSSL Identified"},{"Enabled":true,"Id":"ae197125-21fe-4274-9cdd-e7ed480242c5","Name":"OpenVPN Access Server Identified"},{"Enabled":true,"Id":"375d3f3b-95a3-4a6c-a2ca-abed606e617e","Name":"Oracle HTTP Server Identified"},{"Enabled":true,"Id":"b509afd3-d004-444d-9f0e-1c10caf0609b","Name":"Oracle HTTP/Application/etc. Server Identified"},{"Enabled":true,"Id":"7a8f7276-d7b5-44d3-9515-a65c60dfe46b","Name":"Oracle Identified"},{"Enabled":true,"Id":"1f6500b1-b077-4be0-a1e0-4ba69e038425","Name":"package.json"},{"Enabled":true,"Id":"b38ea01c-efe4-4f91-80b9-02bcbe909c48","Name":"Pardot Server Identified"},{"Enabled":true,"Id":"79229b18-8aaa-449b-bcd0-79e9ae49eed6","Name":"Payara Version Disclosure"},{"Enabled":true,"Id":"a7d9693c-98d5-41c1-9581-73440aa9b549","Name":"Perl Identified"},{"Enabled":true,"Id":"0f8242a7-1141-444e-b739-e7245d0c0f53","Name":"PHP Error (PostgreSQL)"},{"Enabled":true,"Id":"40522f03-39e5-4533-b235-beb85f9af623","Name":"PHP Errors - Unterminated Quote (PostgreSQL)"},{"Enabled":true,"Id":"ab0cf195-b2bb-490b-96b6-04cde0c405f5","Name":"PHP Errors (Oracle)"},{"Enabled":true,"Id":"c0e4f34e-6ec9-403a-8ceb-54e5b12aac25","Name":"PHP Errors (PostgreSQL)"},{"Enabled":true,"Id":"729a5432-cf55-40b6-a97e-823886ed3246","Name":"PHP fecth_array() (MySQL)"},{"Enabled":true,"Id":"76f11c54-998a-45de-b2a2-0f27497d870a","Name":"PHP Identified"},{"Enabled":true,"Id":"0bae3e93-c77b-4875-9394-b9bf28c5c843","Name":"PHP Identified - Body"},{"Enabled":true,"Id":"e4009ad9-87ca-4e36-b13b-e5a1b243d91d","Name":"PHP Identified II"},{"Enabled":true,"Id":"c3526e54-e902-43a5-90ef-d919a824292a","Name":"PHP LFI 1"},{"Enabled":true,"Id":"dd76cfb5-b559-45bc-a6e5-5c727019f8c9","Name":"PHP LFI 2"},{"Enabled":true,"Id":"0cf6bedf-7674-4492-b2ca-8966328c59cc","Name":"PHP LFI 3 - Apache LFI"},{"Enabled":true,"Id":"8c5ecbcf-25af-4025-b872-67dfd753dc1c","Name":"PHP session.use_only_cookies Is Disabled"},{"Enabled":true,"Id":"21291e7c-15ec-433c-8d49-44d2923dc973","Name":"phpinfo() Disclosure"},{"Enabled":true,"Id":"689576ee-1c83-49b6-a83f-fb7bd6987336","Name":"phpLiteAdmin Identified"},{"Enabled":true,"Id":"79b45e16-8bea-40d3-8f7c-f0aa86afd2a4","Name":"phpMoAdmin Identified"},{"Enabled":true,"Id":"53a73916-a31a-49f8-999b-fe576a99af04","Name":"phpMyAdmin Identified - I"},{"Enabled":true,"Id":"754d6542-28b6-4ed0-92f1-dfc01d3a8394","Name":"phpMyAdmin Identified - II"},{"Enabled":true,"Id":"e258450b-39e1-4589-84a7-a81fc930e9f8","Name":"Phusion Passenger Identified"},{"Enabled":true,"Id":"3cc23bc3-08b2-43e7-a1e8-e4e1406dd6fb","Name":"Piwik Identified"},{"Enabled":true,"Id":"ceccbbc5-94b7-40cf-85cd-9290fc01b93e","Name":"Play Web Framework Identified"},{"Enabled":true,"Id":"e828cddf-98e6-4632-ace3-157922f6c75f","Name":"Plesk for Linux Identified"},{"Enabled":true,"Id":"ac94f404-e2a8-45c2-a658-98c44b149127","Name":"Plesk for Windows Identified"},{"Enabled":true,"Id":"cdb77afc-9c0e-428b-a24d-86b3d46a289c","Name":"Plone CMS Identified"},{"Enabled":true,"Id":"5a6214c9-e51c-4cce-9374-4286a91e7209","Name":"Polyfill.io Supply Chain Attack"},{"Enabled":true,"Id":"eb0a6596-e7b7-4c24-b356-701c185c7ba2","Name":"Possible Path Disclosure - HEADER (Windows)"},{"Enabled":true,"Id":"362fc074-0258-4283-b62f-15fc12d360bc","Name":"Possible Path Disclosure (Unix/Linux)"},{"Enabled":true,"Id":"3b66b271-a0d9-4ece-a58e-5901a6c41cb2","Name":"Possible Path Disclosure (Windows)"},{"Enabled":true,"Id":"ccbdbd3e-301e-4fa9-b5bc-391c296dbd20","Name":"PostgreSQL Identified"},{"Enabled":true,"Id":"2466435b-5272-4d08-99da-35bf9e905847","Name":"Potential SQL Injection - 2"},{"Enabled":true,"Id":"b6bcd74c-43f3-4498-a56a-0b3ffade3e5e","Name":"Potential SQL Injection - 3"},{"Enabled":true,"Id":"a509214f-4f3f-4849-85c5-41e7c1828587","Name":"Potential SQL Injection - 4"},{"Enabled":true,"Id":"4358ad52-8853-4ea3-b6f6-169b8ddb6311","Name":"Potential SQL Injection - 5"},{"Enabled":true,"Id":"211c3e17-b843-4584-bbc4-384c84bb668c","Name":"Potential SQL Injection - 6"},{"Enabled":true,"Id":"05806a05-56fd-4e98-9622-5d7dc2c799db","Name":"Potential SQL Injection - 7"},{"Enabled":true,"Id":"feb77d3f-ee2e-4dd4-ab4c-46670b6059f0","Name":"Potential SQL Injection - 8"},{"Enabled":true,"Id":"6f030512-10ca-4d8c-aaff-8b74be2c92ad","Name":"Potential SQL Injection - 9"},{"Enabled":true,"Id":"c11759db-d4f5-4d03-a7f2-1795331a4345","Name":"Private Burp Collaborator Server Identified"},{"Enabled":true,"Id":"4cbec240-3e26-4382-85ce-6968d611b999","Name":"Private Json Web Key Set Disclosure"},{"Enabled":true,"Id":"9f20d967-b9b7-4b4d-b64a-816fc1a15ac8","Name":"proftpd.conf"},{"Enabled":true,"Id":"ed9fca28-f860-49f2-8836-e8363cc24b96","Name":"Programming Error Message - SHTML - Type I"},{"Enabled":true,"Id":"fb1b2bde-8650-4807-8508-58807eaa4319","Name":"Programming Error Message - SHTML - Type II"},{"Enabled":true,"Id":"641ca694-e5c3-47f0-a899-d8d5a10a316a","Name":"Programming Error Message - SOAP - Type I"},{"Enabled":true,"Id":"b160785c-fdb0-4739-bef0-d50cd5f57dad","Name":"Programming Error Message - SOAP - Type II"},{"Enabled":true,"Id":"b7027a84-c5f4-4355-b49d-9a789a9d4c3e","Name":"Programming Error Message Identified"},{"Enabled":true,"Id":"5175fcd9-d501-49c2-a300-97d68d4240d7","Name":"Programming Error Message Identified (PHP)"},{"Enabled":true,"Id":"fc4da034-9ef9-463b-983b-9c9185fcc4cc","Name":"Prototype Pollution - Possible Vulnerable Snippet (component/querystring)"},{"Enabled":true,"Id":"98a4ec18-048f-4e9a-9e77-3af0f26353ff","Name":"Prototype Pollution - Possible Vulnerable Snippet (decodeURIComponent)"},{"Enabled":true,"Id":"a3c1da3f-ffa5-4058-85f5-90e442c9e04e","Name":"Prototype Pollution - Possible Vulnerable Snippet (deparam)"},{"Enabled":true,"Id":"43aa3e14-6c3b-4296-b3ee-d699fb985aa9","Name":"Prototype Pollution - Possible Vulnerable Snippet (jQuery BBQ)"},{"Enabled":true,"Id":"176c7ca7-5508-496b-9d8f-2c01f47c0aac","Name":"Prototype Pollution - Possible Vulnerable Snippet (jQuery query-object)"},{"Enabled":true,"Id":"7b38f016-08a2-4a68-b53c-a9888c3f5d6c","Name":"Prototype Pollution - Possible Vulnerable Snippet (jquery.parseParams.js)"},{"Enabled":true,"Id":"f72ba7a5-b3e1-4fb7-92ac-98afc22be5eb","Name":"Prototype Pollution - Possible Vulnerable Snippet (Purl)"},{"Enabled":true,"Id":"e9276ac5-c8ef-498e-871c-9d57c06cd66c","Name":"Python Identified"},{"Enabled":true,"Id":"420794cb-9208-41e1-85ba-86c91121b48b","Name":"Python Identified - Body"},{"Enabled":true,"Id":"2807024b-2288-4e5c-a72f-fedb4aa7b39c","Name":"Python WSGIServer Identified"},{"Enabled":true,"Id":"36730b5e-aec1-4220-8f0a-7e716294e2ab","Name":"Resin Application Server Identified"},{"Enabled":true,"Id":"48b3d5eb-87f3-4a35-b710-677bf36d6d6f","Name":"Restlet Framework Identified"},{"Enabled":true,"Id":"f867583d-b946-4a82-b1bf-584c96dc1008","Name":"RoR Database Configuration File"},{"Enabled":true,"Id":"89a7c542-7ad6-494b-830e-4f54f4a6ccbc","Name":"RoR Identified"},{"Enabled":true,"Id":"0465bd6a-efd0-4d41-8933-a3483f7fcbf4","Name":"RSA Private Key"},{"Enabled":true,"Id":"099a84b6-0d46-41ba-ac44-b5dc19218f2d","Name":"RSA Private Key - XML format"},{"Enabled":true,"Id":"c58325a2-eb8b-446c-8ed4-e6bbde7b28d7","Name":"RubyGems Identified"},{"Enabled":true,"Id":"a25bb02b-8b1f-4e70-9826-b03ffb8312de","Name":"SailsJS Identified"},{"Enabled":true,"Id":"e4e71cbb-1a17-4a87-9f5c-e3048f2246cb","Name":"security.txt File"},{"Enabled":true,"Id":"a5d6c0c9-32f4-402b-b9ad-e2d97944bdc8","Name":"SharePoint Identified"},{"Enabled":true,"Id":"90e01750-21ad-482a-9e37-cb71e54152fd","Name":"Shell Script Identified"},{"Enabled":true,"Id":"0ebee7c7-b889-45e8-ad9b-231b635b38f5","Name":"Shopify Identified"},{"Enabled":true,"Id":"495bd27a-770e-4ed8-bf6d-1cf926849750","Name":"smb.conf"},{"Enabled":true,"Id":"cdf92bfc-883c-4d48-a8e1-e7c115d9682c","Name":"SonicWall SSL-VPN Server Identified"},{"Enabled":true,"Id":"4559c875-36ac-482b-bb50-ab5266f81ac5","Name":"Source Code Disclosure - (Java)"},{"Enabled":true,"Id":"72cde62b-ab5a-4436-b30f-8408c5ec5c5e","Name":"Source Code Disclosure - (Java) - 2"},{"Enabled":true,"Id":"698d380d-7d81-494a-865e-b9fa428fdae5","Name":"Source Code Disclosure - (Java) - 3"},{"Enabled":true,"Id":"9e2b07eb-c826-474f-8635-3347a9dc0797","Name":"Source Code Disclosure - (JSP)"},{"Enabled":true,"Id":"311876b3-8f0e-4794-b5fe-ae1bb035b498","Name":"Source Code Disclosure - (JSP) - 2"},{"Enabled":true,"Id":"5eea997c-765f-42a1-a046-660804fa9653","Name":"Source Code Disclosure - (Servlet)"},{"Enabled":true,"Id":"57bdc66b-35f6-4840-8c73-baa2129fed8a","Name":"Source Code Disclosure - (Servlet) - 2"},{"Enabled":true,"Id":"06cd45ea-3e7a-4505-b6a5-767ba1df4c56","Name":"Source Code Disclosure - (Servlet) - 3"},{"Enabled":true,"Id":"5f33e377-470f-4d04-b3c8-2a9d31babe09","Name":"Source Code Disclosure - Header (Java)"},{"Enabled":true,"Id":"91214bfc-7eec-4a10-bf4b-d1f2f8fdd8f4","Name":"Source Code Disclosure - Header (Perl)"},{"Enabled":true,"Id":"2ef96d60-168d-49db-a1c1-60b853439c3e","Name":"Source Code Disclosure - Header (PHP)"},{"Enabled":true,"Id":"4395a60d-be28-4249-b04a-0c469a56b794","Name":"Source Code Disclosure - Header (Python)"},{"Enabled":true,"Id":"8be51d80-55d2-4e78-aed1-ab8103ca08a3","Name":"Source Code Disclosure - Header (Ruby)"},{"Enabled":true,"Id":"51513e18-3ae8-4bd0-b37c-1df3226494a5","Name":"Source Code Disclosure - Shebang (Perl)"},{"Enabled":true,"Id":"c57100d0-7138-47b8-a8d8-c6f326beb54c","Name":"Source Code Disclosure - Shebang (Python)"},{"Enabled":true,"Id":"738a89b9-75bd-48b5-945d-1d61313bad56","Name":"Source Code Disclosure (ColdFusion)"},{"Enabled":true,"Id":"b737aeec-c556-47ec-bb41-90033c14fd7d","Name":"Source Code Disclosure (PHP)"},{"Enabled":true,"Id":"0c7f62bf-77cc-4e59-b020-3ec1db246c29","Name":"Source Code Disclosure 1 (ASP.NET)"},{"Enabled":true,"Id":"04d82637-3fb1-4b2b-92a5-3e064fce7a62","Name":"Source Code Disclosure 2 (ASP.NET)"},{"Enabled":true,"Id":"1c6c72df-5ba3-4f48-a8b6-53f3637fe42f","Name":"Spring Boot Actuator Detection"},{"Enabled":true,"Id":"9b0dd606-369a-45fc-a9fa-1d0bfbe68153","Name":"Spring Framework Identified"},{"Enabled":true,"Id":"fe066c70-0e13-4ace-a5e0-fd9d3957a502","Name":"SQL File"},{"Enabled":true,"Id":"ea798de8-bee8-4632-acb6-1d3171b71c97","Name":"SQL Server Access Error"},{"Enabled":true,"Id":"b7748baf-1dc0-4383-ae75-13ecc8187ff4","Name":"SQL Server Error Code - 80040e14"},{"Enabled":true,"Id":"d476e03c-da5b-43df-afc1-7ea37d5b6036","Name":"SQL Server Identified"},{"Enabled":true,"Id":"4377060f-3a99-4943-86aa-4bf6af61401a","Name":"SQLite Database File Found"},{"Enabled":true,"Id":"8e680f72-fddd-45d5-9f5a-296ae8fab0e2","Name":"SQLite Error Stacktrace"},{"Enabled":true,"Id":"99a5a20d-06ab-42e3-bde0-f3c3b0f6e8f4","Name":"SQLite Generic Error"},{"Enabled":true,"Id":"81e31423-0c96-4e69-99eb-5e743fd36809","Name":"SQLite Query Exception"},{"Enabled":true,"Id":"b75d0e02-90df-40cc-b16c-59f01320f40a","Name":"Squarespace Identified"},{"Enabled":true,"Id":"819d439c-d12a-4e52-be9c-42890a322ce1","Name":"Squid Identified"},{"Enabled":true,"Id":"b417a9c9-43f7-4c32-b871-c4c1a6fd6f8c","Name":"SSN Disclosure"},{"Enabled":true,"Id":"e9b14b99-1f82-49f5-8f45-a00359d2c414","Name":"Stack Trace - II / Custom Stack Trace (ASP.NET)"},{"Enabled":true,"Id":"f34dca59-ad1f-4a4d-a5dc-936688186b6f","Name":"Stack Trace (GraphQL - Apollo)"},{"Enabled":true,"Id":"3b491333-91ae-4ff6-8640-a6c607cfb8b3","Name":"Stack Trace (GraphQL - Spring Boot)"},{"Enabled":true,"Id":"b0d84b59-1bc6-4091-b653-cbae59596346","Name":"Stack Trace / Custom Stack Trace (ASP.NET)"},{"Enabled":true,"Id":"bbe8f9fe-ca29-4bbe-b4a0-706c77171d1f","Name":"Stack Trace / Custom Stack Trace (ColdFusion)"},{"Enabled":true,"Id":"8c38dd2d-c6d1-4de1-908a-7fd3d2bb8bed","Name":"Stack Trace / Custom Stack Trace (Python)"},{"Enabled":true,"Id":"8a91635d-9234-4038-bbc7-8b0bcfb33c0f","Name":"Stack Trace / Exception Class (ASP.NET)"},{"Enabled":true,"Id":"8045445f-129d-4902-8c52-203f9e28a057","Name":"Stack Trace Disclosure (Apache MyFaces)"},{"Enabled":true,"Id":"9b7a7533-9507-4386-8dda-9702f91f51a5","Name":"Stack Trace Disclosure (Apache Shiro)"},{"Enabled":true,"Id":"a3a78c0a-18b0-4a1e-aee1-976ff4bf7052","Name":"Stack Trace Disclosure (CakePHP)"},{"Enabled":true,"Id":"f7e82e94-7997-4ae4-8b69-433c011db6cd","Name":"Stack Trace Disclosure (CherryPy)"},{"Enabled":true,"Id":"18fbee1b-35f6-4620-bdfb-d6b29241f86e","Name":"Stack Trace Disclosure (Grails)"},{"Enabled":true,"Id":"30947893-8c97-40c5-86d0-ee1198c483b1","Name":"Stack Trace Disclosure (Java)"},{"Enabled":true,"Id":"e20a1935-bf8d-4d7a-a6a0-3681ed02bc85","Name":"Stack Trace Disclosure (Java) - GWT Exception"},{"Enabled":true,"Id":"7e723a0e-11de-412e-a2e1-5735198e6c43","Name":"Stack Trace Disclosure (Java) - Java.Lang Exceptions"},{"Enabled":true,"Id":"1ed91aca-4585-474a-a386-8fa452f5a8cc","Name":"Stack Trace Disclosure (Laravel)"},{"Enabled":true,"Id":"d20969fd-d06e-46f6-9885-7497ff9bfc5c","Name":"Stack Trace Disclosure (Node.js)"},{"Enabled":true,"Id":"20e136e0-13e4-4c7a-a1ea-029dac068b33","Name":"Stack Trace Disclosure (PHP)"},{"Enabled":true,"Id":"8f1c28b4-eff4-443c-93a1-1240b096e6be","Name":"Stack Trace Disclosure (RoR)"},{"Enabled":true,"Id":"c91623c4-2abe-48d9-98a7-5140f8aec72f","Name":"Stack Trace Disclosure (Ruby)"},{"Enabled":true,"Id":"34562cc4-5810-47e2-8183-20c13c58ceb9","Name":"Struts2 Development Mode Enabled"},{"Enabled":true,"Id":"25930a5d-b61d-4d69-9b8e-ff1b3878a274","Name":"Sublime SFTP Config File Detected"},{"Enabled":true,"Id":"da35a855-2bef-4756-9d30-a28605106be1","Name":"swagger-ui - Body"},{"Enabled":true,"Id":"2f89a863-7801-440a-a99b-b50540c3bc9a","Name":"Tableau Server"},{"Enabled":true,"Id":"c193f2ad-e12e-4e10-89d8-8b7d4a5a7ad3","Name":"Taleo Web Server Identified"},{"Enabled":true,"Id":"b28fd1a7-191f-4649-a75d-2da690baf86f","Name":"Telerik Web UI Identified"},{"Enabled":true,"Id":"6fb40fe9-9a55-4da5-b098-eeda4767bdd6","Name":"Tomcat Identified"},{"Enabled":true,"Id":"a46cd754-56b1-4ddd-a721-11f87e2a75f1","Name":"Tomcat Identified - Body"},{"Enabled":true,"Id":"dec2d882-d8fd-4aab-8399-bb530060c5fc","Name":"Tomcat Identified - Body II"},{"Enabled":true,"Id":"e5767850-7f1c-4485-ab9a-b16f2ffad404","Name":"Tornado Web Server Identified"},{"Enabled":true,"Id":"b8930e8a-ae05-445a-af93-319b60641f75","Name":"Trac Software Project Management Tool Identified"},{"Enabled":true,"Id":"4334a6f2-426f-4ecc-8f1f-121460583d69","Name":"Tracy Debugging Tool Identified"},{"Enabled":true,"Id":"9c834f27-de8d-4a84-ad1e-05d53c541ea6","Name":"TS Web Access"},{"Enabled":true,"Id":"b22b6f80-559f-4e48-a191-2ea203e271c3","Name":"TwistedWeb HTTP Server Identified"},{"Enabled":true,"Id":"6aa1adc6-cf45-4e6b-b29c-1fb39287c1af","Name":"Typo3 CMS Identified"},{"Enabled":true,"Id":"1d3c1e03-1d3e-40fb-a7a4-d88b334c3169","Name":"Typo3 CMS Identified - Meta Generator"},{"Enabled":true,"Id":"07d1f349-4110-4da0-a125-6286222a322a","Name":"UNC Server and Share Disclosure"},{"Enabled":true,"Id":"68b6cc73-ba2d-4526-a091-836aa34af7bd","Name":"Unclosed Quotation Mark (MSSQL)"},{"Enabled":true,"Id":"c4c01656-b5df-4af2-b7a6-9d60465e5c1d","Name":"Undertow Web Server Identified"},{"Enabled":true,"Id":"ddc9a1fe-c595-43f3-a532-aaf2f70be65a","Name":"Username Disclosure (MSSQL)"},{"Enabled":true,"Id":"34942ae0-adb0-47ee-9163-f9188fdb7390","Name":"Username Disclosure (MySQL)"},{"Enabled":true,"Id":"a156071c-4178-4557-9ff9-e4e5ed31ea8d","Name":"v1 GUID on Cookie"},{"Enabled":true,"Id":"e904dc0e-7dbf-4758-8327-c1330367d44d","Name":"Varnish HTTP Cache Server Identified"},{"Enabled":true,"Id":"e178bc7b-9e89-45b0-b5e9-fbb88c11614e","Name":"Varnish HTTP Cache Server Identified - 2"},{"Enabled":true,"Id":"da1ab94b-0418-4b4b-ba34-adaf8708c976","Name":"Vegur Identified"},{"Enabled":true,"Id":"645b0186-fd98-4a6e-b5e1-32ef7525c225","Name":"Version Detection (WebLogic)"},{"Enabled":true,"Id":"b8213cb6-d441-4317-9fee-22297ab125fe","Name":"Version Disclosure - BODY (lighttpd)"},{"Enabled":true,"Id":"15802368-3506-46c1-9318-732260234ebd","Name":"Version Disclosure - JSP (Java Server Page)"},{"Enabled":true,"Id":"11856144-6633-4310-9d89-765730df9a33","Name":"Version Disclosure (Apache Coyote)"},{"Enabled":true,"Id":"a0171220-0431-464e-836a-0c8891a3543a","Name":"Version Disclosure (Apache Traffic Server)"},{"Enabled":true,"Id":"deb7b7c9-624e-437a-9636-df450a7fef60","Name":"Version Disclosure (Apache Traffic Server) - 2"},{"Enabled":true,"Id":"5d58d5a9-169c-4bad-9b9a-0d466ad1f8ec","Name":"Version Disclosure (Apache)"},{"Enabled":true,"Id":"ad2f1b6b-88a7-458b-b786-e31270f39102","Name":"Version Disclosure (Artifactory DevOps Solution)"},{"Enabled":true,"Id":"77954040-59c8-48b6-b297-7a32ef8443ec","Name":"Version Disclosure (ASP.NET MVC)"},{"Enabled":true,"Id":"a096f9f0-1b87-42bc-987e-1ba5408d64d6","Name":"Version Disclosure (ASP.NET)"},{"Enabled":true,"Id":"94076274-96af-4b39-8f14-b60240cc13a0","Name":"Version Disclosure (ASP.NET) - 2"},{"Enabled":true,"Id":"43893362-8d9c-4a13-900d-920036b88309","Name":"Version Disclosure (Atlassian Confluence)"},{"Enabled":true,"Id":"9233000c-033e-4c6b-aaea-0ef3aa9ebc65","Name":"Version Disclosure (Atlassian Jira)"},{"Enabled":true,"Id":"3f5f8b06-0e8d-43aa-b532-6ddbcce66f35","Name":"Version Disclosure (Atlassian Proxy)"},{"Enabled":true,"Id":"acfebbea-b1bc-413f-a91f-a3107a7b397f","Name":"Version Disclosure (Axway SecureTransport)"},{"Enabled":true,"Id":"25d20d8e-6a3c-4a4d-b1f8-37a8a237199b","Name":"Version Disclosure (CakePHP)"},{"Enabled":true,"Id":"275e2f35-39f6-419d-b939-d48fe843c599","Name":"Version Disclosure (CherryPy)"},{"Enabled":true,"Id":"e71f8d7e-9df4-4972-a387-00e7a9a2bafb","Name":"Version Disclosure (CherryPy) - Header"},{"Enabled":true,"Id":"c2669e9e-ea59-4b38-9e93-f20c555b4103","Name":"Version Disclosure (Daiquiri)"},{"Enabled":true,"Id":"28ca73ea-00a1-488e-b6f1-d6435775c3d5","Name":"Version Disclosure (Django) - Body"},{"Enabled":true,"Id":"74fcc24a-9006-4a42-9f2f-dae7176d770d","Name":"Version Disclosure (FrontPage)"},{"Enabled":true,"Id":"6b71f211-6f91-46c0-bc9c-ef38f1c0c8e9","Name":"Version Disclosure (Generic Apache Module)"},{"Enabled":true,"Id":"8e9fe762-f352-49ef-8672-ff3e1f4dd630","Name":"Version Disclosure (GeoServer)"},{"Enabled":true,"Id":"cef025be-a9ae-4e1b-a305-652b44abe551","Name":"Version Disclosure (GlassFish)"},{"Enabled":true,"Id":"cbdd25c6-fc1d-4016-bbb4-bd40c645103f","Name":"Version Disclosure (Grafana)"},{"Enabled":true,"Id":"7cf7e371-ab00-4e85-a853-f4788b73ee50","Name":"Version Disclosure (Gunicorn Python WSGI HTTP Server))"},{"Enabled":true,"Id":"2fa66c17-5cfb-47ca-b95e-30cda3d0fe7a","Name":"Version Disclosure (IBM HTTP Server)"},{"Enabled":true,"Id":"02fc61ca-4f4a-44b9-b91f-a5479c1b268f","Name":"Version Disclosure (IBM Rational Team Concert (RTC))"},{"Enabled":true,"Id":"4a72c190-7b58-466d-af56-91faa3914724","Name":"Version Disclosure (IIS)"},{"Enabled":true,"Id":"a98fd588-d939-4d83-ac78-4249c454e42d","Name":"Version Disclosure (IIS) - Log File"},{"Enabled":true,"Id":"6f731f19-5613-4645-949f-8ac7e90b33c3","Name":"Version Disclosure (IT Hit WebDav Server .Net)"},{"Enabled":true,"Id":"e18e01a0-983d-4a77-9532-e2886954f04a","Name":"Version Disclosure (Java Servlet)"},{"Enabled":true,"Id":"6f9eeb65-8756-442c-89db-00feeac1684d","Name":"Version Disclosure (Java)"},{"Enabled":true,"Id":"d673fb70-7f94-4072-9a30-7d3db2f8e921","Name":"Version Disclosure (JBoss)"},{"Enabled":true,"Id":"8f109a7a-b1c9-48fd-baf5-6f6ba42dc33b","Name":"Version Disclosure (Jenkins)"},{"Enabled":true,"Id":"c3f574ee-10da-4283-88a6-473834a2225d","Name":"Version Disclosure (Jetty)"},{"Enabled":true,"Id":"85051f6b-bda0-4098-8a11-f2f17625ca53","Name":"Version Disclosure (Jolokia)"},{"Enabled":true,"Id":"68960aa5-9789-420c-ae2a-e2b2f11ee74d","Name":"Version Disclosure (Joomla)"},{"Enabled":true,"Id":"cbbdbf45-3677-41e4-a71a-8b01bfce2669","Name":"Version Disclosure (Kong Server)"},{"Enabled":true,"Id":"b8e63c63-acc5-440d-89cf-d20b8bbaf24c","Name":"Version Disclosure (Liferay DXP)"},{"Enabled":true,"Id":"c9762153-8837-4d37-8533-728e0e06e428","Name":"Version Disclosure (Liferay Portal)"},{"Enabled":true,"Id":"7d0f82a1-59bd-47c0-9ad0-8ee13d7dcd7f","Name":"Version Disclosure (lighttpd)"},{"Enabled":true,"Id":"9365e0ab-1ed1-4928-b199-1999bbd951c9","Name":"Version Disclosure (Lua)"},{"Enabled":true,"Id":"fcfe7d4e-7700-48d7-9c96-f3b064e28cad","Name":"Version Disclosure (Masa Cms)"},{"Enabled":true,"Id":"ef39fbd2-1780-47b2-904d-0c9e30cf507b","Name":"Version Disclosure (mod_ssl)"},{"Enabled":true,"Id":"b52b6894-5843-49a5-8c61-fe316d11a553","Name":"Version Disclosure (Mongrel)"},{"Enabled":true,"Id":"9e12ac45-f1c5-4069-a4e2-b27fa82df1b4","Name":"Version Disclosure (MOVEit Transfer)"},{"Enabled":true,"Id":"40b64682-8a37-4165-8c84-c0eef4648a11","Name":"Version Disclosure (MS Exchange)"},{"Enabled":true,"Id":"4f5d33b1-b5e1-4f9b-8b9f-8f0aa9739dbe","Name":"Version Disclosure (MS Exchange) - Body"},{"Enabled":true,"Id":"13c6d330-9a7e-4909-a7e8-dc4842dce598","Name":"Version Disclosure (Next.js React Framework)"},{"Enabled":true,"Id":"244b894c-cbc4-4030-9828-74828ef41c48","Name":"Version Disclosure (Nexus Repository OSS)"},{"Enabled":true,"Id":"6015e80a-ddb9-4324-9f81-27c07565c9fd","Name":"Version Disclosure (Nginx) - Body"},{"Enabled":true,"Id":"3b482ae8-32a7-4462-8a31-2100fbf10562","Name":"Version Disclosure (Nginx) - Header"},{"Enabled":true,"Id":"7254df44-d1fe-4b2b-a344-6042f31a95d0","Name":"Version Disclosure (NuSOAP)"},{"Enabled":true,"Id":"14af6bc3-8847-492c-8234-b20cbfc52543","Name":"Version Disclosure (OpenResty)"},{"Enabled":true,"Id":"e739a2de-78a8-479b-8266-b594cf9c8a94","Name":"Version Disclosure (OpenSSL)"},{"Enabled":true,"Id":"98cc0a31-cecc-4811-be8a-20ab777b0ba7","Name":"Version Disclosure (Oracle HTTP/Application/etc. Server)"},{"Enabled":true,"Id":"13d2b319-2f15-4a14-9ba6-044e50fd9269","Name":"Version Disclosure (Perl)"},{"Enabled":true,"Id":"99de9e52-2e76-4d10-a18f-72626a83f70c","Name":"Version Disclosure (PHP)"},{"Enabled":true,"Id":"5983ca27-cb41-4835-a121-2ae97e4eccaf","Name":"Version Disclosure (PHP) - phpinfo()"},{"Enabled":true,"Id":"c9c71e55-e45d-4fec-ab2c-cb146a41e609","Name":"Version Disclosure (PHP) Type II"},{"Enabled":true,"Id":"3560d618-f0fb-46d9-84b5-0993df4bd2e8","Name":"Version Disclosure (phpMyAdmin)"},{"Enabled":true,"Id":"fcaeb461-3283-46ad-ba34-7fa5a6ef6d96","Name":"Version Disclosure (Phusion Passenger)"},{"Enabled":true,"Id":"4c20ec7a-9264-42d0-8972-f9dd49066522","Name":"Version Disclosure (Plone CMS)"},{"Enabled":true,"Id":"aab053fa-cfcf-47c2-8f19-a498bd67cca9","Name":"Version Disclosure (Python WSGIServer)"},{"Enabled":true,"Id":"5b6e8584-1d33-46fe-82c3-932c20a97e72","Name":"Version Disclosure (Python) - Body"},{"Enabled":true,"Id":"72ccbeb9-8996-429b-a52e-d20058aa663c","Name":"Version Disclosure (Python) - Header"},{"Enabled":true,"Id":"08f44421-68e3-4731-9a07-72eb6ea522c2","Name":"Version Disclosure (Resin Application Server)"},{"Enabled":true,"Id":"74465eac-1a39-44fd-b0ca-29ead1a89f18","Name":"Version Disclosure (Restlet Framework)"},{"Enabled":true,"Id":"a842a68a-6ab0-4813-affc-81812ac9071f","Name":"Version Disclosure (RoR)"},{"Enabled":true,"Id":"1adf7647-f152-4c0e-8ec8-c54a4f21ffe7","Name":"Version Disclosure (Ruby) - Body"},{"Enabled":true,"Id":"516e64f6-3a5c-4a84-9d00-2b16ce10d21d","Name":"Version Disclosure (Ruby) - Header"},{"Enabled":true,"Id":"754dcfac-b31d-4e06-be27-7fc00f1c4092","Name":"Version Disclosure (RubyGems)"},{"Enabled":true,"Id":"1b87a884-f897-4dfb-9fbd-3b0073021fd2","Name":"Version Disclosure (SharePoint)"},{"Enabled":true,"Id":"076e2083-7b65-450b-a9f0-f1845a024c0a","Name":"Version Disclosure (Squid)"},{"Enabled":true,"Id":"e6e30104-0649-4709-8162-b34de990ecae","Name":"Version Disclosure (SugarCRM)"},{"Enabled":true,"Id":"a7db0729-7d2e-463f-9c9e-642958d20afa","Name":"Version Disclosure (Taleo Web Server)"},{"Enabled":true,"Id":"7c15ee32-661b-4e43-bd65-ea69be976d44","Name":"Version Disclosure (Telerik Web UI)"},{"Enabled":true,"Id":"2761e0e1-1a03-44c3-b87d-378e04bb03cb","Name":"Version Disclosure (Tomcat)"},{"Enabled":true,"Id":"4c62516f-db87-4ca8-8273-a9476616782e","Name":"Version Disclosure (Tornado)"},{"Enabled":true,"Id":"c86b990c-a1c0-4cd6-9cee-4eeaf4e519b6","Name":"Version Disclosure (Trac Software Project Management Tool)"},{"Enabled":true,"Id":"5347afbe-a633-4248-8116-651cf97bc967","Name":"Version Disclosure (Tracy Debugging Tool)"},{"Enabled":true,"Id":"e2bb0fdc-443b-484f-a50e-77b315408bca","Name":"Version Disclosure (TwistedWeb HTTP Server)"},{"Enabled":true,"Id":"662b190c-d01c-4af3-9127-82fa0070a556","Name":"Version Disclosure (Undertow Web Server)"},{"Enabled":true,"Id":"2b64d7fd-0112-4d64-bdb9-3ccbe2340dc9","Name":"Version Disclosure (Varnish)"},{"Enabled":true,"Id":"68090c20-5043-4342-ad8a-a857a17c9453","Name":"Version Disclosure (W3 Total Cache)"},{"Enabled":true,"Id":"b767f97a-6f68-482c-aebd-5384293be01b","Name":"Version Disclosure (Webrick)"},{"Enabled":true,"Id":"c0538932-36c3-43ea-9e93-0dd2a8d643e7","Name":"Version Disclosure (Werkzeug Python WSGI Library)"},{"Enabled":true,"Id":"7add92ab-0117-4ecb-af70-fc4843190742","Name":"Version Disclosure (XWiki)"},{"Enabled":true,"Id":"490b4a48-1b2b-4b46-973f-114b5e569e09","Name":"Version Disclosure (Zope)"},{"Enabled":true,"Id":"bf7be095-f538-4497-846a-77e55ce02ea9","Name":"ViewState Detection"},{"Enabled":true,"Id":"80acad59-643a-4ac1-80a4-2963571288d7","Name":"W3 Total Cache Identified"},{"Enabled":true,"Id":"cc65c010-61e7-438c-91dd-7f6ab28847f6","Name":"Web.config File Found"},{"Enabled":true,"Id":"1150c310-567d-45a1-acd3-c35a8705a97e","Name":"WebBackdoor - c99shell"},{"Enabled":true,"Id":"79e6e2c6-9224-4973-b1c2-4847c49fc43c","Name":"WebBackdoor - c99shell - 2"},{"Enabled":true,"Id":"e387b905-43d2-4c32-9353-7053ce7ce7c8","Name":"WebBackdoor - cmdasp.asp"},{"Enabled":true,"Id":"eda2b8f7-056b-408f-bca0-28993f384841","Name":"WebBackdoor - cmdasp.asp - Passive"},{"Enabled":true,"Id":"78d71bea-fb2d-4410-896b-6bd2f513814b","Name":"WebBackdoor - DAws"},{"Enabled":true,"Id":"399e14fc-4c72-4d74-9fc6-ae367d27800b","Name":"WebBackdoor - MOF Web Shell"},{"Enabled":true,"Id":"cb06518b-1ba9-4cb4-841a-368cabfc5b7e","Name":"WebBackdoor - nstView"},{"Enabled":true,"Id":"143c1b44-f1fa-478a-b187-7829c4ec0386","Name":"WebBackdoor - nstView - 2"},{"Enabled":true,"Id":"b7fa8a0f-3bd7-4e6e-8627-33bbf6aa1f15","Name":"WebBackdoor - nstView - Passive"},{"Enabled":true,"Id":"e2d219c3-6653-4ba1-be61-e4432fa4044e","Name":"WebBackdoor - nstView - Passive - Variation 2"},{"Enabled":true,"Id":"7e386738-3e87-495d-892d-bafd4ff4f3b2","Name":"WebBackdoor - php-backdoor.php"},{"Enabled":true,"Id":"1b42073d-7340-4ba7-8293-beae2eb39d46","Name":"WebBackdoor - php-backdoor.php - Passive"},{"Enabled":true,"Id":"b27ee09b-17ee-4170-84ec-def7b9d9336d","Name":"WebBackdoor - r57"},{"Enabled":true,"Id":"140cda62-e84c-43ea-815f-6285bda60a30","Name":"WebBackdoor - r57 - Passive"},{"Enabled":true,"Id":"222a24e0-ba7b-422f-9873-de031a7d345a","Name":"WebBackdoor - shell.php"},{"Enabled":true,"Id":"5c00ce1e-8470-457a-a71c-952e1af3d2f5","Name":"WebBackdoor - shell.php - Passive"},{"Enabled":true,"Id":"48751088-3376-4bab-b7a2-2c53a300386c","Name":"WebBackdoor - vBulletin pwn v0.1"},{"Enabled":true,"Id":"b91b0436-ee29-49fc-afce-06df0fbe9e65","Name":"WebBackdoor - WeakNet PHP Shell"},{"Enabled":true,"Id":"1a0080f2-e53c-43c9-b50a-73684dc764f5","Name":"WebBackdoor Passive - c99shell"},{"Enabled":true,"Id":"9d32b289-a797-4575-b2f6-2645a98f6fa3","Name":"WebLogic Identified"},{"Enabled":true,"Id":"0d124180-028c-42ab-9b33-2c697c8df655","Name":"Werkzeug Python WSGI Library Identified"},{"Enabled":true,"Id":"192ecd57-f999-4da7-bcd1-8c05967016bf","Name":"Whoops Error Handler Framework Detection"},{"Enabled":true,"Id":"4765d809-ca20-4d34-80c4-ba191d6e423d","Name":"WildFly Application Server Identified"},{"Enabled":true,"Id":"50bdcaae-2ac2-44ce-911d-399db9b1065e","Name":"Windows Azure Web Identified"},{"Enabled":true,"Id":"3d406b71-7606-46c3-a092-20c5fe24c53e","Name":"Windows CE OS"},{"Enabled":true,"Id":"f83c2c59-c92c-4f67-a28b-86d45b8f9f56","Name":"Windows Server"},{"Enabled":true,"Id":"8f73e9fa-ed27-4829-ba8f-564fe4c1fc4e","Name":"Windows Username Disclosure"},{"Enabled":true,"Id":"c9745855-0e95-4a73-ac57-7190fc11351d","Name":"WordPress Plugin Backdoor"},{"Enabled":true,"Id":"ef5fdb36-91d8-47dc-ac6d-f6d797e4fb5e","Name":"WordPress Setup Configuration file"},{"Enabled":true,"Id":"9922cd3f-9d1a-412e-b89d-bafab2c64058","Name":"wp-admin"},{"Enabled":true,"Id":"f2e5dd35-6a44-4138-a5af-cd95431991f6","Name":"wp-admin Location Header"},{"Enabled":true,"Id":"5c2f1977-c7d8-4e14-ad37-5e5062e51399","Name":"XSS via RFI"},{"Enabled":true,"Id":"e59d77b6-b0bd-4e93-b445-0c18fc8a753c","Name":"Zope Identified"}],"Settings":[],"Type":"Engine","Description":"Detects security issues based on standard signature checks. Only passive checks are performed with this test group therefore no HTTP requests are made. Since other tests depend on this test group, it is recommended to have it enabled.","Enabled":true,"Id":"c03d0405-3e10-4223-8d71-e408be5ed069","Name":"Signatures"}]},{"Title":"Software Composition Analysis (SCA)","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Performs software composition analysis by checking vulnerable packages used in the application.","Enabled":true,"Id":"3e3bb063-11f3-4ba9-82a0-59472f3259d0","Name":"Software Composition Analysis (SCA)"}]},{"Title":"SSL","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"DaysUntilExpirationThreshold","Value":"30"}],"Type":"Engine","Description":"Detects configuration issues of SSL implementation.","Enabled":true,"Id":"c096fe26-e1a4-4a4d-a936-6be60b40f1ff","Name":"SSL"}]},{"Title":"TorchServe Management","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"d19dbff9-10fe-489f-8c07-913700736e3a","Name":"TorchServe Management API Publicly Exposed"},{"Enabled":true,"Id":"583be478-0af1-4b17-ac79-419ef426e0d7","Name":"TorchServe Management API SSRF (CVE-2023-43654)"}],"Settings":[{"Name":"EndPointPorts","Value":"8081"}],"Type":"Engine","Description":"TorchServe is a flexible and easy-to-use tool for serving and scaling PyTorch models in production. In the default configuration, TorchServe Management API is designed to be accessed inside trusted environments.","Enabled":true,"Id":"81be60c5-f916-46e5-8a27-871ef6fe9a05","Name":"TorchServe Management"}]},{"Title":"Unicode Transformation (Best-Fit Mapping)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"bae4d6f7-213d-47a3-ad3c-e5fe3ecdfc3c","Name":"Unicode Character Transformation Issue Attack"}],"Settings":[],"Type":"Engine","Description":"Detects if the application has unicode character transformation issue.","Enabled":true,"Id":"6bc6a61e-8cc7-43ea-a341-23e1421282b6","Name":"Unicode Transformation (Best-Fit Mapping)"}]},{"Title":"VmWare Aria RCE","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"bc5b8319-75a1-459f-9655-85afef84d31e","Name":"VmWare Aria RCE (CVE-2023-20887)"}],"Settings":[],"Type":"Engine","Description":"Unified Cloud Management for VMware Cloud Foundation","Enabled":true,"Id":"a67e0178-c41b-4dd6-8225-0f47d7b44795","Name":"VmWare Aria RCE"}]},{"Title":"WAF Identifier","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects whether there is a Web Application Firewall (WAF) enabled in the target site.","Enabled":true,"Id":"0aadde74-93e1-43ef-bae6-ca3fc2c154c4","Name":"WAF Identifier"}]},{"Title":"Web App Fingerprint","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"8270180e-0b9d-479b-9597-696a1f661d41","Name":"AbanteCart"},{"Enabled":true,"Id":"400af2b5-912a-4c2e-8e30-5098c64ad068","Name":"Ampache"},{"Enabled":true,"Id":"3be9c981-f796-43ab-8ac3-1fb7adfd0897","Name":"ATutor"},{"Enabled":true,"Id":"400534a5-a21d-410c-b17e-d05c70faa630","Name":"b2evolution"},{"Enabled":true,"Id":"e6ae5efc-1a4c-4149-8e93-e749293c5b8b","Name":"Chamilo"},{"Enabled":true,"Id":"cc68927b-7c76-4904-86f0-dfa84e2a0b4a","Name":"Claroline"},{"Enabled":true,"Id":"8a6d0514-8d9b-44d3-b1b4-9225f0e1e2b2","Name":"ClipBucket"},{"Enabled":true,"Id":"7caff7b5-195d-46e7-a59f-8c3add761448","Name":"Collabtive"},{"Enabled":true,"Id":"0f8fbc94-262f-45a5-8a8b-21119fcf7dbc","Name":"Concrete5"},{"Enabled":true,"Id":"7dab2591-c153-4410-bfd3-d43d82c0dddc","Name":"contao"},{"Enabled":true,"Id":"b6f2f4fb-47bc-4205-8644-fb001b28c971","Name":"Coppermine"},{"Enabled":true,"Id":"928e7a02-a4f4-42b3-89ec-35a6b3d0e046","Name":"CubeCart"},{"Enabled":true,"Id":"7d1676c9-64a2-4cac-bfd8-93b19d532703","Name":"Dolibarr"},{"Enabled":true,"Id":"cd140f71-3439-4723-8036-9182f60b29c2","Name":"Dolphin"},{"Enabled":true,"Id":"6065b0ed-d45f-405b-9c5b-6c1ed95fa8e3","Name":"DotClear"},{"Enabled":true,"Id":"bf70753b-4f3f-48fb-b9e1-32a40540cd43","Name":"Drupal"},{"Enabled":true,"Id":"dec12168-9d4d-4a9a-bffb-05220846ecce","Name":"e107"},{"Enabled":true,"Id":"57169655-5272-4146-ba22-70bb0bdf5fbf","Name":"Elgg"},{"Enabled":true,"Id":"eff452d0-015a-4480-a081-5db54e35c251","Name":"EspoCRM"},{"Enabled":true,"Id":"75f99574-77eb-4e8b-893e-5cf8a7325dd8","Name":"FamilyConnections"},{"Enabled":true,"Id":"d5547d0d-fb2a-4bc2-8195-abf7ee1d6288","Name":"FluxBB"},{"Enabled":true,"Id":"a235b2a4-f964-4747-9532-58b616f029c9","Name":"FormTools"},{"Enabled":true,"Id":"416b50e5-4ee7-4196-9d2f-f93e53d0f637","Name":"FrontAccounting"},{"Enabled":true,"Id":"ee6c4e25-5260-453a-a758-b75bfee752b1","Name":"GibbonEdu"},{"Enabled":true,"Id":"5c89af8e-7949-4e1b-8fb8-c4b4dd3e3480","Name":"Hesk"},{"Enabled":true,"Id":"77c9e86f-5687-463a-b659-ff34706d3c09","Name":"Joomla"},{"Enabled":true,"Id":"785dada2-15fb-486a-b24b-80f4bfbdde4b","Name":"LimeSurvey"},{"Enabled":true,"Id":"20b4de3f-26b9-47f6-bf68-15df31ceff63","Name":"Magento"},{"Enabled":true,"Id":"7b650bb7-8919-4566-9fe7-3bfe7081ea0a","Name":"MediaWiki"},{"Enabled":true,"Id":"2fd2cb77-3562-4d52-a066-b864db6b1a1f","Name":"MibewMessenger"},{"Enabled":true,"Id":"6976520d-a1df-48bf-8811-173c2fff606f","Name":"MODX"},{"Enabled":true,"Id":"5719d9f9-2659-4348-8c8e-b04fc513bd45","Name":"Moodle"},{"Enabled":true,"Id":"5d5e61c3-6696-418e-a465-c63f9b12b753","Name":"Movable Type"},{"Enabled":true,"Id":"b58bb670-5520-4e8a-a794-567adfd03f7a","Name":"MyBB"},{"Enabled":true,"Id":"d3fd0b3e-bca1-4a4b-a0d8-fcad3960a241","Name":"Omeka"},{"Enabled":true,"Id":"b2631dab-e20e-42c7-b52f-a6e19c0acdab","Name":"OpenCart"},{"Enabled":true,"Id":"ed4ee49c-f0c9-4c34-be32-fe3ae06f50f5","Name":"Osclass"},{"Enabled":true,"Id":"46acf335-8de5-4bf7-b7e0-f7a4abb559bb","Name":"osCommerce"},{"Enabled":true,"Id":"72a7ca45-8c3f-4abe-b9b3-36b4c8c0886f","Name":"osTicket"},{"Enabled":true,"Id":"ee683fba-8fab-4065-bbd9-246d3878eebb","Name":"OwnCloud"},{"Enabled":true,"Id":"2279f0da-bd81-45a5-b174-40d60ee0b726","Name":"pH7CMS"},{"Enabled":true,"Id":"8737fa71-687b-41b2-82e6-cdbe514cf796","Name":"Phorum"},{"Enabled":true,"Id":"8618e16b-834a-4e4d-aa09-da69b0c598c2","Name":"PhpAddressBook"},{"Enabled":true,"Id":"8b4333ed-f023-460c-abb0-deffde3980bf","Name":"phpBB"},{"Enabled":true,"Id":"e7d753b0-2f97-4e8d-a21e-63536a49bfe8","Name":"PhpFusion"},{"Enabled":true,"Id":"56be678a-a0b0-4f52-af3f-9ad48ba99e43","Name":"PhpList"},{"Enabled":true,"Id":"f724b6a8-3e35-4a0d-b7dc-e8e9625a4135","Name":"PhpMyFAQ"},{"Enabled":true,"Id":"9fa2bbf5-844f-4607-9990-5cc2884e9604","Name":"Piwigo"},{"Enabled":true,"Id":"e2e64509-caf1-42d4-8f73-a8bcb1e05759","Name":"PmWiki"},{"Enabled":true,"Id":"240d4880-6006-45ae-9fb8-6699e6f7e993","Name":"PodcastGenerator"},{"Enabled":true,"Id":"e7f0ac1b-2c89-413e-9e4d-967cac4eb25e","Name":"PrestaShop"},{"Enabled":true,"Id":"da84571c-85cf-4fe0-883b-c3dc0bdd8c97","Name":"ProjectSend"},{"Enabled":true,"Id":"05365118-fbc6-44ee-8d78-0498d80d115e","Name":"qdPM"},{"Enabled":true,"Id":"c6191f12-d262-4320-9a87-e4352ce4b4cb","Name":"Question2Answer"},{"Enabled":true,"Id":"c08685c2-02f6-4f3f-987f-44120b612b16","Name":"ReviveAdserver"},{"Enabled":true,"Id":"5d97f3dd-2c11-42f3-9d79-5f6a987a2710","Name":"Roundcube"},{"Enabled":true,"Id":"8a93f1da-aa7c-4306-a898-804de84553ac","Name":"Rukovoditel"},{"Enabled":true,"Id":"fcdecef0-5d4b-4e6d-af97-89fb20c3de03","Name":"SeoPanel"},{"Enabled":true,"Id":"646caa27-26a9-489d-bc2d-cb1821113dbd","Name":"Serendipity"},{"Enabled":true,"Id":"0b6218f9-0c6e-41de-bb7c-0dd4951397f0","Name":"TcExam"},{"Enabled":true,"Id":"a23df2ed-3019-4c2a-b5ac-d4e37b2f835f","Name":"typo3CMS"},{"Enabled":true,"Id":"ac2279c6-9a69-4982-b243-7d1735fd6b54","Name":"VanillaForums"},{"Enabled":true,"Id":"0461a02e-f0b1-4e8a-b645-37ce07d32090","Name":"WebERP"},{"Enabled":true,"Id":"3f230f99-a26b-4b7e-a111-79314f1e95fc","Name":"WeBid"},{"Enabled":true,"Id":"05c053d6-6806-470d-b277-d1aa5465fbcf","Name":"WordPress"},{"Enabled":true,"Id":"268a9b6c-c4d4-47d7-a9c2-84cbcdd0f80b","Name":"Xoops"},{"Enabled":true,"Id":"85bfa489-26cd-4835-ac57-d6683f123164","Name":"YetiForceCRM"},{"Enabled":true,"Id":"4bb4adee-22a1-4336-871f-2b351a932bca","Name":"Yourls"},{"Enabled":true,"Id":"2ce681b4-0a4e-4ea5-b8fd-a2e29231d909","Name":"ZenCart"},{"Enabled":true,"Id":"3f9696ce-23dd-49f3-bef5-1c1c4ea8043e","Name":"Zenphoto"},{"Enabled":true,"Id":"5681b3f0-495e-4b0f-918d-82d5f7788178","Name":"Zikula"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","Description":"Checks if the application is well-known off-the-shelf product that includes known vulnerabilities.","Enabled":true,"Id":"5d8b4a9d-938f-483d-9a5e-30fddaa256ad","Name":"Web App Fingerprint"}]},{"Title":"Web Cache Deception","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects if an attacker can reach authorized data without authorization by using cache system of the web server.","Enabled":true,"Id":"3f5831ed-0217-4882-a070-ae33bc079520","Name":"Web Cache Deception"}]},{"Title":"WebDAV","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"ab4e8c9b-cb82-46d2-b19d-f02ca5652fb4","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","Description":"Detects if an attacker can upload file via WebDAV and execute it in the context of the web server.","Enabled":true,"Id":"ce28924c-26f4-4385-afee-60279cb29b51","Name":"WebDAV"}]},{"Title":"Windows Short Filename","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"06670483-e2c5-4bfa-960c-1c9fa7b975c1","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","Description":"Checks if IIS accepts tilde character and discloses short file/folder names.","Enabled":true,"Id":"46a9e84b-35d7-44e5-a03f-a701977c8962","Name":"Windows Short Filename"}]}],"SelectedGroups":[],"SensitiveKeywordSettings":[{"Pattern":"\\b(?>admin(?:istrator)?)\\b"},{"Pattern":"\\b(?>pass(?:w(?:or)?d)?)\\b"},{"Pattern":"\\b(?>user(?:name)?)\\b"},{"Pattern":"\\b(?:login)\\b"},{"Pattern":"\\b(?:secret)\\b"},{"Pattern":"\\b(?:private)\\b"},{"Pattern":"\\b(?:secure)\\b"},{"Pattern":"\\b(?:protected)\\b"},{"Pattern":"\\b(?:backup)\\b"},{"Pattern":"\\b(?:webadmin)\\b"},{"Pattern":"\\b(?:manager?)\\b"},{"Pattern":"\\b(?:upload)\\b"},{"Pattern":"\\b(?:file(?:admin|manager))\\b"},{"Pattern":"\\b(?:account)\\b"},{"Pattern":"\\b(?:uid)\\b"},{"Pattern":"\\b(?:uname)\\b"},{"Pattern":"\\b(?:usr)\\b"},{"Pattern":"\\b(?:pwd)\\b"},{"Pattern":"\\b(?:todo)\\b"},{"Pattern":"\\b(?:hack)\\b"},{"Pattern":"\\b(?:xxx)\\b"},{"Pattern":"\\b(?:fix(?:me)?)\\b"},{"Pattern":"\\b(?:credentials?)\\b"},{"Pattern":"\\b(?:debug)\\b"},{"Pattern":"\\b(?:root)\\b"},{"Pattern":"\\b(?:bug)\\b"},{"Pattern":"\\b(?:problem)\\b"},{"Pattern":"\\b(?:bad)\\b"},{"Pattern":"\\b(?:hope)\\b"},{"Pattern":"\\b(?:overflow)\\b"},{"Pattern":"\\b(?:crash)\\b"},{"Pattern":"\\b(?:inject)\\b"},{"Pattern":"\\b(?:xss)\\b"},{"Pattern":"\\b(?:trust)\\b"},{"Pattern":"\\b(?:revise)\\b"},{"Pattern":"\\b(?:api(?> key(?:s))?)\\b"},{"Pattern":"\\b(?>endpoint(?:s)?)\\b"},{"Pattern":"\\b(?:deprecated)\\b"},{"Pattern":"\\b(?:creds)\\b"},{"Pattern":"\\b(?:beta(?: version)?)\\b"},{"Pattern":"\\b(?:alpha(?: version)?)\\b"},{"Pattern":"\\b(?:go(?: over)?)\\b"},{"Pattern":"\\b(?:forget)\\b"},{"Pattern":"\\b(?:hotfix|hot fix)\\b"},{"Pattern":"\\b(?>token(?:s)?)\\b"}],"SslTlsSettingModel":{"ExternalDomainInvalidCertificateAction":"Ignore","Ssl3Enabled":false,"TargetUrlInvalidCertificateAction":"Ignore","Tls10Enabled":true,"Tls11Enabled":true,"Tls12Enabled":true,"Tls13Enabled":false},"WebStorageSettings":[],"ExtensionSettings":[{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"7z"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"a3c"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ace"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"aif"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"aifc"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"aiff"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"arj"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"asf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"asx"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"au"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"avi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"bmp"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"cab"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"divx"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"djv"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"djvu"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"doc"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"dot"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"dwg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"eps"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"es"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"esl"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"fif"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"fla"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"flv"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"fvi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"gif"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"gz"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"hqx"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ice"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ico"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ief"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ifs"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"iw4"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"iw44"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"jpe"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"jpeg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"jpg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"map"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"kar"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mid"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"midi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mov"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"movie"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mp"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mp2"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mp3"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mp4"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpeg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpeg2"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpga"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpp"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpt"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"msi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pac"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pae"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pbm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pcx"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pdf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pgm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"png"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pnm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ppm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ppt"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ps"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"psd"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"qt"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ra"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ram"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rar"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ras"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rgb"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rmf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rpm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rtf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"sit"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"smi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"snd"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"svg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"svf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"swf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"tar"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"tgz"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"tif"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"tiff"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"uff"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"vis"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"viv"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"vivo"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"vox"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wav"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wbmp"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wma"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wmv"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"xbm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"xls"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"xpm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"xwd"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"zip"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"bak"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"~"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"cs"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"vb"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"ar"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"bz2"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"cbz"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"exe"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"jar"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"lzma"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"xz"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"bac"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"backup"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"1"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"a"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"inc"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"include"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"_old"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"_bak"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"_backup"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"save"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"swo"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"swp"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"wim"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"jspf"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"jspx"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"jspa"},{"AttackOption":"AttackParameters","CrawlOption":"Crawl","Extension":"jsp"},{"AttackOption":"AttackParameters","CrawlOption":"Crawl","Extension":"css"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"deploy"}],"DefaultBrowserParameters":[{"Enabled":true,"Name":"disable-xss-auditor","ReadOnly":true},{"Enabled":true,"Name":"ignore-certificate-errors","ReadOnly":true},{"Enabled":true,"Name":"disable-gpu-shader-disk-cache","ReadOnly":false},{"Enabled":true,"Name":"disable-gpu-program-cache","ReadOnly":false},{"Enabled":true,"Name":"disk-cache-dir=nul","ReadOnly":false},{"Enabled":true,"Name":"structured-metrics-disabled","ReadOnly":false},{"Enabled":true,"Name":"v8-cache-options=''''","ReadOnly":false},{"Enabled":true,"Name":"no-zygote","ReadOnly":true},{"Enabled":true,"Name":"no-sandbox","ReadOnly":true},{"Enabled":true,"Name":"disable-features=RendererCodeIntegrity,HttpsUpgrades","ReadOnly":false},{"Enabled":true,"Name":"disable-web-security","ReadOnly":false},{"Enabled":true,"Name":"disable-extensions","ReadOnly":false},{"Enabled":false,"Name":"load-extension","ReadOnly":false},{"Enabled":false,"Name":"disable-blink-features=AutomationControlled","ReadOnly":false},{"Enabled":false,"Name":"incognito","ReadOnly":false},{"Enabled":false,"Name":"no-proxy-server","ReadOnly":false}],"HeadfulBrowserParameters":[{"Enabled":true,"Name":"disable-xss-auditor","ReadOnly":true},{"Enabled":true,"Name":"ignore-certificate-errors","ReadOnly":true},{"Enabled":true,"Name":"disable-gpu","ReadOnly":false},{"Enabled":true,"Name":"disable-gpu-shader-disk-cache","ReadOnly":false},{"Enabled":true,"Name":"disable-gpu-program-cache","ReadOnly":false},{"Enabled":true,"Name":"disk-cache-dir=nul","ReadOnly":false},{"Enabled":true,"Name":"structured-metrics-disabled","ReadOnly":false},{"Enabled":true,"Name":"disable-site-isolation-trials","ReadOnly":false},{"Enabled":true,"Name":"disable-site-isolation-for-policy","ReadOnly":false},{"Enabled":true,"Name":"disable-features=RendererCodeIntegrity,HttpsUpgrades","ReadOnly":false},{"Enabled":true,"Name":"disable-web-security","ReadOnly":false},{"Enabled":true,"Name":"disable-extensions","ReadOnly":false},{"Enabled":false,"Name":"load-extension","ReadOnly":false},{"Enabled":false,"Name":"disable-blink-features=AutomationControlled","ReadOnly":false},{"Enabled":false,"Name":"incognito","ReadOnly":false},{"Enabled":false,"Name":"no-proxy-server","ReadOnly":false}],"ResourceFinders":[]}},"UpdateScanPolicySettingModel":{"description":"Represents a model for carrying out update scan policy settings.","required":["Id","AttackingSettings","BruteForceSettings","CrawlingSettings","Custom404Settings","HttpRequestSettings","JavaScriptSettings","Name","ScopeSettings","SslTlsSettingModel","SsrfSettingsModel"],"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsShared":{"description":"Gets or sets a value indicating whether this scan policy is shared.","type":"boolean"},"FromApi":{"description":"Gets or sets a value indicating whether this scan policy updating via Api.","type":"boolean"},"DesktopId":{"format":"uuid","description":"Gets the desktop identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AttackingSettings":{"$ref":"#/definitions/AttackingSettingModel","description":"Gets or sets the attacking settings."},"AutoCompleteSettings":{"description":"Gets or sets the auto complete settings.","type":"array","items":{"$ref":"#/definitions/AutoCompleteSettingModel"}},"BruteForceSettings":{"$ref":"#/definitions/BruteForceSettingModel","description":"Gets or sets the authentication brute force settings."},"CrawlingSettings":{"$ref":"#/definitions/CrawlingSettingModel","description":"Gets or sets the crawling settings."},"CsrfSettings":{"$ref":"#/definitions/CsrfSettingModel","description":"Gets or sets the CSRF settings."},"Custom404Settings":{"$ref":"#/definitions/Custom404SettingModel","description":"Gets or sets the custom 404 settings."},"CustomHttpHeaderSettings":{"description":"Gets or sets the custom HTTP header settings.","type":"array","items":{"$ref":"#/definitions/CustomHttpHeaderSetting"}},"Description":{"description":"Gets or sets the description.","type":"string"},"EnableKnowledgebase":{"description":"Gets or sets a value indicating whether knowledgebase is enabled.","type":"boolean"},"FormValueSettings":{"description":"Gets or sets the form value settings.","type":"array","items":{"$ref":"#/definitions/FormValueSettingModel"}},"HttpRequestSettings":{"$ref":"#/definitions/HttpRequestSettingModel","description":"Gets or sets the HTTP request settings."},"IgnoredEmailPatterns":{"description":"Gets or sets the ignored email patterns.","type":"array","items":{"$ref":"#/definitions/EmailPatternSetting"}},"IgnorePatternSettings":{"description":"Gets or sets the ignored parameter patterns.","type":"array","items":{"$ref":"#/definitions/IgnorePatternSettingModel"}},"JavaScriptSettings":{"$ref":"#/definitions/JavaScriptSettingsModel","description":"Gets or sets the java script settings."},"Name":{"description":"Gets or sets the name.","maxLength":100,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ +,\\-İÜüÖöĞğŞşÇç'()[\\]#&%!\"]{0,1000}$","type":"string"},"ProxySettings":{"$ref":"#/definitions/ProxySettingsModel","description":"Gets or sets the proxy settings."},"ScopeSettings":{"$ref":"#/definitions/ScopeSettingModel","description":"Gets or sets the scope settings."},"SecurityCheckGroupParents":{"description":"Gets or sets the engine settings.","type":"array","items":{"$ref":"#/definitions/SecurityCheckGroupParentModel"}},"SelectedGroups":{"description":"Gets or sets the selected website groups.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"SensitiveKeywordSettings":{"description":"Gets or sets the sensitive keyword settings.","type":"array","items":{"$ref":"#/definitions/SensitiveKeywordSettingModel"}},"SslTlsSettingModel":{"$ref":"#/definitions/SslTlsSettingModel","description":"Gets or sets the SSL/TLS settings."},"WebStorageSettings":{"description":"Gets or sets the Web Storage Settings","type":"array","items":{"$ref":"#/definitions/WebStorageSetting"}},"ExtensionSettings":{"description":"Gets or sets the Extension Settings","type":"array","items":{"$ref":"#/definitions/ExtensionSettingModel"}},"DefaultBrowserParameters":{"description":"Gets or sets the default browser parameters","type":"array","items":{"$ref":"#/definitions/BrowserSetting"}},"HeadfulBrowserParameters":{"description":"Gets or sets the handful browser parameters","type":"array","items":{"$ref":"#/definitions/BrowserSetting"}},"ResourceFinders":{"description":"Gets or sets the resource finders.","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"ClonedScanPolicySettingId":{"format":"uuid","description":"Gets or sets the cloned scan polic setting identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"example":{"Id":"dd454656-c990-4636-b941-12f7318059cb","IsShared":false,"FromApi":false,"DesktopId":"57c1b4e1-2c38-4143-b5d2-f73d3bf505f5","AttackingSettings":{"AntiCsrfTokenNames":"*token*,*csrf*,ViewStateUserKey,__RequestVerificationToken,protect_from_forgery,*xsrf*,nonce","AttackParameterName":true,"AttackRefererHeader":true,"AttackUserAgentHeader":true,"AttackCookies":true,"MaxParametersToAttack":24,"OptimizeAttacksToRecurringParameters":false,"OptimizeHeaderAttacks":false,"OverrideVersionVulnerabilitySeverity":true,"ProofGenerationEnabled":true,"RecurringParametersPageAttackLimit":10,"UseExtraParameters":true,"AttackCsrfToken":true},"AutoCompleteSettings":[{"Value":"CC"},{"Value":"*credit*"},{"Value":"*login*"},{"Value":"*logon*"},{"Value":"*sign*"},{"Value":"*CVV*"},{"Value":"*pass*"},{"Value":"*user*"},{"Value":"*account*"},{"Value":"pwd"}],"BruteForceSettings":{"EnableAuthBruteForce":true,"MaxBruteForce":10},"CrawlingSettings":{"EnableParameterBasedNavigation":false,"EnableRestWebServiceParser":true,"EnableSoapWebServiceParser":true,"EnableTextParser":true,"FallbackToGet":true,"EnableFragmentParsing":true,"EnableJavascriptParsing":true,"MaximumCrawlerUrlCount":2500,"MaximumSignature":9,"NavigationParameterPageVisitLimit":999,"NavigationParameterRegexPattern":"^(page|redirect|goto|ctrl|content|route|__EVENTTARGET)$","PageVisitLimit":40,"MaximumUrlRewriteSignature":9,"WaitResourceFinder":false,"AddRelatedLinks":true,"EnableQueryBasedParameterBasedNavigation":false},"CsrfSettings":{"CaptchaIndicators":"*captcha*\nspamcheck","LoginFormValues":"*login*\nlog in\n*logon*\n*signin*","NonFormValues":"*search*\n*query*","NonInputValues":"*search*\n*query*\n*keyword*\nq","UserNameInputs":"user\nusername\n*_username\n*mail\nuid\n*uname\nlogin*","AuthenticatedPagesCheck":false},"Custom404Settings":{"Custom404RegEx":"","DisableAuto404Detection":false,"Max404PagesToTest":50,"Maximum404Signature":1000},"CustomHttpHeaderSettings":[{"AttackMode":"None","Enabled":true,"Name":"Accept","Value":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8"},{"AttackMode":"None","Enabled":true,"Name":"Accept-Language","Value":"en-us,en;q=0.5"},{"AttackMode":"None","Enabled":true,"Name":"Cache-Control","Value":"no-cache"},{"AttackMode":"None","Enabled":false,"Name":"Accept-Charset"}],"Description":"Performs all of the security checks ","EnableKnowledgebase":true,"FormValueSettings":[{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Email","Pattern":"mail","Type":"email","Value":"netsparker@example.com"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Name","Pattern":"name|login|user|nick|accounts|family","Value":"Smith"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Date","Pattern":"date","Type":"date","Value":"01/01/2011"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Birth","Pattern":"birth","Value":"01/01/1987"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Before","Pattern":"before","Value":"01/01/2030"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"After","Pattern":"after","Value":"01/01/1950"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"City","Pattern":"city","Value":"Chicago"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"State","Pattern":"state","Value":"IL"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"County","Pattern":"county","Value":"MIDDX"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Postal Code","Pattern":"postal","Value":"60612"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Telephone","Pattern":"tel","Type":"tel","Value":"5234534558"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"SSN","Pattern":"ssn","Value":"987-65-4320"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"IP","Pattern":"ip","Value":"208.100.0.117"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"URL","Pattern":"url|website|site|domain|web|uri|link","Type":"url","Value":"http://www.example.com"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Credit Card","Pattern":"cc|credit_?card|card","Value":"4916613944329494"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"CVV2","Pattern":"\\bcvv\\b","Value":"586"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Password","Type":"password","Value":"Inv1@cti"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Time","Type":"time","Value":"00:00:00"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Datetime","Type":"datetime","Value":"2011-01-01T00:00:00Z"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Local Datetime","Type":"datetime-local","Value":"2011-01-01T00:00:00"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Month","Type":"month","Value":"2011-01"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Week","Type":"week","Value":"2011-W01"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"Color","Type":"color","Value":"#ffffff"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"TCKN","Pattern":"tc[kn]?","Value":"10000000146"},{"Force":false,"Match":"RegEx","MatchTarget":["Name"],"MatchTargetValue":"Name","Name":"#DEFAULT#","Pattern":"","Value":"3"}],"HttpRequestSettings":{"Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8","AcceptLanguage":"en-us,en;q=0.5","EnableCookies":true,"EnableGzipAndDeflate":true,"HttpKeepAlive":true,"LogHttpRequests":false,"RequestsPerSecond":30,"ConcurrentConnectionCount":12,"RequestTimeout":200,"ConnectionTimeout":30,"UserAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.140 Safari/537.36","UserAgents":{"Default: Chrome":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.140 Safari/537.36","Default: Chrome (Linux)":"Mozilla/5.0 (X11; U; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chrome/121.0.6167.140 Safari/537.36","Edge":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586","Googlebot":"Googlebot/2.1 ( http://www.googlebot.com/bot.html)","IE 10.0":"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)","IE 11.0":"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko","IE 7.0":"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)","IE 8.0":"Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)","IE 9.0":"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)","MSN Bot":"msnbot-Products/1.0 (+http://search.msn.com/msnbot.htm)","Nokia 2610":"Nokia 2610: Nokia2610/2.0 (07.04a) Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Link/6.3.1.20.0","Nokia N95 - Symbian":"Nokia N95: Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaN95/11.0.026; Profile MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/413 (KHTML, like Gecko) Safari/413","Opera 9.2 Vista":"Opera/9.20 (Windows NT 6.0; U; en)","Safari - iPhone":"Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_1 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5F136 Safari/525.20","Safari - OSX":"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10"},"CustomUserAgent":{"Name":"Default: Chrome","Value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.6167.140 Safari/537.36"},"ForceUserAgent":true,"AuthorizationHeaderName":"Authorization"},"IgnoredEmailPatterns":[{"Value":"*@example.com"},{"Value":"*@*.example.com"}],"IgnorePatternSettings":[{"Name":"ASP.NET VIEWSTATE","ParameterType":"POST","Pattern":"__VIEWSTATE"},{"Name":"ASP.NET VIEWSTATE GET","ParameterType":"GET","Pattern":"__VIEWSTATE"},{"Name":"ASP.NET __EVENTVALIDATION","ParameterType":"POST","Pattern":"__EVENTVALIDATION"},{"Name":"ASP.NET __EVENTVALIDATION GET","ParameterType":"GET","Pattern":"__EVENTVALIDATION"},{"Name":"ASP.NET __ASYNCPOST","ParameterType":"POST","Pattern":"__ASYNCPOST"},{"Name":"ASP.NET __EVENTTARGET","ParameterType":"POST","Pattern":"__EVENTTARGET"},{"Name":"ASP.NET __EVENTTARGET GET","ParameterType":"GET","Pattern":"__EVENTTARGET"},{"Name":"ASP.NET __EVENTARGUMENT","ParameterType":"POST","Pattern":"__EVENTARGUMENT"},{"Name":"ASP.NET __EVENTARGUMENT GET","ParameterType":"GET","Pattern":"__EVENTARGUMENT"},{"Name":"ASP.NET VIEWSTATE ENC GET","ParameterType":"GET","Pattern":"__VIEWSTATEENCRYPTED"},{"Name":"ASP.NET VIEWSTATE ENC POST","ParameterType":"POST","Pattern":"__VIEWSTATEENCRYPTED"},{"Name":"ASP.NET VIEWSTATE GENERATOR","ParameterType":"POST","Pattern":"__VIEWSTATEGENERATOR"},{"Name":"ASP.NET VIEWSTATE GENERATOR GET","ParameterType":"GET","Pattern":"__VIEWSTATEGENERATOR"},{"Name":"ASP.NET COMPRESSED VIEWSTATE","ParameterType":"POST","Pattern":"__COMPRESSEDVIEWSTATE"},{"Name":"ASP.NET COMPRESSED VIEWSTATE GET","ParameterType":"GET","Pattern":"__COMPRESSEDVIEWSTATE"},{"Name":"ASP.NET __SCROLLPOSITIONX","ParameterType":"POST","Pattern":"__SCROLLPOSITIONX"},{"Name":"ASP.NET __SCROLLPOSITIONX GET","ParameterType":"GET","Pattern":"__SCROLLPOSITIONX"},{"Name":"ASP.NET __SCROLLPOSITIONY","ParameterType":"POST","Pattern":"__SCROLLPOSITIONY"},{"Name":"ASP.NET __SCROLLPOSITIONY GET","ParameterType":"GET","Pattern":"__SCROLLPOSITIONY"},{"Name":"ASP.NET __LASTFOCUS","ParameterType":"POST","Pattern":"__LASTFOCUS"},{"Name":"ASP.NET __LASTFOCUS GET","ParameterType":"GET","Pattern":"__LASTFOCUS"},{"Name":"ASP.NET __PREVIOUSPAGE","ParameterType":"POST","Pattern":"__PREVIOUSPAGE"},{"Name":"ASP.NET __PREVIOUSPAGE GET","ParameterType":"GET","Pattern":"__PREVIOUSPAGE"},{"Name":"ASP.NET __ASYNCPOST","ParameterType":"POST","Pattern":"__ASYNCPOST"},{"Name":"ASP.NET __ASYNCPOST GET","ParameterType":"GET","Pattern":"__ASYNCPOST"},{"Name":"Java Faces ViewState","ParameterType":"POST","Pattern":"javax.faces.ViewState"},{"Name":"Java Faces ViewState GET","ParameterType":"GET","Pattern":"javax.faces.ViewState"},{"Name":"Struts CSRF Nonce","ParameterType":"POST","Pattern":"org.apache.struts.taglib.html.TOKEN"},{"Name":"Struts CSRF Nonce GET","ParameterType":"GET","Pattern":"org.apache.struts.taglib.html.TOKEN"},{"Name":"JAVA Session ID","ParameterType":"GET","Pattern":"jsessionid"},{"Name":"PHP Session ID","ParameterType":"GET","Pattern":"PHPSESSID"},{"Name":"PHP Session ID (COOKIE)","ParameterType":"COOKIE","Pattern":"PHPSESSID"},{"Name":"JAVA Session ID (COOKIE)","ParameterType":"COOKIE","Pattern":"jsessionid"},{"Name":"ASP Session ID (COOKIE)","ParameterType":"COOKIE","Pattern":"ASPSESSIONID*"},{"Name":"ASP.NET Session ID (COOKIE)","ParameterType":"COOKIE","Pattern":"ASP.NET_SessionId"}],"JavaScriptSettings":{"BailThreshold":500,"ConfirmOpenRedirectSimulateTimeout":45000,"ConfirmXssSimulateTimeout":45000,"DomParserAllowOutOfScopeXmlHttpRequests":true,"PushStatePrevention":true,"DomParserDfsLimit":4,"DomParserDotify":false,"DomParserExtractResources":true,"DomParserFilterColonEvents":false,"DomParserFilterDocumentEvents":false,"DomParserIgnoreDocumentEvents":false,"DomParserLoadUrlTimeout":30000,"DomParserMaxOptionElementsPerSelect":10,"DomParserPreSimulateWait":0,"DomParserSimulationTimeout":45000,"EnableDomParser":true,"IntereventTimeout":100,"SkipElementCount":10,"SkipThreshold":300,"DomParserExclusionJavascriptEvents":"dispose,touch"},"Name":"Extensive Security Checks","ProxySettings":{"EnableCustomProxy":false,"ProxyAddress":"127.0.0.1","ProxyAuthenticationRequired":false,"ProxyDomain":"","ProxyPassword":"","ProxyPort":8080,"ProxyUsername":"","ProxyByPassOnLocal":false,"ProxyByPassText":"","UsePolicyProxyForExternalCommunication":false},"ScopeSettings":{"BlockAdNetworks":true,"ByPassScopeForStaticChecks":false,"CaseSensitiveScope":false,"ContentTypeCheckEnabled":false,"IgnoredContentTypes":[{"Value":"application/pdf"},{"Value":"application/x-7z-compressed"},{"Value":"application/x-bzip2"},{"Value":"application/x-compress"},{"Value":"application/x-gtar"},{"Value":"application/x-gzip"},{"Value":"application/x-lzip"},{"Value":"application/x-lzma"},{"Value":"application/x-rar-compressed"},{"Value":"application/x-tar"},{"Value":"application/zip"},{"Value":"image/bmp"},{"Value":"image/jpeg"},{"Value":"image/png"},{"Value":"video/mpeg"}]},"SecurityCheckGroupParents":[{"Title":"Apache Struts RCE","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"ApacheStrutsRce","Description":"Apache Struts S2-045 RCE","Enabled":true,"Id":"b882932a-7303-4cb7-8df0-b32e39125db4","Name":"Apache Struts S2-045 RCE"},{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"ApacheStrutsRce","Description":"Apache Struts S2-046 RCE","Enabled":true,"Id":"906275de-05b6-4f59-8e40-4409cb548da3","Name":"Apache Struts S2-046 RCE"}]},{"Title":"Code Evaluation","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"81798035-29a2-4f02-b654-fe24ba363086","Name":"Apache Struts"},{"Enabled":true,"Id":"3b7c61ef-343c-48dc-97a6-abbf31279a11","Name":"Apache Struts (CVE-2013-2251)"},{"Enabled":true,"Id":"22cf3e35-4f04-4272-812c-0e6b308ffbd8","Name":"Apache Struts (CVE-2016-3081) - Linux"},{"Enabled":true,"Id":"d47ccc9f-330a-4e8e-a675-78c19667537b","Name":"Apache Struts REST - Linux"},{"Enabled":true,"Id":"97f69a99-bceb-4df4-8b7e-0c9517c2deac","Name":"Apache Struts REST - Windows"},{"Enabled":true,"Id":"787ad749-5459-4457-bdf2-b59a04c38658","Name":"Apache Struts S02-53 - Reflected"},{"Enabled":true,"Id":"59a90f92-9237-464b-9694-e7bd8478f138","Name":"Double Quote + Plus (ASP)"},{"Enabled":true,"Id":"2c4cb9b6-7099-45f9-a82e-2a4155fc847f","Name":"Double Quote + Plus (ASP) - Double Encoded"},{"Enabled":true,"Id":"d88545c4-9490-4558-b783-962d594c1ad3","Name":"Double Quote + Plus (PERL)"},{"Enabled":true,"Id":"715f019f-df83-4393-9eae-e797cf3fb5e7","Name":"Double Quote + Plus (PERL) - Double Encoded"},{"Enabled":true,"Id":"32b34b96-69f2-4f6a-81ec-cfff67e6cdd5","Name":"Double Quote + Plus (PHP)"},{"Enabled":true,"Id":"76aca19a-917a-4083-b1e2-c94658e82d75","Name":"Double Quote + Plus (PHP) - Double Encoded"},{"Enabled":true,"Id":"8d99a487-b428-46d6-bfb8-da61e086bc7f","Name":"Node.js - Linux"},{"Enabled":true,"Id":"a9f9f1d7-b48f-4724-9931-ba809a38d63b","Name":"Node.js - Windows"},{"Enabled":true,"Id":"2ccf9ce3-3674-41f6-bee3-dced065334cb","Name":"Open (ASP)"},{"Enabled":true,"Id":"468e705f-7637-487e-b0ce-87d599f5e5a1","Name":"Open (ASP) - Double Encoded"},{"Enabled":true,"Id":"363a0fb0-1a59-4d3a-99f1-0d864abf2f35","Name":"Open (PERL)"},{"Enabled":true,"Id":"7a4e8c17-8ef4-4423-8b36-3a2a5e573fa2","Name":"Open (PERL) - Double Encoded"},{"Enabled":true,"Id":"84618a8d-87ed-4746-af0e-6fd8eb162440","Name":"Open (PHP)"},{"Enabled":true,"Id":"aa4fe68e-398a-4205-8b70-2e90b868b780","Name":"Open (PHP) - Double Encoded"},{"Enabled":true,"Id":"c9d4dd77-50d9-42c9-a9bf-09c7f38ec5d7","Name":"Open (PHP) + Semicolon"},{"Enabled":true,"Id":"1f6fae7b-1b12-4a9e-a713-537a6a0755f9","Name":"Open (Python) - Unix"},{"Enabled":true,"Id":"1d935ad7-5427-49f6-bba8-767ae0b83ef2","Name":"Open (Python) - Unix - Double Encoded"},{"Enabled":true,"Id":"bba8d0c8-3254-4b89-8c6b-ac543928789b","Name":"Open (Python) - Win"},{"Enabled":true,"Id":"6b363e8e-96f7-4b31-b928-4cdcf5042fe4","Name":"Open (Python) - Win - Double Encoded"},{"Enabled":true,"Id":"28688411-5cdd-4a4a-a8df-433f963efcb4","Name":"Open (Ruby)"},{"Enabled":true,"Id":"0514a597-f440-451d-ac8f-c9eaebd3fc62","Name":"Open (Ruby) - Double Encoded"},{"Enabled":true,"Id":"8313bf03-ffa9-4c50-a97b-59da74123141","Name":"PHP - RCE with PCRE 'e' Modifier"},{"Enabled":true,"Id":"aa3eb22c-fd5e-4fc7-b844-f3ee1422438f","Name":"PHP - RCE with PCRE 'e' Modifier - Double Encoded"},{"Enabled":true,"Id":"0f2cd7b3-755e-4e0f-89b6-253c6009c20b","Name":"PHP BBCode Variant"},{"Enabled":true,"Id":"2773eb50-3e6c-4341-8241-67f20b45db51","Name":"PHP BBCode Variant 2"},{"Enabled":true,"Id":"08cd2748-1fb2-4530-acfb-a5a32feab510","Name":"Plus (ASP)"},{"Enabled":true,"Id":"0b45acaa-384c-4f14-be96-dce217f44eb4","Name":"Plus (ASP) - Double Encoded"},{"Enabled":true,"Id":"fee58e18-c0b8-4940-94a4-c09806ff751e","Name":"Plus (PHP)"},{"Enabled":true,"Id":"1226d97e-b014-4f9e-b390-06d76245fb42","Name":"Plus (PHP) - Double Encoded"},{"Enabled":true,"Id":"9ac89cbc-ef2d-484c-a908-1877533c8b94","Name":"Raw (ASP)"},{"Enabled":true,"Id":"78b69070-8a9a-4b82-a59b-07e48f45f19c","Name":"Raw (ASP) - Double Encoded"},{"Enabled":true,"Id":"af306774-1f1b-4e22-9c5a-5d261894c6f8","Name":"Raw (PHP)"},{"Enabled":true,"Id":"509d5d3e-8228-408e-a42d-4dd0d29b3a3c","Name":"Raw (PHP) - Double Encoded"},{"Enabled":true,"Id":"731418bc-837f-4f92-ba41-9aefae6e4038","Name":"RCE with PCRE 'e' Modifier (PERL)"},{"Enabled":true,"Id":"bc2bee70-194a-4ae5-aa9c-fc87a5fd533a","Name":"RCE with PCRE 'e' Modifier (PERL) - Double Encoded"},{"Enabled":true,"Id":"393c0b2e-34e8-4c75-8926-26f887d63776","Name":"Single Quote + Plus (PERL)"},{"Enabled":true,"Id":"d02f13df-fd7e-4c87-9bdc-48065cbcda93","Name":"Single Quote + Plus (PERL) - Double Encoded"},{"Enabled":true,"Id":"218f258f-983b-4a11-91b9-d07d1a660b99","Name":"Single Quote + Plus (PHP)"},{"Enabled":true,"Id":"2f1b4fe1-98b3-4155-9b36-b0a364f3d1f1","Name":"Single Quote + Plus (PHP) - Double Encoded"}],"Settings":[{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at application level.","Enabled":true,"Id":"1bac49ec-eb28-484b-bacd-68587239d260","Name":"Code Evaluation"},{"Patterns":[{"Enabled":true,"Id":"1bedc965-d999-44b8-8369-0212173eee03","Name":"Code Evaluation (PHP)"}],"Settings":[],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at application level.","Enabled":true,"Id":"a9211689-87f4-4288-8660-60862707f73f","Name":"Code Evaluation (IAST)"},{"Patterns":[{"Enabled":true,"Id":"f007c45a-23df-40a9-8050-bac73606bc48","Name":"(ASP) Double Plus"},{"Enabled":true,"Id":"9280ef74-420a-4bca-9b72-f4f5b4d10b70","Name":"(ASP) Double Plus - Double Encoded"},{"Enabled":true,"Id":"0febd274-987e-4142-a268-c1115fa68b90","Name":"(ASP) Double Quote + Plus"},{"Enabled":true,"Id":"406ed33f-5441-4383-b23b-3028802889c4","Name":"(ASP) Double Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"8f7e6233-ad31-46bb-8cae-a8210da7e158","Name":"(ASP) Open"},{"Enabled":true,"Id":"83be4890-b3a6-4743-838d-439bd6f05973","Name":"(ASP) Open - Double Encoded"},{"Enabled":true,"Id":"50c431ba-e907-4eff-816b-1b30d8da2992","Name":"(ASP) Plus"},{"Enabled":true,"Id":"074e37c2-9c2c-4d6f-b3bc-00c83735e997","Name":"(ASP) Plus - Double Encoded"},{"Enabled":true,"Id":"e14e1110-bf7a-4389-af4d-c7ad6f82845c","Name":"(ASP) Raw"},{"Enabled":true,"Id":"b32539c6-f14a-40ee-ac78-0188406dc7a3","Name":"(ASP) Raw - Double Encoded"},{"Enabled":true,"Id":"67f2550b-9e93-4bc5-b649-daa657a45e17","Name":"(Node.js) Open"},{"Enabled":true,"Id":"1ae09d58-4a2f-49e3-95bc-16fd3ca03bd4","Name":"(Perl) Double Quote + Plus"},{"Enabled":true,"Id":"6dfe260d-5bf2-4239-a1bc-78509b076fa2","Name":"(Perl) Double Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"35d28c52-175d-4db4-b577-8506feecfd37","Name":"(Perl) Open"},{"Enabled":true,"Id":"d8cdd737-b4b1-473b-b688-179473b506dd","Name":"(Perl) PCRE 'e' modifier"},{"Enabled":true,"Id":"4e1a89b0-7745-445f-9f6a-68b7d9225af2","Name":"(Perl) PCRE 'e' modifier - Double Encoded"},{"Enabled":true,"Id":"6a8e0bba-21e6-4e03-a082-26b397259f22","Name":"(Perl) Single Quote + Plus"},{"Enabled":true,"Id":"684c94f3-9b01-4aa5-bf73-df4680336477","Name":"(Perl) Single Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"518d53d1-a773-4e2e-8c29-5a8e3d652b73","Name":"(PHP) Double Quote + Plus"},{"Enabled":true,"Id":"c1057b39-c0ba-485a-be29-c71f7dc549a9","Name":"(PHP) Double Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"1f89019e-ce1d-4e0c-a3b8-bc23be667080","Name":"(PHP) Open"},{"Enabled":true,"Id":"e9cd39e8-2f82-4998-81d8-15f4c2949b29","Name":"(PHP) Open + Semicolon"},{"Enabled":true,"Id":"b8ede34a-ab36-45ee-a6db-4b17f256f7b2","Name":"(PHP) PCRE 'e' modifier"},{"Enabled":true,"Id":"4a7d3f92-f7b1-43d4-b792-87b904dd8a03","Name":"(PHP) PCRE 'e' modifier - Double Encoded"},{"Enabled":true,"Id":"933bf373-a608-48eb-af15-e00a002ddc63","Name":"(PHP) Plus"},{"Enabled":true,"Id":"f496ea2a-2af0-453c-a4eb-9e7a9ec1d2ce","Name":"(PHP) Plus - Double Encoded"},{"Enabled":true,"Id":"101d8d0c-833d-4892-a9d9-b9331712b6c5","Name":"(PHP) Raw"},{"Enabled":true,"Id":"a988f8cd-c396-4236-b96a-05c50fd29de9","Name":"(PHP) Raw - Double Encoded"},{"Enabled":true,"Id":"051bfb4d-e5c3-487b-9b60-b32afa48e91f","Name":"(PHP) Single Quote + Plus"},{"Enabled":true,"Id":"15b81ca1-94b8-4a73-aef7-68f59bf407de","Name":"(PHP) Single Quote + Plus - Double Encoded"},{"Enabled":true,"Id":"d3bfa1bf-2175-4ad8-ae55-e2577dbcd91b","Name":"(Python) Open"},{"Enabled":true,"Id":"af278b4e-4382-45db-be8b-5131f9d4db51","Name":"(Python) Open - Double Encoded"},{"Enabled":true,"Id":"8829c841-872c-42e1-856c-08321d1a70c2","Name":"(RoR 3) YAML JSON"},{"Enabled":true,"Id":"05282262-d9ee-4728-92f8-92bd48f58d4f","Name":"(RoR 3) YAML XML"},{"Enabled":true,"Id":"869bc9e4-5568-42f1-9f7d-e5ea1ffa2327","Name":"(Ruby) Open"},{"Enabled":true,"Id":"b751ff55-6d16-4400-bf33-ff19af17f959","Name":"(Ruby) Open - Double Encoded"},{"Enabled":true,"Id":"8b9829d0-ead9-4f5c-a839-29cb094137ff","Name":"Code Execution via SSTI - (Ruby ERB, Ruby Slim)"},{"Enabled":true,"Id":"3b4dbfe2-c219-4bf8-899a-d8303fc6b75c","Name":"Code Execution via SSTI - Dot - (Node.js)"},{"Enabled":true,"Id":"1e4836c8-f086-47da-8de4-1a253de1fa23","Name":"Code Execution via SSTI - EJS - (Node.js)"},{"Enabled":true,"Id":"378e4558-f449-41a7-b634-1398df686ab4","Name":"Code Execution via SSTI - FreeMarker - (Java, Linux)"},{"Enabled":true,"Id":"0068845c-39cd-4c2a-b497-ebc0d9b7a49a","Name":"Code Execution via SSTI - FreeMarker - (Java, Windows)"},{"Enabled":true,"Id":"61e707da-80b4-4745-a322-b34008a9332c","Name":"Code Execution via SSTI - Jinja - (Python)"},{"Enabled":true,"Id":"6c2f32b8-91e9-4c16-9e05-ff5d52a3039d","Name":"Code Execution via SSTI - Mako - (Python)"},{"Enabled":true,"Id":"9b1ea6b2-0f8e-4254-90fc-098c6d6ab9ef","Name":"Code Execution via SSTI - Marko - (Node.js)"},{"Enabled":true,"Id":"5b8cbeb0-032e-4fc0-8882-cdba20a0f746","Name":"Code Execution via SSTI - Nunjucks - (Node.js)"},{"Enabled":true,"Id":"2bb29d77-e2c1-4f41-b1c2-11990f59cc1b","Name":"Code Execution via SSTI - Pug (Jade) - (Node.js)"},{"Enabled":true,"Id":"2c7a09c4-25cb-4bfe-9c23-78be65b706be","Name":"Code Execution via SSTI - Smarty - (PHP)"},{"Enabled":true,"Id":"d40da34f-9f83-4c10-ad6d-24dfb8d736be","Name":"Code Execution via SSTI - Tornado - (Python)"},{"Enabled":true,"Id":"788c554c-44c5-41a7-b223-9480669f6ca2","Name":"Code Execution via SSTI - Twig - (PHP)"},{"Enabled":true,"Id":"13c0486c-c1dd-4abd-af90-3784c784761d","Name":"Code Execution via SSTI - Velocity - (Java, Linux)"},{"Enabled":true,"Id":"509cde05-9a1a-4cb5-a75f-ed41c71cdf3c","Name":"Code Execution via SSTI - Velocity - (Java, Windows)"},{"Enabled":true,"Id":"d924ef56-9916-41b3-b2ac-aede67610a28","Name":"Command Injection - Apache Struts S2-052"},{"Enabled":true,"Id":"6b467d1b-e6c7-47b1-8ed4-3299b67ad9d9","Name":"Command Injection - Apache Struts S2-053 - (Linux)"},{"Enabled":true,"Id":"163ed0a8-39d1-4b2d-9189-b0f3c3f81d1b","Name":"Command Injection - Apache Struts S2-053 - (Windows)"},{"Enabled":true,"Id":"107a183b-6393-429f-8a54-31bf25f287ba","Name":"Command Injection - nslookup - Double Quotes (Linux)"},{"Enabled":true,"Id":"a99bac7b-c141-4717-a254-d692eacde77b","Name":"Command Injection - nslookup - Double Quotes (UrlRewrite)"},{"Enabled":true,"Id":"5f187741-ad62-4fbd-adb8-a7ef9dd3adde","Name":"Command Injection - nslookup - Double Quotes (Windows)"},{"Enabled":true,"Id":"ca009e99-2692-48c7-a3a8-29bc391de7e2","Name":"Command Injection - nslookup - No Quotes (Linux)"},{"Enabled":true,"Id":"7fe63207-0e51-4108-9b2f-45dcb41fab00","Name":"Command Injection - nslookup - No Quotes (UrlRewrite)"},{"Enabled":true,"Id":"bed55db4-086d-454c-b08f-7d1b7ec14e55","Name":"Command Injection - nslookup - No Quotes (Windows)"},{"Enabled":true,"Id":"81fe8e12-71a8-43da-a089-74a3cd621e07","Name":"Command Injection - nslookup - Open (Linux)"},{"Enabled":true,"Id":"ac3ab342-a830-4ab6-9a71-89626ba96aa4","Name":"Command Injection - nslookup - Open (UrlRewrite)"},{"Enabled":true,"Id":"6e71df0b-e0b1-4455-95e7-43ad1b072496","Name":"Command Injection - nslookup - Open (Windows)"},{"Enabled":true,"Id":"afac089a-3a90-48ef-b773-915956d49b07","Name":"Command Injection - nslookup - Single Quote (Linux)"},{"Enabled":true,"Id":"ec52139b-aca2-45a1-a2eb-b4454d68ef81","Name":"Command Injection - nslookup - Single Quote (UrlRewrite)"},{"Enabled":true,"Id":"89bcfea9-59c0-418a-8d26-d16a4493bd4e","Name":"Command Injection - nslookup - Single Quote (Windows)"},{"Enabled":true,"Id":"7a953413-b1c8-4aa4-a3ec-b3f58fa0f701","Name":"Command Injection - nslookup - Whitespace Filtering (Linux)"},{"Enabled":true,"Id":"3172eb43-0d78-4df6-b80d-9e92bd419bd6","Name":"Command Injection /dev/tcp - Open (Linux)"},{"Enabled":true,"Id":"4733c91a-9c4f-4f45-99b8-e3d8ba79f465","Name":"Ivanti ICS and IPS Command Injection - CVE-2024-21887"},{"Enabled":true,"Id":"2e0bce61-b268-4136-8e1e-40f884590c92","Name":"Text4Shell Remote Code Execution - CVE-2022-42889"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at application level.","Enabled":true,"Id":"8cdf52d3-1589-4464-b7bf-43fc57babad2","Name":"Code Evaluation (Out of Band)"},{"Patterns":[{"Enabled":true,"Id":"d3fea295-b3d1-416d-a09a-d4bc9d91aa7d","Name":"(Java) Log4j RCE"},{"Enabled":true,"Id":"6f73d660-d1ce-4652-9d24-ce0f2d74e2d3","Name":"(Java) Log4j RCE - Header"},{"Enabled":true,"Id":"af900282-49af-49cc-acc3-30d07bd51e0a","Name":"(Java) Log4j RCE - WAF Bypass"},{"Enabled":true,"Id":"684ac4b5-dfef-42cb-ba39-c8ab8506aae9","Name":"(Java) Log4j RCE Encoded"},{"Enabled":true,"Id":"6986555e-c422-4f04-990c-357bbf851309","Name":"(Java) Log4j RCE Encoded - Header"},{"Enabled":true,"Id":"245b86e1-6d3d-440d-98d0-3a2b9dcce1f4","Name":"(Java) Log4j RCE Encoded - WAF Bypass - Header"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at application level through vulnerable log4j implementation. This security check makes additional attacks to headers. If your scan takes longer than expected, consider disabling header patterns.","Enabled":true,"Id":"67a9494d-345b-4a0f-9635-25501f8df3e0","Name":"Log4j Code Evaluation (Out of Band)"},{"Patterns":[{"Enabled":true,"Id":"03b43759-54cd-4b28-9a30-1665a6b73889","Name":"(Java) FreeMarker"},{"Enabled":true,"Id":"01e67d1d-3a4d-46f4-b5df-a8b920cc7aaf","Name":"(Java) JinJava"},{"Enabled":true,"Id":"9e7cd271-68c1-4df4-890f-ba0859969746","Name":"(Java) Pebble"},{"Enabled":true,"Id":"2d1aceab-6441-4c86-8df5-2dfa24f58b2e","Name":"(Java) Velocity"},{"Enabled":true,"Id":"dcbf182d-cf92-466f-b0a1-c7fa204c80b8","Name":"(Node.js) Dot"},{"Enabled":true,"Id":"494dde52-ba40-445a-8b91-8166b2f6687c","Name":"(Node.js) EJS"},{"Enabled":true,"Id":"ec5d3d1d-6e50-4de3-a645-ffe65fdf2af3","Name":"(Ruby) ERB"},{"Enabled":true,"Id":"47e6da82-13bb-4c86-93e4-eb10f5ea1527","Name":"ASP.NET Razor Template SSTI"},{"Enabled":true,"Id":"1d596650-0dc3-4bed-9713-2e236584460a","Name":"SSTI (Node.js Pug (Jade), Ruby Slim)"},{"Enabled":true,"Id":"81ecb6ff-7a48-434c-8e87-681af8773b0e","Name":"SSTI (PHP Smarty, PHP Twig, Python Tornado, Python Jinja, Node.js Nunjucks)"},{"Enabled":true,"Id":"89ca70f6-d93c-4400-9ae7-775ce9eec3d3","Name":"SSTI (Python Mako, Node.js Marko)"},{"Enabled":true,"Id":"07b54c18-1941-4a78-8159-387a2e71222e","Name":"Thymeleaf 2 SSTI"}],"Settings":[],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Detects if an attacker can execute code at the application level or commands at the OS level via the Template Engine used by the application.","Enabled":true,"Id":"38b5bcfb-7dd4-45e1-96ca-0f909c391053","Name":"Server-Side Template Injection"},{"Patterns":[{"Enabled":true,"Id":"230c91b3-4944-4be2-8d90-47c33d37d211","Name":"(Java) Spring4Shell RCE"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","EngineGroup":"CodeEvaluation","Description":"Spring4Shell Remote Code Execution","Enabled":true,"Id":"7eee7199-2255-4ce7-a5a5-43eba9229cd5","Name":"Spring4Shell Remote Code Execution"}]},{"Title":"Command Injection (CI)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"d96f79f0-a4b2-4372-9c05-3469a571716e","Name":"(Linux) Bypass Whitespace Filtering"},{"Enabled":true,"Id":"c0df5dfc-5a5f-49a6-8513-24e5707f5de2","Name":"(Linux) Custom 7787"},{"Enabled":true,"Id":"a581b900-7bc0-4f37-b992-66365d268520","Name":"(Linux) Double Quote"},{"Enabled":true,"Id":"5d89d216-1a45-48b2-8013-fa05b3e6a344","Name":"(Linux) Double Quote - Double Encoded"},{"Enabled":true,"Id":"c5c49abc-7f79-44d7-8c89-955cd2040bd5","Name":"(Linux) No Close"},{"Enabled":true,"Id":"e8a88290-d36a-44c8-b772-f1c498305c06","Name":"(Linux) No Close - Double Encoded"},{"Enabled":true,"Id":"a0ef0e32-69b7-414d-a3ab-366e42e9f7a9","Name":"(Linux) Open"},{"Enabled":true,"Id":"fa0ed54b-743a-44a1-8831-fab1a415811c","Name":"(Linux) Open - Double Encoded"},{"Enabled":true,"Id":"7cc7da44-f281-49ae-8957-e4f1006551f4","Name":"(Linux) Open - Line Feed"},{"Enabled":true,"Id":"ca240c18-7640-4038-b689-743938b45c39","Name":"(Linux) Open - Without Ampersand"},{"Enabled":true,"Id":"45bd17ae-64d7-4854-ac61-37afa043e047","Name":"(Linux) Open - Without Ampersand - Double Encoded"},{"Enabled":true,"Id":"229edb00-b76d-475b-8333-d5883b0a7ca5","Name":"(Linux) Pipe"},{"Enabled":true,"Id":"89d7c0aa-5594-40e8-a002-e64c1c588b6b","Name":"(Linux) Single Quote"},{"Enabled":true,"Id":"f1459477-6387-40ce-b117-7f8f6e6e5ffc","Name":"(Linux) Single Quote - Double Encoded"},{"Enabled":true,"Id":"817c92ba-e074-4f62-a00e-04997d2bc6e9","Name":"(Linux) SSI Directive"},{"Enabled":true,"Id":"b06ddc93-1e84-4455-8f53-bc05e21c47f1","Name":"(Linux) SSI Directive - Double Encoded"},{"Enabled":true,"Id":"ef822fe5-0d2b-469b-afb2-15092524a669","Name":"(Windows) Double Quote"},{"Enabled":true,"Id":"4370965f-39d4-423d-8c7a-f278a93be01a","Name":"(Windows) Double Quote - Double Encoded"},{"Enabled":true,"Id":"e5b8a46e-893c-4d9d-bcb3-b0289f11ccf6","Name":"(Windows) No Quote"},{"Enabled":true,"Id":"65440a54-ca6c-47f7-a748-4ccd012c9f47","Name":"(Windows) No Quote - Double Encoded"},{"Enabled":true,"Id":"716a1bc5-5b00-4b89-9c52-c42ef1b72e71","Name":"(Windows) Open"},{"Enabled":true,"Id":"766e5fb6-3765-4a6b-a68a-3181ae39d67e","Name":"(Windows) Open - Double Encoded"},{"Enabled":true,"Id":"540af16a-f81a-4003-8cb3-46ae27e64f04","Name":"(Windows) Open - Without Ampersand"},{"Enabled":true,"Id":"5c7277ad-403f-432b-9ef8-76f88b82fb60","Name":"(Windows) Open - Without Ampersand - Double Encoded"},{"Enabled":true,"Id":"d83a4c96-3297-42e8-bf11-1ab530754025","Name":"(Windows) Pipe Attack"},{"Enabled":true,"Id":"b67af345-45d7-4bd1-b1db-84b9ebb1d2ca","Name":"(Windows) Single Quote"},{"Enabled":true,"Id":"52d25f18-c6ba-4a18-9580-251d641a5d9a","Name":"(Windows) Single Quote - Double Encoded"},{"Enabled":true,"Id":"358c3b80-d6ec-4d32-adf8-462bf7969d97","Name":"ShellShock"}],"Settings":[{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects if an attacker can execute commands at OS level via the application.","Enabled":true,"Id":"7ef784c4-82b1-43fe-bdf8-bb812a55e0ea","Name":"Command Injection"},{"Patterns":[{"Enabled":true,"Id":"c81b66a1-48e7-4589-89be-7a90a2a1d3f3","Name":"Blind Pipe (Windows)"},{"Enabled":true,"Id":"3bf7344d-ed81-4083-8654-30751fef443a","Name":"Double Quotes (Linux)"},{"Enabled":true,"Id":"63384a3a-f901-4088-a21f-a4e4e9e3f266","Name":"Double Quotes (Linux) - Double Encoded"},{"Enabled":true,"Id":"7d5bc102-dcad-4985-ab26-caa3595a5e34","Name":"Double Quotes (Windows)"},{"Enabled":true,"Id":"f5a4bc20-cb19-4f52-85f9-26b33f568777","Name":"Double Quotes (Windows) - Double Encoded"},{"Enabled":true,"Id":"08bd2da4-0a5f-4756-9b85-a2118fba3fcb","Name":"No Close (Linux)"},{"Enabled":true,"Id":"80ccc8ab-6f47-49f4-b225-be49a11cdf4e","Name":"No Close (Linux) - Double Encoded"},{"Enabled":true,"Id":"65903f56-8eeb-43ee-bc95-84f7a65d19d8","Name":"No Quotes (Windows)"},{"Enabled":true,"Id":"97bcdd2a-ca74-46d8-afd1-99b639d6fd66","Name":"No Quotes (Windows) - Double Encoded"},{"Enabled":true,"Id":"28625671-efef-4f2f-8f01-f41d72296c96","Name":"Open (Linux)"},{"Enabled":true,"Id":"4d3d959d-b996-47ae-8da4-5dfd9740c37e","Name":"Open (Linux) - Double Encoded"},{"Enabled":true,"Id":"62ecdd40-d8d9-40ba-b232-4fc60d01829e","Name":"Open (Linux) - Without Ampersand"},{"Enabled":true,"Id":"be5eb078-2c26-4821-a40f-ecd1045d7443","Name":"Open (Linux) - Without Ampersand - Double Encoded"},{"Enabled":true,"Id":"c1296ca3-fb2d-4d7e-b7e6-c6e475958cd3","Name":"Open (Windows)"},{"Enabled":true,"Id":"36f13112-e857-41f6-886b-3b46e06de5aa","Name":"Open (Windows) - Double Encoded"},{"Enabled":true,"Id":"04a5cfc4-4634-45d2-a5b9-e3575aab5645","Name":"Open (Windows) - Without Ampersand"},{"Enabled":true,"Id":"07922b5e-5257-4449-b5c6-49fd77066684","Name":"Open (Windows) - Without Ampersand - Double Encoded"},{"Enabled":true,"Id":"fc015ffc-690d-4922-b747-723dfcf4008b","Name":"Single Quote (Linux)"},{"Enabled":true,"Id":"2a3a5074-3ea2-4e53-8344-6f708a811df0","Name":"Single Quote (Linux) - Double Encoded"},{"Enabled":true,"Id":"fa6e1a42-d0c1-41a9-999a-835e9d5be7d5","Name":"Single Quote (Windows)"},{"Enabled":true,"Id":"c4b3b828-77eb-443d-a599-eb7edb30e5de","Name":"Single Quote (Windows) - Double Encoded"},{"Enabled":true,"Id":"1377a1b0-951b-405d-beb1-b347f741ccfc","Name":"Sleep (Linux)"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects if the application is vulnerable to Blind Command Injection attacks. Analyzes the results using heuristic and timing checks.","Enabled":true,"Id":"8a7d3010-3620-4f1b-9643-0daebf88efad","Name":"Command Injection (Blind)"},{"Patterns":[{"Enabled":true,"Id":"80ba9502-88ab-490a-a6da-295658fd4fd4","Name":"Basic Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects if an attacker can execute commands at OS level via the application.","Enabled":true,"Id":"59de9fc2-ff9e-4faf-aec4-84f0304ea14e","Name":"Command Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"59d265a2-14ae-4b89-b7c7-eec0f59a3bf1","Name":"LDAP Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects LDAP Injection vulnerabilities.","Enabled":true,"Id":"2ee10176-8ca0-49ea-bfc1-66270f785414","Name":"LDAP Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"3c9f884f-3d9f-439b-9d4c-a716bd300c60","Name":"Server-Side Template Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects Server-Side Template Injection vulnerabilities.","Enabled":true,"Id":"884223fb-29c5-43de-afc2-82b9a3d8b808","Name":"Server-Side Template Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"ab453a5e-537d-4b51-9231-947f8694e1f0","Name":"XML External Entity Injection (IAST)"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects XML External Entity Injection vulnerabilities.","Enabled":true,"Id":"b371faa4-b047-4799-8668-fe49ec6a08cb","Name":"XML External Entity Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"2bfe75ae-3825-4d12-9131-59501f0108b1","Name":"XPATH Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"CommandInjection","Description":"Detects XPath Injection vulnerabilities.","Enabled":true,"Id":"f46d2c3e-c0f7-4ddc-a719-566c563d12a9","Name":"XPath Injection (IAST)"}]},{"Title":"Cross Site Scripting (XSS)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"b9743349-a94b-4c69-9cb9-cb2dcb468e7f","Name":"Attribute Attack - Double Quote"},{"Enabled":true,"Id":"c9e72247-24fd-4424-a1d0-1582935a7f3a","Name":"Attribute Attack - Double Quote - Double Encoded"},{"Enabled":true,"Id":"fedf491b-4467-485f-8e4e-1907434b713f","Name":"Attribute Attack - No Quote"},{"Enabled":true,"Id":"9bdac41f-1bc5-41b1-a663-1071e5fa8582","Name":"Attribute Attack - No Quote - Double Encoded"},{"Enabled":true,"Id":"fa1442b2-09e5-4d71-8e6a-da84c0646c95","Name":"Attribute Attack - NULL Byte"},{"Enabled":true,"Id":"6c39d54b-0167-444b-9ddd-151bb2ae9fa7","Name":"Attribute Attack - Single Quote"},{"Enabled":true,"Id":"8aab882a-5ee4-496b-afa0-dbef9a04ee49","Name":"Attribute Attack - Single Quote - Double Encoded"},{"Enabled":true,"Id":"e5373591-d714-4eec-85fd-d2c1d2025b21","Name":"Email Input Value Bypass"},{"Enabled":true,"Id":"1ce621ef-1d44-4d21-887e-4243cd1f956e","Name":"Email Validation Bypass"},{"Enabled":true,"Id":"6180a318-f014-4fd5-891f-0d09b8aa6880","Name":"Escape From Comments - Double Quote"},{"Enabled":true,"Id":"c9c8831f-4ac3-4596-9173-e08df6b81321","Name":"Escape From Comments - Single Quote"},{"Enabled":true,"Id":"3864a69d-5d03-4a99-b007-56b8a1aac392","Name":"Escape From Comments / JS Injection"},{"Enabled":true,"Id":"e35f6c59-83f1-4a3c-a01a-ab525b85e4d3","Name":"Escape From Comments / JS Injection - Double Encoded"},{"Enabled":true,"Id":"1b78b733-d153-4824-802b-008180639da4","Name":"False Sense of XSS - Double Encoded - URL Based"},{"Enabled":true,"Id":"e50c7a43-e52d-439c-b66e-972ca03fa855","Name":"False Sense of XSS - Double Quote - URL Based"},{"Enabled":true,"Id":"e37cc9d3-ae32-4d64-b894-16f88e404640","Name":"False Sense of XSS - Double Quote and Single Quote and JS Block Injection"},{"Enabled":true,"Id":"31f002d2-19b9-4bc7-abc1-704b99f564ab","Name":"False Sense of XSS - Double Quote and Single Quote and JS Block Injection - Double Encoded"},{"Enabled":true,"Id":"abd76018-d7a1-48e8-9335-7b0264eebaff","Name":"False Sense of XSS - No Quote"},{"Enabled":true,"Id":"7f7c50d1-3dbb-4705-aa66-9b7f89ebded7","Name":"False Sense of XSS - No Quote - Double Encoded"},{"Enabled":true,"Id":"4258ed3f-7607-4098-a0d0-5ab2c6d5b88b","Name":"False Sense of XSS - No Quote - URL Based"},{"Enabled":true,"Id":"b2ab64e4-cdb9-4734-a795-f580acba6aa4","Name":"False Sense of XSS - Single Quote - URL Based"},{"Enabled":true,"Id":"2a992ba4-f84b-4517-bb57-94e794b010cc","Name":"Filtered Injection in Javascript Variable - Double Quote Delimiter"},{"Enabled":true,"Id":"f021d874-761e-4e92-a76c-e0c78eec34c6","Name":"Frame Injection"},{"Enabled":true,"Id":"3508f491-b550-4656-9e5e-17ca6f0521e4","Name":"Generic Attribute Injection - Double Quotes"},{"Enabled":true,"Id":"bbe4ae10-a163-43f3-adf6-779fe295527a","Name":"Generic Attribute Injection - Double Quotes - Double Encoded"},{"Enabled":true,"Id":"315b771e-7453-441d-8e20-00f4d6565266","Name":"Generic Attribute Injection - Single Quote"},{"Enabled":true,"Id":"3c3471cd-980f-4fd7-9252-2663ded6a037","Name":"Generic Attribute Injection - Single Quote - Double Encoded"},{"Enabled":true,"Id":"008bddf3-ac1d-4a8b-a839-8327bf9aab26","Name":"Generic Working Injection - Double and Single Quotes"},{"Enabled":true,"Id":"701c3623-76b6-4b88-9ca6-aff5c32ffbab","Name":"Generic Working Injection - Double and Single Quotes - Double Encoded"},{"Enabled":true,"Id":"8d93eaa1-0aa4-4790-a9a6-8263c8041ab5","Name":"Generic Working Injection - Double and Single Quotes - URL Based"},{"Enabled":true,"Id":"031aa912-225f-45df-8cc8-a4a1246a0eea","Name":"Generic Working Injection - Double Encoded"},{"Enabled":true,"Id":"ccf29e70-a707-49fc-abd2-10754678518d","Name":"Generic Working Injection - Null Byte"},{"Enabled":true,"Id":"e493b664-fd86-4ee7-bcaa-54243abf7ab4","Name":"Generic Working Injection - Null Byte - Double Encoded"},{"Enabled":true,"Id":"21f2052b-29f0-4eca-99cb-04172df4e503","Name":"Generic Working Injection - Null Byte 2 "},{"Enabled":true,"Id":"46bc9c58-8963-44bd-a77d-a591fcefc037","Name":"HTML Attribute Hijacking for Important Tags"},{"Enabled":true,"Id":"a4a79b44-4404-4067-8b95-dc36b3c8f8ad","Name":"iframe Injection"},{"Enabled":true,"Id":"6de793b6-0215-403a-a796-015dbf78d5ea","Name":"Image Injection"},{"Enabled":true,"Id":"60162741-65ba-494d-ac5f-296fa8ef5a20","Name":"Javascript Handler Escape"},{"Enabled":true,"Id":"2202ea49-ba0f-4302-963e-8a355d6e5248","Name":"Javascript Handler Escape - Double Encoded"},{"Enabled":true,"Id":"0970a0eb-4749-4dab-873c-14ce6b591359","Name":"Link Injection"},{"Enabled":true,"Id":"76d4b73e-fda1-480d-bb48-88c7f144dcbe","Name":"Link, Embed, Script etc. based XSS for Images and Links etc."},{"Enabled":true,"Id":"6684ae72-1227-4fd7-af71-3ed669009094","Name":"Link, Embed, Script etc. Based XSS for Images and Links etc. - Double Encoded"},{"Enabled":true,"Id":"fd6631ef-537f-4d86-bb22-de57e5a66344","Name":"mXSS - Generic Working Injection - Encoded"},{"Enabled":true,"Id":"f5da88b3-33ed-43ef-bdd9-471720f46f00","Name":"mXSS - Img Injection - Double and Single Quotes"},{"Enabled":true,"Id":"d8b85fa5-3d71-43e2-918b-afbf4e22dd36","Name":"mXSS - Img Injection - Double and Single Quotes w Backtrick"},{"Enabled":true,"Id":"e8ee290f-69a4-442e-a104-874443bdc6f7","Name":"mXSS - Img Injection - Generic"},{"Enabled":true,"Id":"921539ae-1aa8-44a1-9053-783271a8f86d","Name":"mXSS - Img Injection - Generic w Backtrick"},{"Enabled":true,"Id":"cc59a427-c1d9-4066-a35f-22846be45afe","Name":"mXSS - Img Injection - Short"},{"Enabled":true,"Id":"fde57319-6804-4412-952d-c69402586bbf","Name":"mXSS - Img Injection - Short w Backtrick"},{"Enabled":true,"Id":"f430433f-cb90-4da5-abbb-2c72ed0fd4fd","Name":"Nested XSS - Both opening script and closing script tags are blacklisted"},{"Enabled":true,"Id":"a1d58c09-00ef-45a5-a89e-5b6cbdbbe2f5","Name":"New Line XSS"},{"Enabled":true,"Id":"6a1190dc-ea8b-4035-a02a-c452c7360bfe","Name":"New Line XSS - Double Encoded"},{"Enabled":true,"Id":"3b581a00-35c5-4414-8b0a-668d18c6487c","Name":"PHP Self Wrapper - Base64"},{"Enabled":true,"Id":"90703800-ed28-4bab-9ab2-156a36021e08","Name":"PHP Self Wrapper - Base64 - Double Encoded"},{"Enabled":true,"Id":"a56c1745-145a-476b-808b-d9c24ea814b0","Name":"Prototype Pollution - Backbone.js"},{"Enabled":true,"Id":"befbd9bf-1016-4c15-a3d2-40c67a7fd83b","Name":"Prototype Pollution - Google reCAPTCHA"},{"Enabled":true,"Id":"6c3a19e3-848b-4bf3-b094-553a83809775","Name":"Prototype Pollution - innerHTML"},{"Enabled":true,"Id":"2770bf52-0e8d-4c39-9641-d74a1e9f463d","Name":"Prototype Pollution - jQuery"},{"Enabled":true,"Id":"3c3f33bd-2bff-4308-8df5-03be2d3755b2","Name":"Prototype Pollution - jQuery getJSON"},{"Enabled":true,"Id":"ca7a05a2-6299-4997-b553-7c95bd15fceb","Name":"Prototype Pollution - Pharagraph"},{"Enabled":true,"Id":"9f3e090a-ccf1-47f7-811e-bc6f92c6ab51","Name":"Prototype Pollution - Vue.js"},{"Enabled":true,"Id":"bc3c6640-b451-4526-a01c-33b62620148f","Name":"Prototype Pollution - Vue.js - II"},{"Enabled":true,"Id":"d61d69a4-ccd7-488a-8ea5-eef710738fde","Name":"Remote JS - XSS"},{"Enabled":true,"Id":"e9eafd97-2f34-4b7c-9121-031d1f20c63a","Name":"Short XSS"},{"Enabled":true,"Id":"06a3d71f-16eb-46bd-94b3-6f930982fbfd","Name":"Short XSS - Character Limit Bypass"},{"Enabled":true,"Id":"b7f7069f-9fe5-4ab0-bcaa-a50c04cb0bca","Name":"Short XSS - Double Encoded"},{"Enabled":true,"Id":"cfb3b87d-94c8-4016-a255-9ce89b77a2ca","Name":"Valid XHTML"},{"Enabled":true,"Id":"25c60701-f934-44aa-a80e-5f03ac9f7ccf","Name":"XHTML XSS Attack"},{"Enabled":true,"Id":"28cc7344-0a04-47aa-9b2c-ccf29ac9df09","Name":"XHTML XSS Attack - Double Encoded"},{"Enabled":true,"Id":"a0b9dc11-4b8c-41d9-9487-d555ce0daea0","Name":"XSS via Header Injection"}],"Settings":[{"Name":"PrependParameter","Value":"False"}],"Type":"Engine","EngineGroup":"Xss","Description":"Detects if an attacker can execute arbitrary JavaScript code on a user's browser within their session context.","Enabled":true,"Id":"fcfcac82-00b6-484d-b6ab-09c06cefb7f5","Name":"Cross-site Scripting"},{"Patterns":[{"Enabled":true,"Id":"8a7a7da7-dd66-4d0a-bdaa-9a967abd4751","Name":"Frame Injection - onload - Href Stealer"},{"Enabled":true,"Id":"09e5d716-1753-414f-8c42-6dcf15735b29","Name":"Generic Injection"},{"Enabled":true,"Id":"f8a85c5e-59e8-4b35-9a86-54be170e2e92","Name":"iframe Injection"},{"Enabled":true,"Id":"d5a0ae5d-505a-44b3-8511-873bf8c46348","Name":"Image Injection - onerror - Href Stealer"},{"Enabled":true,"Id":"1166b0d8-81b6-4ac6-857c-b92aab67a853","Name":"Image Injection - onload - Href Stealer"},{"Enabled":true,"Id":"eaf252b9-efe7-42fd-8837-874fa4f32953","Name":"Link Injection - Double Quote - Comment End - Href Stealer"},{"Enabled":true,"Id":"8a45be2c-e3f3-48f9-bc55-fb8cf50a2f52","Name":"Link Injection - Open - Href Stealer - Base64"},{"Enabled":true,"Id":"14c84e68-840c-4807-976e-afc9c2ab7bf9","Name":"Link Injection - Single Quote - Comment End - Href Stealer"}],"Settings":[],"Type":"Engine","EngineGroup":"Xss","Description":"Detects if an attacker can forge requests to appear as they are made by the server using Cross-site Scripting.","Enabled":true,"Id":"c49e3cab-9f7c-4aff-a16c-4d42d440252e","Name":"Cross-site Scripting (Blind)"},{"Patterns":[{"Enabled":true,"Id":"70fd2bfc-2a25-4e25-812a-e8c6f3c1c2e5","Name":"Attribute Attack"},{"Enabled":true,"Id":"48d83e5d-fb45-46e3-988b-d5da019b8c45","Name":"Base64 Encoded Document Statement"},{"Enabled":true,"Id":"426726fd-fe55-4945-be04-cea9e3edd3cc","Name":"Base64 Encoded Execution Statement"},{"Enabled":true,"Id":"fbb822fd-7abe-4743-abc0-7b1a21beb5db","Name":"Base64 Encoded Location Statement"},{"Enabled":true,"Id":"a27d660e-4afd-410d-a22b-5a53d3e3da0a","Name":"Body onload"},{"Enabled":true,"Id":"9d2c3af3-8e87-4f71-bbbe-bc1d58998e63","Name":"Eval Statement"},{"Enabled":true,"Id":"453d03f1-fdbb-44b1-ad58-66b8ee87bda0","Name":"Eval Statement 2"},{"Enabled":true,"Id":"026f887a-d904-4a2a-bd78-4571cd1d5288","Name":"Function - End Comment - Double Quote"},{"Enabled":true,"Id":"5459ea2c-19cc-400c-9043-3e1abcaa9b09","Name":"Function - End Comment - Double Quote - Encoded"},{"Enabled":true,"Id":"54abf37d-dcd4-4908-86db-c642af48f1cc","Name":"Function - End Comment - Double Quote - w/o Bracket"},{"Enabled":true,"Id":"9dbb34dd-a71b-4a25-872f-8d1294f70962","Name":"Function - End Comment - Escaped Double Quote"},{"Enabled":true,"Id":"724bc948-78d7-4535-ae50-97e8cf71bfd2","Name":"Function - End Comment - Escaped Double Quote - Double Encoded"},{"Enabled":true,"Id":"e96ffce6-5cc3-4b79-8271-4f6861f19969","Name":"Function - End Comment - Escaped Single Quote"},{"Enabled":true,"Id":"5db45265-3896-4316-9a1c-d3024636d132","Name":"Function - End Comment - Escaped Single Quote - Double Encoded"},{"Enabled":true,"Id":"e1f70211-bad1-497c-ac98-48e4f93364d4","Name":"Function - End Comment - No Quote"},{"Enabled":true,"Id":"a68be30a-01a2-491a-900e-251fd482ad98","Name":"Function - End Comment - No Quote No Bracket"},{"Enabled":true,"Id":"4cc82d43-49ec-4f67-9768-72b8cfae6a53","Name":"Function - End Comment - Single Quote"},{"Enabled":true,"Id":"9ffbe794-bcae-42a9-89de-a2d91e5fd124","Name":"Function - End Comment - Single Quote - Encoded"},{"Enabled":true,"Id":"ed3150ca-b282-427e-9004-fac2d3c0ed6a","Name":"Function - End Comment - Single Quote - w/o Bracket"},{"Enabled":true,"Id":"6a93b0d9-6a0f-41a1-b270-8ef9aa47c884","Name":"Function - Item with DQ Concat"},{"Enabled":true,"Id":"15314fbb-234b-4623-8de0-704823c61aef","Name":"IFrame Injection"},{"Enabled":true,"Id":"2c83e255-52de-48ab-a7ac-3129a06af750","Name":"Image Injection"},{"Enabled":true,"Id":"133e77fc-e64f-4e46-a5a6-9119f95f893d","Name":"Onmouseover - Double Quote"},{"Enabled":true,"Id":"4971606e-2fd9-4738-a370-35576141434d","Name":"Onmouseover - Double Quote - Encoded"},{"Enabled":true,"Id":"8c853231-9117-48ee-a61d-26a3a8f41a1f","Name":"Onmouseover - No Quote"},{"Enabled":true,"Id":"ab175551-8d96-4e5b-a237-84513502ce50","Name":"Onmouseover - Single Quote"},{"Enabled":true,"Id":"43c19536-8278-449d-98d6-f83d855f9173","Name":"Open Redirection"},{"Enabled":true,"Id":"c3ce01e9-f59a-4b19-a4ab-c262e19001da","Name":"Remote Inclusion"},{"Enabled":true,"Id":"639ef011-c21e-4a9a-9612-6c63d3514d8e","Name":"Script Injection"},{"Enabled":true,"Id":"b3f4df3c-9482-4e28-865e-24639de35d97","Name":"Script Injection - Encoded"},{"Enabled":true,"Id":"5647c0f9-5819-4783-a6db-2cf71b0a5182","Name":"Script Injection - Single and Double Quotes"},{"Enabled":true,"Id":"6be06de5-f6cc-4d98-befc-6ae19806f798","Name":"Script Injection - Single and Double Quotes - Encoded"}],"Settings":[{"Name":"AttackReferer","Value":"True"}],"Type":"Engine","EngineGroup":"Xss","Description":"Detects DOM based Cross-site Scripting (XSS) vulnerabilities. This security check is CPU and memory intensive; therefore disable it if you experience performance issues.","Enabled":true,"Id":"cc8af666-8360-4eef-b177-145f76716fa0","Name":"Cross-site Scripting (DOM based)"},{"Patterns":[],"Settings":[{"Name":"NavigateTargetMatch","Value":""}],"Type":"Engine","EngineGroup":"Xss","Description":"Custom DOM XSS HelpText","Enabled":true,"Id":"e4dcaeb0-947e-4705-ad93-12c583e947c3","Name":"Custom DOM XSS"}]},{"Title":"Custom Script Checks","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"CustomScriptChecks","Description":"Performs active custom script checks.","Enabled":true,"Id":"4f8e20c7-1f20-412b-a28a-ec75505ef6ee","Name":"Custom Script Checks (Active)"},{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"CustomScriptChecks","Description":"Performs passive custom script checks.","Enabled":true,"Id":"6d18e53f-ce10-456f-a004-960ec24674ce","Name":"Custom Script Checks (Passive)"},{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"CustomScriptChecks","Description":"Performs per directory custom script checks.","Enabled":true,"Id":"c022079f-a6ce-4757-8a57-5067a9219337","Name":"Custom Script Checks (Per Directory)"},{"Patterns":[],"Settings":[],"Type":"Engine","EngineGroup":"CustomScriptChecks","Description":"Performs singular custom script checks.","Enabled":true,"Id":"221cd50c-44b8-425d-bded-d5c3c8be5b9d","Name":"Custom Script Checks (Singular)"}]},{"Title":"File Inclusion (FI)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"bb3d29de-9ca3-49a0-85fb-e843ec397157","Name":"/proc/version Detection"},{"Enabled":true,"Id":"798934ed-e882-481d-bcc5-c0c37a778b54","Name":"/proc/version Detection - Double Encoded"},{"Enabled":true,"Id":"9744b418-4e8b-4290-ac45-5f26c6414bb3","Name":"/proc/version Detection with Null Byte"},{"Enabled":true,"Id":"18b94420-1257-4be7-ba51-cebed8f0912d","Name":"/proc/version Detection with Null Byte - Double Encoded"},{"Enabled":true,"Id":"e257da93-2eb3-4335-b2b8-40362ba4573e","Name":"BigIP /etc/passwd"},{"Enabled":true,"Id":"51c6ec25-8090-4014-bae6-18557c6b2ef8","Name":"Classical /etc/passwd"},{"Enabled":true,"Id":"9bbedd0e-ab3e-4fbe-8372-e0c38d307ea3","Name":"Classical /etc/passwd - Default Value"},{"Enabled":true,"Id":"aa3bafd1-19a7-43f3-b2f7-35ebd6c3b22a","Name":"Classical /etc/passwd - Default Value - Double Encoded"},{"Enabled":true,"Id":"8da9369f-e0ae-4291-981d-68c6c757f6dd","Name":"Classical /etc/passwd - Double Encoded"},{"Enabled":true,"Id":"713e7e2e-c0e3-4443-b85c-8b348c61e3e3","Name":"Classical /etc/passwd - II"},{"Enabled":true,"Id":"6b6ea74a-0b60-43a1-aec1-0faf234c4143","Name":"Classical /etc/passwd - Non-Recursive Remove 1"},{"Enabled":true,"Id":"a8100887-cbf1-473e-a64d-473591dea189","Name":"Classical /etc/passwd - Non-Recursive Remove 2"},{"Enabled":true,"Id":"5e574fa1-2d29-46cf-bf7a-0bb26ff1947e","Name":"Classical /etc/passwd - Non-Recursive Remove 3"},{"Enabled":true,"Id":"591060cf-a45f-44d8-8232-04447bbb49c5","Name":"Classical /etc/passwd - Non-Recursive Remove 4"},{"Enabled":true,"Id":"47fc39de-2702-42b1-b67f-eb2deb719026","Name":"Classical /etc/passwd - RoR Directory Traversal"},{"Enabled":true,"Id":"ddd7c6db-f852-4778-9faf-b21a3a19c6d6","Name":"Classical /etc/passwd with file: Protocol"},{"Enabled":true,"Id":"0da9ec19-e7bc-4370-9f6f-97e629f9cec6","Name":"Classical /etc/passwd with Full Path"},{"Enabled":true,"Id":"3694856d-7a4a-42fd-b93a-7cdd683852bd","Name":"Classical /etc/passwd with Full Path - Double Encoded"},{"Enabled":true,"Id":"aa0e5243-9966-4895-806d-76cf728b8da0","Name":"Classical /etc/passwd with Full Path - URL Attack"},{"Enabled":true,"Id":"dc08b525-0383-4bc3-a8bc-87852010c834","Name":"Classical /etc/passwd with Null Byte"},{"Enabled":true,"Id":"ba939921-c2ce-4fdc-afde-699536dfd71c","Name":"Classical /etc/passwd with Null Byte - Double Encoded"},{"Enabled":true,"Id":"5289b2ff-58c9-4d76-a56c-bb3e441ad7ae","Name":"Classical /etc/passwd with Null Byte and Extension"},{"Enabled":true,"Id":"30a21d30-1d9e-49be-9c73-78e8a605395b","Name":"Classical /etc/passwd with Null Byte and Extension - Double Encoded"},{"Enabled":true,"Id":"0c0bc1dc-a929-4d12-bb3b-64c5320e2160","Name":"Classical boot.ini"},{"Enabled":true,"Id":"6ee42a9a-fe75-40f6-9a1d-43a7db6eacb0","Name":"Classical boot.ini - Default Value"},{"Enabled":true,"Id":"d3fe9c7f-e356-4160-be2e-1f363c5ddfd9","Name":"Classical boot.ini - Default Value - Double Encoded"},{"Enabled":true,"Id":"44768b5a-2270-4d93-ad32-5742c9389d6a","Name":"Classical boot.ini - Double Encoded"},{"Enabled":true,"Id":"8ed6fb93-8907-419a-8a4e-96c526df86cf","Name":"Classical boot.ini - Full Path"},{"Enabled":true,"Id":"54675bde-ecf5-4443-9251-336fa70f99c1","Name":"Classical boot.ini - Full Path - Double Encoded"},{"Enabled":true,"Id":"94dd9080-99d3-4159-bb80-325f3e900b72","Name":"Classical boot.ini with file: Protocol"},{"Enabled":true,"Id":"71a33d0e-105a-4edd-9996-c09fb3038357","Name":"Classical boot.ini with file: Protocol - Double Encoded"},{"Enabled":true,"Id":"fd4bace0-8068-42c6-a51b-c513fba46fd2","Name":"Classical boot.ini with Null Byte"},{"Enabled":true,"Id":"b0349e07-40c8-4008-999b-9f17675d262d","Name":"Classical boot.ini with Null Byte - Double Encoded"},{"Enabled":true,"Id":"79145979-5336-4f6d-a53c-6e62f43aef52","Name":"Classical win.ini"},{"Enabled":true,"Id":"4218e272-459b-4d05-9543-0ce179c52fd7","Name":"Classical win.ini - Double Encoded"},{"Enabled":true,"Id":"c22723f8-61ff-4593-9278-e066a0c3cca3","Name":"Classical win.ini - Non-Recursive Remove 1"},{"Enabled":true,"Id":"0ad51c8f-bdc3-4408-a765-31eb413ad5fb","Name":"Classical win.ini - Non-Recursive Remove 2"},{"Enabled":true,"Id":"4deb9b3a-0e95-4922-8d99-c6d59063d56a","Name":"Classical win.ini - Non-Recursive Remove 3"},{"Enabled":true,"Id":"25a413a1-1de6-4abb-a578-814ffa0e36b8","Name":"Classical win.ini - Non-Recursive Remove 4"},{"Enabled":true,"Id":"5fb7a21d-4631-4620-bcfa-df67cd9a0b6a","Name":"Classical win.ini with Null Byte"},{"Enabled":true,"Id":"5f792d8b-f723-46fa-8e05-aee688a99b84","Name":"Classical win.ini with Null Byte - Double Encoded"},{"Enabled":true,"Id":"0c38fd70-2538-4226-bc5d-ff22560e1742","Name":"Classical windows/win.ini with file: Protocol"},{"Enabled":true,"Id":"31fd2357-3277-4330-9320-a9661f7cf325","Name":"Classical windows/win.ini with file: Protocol - Double Encoded"},{"Enabled":true,"Id":"4a9e088a-3c2a-4a1c-96f6-da2ccaaf54fc","Name":"Classical windows\\win.ini - Full Path"},{"Enabled":true,"Id":"ffdb1747-194a-4c92-b34c-f5d68e3ff545","Name":"Classical windows\\win.ini - Full Path - Double Encoded"},{"Enabled":true,"Id":"ab8379e6-8a4a-438f-a6a4-56344872be2b","Name":"Dynamic Payload - Backslash + Same Page"},{"Enabled":true,"Id":"fec80b6c-d5a9-48c6-991a-eda4bbbb1619","Name":"Dynamic Payload - Backslashed Directory 1"},{"Enabled":true,"Id":"1f458565-e3d4-477c-a70e-0defe4e3b668","Name":"Dynamic Payload - Backslashed Directory 2"},{"Enabled":true,"Id":"0795e3b9-79a3-4be2-99f2-b6a8b07bdf00","Name":"Dynamic Payload - Backslashed Directory 3"},{"Enabled":true,"Id":"95e0e57e-fd61-426f-a3a4-8025836427d2","Name":"Dynamic Payload - Backslashed Directory 4"},{"Enabled":true,"Id":"795b6e51-b4ba-43cd-bc4a-c98248944820","Name":"Dynamic Payload - Directory 1"},{"Enabled":true,"Id":"84817dac-a9b5-40f4-a112-b89b7c4cc3bd","Name":"Dynamic Payload - Directory 2"},{"Enabled":true,"Id":"a05932aa-c255-4955-a11e-c183e97c15cc","Name":"Dynamic Payload - Directory 3"},{"Enabled":true,"Id":"5be4898b-c966-4fa9-aea4-e6f01671204c","Name":"Dynamic Payload - Directory 4"},{"Enabled":true,"Id":"7de3c4fe-8f33-4483-b601-2fbd8fae7979","Name":"Dynamic Payload - Same Page Injection"},{"Enabled":true,"Id":"db021bfd-5c59-4761-a836-3586700bcf62","Name":"Dynamic Payload - Slash + Same Page"},{"Enabled":true,"Id":"a2437dc8-d9c0-4004-8596-d3a9efcfa487","Name":"Dynamic Payload with Null Byte"},{"Enabled":true,"Id":"e553880b-20b7-4fa7-be69-789024680000","Name":"IIS6.log"},{"Enabled":true,"Id":"a38132a3-c78f-4935-ab5a-9ab06b843e56","Name":"IIS6.log - Double Encoded"},{"Enabled":true,"Id":"4cd48e1b-ccec-4bd6-ab21-bad0bb278355","Name":"LFI Code Inclusion via access.log - /etc/httpd/logs/access.log"},{"Enabled":true,"Id":"6c8d4104-4eec-4dce-8c54-97dd5743a124","Name":"LFI Code Inclusion via access.log - /var/log/apache/access.log"},{"Enabled":true,"Id":"44445f1a-909f-40e3-8fe7-f063631ac089","Name":"LFI Code Inclusion via access.log - /var/log/apache2/"},{"Enabled":true,"Id":"1eef8bb1-08de-46f8-b820-7e904c80efd2","Name":"LFI Code Inclusion via access.log - /var/log/lighttpd/access.log"},{"Enabled":true,"Id":"4589cac2-a215-4798-9a74-8b7dc62ae1a5","Name":"LFI Code Inclusion via access.log - /var/log/nginx/access.log"},{"Enabled":true,"Id":"173e6162-d6c2-4845-9d45-c0c182a68860","Name":"LFI Code Inclusion via access.log - C:/AppServ/Apache24/logs/access.log"},{"Enabled":true,"Id":"28380eaa-ef20-4aad-8263-224aa8fcefab","Name":"LFI Code Inclusion via access.log - C:/xampp/apache/logs/access.log"},{"Enabled":true,"Id":"3ee85418-3849-4655-9b07-6bc1a0fd757e","Name":"LFI Code Inclusion via access_log - /opt/lampp/logs/access_log"},{"Enabled":true,"Id":"57ebb190-c9f0-4fdb-9946-c77ac9f1ccf6","Name":"LFI Code Inclusion via error.log"},{"Enabled":true,"Id":"d6276ae8-fdd0-486e-afa7-c5ce6f55c4a4","Name":"LFI Code Inclusion via error.log - /var/log/apache"},{"Enabled":true,"Id":"63167dd9-1468-4258-b645-5b73bcfcb06f","Name":"LFI Code Inclusion via error.log - /var/log/apache - Double Encoded"},{"Enabled":true,"Id":"b8a36912-1e6c-49e6-823e-a3705db70601","Name":"LFI Code Inclusion via error.log - /var/log/apache2"},{"Enabled":true,"Id":"983e8131-57f5-45b7-8255-a3d8df3a8933","Name":"LFI Code Inclusion via error.log - /var/log/apache2 - Double Encoded"},{"Enabled":true,"Id":"373d4b50-a56f-4701-bec5-b8678ed57bd6","Name":"LFI Code Inclusion via error.log - Double Encoded"},{"Enabled":true,"Id":"da7f89b8-0db0-4571-b58d-19875c3cf9f3","Name":"LFI Code Inclusion via error.log and /proc/self/fd -2"},{"Enabled":true,"Id":"c042b9d6-f76f-411b-8dd9-7778e50f1cf8","Name":"LFI Code Inclusion via error.log and /proc/self/fd -2 - Double Encoded"},{"Enabled":true,"Id":"ed306284-5413-452c-9a73-097638712211","Name":"LFI Code Inclusion via error.log and /proc/self/fd -2 with Null Byte"},{"Enabled":true,"Id":"28ad2257-04bb-45b2-94a4-cca0cb4f80c6","Name":"LFI Code Inclusion via error.log and /proc/self/fd -2 with Null Byte - Double Encoded"},{"Enabled":true,"Id":"db609ca5-d7ba-4510-bd16-5c72965f5f19","Name":"LFI Code Inclusion via error_log - /etc/httpd/logs/"},{"Enabled":true,"Id":"4a484c28-e7cc-4aae-91c3-2af0f9050c49","Name":"LFI Code Inclusion via error_log - /etc/httpd/logs/ - Double Encoded"},{"Enabled":true,"Id":"f91cdb49-2449-48b9-898e-eb4b8e2e4f33","Name":"Long Attack - boot.ini"},{"Enabled":true,"Id":"d5134626-dab7-4ece-a43f-51906d5e342f","Name":"Long Attack - boot.ini - Double Encoded"},{"Enabled":true,"Id":"b478a590-4306-4325-95bb-0c1b0c39d189","Name":"PHP Self Wrapper - Base64"},{"Enabled":true,"Id":"6a7563c9-b747-406f-9441-8937328708ef","Name":"PHP Self Wrapper - Base64 - Double Encoded"},{"Enabled":true,"Id":"b0349e07-40c8-4008-999b-9f12175d262d","Name":"Ruby On Rails - File Content Disclosure"},{"Enabled":true,"Id":"c96cadbd-c86e-48cb-86f2-9165f9d9c83d","Name":"web.config"},{"Enabled":true,"Id":"efc9b797-1368-4bca-88f9-35289117e1ba","Name":"web.config - Double Encoded"},{"Enabled":true,"Id":"f3724c36-b573-4b9e-b28c-d15ff989faac","Name":"WEB-INF/web.xml"},{"Enabled":true,"Id":"246a3047-11d8-4571-8cc8-2485ed78a623","Name":"WEB-INF/web.xml - Directory Traversal"}],"Settings":[],"Type":"Engine","EngineGroup":"FileInclusion","Description":"Detects if an attacker can read arbitrary files or source code from the application.","Enabled":true,"Id":"740688e6-38b1-460c-8787-560b42b36b15","Name":"Local File Inclusion"},{"Patterns":[{"Enabled":true,"Id":"7a7c3840-6a74-4466-ba06-7580b7ef6999","Name":"Directory Traversal"},{"Enabled":true,"Id":"96148fc8-4d96-4c9e-8d10-3a5b3ea5ee1d","Name":"Directory Traversal (2)"}],"Settings":[],"Type":"Engine","EngineGroup":"FileInclusion","Description":"Analyzes local file inclusion","Enabled":true,"Id":"81c54031-0da6-4c8e-b422-33b8aa523024","Name":"Local File Inclusion (IAST)"},{"Patterns":[{"Enabled":true,"Id":"e1060b59-1869-422a-aff9-f1d2e4bc071f","Name":"RFI Classic"},{"Enabled":true,"Id":"b25b968f-cd71-4717-a259-7147320fda72","Name":"RFI Classic - Double Encoded"},{"Enabled":true,"Id":"1c2845c9-67bd-4ee0-ae38-44a9d78d80da","Name":"RFI Classic - Dynamic Extension Payload"},{"Enabled":true,"Id":"5bcf34df-67b3-4699-ac4d-7c009aafd203","Name":"RFI Classic - Dynamic Extension Payload - Double Encoded"},{"Enabled":true,"Id":"0672d1d6-0225-44df-a5b2-c6c404baf525","Name":"RFI Classic - Null Byte + Dynamic Extension Payload"},{"Enabled":true,"Id":"fb102bec-5b37-4157-8fb1-472b8a82f715","Name":"RFI Classic - Null Byte + Dynamic Extension Payload - Double Encoded"},{"Enabled":true,"Id":"199ddc4d-c568-41ea-9165-81b58904567b","Name":"RFI Classic - Other Enty Points"},{"Enabled":true,"Id":"aaec68da-3932-4fc5-8544-cbc5f299752b","Name":"RFI No Protocol"},{"Enabled":true,"Id":"e1aeac78-dd17-4e98-9e24-fede9130e9da","Name":"RFI No Protocol - Double Encoded"},{"Enabled":true,"Id":"0fd2f199-d693-4e9f-95b2-5607cf084c0a","Name":"RFI PHP Filter"},{"Enabled":true,"Id":"be24784d-d410-44e2-8d0c-3c0597749312","Name":"RFI PHP Filter - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"FileInclusion","Description":"Detects if an attacker can execute commands at OS level via the application. Analyzes the results using heuristic and timing checks.","Enabled":true,"Id":"9c48c69a-0110-461b-9353-151e01893f81","Name":"Remote File Inclusion"},{"Patterns":[{"Enabled":true,"Id":"f014feaa-fd46-4b1b-a7b7-f8c3e3c74d5c","Name":"RFI Classic"},{"Enabled":true,"Id":"022795b9-0039-4ec9-ab22-fae0c1504267","Name":"RFI Classic - Double Encoded"},{"Enabled":true,"Id":"9eba36c0-698a-438f-b3cb-40f7a656d1e8","Name":"RFI Classic - No Protocol"},{"Enabled":true,"Id":"05717dbd-59d9-42df-a671-b581b6c9278d","Name":"RFI Classic - No Protocol - Double Encoded"},{"Enabled":true,"Id":"20bf8ac3-0f3e-4929-811d-b8c01c61fa69","Name":"RFI PHP filter"},{"Enabled":true,"Id":"9e82a5b4-6e08-4da5-b912-460553313382","Name":"RFI PHP filter - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"FileInclusion","Description":"Detects if an attacker can forge requests to appear as they are made by the server using Remote File Inclusion.","Enabled":true,"Id":"c3c7eb28-c736-4499-8779-52456a5ce735","Name":"Remote File Inclusion (Out of Band)"}]},{"Title":"Header Injection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"6356ed84-02c9-48e8-ab7d-dd5d0125ba89","Name":"%0d%0a - Full URL"},{"Enabled":true,"Id":"08d8bc89-31ca-48ef-97fe-2dcd874574ea","Name":"0x0A"},{"Enabled":true,"Id":"54797c64-2281-49cd-a555-86c900bac83d","Name":"0x0A 0x0D"},{"Enabled":true,"Id":"265797eb-b1fa-44ad-9e6d-6001df316af5","Name":"Raw"},{"Enabled":true,"Id":"c5b975d8-71b4-47d0-b33a-c280c59c458a","Name":"Raw - Double Encoded"},{"Enabled":true,"Id":"c4a7566e-9acf-4ac3-a0bc-d20f70bb6d24","Name":"Set Cookie with URL Start"},{"Enabled":true,"Id":"be22b2d0-2521-4903-adb9-931be6739e44","Name":"Set Cookie with URL Start - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"HeaderInjection","Description":"Detects if an attacker can inject new lines into HTTP headers to modify the browsers behaviour or content.","Enabled":true,"Id":"1e9a4418-2ddc-400c-a25a-4ab3c99d49cb","Name":"HTTP Header Injection"},{"Patterns":[{"Enabled":true,"Id":"723e09f9-f700-48a3-8ee2-4dee4bfcb45c","Name":"Newline Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"HeaderInjection","Description":"Detects if an attacker can inject new lines into HTTP headers to modify the browsers behaviour or content.","Enabled":true,"Id":"69ec1f39-7da6-4531-b1f6-07d2b5c2fdbb","Name":"HTTP Header Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"e71237f0-5e01-43d6-b479-74a94bdecd82","Name":"Newline Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"HeaderInjection","Description":"Detects if an attacker can inject new lines into mail headers.","Enabled":true,"Id":"a594b416-fa8a-4c2e-8e07-32ca0dfd59a1","Name":"Mail Header Injection (IAST)"}]},{"Title":"NoSQL Injection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"1ee45605-97ed-45c9-9345-2db81e230ad2","Name":"MongoDB Time Based Detection"},{"Enabled":true,"Id":"647822e3-0649-45a3-9900-02a556bc7384","Name":"MongoDB Time Based Detection - Double Encoded"},{"Enabled":true,"Id":"7493622f-750e-46c9-89ff-d51c061486a0","Name":"MongoDB Time Based Detection - FullBodyJson"}],"Settings":[{"Name":"ProofCharacterLimit","Value":"5"},{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects if an attacker can execute NoSQL queries against the backend database via the application. Analyzes the results using heuristic and content difference checks.","Enabled":true,"Id":"3ce5d52c-afd6-4189-8046-b94d484f75a6","Name":"MongoDB Injection (Blind)"},{"Patterns":[{"Enabled":true,"Id":"5bab19e6-e49b-480b-846b-38fd3c4df624","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects NoSQL Injections which change the content of the page based on the attack requests. This will detect the NoSQL Injections in applications with custom error messages. Ensure that you enable all other NoSQL Injection security checks to cover all possibilities.","Enabled":true,"Id":"b5b4123a-31d5-4a77-99b2-a8ba84429a4b","Name":"MongoDB Injection (Boolean)"},{"Patterns":[{"Enabled":true,"Id":"ae787166-f3dc-4b09-989c-3b48729e60aa","Name":"MongoDB Error Based Detection"},{"Enabled":true,"Id":"06ed8054-1835-4830-a5cd-200d7713383d","Name":"MongoDB Error Based Detection - Double Encoded"},{"Enabled":true,"Id":"8fa1bab3-eefe-45d6-bc82-b6028c5dfec8","Name":"MongoDB Error Based Detection - UrlRewrite"},{"Enabled":true,"Id":"d03ac6bf-4df5-410a-8d42-7df1574c3596","Name":"MongoDB Error Based Detection - UrlRewrite - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects NoSQL Injections based on error messages. This check is not effective if the error messages are not visible; therefore ensure you have enabled the other NoSQL Injection security checks.","Enabled":true,"Id":"374fd024-5d03-4c31-aedf-9391f2b94b8c","Name":"MongoDB Injection (Error Based)"},{"Patterns":[{"Enabled":true,"Id":"d71237f0-5e01-43d6-b479-74a94bdecd82","Name":"MongoDB Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects MongoDb Injection vulnerabilities.","Enabled":true,"Id":"8afb182b-b3e3-40ba-98bd-15f8eb4ef5f7","Name":"MongoDB Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"d007b1b2-0a5c-4e44-809a-05b09f9e401f","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"NoSqlInjection","Description":"Detects MongoDB Injections which change the content of the page based on the attack requests. This will detect the Mongo Db Injections in applications with custom error messages. Ensure that you enable all other Mongo Db Injection security checks to cover all possibilities.","Enabled":true,"Id":"46262d2d-7b96-46e3-b7b8-b9386b24c531","Name":"MongoDB Injection (Operator)"}]},{"Title":"Resource Finder","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects app-site associations files.","Enabled":true,"Id":"eb18bf0c-8457-420d-b87e-227264c61f4d","Name":"Apple's App-Site Associations"},{"Patterns":[{"Enabled":true,"Id":"f0e236c4-bb7b-4ff3-a4b3-bb793bcf3768","Name":"- Copy"},{"Enabled":true,"Id":"8d7e410b-72ec-4f48-a9d8-66d45c77d1b7","Name":"- Copy - Copy"},{"Enabled":true,"Id":"3c1e2439-a193-4da6-9e0a-8b3d19724a08","Name":"- Copy (2)"},{"Enabled":true,"Id":"adb842dc-758c-43ad-a5d2-512a0ece022b","Name":".bac"},{"Enabled":true,"Id":"87b575b3-0e4b-44f3-aa5f-d294aa85c5d4","Name":".backup"},{"Enabled":true,"Id":"36214d00-2083-48f8-a71e-d4593ca4f5ce","Name":".bak"},{"Enabled":true,"Id":"81f809fb-180f-4724-9a26-7b7570cf2dda","Name":".cs"},{"Enabled":true,"Id":"f0701677-b822-43fc-a2f9-d1480c2e448e","Name":".old"},{"Enabled":true,"Id":"9c710584-80d6-4d9e-86e7-c00cb18f3b4a","Name":".old w/o extension"},{"Enabled":true,"Id":"52c4cd09-d1f0-4d7e-bb1d-14c8ced322a0","Name":".vb"},{"Enabled":true,"Id":"7593d311-8a56-4f78-b210-8e8116499de6","Name":"_backup"},{"Enabled":true,"Id":"c3dbac09-774b-4322-a307-49c4448d6bb8","Name":"_backup w/o dot"},{"Enabled":true,"Id":"92b21575-8c15-4ffe-99e4-f43d53130258","Name":"_bak"},{"Enabled":true,"Id":"642a9626-ca3e-4d76-9c42-78209b4e8996","Name":"_bak w/o dot"},{"Enabled":true,"Id":"21d509d8-9bdb-47d0-ac75-143ba1bf7188","Name":"_old"},{"Enabled":true,"Id":"afaebcb0-5ae5-43bb-b3c5-609160b696e4","Name":"_old w/o dot"},{"Enabled":true,"Id":"62ff2636-a5bd-4424-a5fb-9c8be758e6d6","Name":"~"},{"Enabled":true,"Id":"95aa9942-633f-4921-9bcc-7ca91cc29e4d","Name":"1"},{"Enabled":true,"Id":"11d7975d-c382-427b-8ee7-32939804264a","Name":"1 w/o ext"},{"Enabled":true,"Id":"2ac1298c-faa6-489a-8b08-85dfedf8c99e","Name":"3rd copy"},{"Enabled":true,"Id":"58110cae-283e-4951-861d-bced845f021a","Name":"4th copy"},{"Enabled":true,"Id":"2e688faf-5bc6-4b65-b542-b185ccb6b6c8","Name":"7z"},{"Enabled":true,"Id":"443f1e74-5acb-4ffa-be7a-3d8d52556f99","Name":"7z w/o ext"},{"Enabled":true,"Id":"aedf146d-dcb8-4d49-a86e-4356ce0ce0ca","Name":"a"},{"Enabled":true,"Id":"01136527-d7c1-4b2d-ac53-044b5af793a8","Name":"A JSP page fragment file"},{"Enabled":true,"Id":"4c9a63b2-6233-4662-8928-34a648d9de24","Name":"a w/o ext"},{"Enabled":true,"Id":"0b415741-553f-41a3-bb0f-8ce6a499bfaa","Name":"Another copy"},{"Enabled":true,"Id":"4fa38e9c-b141-4416-b536-0059010756b2","Name":"ar"},{"Enabled":true,"Id":"a19742e9-4c6b-4506-bf28-c6dc80a0fa2c","Name":"bac w/o ext"},{"Enabled":true,"Id":"8343208e-02f3-46f9-b643-4e7cbfd06d94","Name":"backup w/o ext"},{"Enabled":true,"Id":"fc668aef-6854-4bae-a790-4bc3231bfd24","Name":"backup_"},{"Enabled":true,"Id":"fa45b4a1-781e-43f5-8050-53792a7e3259","Name":"bak w/o dot"},{"Enabled":true,"Id":"d179d49a-4c65-4d6b-a3dc-3cb7ea19c377","Name":"bak w/o ext"},{"Enabled":true,"Id":"c4c2cb0b-b15a-4bb8-897d-bc5c6c82410a","Name":"bak_"},{"Enabled":true,"Id":"1069faeb-5a87-4eb2-ac7c-aea109eaf447","Name":"bz2"},{"Enabled":true,"Id":"9d72eaa5-16e1-4e2d-a18b-29950bb1ffed","Name":"cbz"},{"Enabled":true,"Id":"53e41d28-56f7-4f8f-b775-6ffeccd6e77b","Name":"copy"},{"Enabled":true,"Id":"6c545e8b-d7f9-4d96-b99b-a9e8a5bf0463","Name":"Copy (2) of"},{"Enabled":true,"Id":"11dd0275-afb7-44f4-9993-adaa4273aa3d","Name":"Copy of"},{"Enabled":true,"Id":"f8bfffbe-88b2-4285-95a8-87cae0c9fbd9","Name":"Copy of copy of"},{"Enabled":true,"Id":"485fc926-5f68-40ac-a6b3-ee9a1c88e522","Name":"exe"},{"Enabled":true,"Id":"d782db8d-61f9-469e-bb9e-57ddeaa311cb","Name":"Framework JSP action"},{"Enabled":true,"Id":"58e93aaa-413e-47a9-a8ef-ea826545e638","Name":"gz"},{"Enabled":true,"Id":"e1df404b-0004-4b0e-944f-736389ed1974","Name":"inc w/o dot"},{"Enabled":true,"Id":"4d83ea0f-6a71-45c5-a923-926588754d90","Name":"inc w/o ext"},{"Enabled":true,"Id":"c75030c3-1dff-4a18-bebf-0561cfe905e2","Name":"include w/o ext"},{"Enabled":true,"Id":"3f475231-614b-4c20-b076-f4c5925ec633","Name":"Incremental file extension name 1"},{"Enabled":true,"Id":"0fd0aba6-f76f-4248-8796-477d923883c5","Name":"Incremental file extension name 2"},{"Enabled":true,"Id":"c9cb614e-45d1-4c4b-b6bf-883362746615","Name":"Incremental file name 1"},{"Enabled":true,"Id":"76259197-4e22-48a3-a584-4966c9963c84","Name":"Incremental file name 2"},{"Enabled":true,"Id":"8b2d7777-53a2-4945-9678-ea9418e6d2df","Name":"jar"},{"Enabled":true,"Id":"4f87bf5e-1eae-45cd-b6e9-a11b7272106d","Name":"lzma"},{"Enabled":true,"Id":"a3758a61-7843-4ded-996a-72c4c84de714","Name":"nano - save"},{"Enabled":true,"Id":"7193220d-b2c4-4c02-851f-1cd586cd0644","Name":"old w/o dot"},{"Enabled":true,"Id":"659c714e-1bd2-4922-9b0f-0f4fceca7dde","Name":"old_"},{"Enabled":true,"Id":"f86fb1d3-0ed5-4fcb-870b-bcee69c342f9","Name":"rar w/o ext"},{"Enabled":true,"Id":"d1019bb5-d4ff-4062-89f5-e926525c9d95","Name":"tar"},{"Enabled":true,"Id":"12006f78-e271-49f2-927b-6254a81ebce5","Name":"tar w/o ext"},{"Enabled":true,"Id":"5f0023db-e145-46cf-a0c4-3fb419c5c7dc","Name":"tar.7z"},{"Enabled":true,"Id":"0f18d45c-b7c5-4485-be90-e13bdf1fc96b","Name":"tar.bz2"},{"Enabled":true,"Id":"ac8ee1a8-5b27-4ded-b9d0-bc01bfacbd09","Name":"tar.gz"},{"Enabled":true,"Id":"77f19666-352c-4e16-9c45-cf4c844ccfe8","Name":"tar.lzma"},{"Enabled":true,"Id":"4be83f46-24ba-4d3b-a657-62abd5d1c4a4","Name":"tar.xz"},{"Enabled":true,"Id":"789e6e11-755a-460b-bef2-7ab164650cb7","Name":"third copy"},{"Enabled":true,"Id":"0e015c44-3e66-44c9-9c9e-52729fedd452","Name":"vim - swo"},{"Enabled":true,"Id":"4cd01e93-7fc8-4bac-8953-90af6a6780cb","Name":"vim - swp"},{"Enabled":true,"Id":"86266d14-8645-4b9b-bf83-f5d8429b585d","Name":"wim w/o ext"},{"Enabled":true,"Id":"8228d048-3552-4e4c-ad65-beb6c448faa8","Name":"XML JSP"},{"Enabled":true,"Id":"f5677152-a4fe-40c6-a660-5a7fb2d0dddd","Name":"xz"},{"Enabled":true,"Id":"6d531380-a503-47a1-b927-1fd623946496","Name":"zip"},{"Enabled":true,"Id":"686ebe13-6129-40fb-acb3-9c24cfe3e04a","Name":"zip w/o ext"}],"Settings":[],"Type":"Engine","EngineGroup":"ResourceFinder","Description":"Detects backup files.","Enabled":true,"Id":"b7f2dc5e-4de1-42ee-84c3-51d44e703d59","Name":"Backup Files"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects DS_STORE files.","Enabled":true,"Id":"df552f3e-1435-4d20-a223-92a12e0a2f43","Name":"DS_STORE Files"},{"Patterns":[],"Settings":[{"Name":"DirectoryNameLimit","Value":"125"},{"Name":"WordListEntries","Value":"actuator/\r\nactuator/health/\r\nactuator/auditevents/\r\nactuator/autoconfig/\r\nactuator/dump/\r\nactuator/metrics/\r\nactuator/mappings/\r\nactuator/scheduledtasks/\r\nactuator/heapdump/\r\nactuator/jolokia/\r\nhealth/\r\nbeans/\r\njolokia/\r\nheapdump/\r\noauth2/v1/keys\r\njwks.json\r\n.well-known/jwks.json\r\n.well-known/jwks_uri\r\n.well-known/openid-configuration/jwks\r\nopenid/connect/jwks.json\r\nassets/environments/environment.json\r\ncgi-bin/\r\ncgi-sys/\r\n~.aspx\r\napi-docs\r\napi/admin\r\napi/admin/menu\r\napi/admin/menu/tree\r\napi/api-docs\r\napi/apidocs\r\napi/doc\r\napi/hello\r\napi/log\r\napi/login\r\napi/logout\r\napi/v1\r\napi/v1/\r\napi/v1/api-docs\r\napi/v1/apidocs\r\napi/v1/app/\r\napi/v2\r\napi/v2/\r\napi/v2/api-docs\r\napi/v2/apidocs\r\napidocs\r\ndocs/swagger.json\r\ngraphql\r\nv1/graphql\r\nv3\r\n/v1/api\r\n/v1/graphql\r\napi/graphql\r\napi/v1/graphql\r\ndoc\r\ndocs\r\nv1/\r\napi-docs/swagger.json\r\napi/swagger\r\napi/swagger-ui\r\napi/swagger-ui.html\r\napi/swagger-ui.json\r\napi/swagger.json\r\napi/swagger.yml\r\napi/swagger/\r\napi/v1/swagger\r\napi/v1/swagger-ui\r\napi/v1/swagger-ui.html\r\napi/v1/swagger-ui.json\r\napi/v1/swagger.json\r\napi/v1/swagger/\r\napi/v2/swagger\r\napi/v2/swagger-ui\r\napi/v2/swagger-ui.html\r\napi/v2/swagger-ui.json\r\napi/v2/swagger.json\r\napi/v2/swagger/\r\napidocs/swagger.json\r\nREST/v1/swagger\r\nspec/swagger.json\r\nswagger\r\nswagger-resources\r\nswagger-resources/restservices/v2/api-docs\r\nswagger-ui\r\nswagger-ui.html\r\nswagger-ui.json\r\nswagger-ui/swagger.json\r\nswagger.json\r\nswagger.yml\r\nswagger/\r\nswagger/index.html\r\nswagger/static/index.html\r\nswagger/swagger-ui.html\r\nswagger/ui/index\r\nswagger/v1/swagger.json\r\nswagger/v2/swagger.json\r\nv1/swagger-ui.html\r\nv1/swagger.json\r\nv2/swagger.json\r\n/swagger/\r\napi/apidocs/swagger.json\r\napi/spec/swagger.json\r\napi/swagger/index.html\r\napi/swagger/static/index.html\r\napi/swagger/swagger\r\napi/swagger/ui/index\r\napi/swagger.yaml\r\napi/v1/swagger.yaml\r\napi/v2/swagger.yaml\r\napi-docs/v1/openapi.json\r\n/api-docs/v1/openapi.json\r\nadmin.ns\r\nadmin/\r\nadmin1/\r\nmanager/\r\nadministration/\r\nmanagement/\r\nwp-admin/\r\nadministrator/\r\nroot/\r\nconfig.inc\r\napi-docs/openapi.json\r\napi/openapi.json\r\napi/openapi.yaml\r\napi/v1/openapi.json\r\napi/v2/openapi.json\r\napidocs/openapi.json\r\nspec/openapi.json\r\nopenapi.json\r\nopenapi.yaml\r\nv1/openapi.json\r\nv2/openapi.json\r\n/swagger/\r\napi/apidocs/openapi.json\r\napi/spec/openapi.json\r\ndatabase.inc\r\nsession.inc\r\ncommon.inc\r\nlogin.inc\r\nauth.inc\r\nadmin.php\r\nadmin.asp\r\nadmin.aspx\r\nadmin.jsp\r\nadmin.conf\r\nadmin.txt\r\nadmin.htm\r\nadmin.html\r\nadmin.pl\r\naxis/\r\naxis2/\r\nsftp-config.json\r\nwebservice/\r\nwebservices/\r\nservice/\r\nservices/\r\nmyservice/\r\nmyservices/\r\nmywebservice/\r\nmywebservices/\r\nwsdl/\r\nawstats/\r\nbackup/\r\nisqlplus/\r\niisadmin/\r\nadmin_/\r\nfpadmin/\r\nwebadmin/\r\nsiteadmin/\r\nportaladmin/\r\nadminadmin/\r\nadm/\r\nsysadmin/\r\nphpmyadmin/\r\ncpanel/\r\nc99.php\r\nc99shell.php\r\ncmdasp.asp\r\nnst.php\r\nnstview.php\r\nphp-backdoor.php\r\nr57.php\r\nr57eng.php\r\nr57shell.php\r\nshell.php\r\nDAws.php\r\nwpes.php\r\nconfig/database.yml\r\ndata.mdb\r\ndb.mdb\r\ntest.mdb\r\nwebadmin.php\r\nphpliteadmin.php\r\nmoadmin.php\r\n.env\r\n.production.env\r\ncontrolpanel/\r\nadmin_files/\r\ndbninja/\r\ntest.conf\r\nhttpd.conf\r\nlocal.conf\r\nhttpd-vhosts.conf\r\nen.conf\r\nnginx.conf\r\nexample.conf\r\napache.conf\r\napplication.conf\r\nsite.conf\r\nmodules.conf\r\nsmarty.conf\r\nsearch/\r\nincludes/\r\nelmah.axd\r\nerrorlog.axd\r\ncron.php\r\nprofiles/\r\nregister.php\r\nupdate.php\r\nuser/login/\r\nuser/register/\r\njs/\r\napi/\r\ncache/\r\ncaches/\r\nplugins/\r\nlanguage/\r\najax/\r\ncomponents/\r\nlibraries/\r\ncheckout/\r\nlibs/\r\ninternal/\r\ninclude/\r\n3rdparty/\r\nm/\r\nlanguages/\r\nconfig.json\r\nproftpd.conf\r\nurls.conf\r\napp.conf\r\napp.config\r\nWeb.config\r\nconfig.ini\r\naxis/services/\r\ndatabase.mdb\r\npersonel.mdb\r\nsmb.conf\r\ndoxygen.conf\r\nlog.mdb\r\nipaddress.mdb\r\ndb1.mdb\r\n{directory} (copy)/\r\n{directory} - Copy/\r\nCopy of {directory}/\r\nWEB-INF (copy)/\r\nWEB-INF - Copy/\r\nCopy of WEB-INF/\r\n{directory}.7z\r\n{directory}.zip\r\n{directory}.rar\r\n{directory}.wim\r\n{directory}.war\r\n{directory}.ear\r\n{directory}.jar\r\n{directory}.tar\r\n{directory}.ar\r\n{directory}.cbz\r\n{directory}.exe\r\n{directory}.tar.bz2\r\n{directory}.tar.gz\r\n{directory}.tar.lzma\r\n{directory}.tar.7z\r\n{directory}.tar.xz\r\nWEB-INF.zip\r\nWEB-INF.7z\r\nWEB-INF.rar\r\nWEB-INF.tar\r\na_main.php\r\na_main.asp\r\na_main.aspx\r\nadminlogin.php\r\nadminlogin.asp\r\nadminlogin.aspx\r\nadminmember.php\r\nadminmember.asp\r\nadminmember.aspx\r\nadminpanel.asp\r\nadminpanel.aspx\r\nadminpanel.php\r\nadminpanel.html\r\nadmin.php3\r\nadmin.cfm\r\nadmin.cgi\r\nadmin.do\r\nadmins.php\r\nadmins.asp\r\nadmins.aspx\r\ncp.php\r\naadmin/\r\nadminzone/\r\nadmin2/\r\nadmin-login/\r\nconsole/\r\nmanage/\r\nstaff/\r\nops/\r\noperator/\r\nportal/\r\nusers/\r\nphp.ini\r\nproperties.ini\r\nsettings.ini\r\ninfo.ini\r\nversion.ini\r\napp.ini\r\napplication.ini\r\nexample.ini\r\nmy.ini\r\ndefault.ini\r\ndatabase.ini\r\nproject.ini\r\nusers.ini\r\nadmin.ini\r\ntsweb/default.htm\r\nTSWeb/default.htm\r\nhelp.php\r\nhelp.aspx\r\nhelp.asp\r\nhelp.txt\r\nreadme.html\r\nreadme.htm\r\nreadme.php\r\nreadme.txt\r\nreadme.aspx\r\nreadme.asp\r\ninstall.txt\r\ninstall.php\r\ninstall.asp\r\ninstall.phpx\r\ninstall.htm\r\ninstall.sql\r\ninstall/\r\ninstaller/\r\ninstallation/\r\nsetup.php\r\nsetup.aspx\r\nsetup/\r\nsetup_files/\r\nsetup.inc\r\nsetup.sql\r\nsetup.txt\r\ndb_setup.php\r\ninstall1.php\r\ninstall2.php\r\ninstallation.html\r\ninstall.inc.php\r\ninstall.inc\r\ninstalling.html\r\ninstall_sh\r\ninstall_2.php\r\ninstallation.php\r\ninstallation.aspx\r\nadmin.installer.php\r\ndbinstall.php\r\nauto_install.php\r\nerror.log\r\nws_ftp.log\r\ndebug.log\r\naccess.log\r\ndevelopment.log\r\nchange.log\r\ntest.log\r\nserver.log\r\nchanges.log\r\nerrors.log\r\napplication.log\r\nadmin.log\r\nadmin_access.log\r\nmodify.log\r\nchangelog.log\r\nnew-error.log\r\nChange.log\r\nconfig.log\r\nweb.log\r\nrequest.log\r\nlog_user.log\r\nlog\r\nerror_log\r\nsyslog\r\nqlog\r\n_logs\r\n_log\r\nchangelog\r\nlogger\r\nlogging\r\nloginfo\r\nloggers\r\nschema.sql\r\nmysql.sql\r\ndatabase.sql\r\nsessions.sql\r\ntables.sql\r\ndb.sql\r\ndata.sql\r\ncreate.sql\r\npgsql.sql\r\ncreate_tables.sql\r\ndump.sql\r\nusers.sql\r\ntest.sql\r\nsql.sql\r\nstructure.sql\r\nmssql_schema.sql\r\npostgres_schema.sql\r\nsample.sql\r\nconfig.sql\r\nblog.sql\r\nsession.sql\r\nlog.sql\r\nuser.sql\r\nall.sql\r\nimport.sql\r\nbackup.sql\r\ntest.php\r\ntest.asp\r\ntest.html\r\ntest.txt\r\ntest.pl\r\ntest1.asp\r\ntest1.php\r\ntest/\r\ntesting/\r\ntest1/\r\ntestdir/\r\njavatest/\r\naspnettest/\r\nasptest/\r\nphptest/\r\nabout/\r\narchive/\r\narchives/\r\nbin/\r\nblank/\r\nbusiness/\r\ncategory/\r\nstatus/\r\ncms/\r\nweb/\r\nwebalizer/\r\nweblog/\r\ncomments/\r\ncommon/\r\ncompany/\r\nconfig/\r\nconfigs/\r\ncontact/\r\ncontent/\r\ncontrol/\r\ncp/\r\ndata/\r\ndocs/\r\ndownloads/\r\netc/\r\nevents/\r\nfaq/\r\nfeatures/\r\nfiles/\r\nforum/\r\nforums/\r\nfull/\r\ngallery/\r\nhelp/\r\nhtml/\r\njobs/\r\nlinux/\r\nlog/\r\nlogin/\r\nlogs/\r\nmain/\r\nmisc/\r\nmodules/\r\nnew/\r\nnews/\r\nold/\r\npanel/\r\npeople/\r\nphpinfo/\r\nprint/\r\nprivat/\r\nprivate/\r\nproducts/\r\nprofile/\r\nprojects/\r\npub/\r\nregister/\r\nresources/\r\nscripts/\r\nsecurity/\r\nsite/\r\nsitemap/\r\nsoftware/\r\nstat/\r\nstatistic/\r\nstatistics/\r\nstats/\r\nstory/\r\nsubscribe/\r\nsupport/\r\ntemp/\r\ntemplates/\r\ntmp/\r\ntst/\r\nupload/\r\nuploads/\r\nuser/\r\nview/\r\nwww/\r\nxml/\r\nblog/\r\nblogdata/\r\nblogs/\r\nprivacy/\r\npapers/\r\npdf/\r\npress/\r\nads/\r\nbanner/\r\nw3svc/\r\nassets/\r\nstatics/\r\nimages/\r\n404.php\r\n404.aspx\r\n404.asp\r\n404.jsp\r\n404.html\r\n404.htm\r\nconnection/\r\nconnections/\r\nuploadfiles/\r\nuploadedfiles/\r\npage.html\r\npackage.json\r\nwp-json/oembed/1.0/proxy?url=test"}],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Forced Browsing (Common Directories and Files) is a security check in which the web vulnerability scanner attempts to itemize and access resources that are not linked from the web application, but are still accessible.","Enabled":true,"Id":"fe34cfa1-c48b-475f-b054-61bc4bc53b20","Name":"Forced Browsing"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Finds hidden files and folders.","Enabled":true,"Id":"ad30a9b7-c7e2-442e-a07f-29deae469e88","Name":"Hidden Files (IAST)"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects whether Mod Negotiation is enabled.","Enabled":true,"Id":"65b363dc-4630-46c4-81b8-241e1ef0aad7","Name":"Mod Negotiation"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects open search files.","Enabled":true,"Id":"727c892a-8070-4536-9168-d806c08a167a","Name":"Open Search"},{"Patterns":[],"Settings":[],"Type":"ResourceModifier","EngineGroup":"ResourceFinder","Description":"Detects sitemap files.","Enabled":true,"Id":"5838580c-9385-453e-94fd-ad555021aa63","Name":"Sitemap"}]},{"Title":"Server-Side Request Forgery (SSRF)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"a7359d12-4318-43c2-a02e-57b0d3022079","Name":"HTTP Request (Capture UserAgent)"},{"Enabled":true,"Id":"5e33b7e2-a1f6-4c9a-b142-1dfb2aff982f","Name":"Protocol-Relative URI"},{"Enabled":true,"Id":"3efad169-8d20-4530-9e99-9426e0563a3d","Name":"SSRF Remote (DNS with Subdomain)"}],"Settings":[],"Type":"Engine","EngineGroup":"Ssrf","Description":"Detects if an attacker can forge requests to appear as they are made by the server to a remote location.","Enabled":true,"Id":"aa4d1d0f-f6b9-48a2-a397-05b232c8cd46","Name":"Server-Side Request Forgery (DNS)"},{"Patterns":[{"Enabled":true,"Id":"29e6b74a-c906-4531-8e8c-9131ee70d3ae","Name":"trace.axd (Host IP Representations)"},{"Enabled":true,"Id":"b9c5cd1a-f56d-43b5-b2ca-72431acd47f8","Name":"trace.axd (loopback IP Representations)"}],"Settings":[],"Type":"Engine","EngineGroup":"Ssrf","Description":"Detects if an attacker can forge requests to appear as they are made by the server using different IP formats.","Enabled":true,"Id":"24b7fd03-eb2c-434c-a467-ccad74cb0754","Name":"Server-Side Request Forgery (IP Combinations)"},{"Patterns":[{"Enabled":true,"Id":"d5d60087-4153-45af-a7be-8795b182c6c0","Name":"Apache Server Status"},{"Enabled":true,"Id":"d0141861-391e-41ce-b290-4788d55a978d","Name":"AWS metadata (IP)"},{"Enabled":true,"Id":"634f737b-596a-45b5-8e7d-8109ab0bc38b","Name":"AWS metadata (name)"},{"Enabled":true,"Id":"b5935e88-8057-494b-afd6-c8bb8fa10e80","Name":"elmah MVC (1)"},{"Enabled":true,"Id":"f23983e9-dbba-4620-8f59-246284ca800d","Name":"elmah MVC (2)"},{"Enabled":true,"Id":"91a6e152-b554-46f0-b16d-0e5196db0281","Name":"elmah MVC (3)"},{"Enabled":true,"Id":"84e7ec63-3a97-40db-b8ab-ad26cdde2ea4","Name":"elmah MVC (4)"},{"Enabled":true,"Id":"625a2326-f612-4e84-a1fb-e81bdb1379f3","Name":"elmah MVC (5) - (IPv6 loopback)"},{"Enabled":true,"Id":"4d662237-3a59-495b-b1c1-71c8acea213e","Name":"elmah MVC (6)"},{"Enabled":true,"Id":"c161d08a-73ce-48d5-9e77-c770c4de150e","Name":"elmah MVC (7) - (IPv6 loopback)"},{"Enabled":true,"Id":"49e1b42b-92b1-4d27-b68e-d38a571aa059","Name":"elmah.axd (1)"},{"Enabled":true,"Id":"a9bf80d4-6982-4149-9b4c-506b3a633f29","Name":"elmah.axd (2)"},{"Enabled":true,"Id":"68f4e99f-81da-46c1-8c53-2afba65ac38d","Name":"elmah.axd (3)"},{"Enabled":true,"Id":"9aa40a00-ee80-4e11-9955-8804c8e7ace3","Name":"elmah.axd (4)"},{"Enabled":true,"Id":"cadc04b6-dea7-40b4-adbd-0f7eb8bf5f80","Name":"elmah.axd (5) - (IPv6 loopback)"},{"Enabled":true,"Id":"266df059-232c-4c07-b076-09fcee0d7e9a","Name":"elmah.axd (6)"},{"Enabled":true,"Id":"130dcaaf-2dbd-45e0-bfa4-f742d447aaa7","Name":"elmah.axd (7) - (IPv6 loopback)"},{"Enabled":true,"Id":"9831dd14-22f6-41b6-944e-ffb8f02435e3","Name":"Equinix"},{"Enabled":true,"Id":"33b3eff0-0efb-48b9-a306-f6bc13b17f5f","Name":"MySQL Endpoint (1) - (IPv6 loopback)"},{"Enabled":true,"Id":"165f0117-a0ec-4258-8eab-c189631d5fcc","Name":"MySQL Endpoint (2) - (IPv6 loopback)"},{"Enabled":true,"Id":"30afa182-1059-423f-9f2c-ec2b21d1085e","Name":"MySQL Endpoint (Host IP)"},{"Enabled":true,"Id":"3608c18f-2541-451c-a121-85d32a5d9e1f","Name":"MySQL Endpoint (loopback)"},{"Enabled":true,"Id":"ede99a9b-2bf6-4288-9554-4ecc640b9cbc","Name":"Oracle Cloud"},{"Enabled":true,"Id":"1e268c25-956e-47d9-9e50-62eb487354f1","Name":"Packet Cloud"},{"Enabled":true,"Id":"5c2236c1-d6ed-4154-b515-0494ea5bdd15","Name":"SSH Endpoint (1) - (IPv6 loopback)"},{"Enabled":true,"Id":"e4401a72-45b5-45e5-8bf6-52580705f805","Name":"SSH Endpoint (2) - (IPv6 loopback)"},{"Enabled":true,"Id":"452e81cf-ae76-4d30-93c9-7b4c1aee9b59","Name":"SSH Endpoint (Host IP)"},{"Enabled":true,"Id":"140663f2-82d1-4351-be22-1f38b1dcfd50","Name":"SSH Endpoint (loopback)"},{"Enabled":true,"Id":"a160fa40-b5d7-4756-b741-62459caeee37","Name":"trace.axd (1)"},{"Enabled":true,"Id":"d60dbf86-7852-4c8f-a8a3-91170a05f697","Name":"trace.axd (2)"},{"Enabled":true,"Id":"21aa7b50-f8fe-4290-8f1d-faf3a9be6cdc","Name":"trace.axd (3)"},{"Enabled":true,"Id":"0f1072ad-d228-4165-b12b-079bd6043d72","Name":"trace.axd (4)"},{"Enabled":true,"Id":"a4723e32-7db7-438b-ab05-35a07ef94f80","Name":"trace.axd (5) - (IPv6 loopback)"},{"Enabled":true,"Id":"b8954d7b-4cf0-475b-918d-e04ac1f0bb23","Name":"trace.axd (6)"},{"Enabled":true,"Id":"42847f03-f1d8-442d-acdd-da63f15ae1c8","Name":"trace.axd (7) - (IPv6 loopback)"}],"Settings":[],"Type":"Engine","EngineGroup":"Ssrf","Description":"Detects if an attacker can forge requests to appear as they are made by the server.","Enabled":true,"Id":"1d9e01a9-272d-42ae-b4da-6df330505fe0","Name":"Server-Side Request Forgery (Pattern Based)"}]},{"Title":"SQL Injection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"e08063d6-4dfe-43e5-a1cd-348f59978c78","Name":"Adaptive Payload (MySQL)"},{"Enabled":true,"Id":"4053039d-b257-4a05-a322-9dc3beccfd01","Name":"Filtered Integer (MSSQL)"},{"Enabled":true,"Id":"bdf0d6fd-8d16-4de6-9228-ac47cae6a16d","Name":"Filtered Integer (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"52c99165-e822-4cfe-9cfd-826e12cbb13a","Name":"Filtered Integer Group (MSSQL)"},{"Enabled":true,"Id":"67dc1761-8916-4349-9f66-c0187967f9c4","Name":"Filtered Integer Group (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"13c1e739-fcf0-4c84-99b7-caf07d722921","Name":"Injection to ASC|DESC (MySQL)"},{"Enabled":true,"Id":"d34ff049-7692-4bbd-a020-5d1a231900ca","Name":"Injection to ASC|DESC (MySQL) - Double Encoded"},{"Enabled":true,"Id":"96a58ec3-f93f-4a81-833d-c98901fabc9d","Name":"Integer - 2 Groups (MSSQL)"},{"Enabled":true,"Id":"37a622ec-0b14-4b68-b2b3-c2ba5f21b4c6","Name":"Integer - 2 Groups (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"c5ceb1f8-b2f4-4735-9bf3-2e084b92c58d","Name":"Integer - Declare 2 Groups (MSSQL)"},{"Enabled":true,"Id":"baefc111-d1ee-4b3f-9a0b-4d608f3d2e7d","Name":"Integer - Declare 2 Groups (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"0fbf0ba6-511a-47d7-91ff-592a97967513","Name":"Integer - Generic (Oracle)"},{"Enabled":true,"Id":"d7b8d4c9-0302-44dd-8b94-dd91e4379564","Name":"Integer - Generic (Oracle) - Double Encoded"},{"Enabled":true,"Id":"5a2d8c08-3d01-4e41-9718-19cd9c24edf5","Name":"Integer (MSSQL)"},{"Enabled":true,"Id":"0686fdfb-c303-49e4-96c8-4bb4fa2c9f34","Name":"Integer (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"34afd6e7-c0cd-444d-9315-069a28813f8a","Name":"Integer (PostgreSQL)"},{"Enabled":true,"Id":"7c4136f1-a1e0-4ece-9e64-fa80e0212898","Name":"Integer (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"d6453ea8-6bab-4517-bdf3-53433d3193a4","Name":"Integer 1 Group (PostgreSQL)"},{"Enabled":true,"Id":"b05d0ee3-47e4-49e1-960b-4bca7ead6c23","Name":"Integer 1 Group (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"63d007f5-f4a4-414f-8ba9-d314be673165","Name":"Integer 2 Groups (PostgreSQL)"},{"Enabled":true,"Id":"a0096503-e12e-4c02-88df-3083d7f8480c","Name":"Integer 2 Groups (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"29e44f08-6d3e-4c9d-a228-a0950380dfc2","Name":"Integer Group (MSSQL)"},{"Enabled":true,"Id":"62b00369-09c5-4be9-9eb9-4552205fd541","Name":"Integer Group (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"0cd0acce-ec8d-4a4f-9408-7010757f83aa","Name":"Like - Double Quotes (MySQL)"},{"Enabled":true,"Id":"1be823af-95c2-43c4-901b-4d55ed643d4c","Name":"Like - Double Quotes (MySQL) - Double Encoded"},{"Enabled":true,"Id":"c9477583-afaa-4c7e-a15a-d41c5e535794","Name":"Like (MySQL)"},{"Enabled":true,"Id":"4fb5b97c-a3d5-4a37-98f7-c89ebb30b1cb","Name":"Like (MySQL) - Double Encoded"},{"Enabled":true,"Id":"f1a06351-9f0b-47e9-9992-12f126d96e92","Name":"Open - Integer (MySQL)"},{"Enabled":true,"Id":"601b738a-9c08-4e51-8e96-4d85bc968e76","Name":"Open - Integer (MySQL) - Double Encoded"},{"Enabled":true,"Id":"7ce757e4-665c-4d07-9948-2918cb42a964","Name":"Open - String (MySQL)"},{"Enabled":true,"Id":"490d36f8-8109-466c-a406-e81f76b8175c","Name":"Open - String (MySQL) - Double Encoded"},{"Enabled":true,"Id":"b9f9db84-7d98-46f1-b44d-f7c57b495f6e","Name":"Open (MSSQL)"},{"Enabled":true,"Id":"9b617e1b-31c2-4b14-ba19-42260f996148","Name":"Open (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"53360799-53ba-4dd1-bda2-9d887677ae4a","Name":"Open (Oracle)"},{"Enabled":true,"Id":"7a848a19-8345-495b-93bf-3ce7e2c2abff","Name":"Open (Oracle) - Double Encoded"},{"Enabled":true,"Id":"692875b1-780c-4258-abcc-b91ba56fc06c","Name":"Open (PostgreSQL)"},{"Enabled":true,"Id":"767e46fc-c2c2-428c-ba60-f5e558bf1701","Name":"Open (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"2c6d3785-f147-4201-9383-78367eb48128","Name":"OrderBy (MySQL)"},{"Enabled":true,"Id":"13d1bdb8-ffaf-4679-a0f2-1334afb8af43","Name":"OrderBy (MySQL) - Double Encoded"},{"Enabled":true,"Id":"ac0217b1-9b4d-437a-bbfe-ec2fdc4f7146","Name":"String - (MySQL)"},{"Enabled":true,"Id":"658f5663-fb5b-4ea8-b055-8bd1c57bc9ad","Name":"String - 2 Groups (MSSQL)"},{"Enabled":true,"Id":"914590f6-0163-4cc7-ad39-dd1f8cd305c2","Name":"String - 2 Groups (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"01c68992-0098-4ec9-a4f8-e808a9a44f07","Name":"String (MSSQL)"},{"Enabled":true,"Id":"776fde66-768e-4328-8bb9-e75df7b03945","Name":"String (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"206c9a99-65b2-4d15-b3b6-44a2ee5207ce","Name":"String (Oracle)"},{"Enabled":true,"Id":"dbdb2f63-92c1-4093-b176-03092d89bcb5","Name":"String (Oracle) - Double Encoded"},{"Enabled":true,"Id":"e78923e4-cbaa-4096-b440-f2ca26b50d05","Name":"String (PostgreSQL)"},{"Enabled":true,"Id":"cf64344c-2b66-46d3-8ed8-56da7ae6c0a0","Name":"String (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"dc2252fa-b723-4503-a1c5-ad0bd718125e","Name":"String 1 Group (PostgreSQL)"},{"Enabled":true,"Id":"b3962544-a323-46db-861b-a4ac3ebd65df","Name":"String 1 Group (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"f157e684-6793-4f55-a58a-7c07761dc01b","Name":"String 2 Groups (PostgreSQL)"},{"Enabled":true,"Id":"86603034-16ef-4284-8d4c-60a02a45b477","Name":"String 2 Groups (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"571ab563-75c5-4792-a742-b66e2a0e7c69","Name":"String Group - (MySQL)"},{"Enabled":true,"Id":"b5ffaa69-5f0a-4a28-aa8c-04ba445abf5c","Name":"String Group (MSSQL)"},{"Enabled":true,"Id":"d1dddc7b-c0f7-443c-99bc-05feb2aa2be9","Name":"String Group (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"dc673332-548b-4df8-86c5-ba24bac4f225","Name":"Table - Filtered (MSSQL)"},{"Enabled":true,"Id":"641d8b07-7e90-4dbc-8480-a3429abff9f8","Name":"Table - Filtered (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"92c87c6e-c47c-4226-b005-c5cb7b0e76e9","Name":"Table (MySQL)"},{"Enabled":true,"Id":"aed8cbfb-eae3-4f33-9af4-f5c9f02f44e6","Name":"Table (MySQL) - Double Encoded"},{"Enabled":true,"Id":"51deb355-9ae3-4f5c-b79f-702c92dc447a","Name":"XOR - (MySQL)"}],"Settings":[{"Name":"ProofCharacterLimit","Value":"5"},{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects if an attacker can execute SQL queries against the backend database via the application. Analyzes the results using heuristic and content difference checks.","Enabled":true,"Id":"0f769194-3925-445d-9198-1e6daef1dd89","Name":"SQL Injection (Blind)"},{"Patterns":[{"Enabled":true,"Id":"007789cf-4cf2-4042-9c1d-484ad3c7c47d","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"DatabaseTypes","Value":"MsSql, MySql, Oracle, PostgreSql, MsAccess, HsqlDb, Sqlite, MongoDb, Other"},{"Name":"ProofSharingEnabled","Value":"True"},{"Name":"ProofGenerationEnabled","Value":"True"}],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects SQL Injections which change the content of the page based on the attack requests. This will detect the SQL Injections in applications with custom error messages. Ensure that you enable all other SQL Injection security checks to cover all possibilities.","Enabled":true,"Id":"08f31830-803c-4bb5-a5e7-dc3d3062dc52","Name":"SQL Injection (Boolean)"},{"Patterns":[{"Enabled":true,"Id":"cba56663-81da-4a39-9cb0-567a1d5e3656","Name":"Convert - Integer (MSSQL)"},{"Enabled":true,"Id":"bdfc3421-d6fb-492b-8421-9e5276b65a81","Name":"Convert - Integer (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"15d24b44-07cd-456d-9900-57d6aa971037","Name":"Convert - String - Like (MSSQL)"},{"Enabled":true,"Id":"3cb6a0f0-4f83-435d-a005-a24560888e1e","Name":"Convert - String - Like (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"b56b74b8-6fd9-4779-a6ab-d4f8a5db2e60","Name":"Convert - String (MSSQL)"},{"Enabled":true,"Id":"a8f118c8-e059-4c34-8320-94ea52112a9e","Name":"Convert - String (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"2a8aa329-7cc7-442e-9220-e098a119b1d3","Name":"Double Encoded (Generic)"},{"Enabled":true,"Id":"1fe54c56-2441-4975-a70f-c508418443fd","Name":"Double Encoded (Generic) - Double Encoded"},{"Enabled":true,"Id":"e4d6f44b-ddb4-4312-8004-a76a752e521a","Name":"Generic Union Query (HsqlDb)"},{"Enabled":true,"Id":"232c3f7b-ca9c-4d24-8af2-e7b852513873","Name":"Integer - Length (Oracle)"},{"Enabled":true,"Id":"d0243715-082e-4941-a75e-2857b0924c3b","Name":"Integer - Length (Oracle) - Double Encoded"},{"Enabled":true,"Id":"61b54374-a9d6-41e9-b637-710f57a93bc1","Name":"Integer - Open Error Generator (MySQL)"},{"Enabled":true,"Id":"9b022ee2-b324-4119-b611-c88ec6bd3bc2","Name":"Integer - Open Error Generator (MySQL) - Double Encoded"},{"Enabled":true,"Id":"12727167-7b2b-40b1-bc27-a309d4adbb67","Name":"Integer (PostgreSQL)"},{"Enabled":true,"Id":"c212801e-ee0b-45a2-8a3a-653ee4ccd69c","Name":"Integer (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"b59055a0-08b4-49bb-984c-7a4c8944b09a","Name":"LIMIT injection (MySQL)"},{"Enabled":true,"Id":"62584785-abe8-4263-9dc7-a6c567067d58","Name":"LIMIT injection (MySQL) - Double Encoded"},{"Enabled":true,"Id":"00a68b69-5e21-42c2-b8c9-6b58ed6fa501","Name":"New Integer (MySQL)"},{"Enabled":true,"Id":"9507a84f-3348-4502-8e6b-a5795bacb851","Name":"New Integer (MySQL) - Double Encoded"},{"Enabled":true,"Id":"2b69377c-3e1d-4729-9228-ac8da6de2552","Name":"Non PHP Systems Simple Bypass (MySQL <4.1)"},{"Enabled":true,"Id":"928cdec6-b568-45f9-8057-4cea71d1aaed","Name":"Non PHP Systems Simple Bypass (MySQL <4.1) - Double Encoded"},{"Enabled":true,"Id":"faf24080-9aca-4027-bc48-76f92d71cde6","Name":"Non PHP Systems Simple Bypass (MySQL)"},{"Enabled":true,"Id":"8f8f7fd1-13a3-486e-b7e2-56ddb4a7599f","Name":"Non PHP Systems Simple Bypass (MySQL) - Double Encoded"},{"Enabled":true,"Id":"a05e0f44-70f5-4a59-be9d-b35d00e5ef54","Name":"NSFTW Error Trigger String (Generic)"},{"Enabled":true,"Id":"08ff7858-0e4e-447d-9602-2eef954967df","Name":"NSFTW Error Trigger Integer (Generic)"},{"Enabled":true,"Id":"7c851a65-0139-4aff-9d6e-ffde6a47b4a3","Name":"Open (MySQL)"},{"Enabled":true,"Id":"328401d7-4715-4569-9ece-34bbc271b691","Name":"Open (MySQL) - Double Encoded"},{"Enabled":true,"Id":"6115e454-11d0-4d3b-b2e7-af393ac12e35","Name":"Open (Oracle)"},{"Enabled":true,"Id":"addb319e-328e-4285-9a84-9439bb6a3c2d","Name":"Open (Oracle) - Double Encoded"},{"Enabled":true,"Id":"b016d14c-77d3-49c5-9eb2-8dccd9f4a01b","Name":"Open Error - Integer (MSSQL)"},{"Enabled":true,"Id":"20f8737e-1e6f-44ef-9c6f-9818646c0cb2","Name":"Open Error - Integer (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"d3928bea-44ee-4abe-af77-6f5b59f01392","Name":"Open Error - String (MSSQL)"},{"Enabled":true,"Id":"b1d9ad5b-3f54-42b3-8c52-10a91594e0c4","Name":"Open Error - String (MSSQL) - Double Encoded"},{"Enabled":true,"Id":"450e823a-5fe1-4b3c-88d9-5768289be715","Name":"String - 11g (Oracle)"},{"Enabled":true,"Id":"4c11200c-d9e6-42c6-8073-dbacb0915c77","Name":"String - 11g (Oracle) - Double Encoded"},{"Enabled":true,"Id":"b04e462d-385f-4d0f-b44f-a084672cd34d","Name":"String - Open Error Generator (MySQL)"},{"Enabled":true,"Id":"e48f94e5-7cb7-46d9-8fe9-e4542ca29e10","Name":"String - Open Error Generator (MySQL) - Double Encoded"},{"Enabled":true,"Id":"624764b1-068b-4ffb-917d-e133a6e464b5","Name":"String (MySQL)"},{"Enabled":true,"Id":"d6276025-b390-4b95-9574-4fc1e4f2370b","Name":"String (MySQL) - Double Encoded"},{"Enabled":true,"Id":"d398d0f6-d8fc-452b-9fc5-d16d21111a01","Name":"String (PostgreSQL)"},{"Enabled":true,"Id":"3c14809c-a3ef-4995-a986-e033423b140c","Name":"String (PostgreSQL) - Double Encoded"},{"Enabled":true,"Id":"fabdb9ba-bd90-4dec-af9a-a79885e49b35","Name":"String Double Quotes (MySQL)"},{"Enabled":true,"Id":"3f7df232-f8db-4bd2-a72e-ba3bc89bbdaa","Name":"String Double Quotes (MySQL) - Double Encoded"}],"Settings":[],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects SQL Injections based on error messages. This check is not effective if the error messages are not visible; therefore ensure you have enabled the other SQL Injection security checks.","Enabled":true,"Id":"5faed4fa-f992-4811-9574-32d781cffd6b","Name":"SQL Injection (Error Based)"},{"Patterns":[{"Enabled":true,"Id":"fa6a4856-1de7-4740-8501-ad62edc0b50e","Name":"No Quotes"},{"Enabled":true,"Id":"93a9512c-c1c9-432b-9a21-e3b3be3bab93","Name":"Quote Injection"}],"Settings":[],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects SQL Injection vulnerabilities.","Enabled":true,"Id":"8e282469-81c8-48c4-8e5c-531bcbd1942d","Name":"SQL Injection (IAST)"},{"Patterns":[{"Enabled":true,"Id":"64c3bef3-4980-475d-a6f7-a18bd5fe9a92","Name":"MSSQL - OPENROWSET"},{"Enabled":true,"Id":"ff3bb6ba-6299-41cf-a263-a4802402aa14","Name":"MSSQL - OPENROWSET - Stacked - Integer"},{"Enabled":true,"Id":"b7b4b594-c713-4497-bb14-7b5ff9d1cba3","Name":"MSSQL - OPENROWSET - Stacked - String"},{"Enabled":true,"Id":"1e66206f-b50a-44ff-af66-2ee590f164c7","Name":"MSSQL - xp_dirtree"},{"Enabled":true,"Id":"2a07161b-88d1-47af-9e88-98e6f1d2ecfc","Name":"MSSQL - xp_dirtree - Group - Integer"},{"Enabled":true,"Id":"139e9482-7de7-4742-9391-3063a75213a7","Name":"MSSQL - xp_dirtree - Group - String"},{"Enabled":true,"Id":"4998be87-cd39-4097-9ea8-6695b171f8be","Name":"MSSQL - xp_dirtree - hash stealer (pre 2012)"},{"Enabled":true,"Id":"6224526e-de38-4031-acc4-8d560432cfd1","Name":"MSSQL - xp_dirtree - Stacked - Integer"},{"Enabled":true,"Id":"e09efc14-d8f1-44db-a8bf-f8dc35370cf0","Name":"MSSQL - xp_dirtree - Stacked - String"},{"Enabled":true,"Id":"84db0711-6caf-4636-9b80-0c883e6a4e9c","Name":"MSSQL - xp_dirtree - Table Name"},{"Enabled":true,"Id":"5a7001aa-8e76-40be-aee4-aaa6bdc260df","Name":"MSSQL - xp_dirtree - Two Groups - Integer"},{"Enabled":true,"Id":"c91a202f-5825-4fa1-a451-ed8d60a3651f","Name":"MSSQL - xp_dirtree - Two Groups - String"},{"Enabled":true,"Id":"a33c90a6-d1dd-432e-ae59-17cbce784f70","Name":"Oracle - get_host_address"},{"Enabled":true,"Id":"66c1b235-51a5-4f88-b617-cdb8b214bb31","Name":"Oracle - get_host_address - Chr Encoded"},{"Enabled":true,"Id":"c936f2bc-a3ce-498f-93f9-0acc90e27962","Name":"Oracle - get_host_address - Double Encoded"},{"Enabled":true,"Id":"ea3aa34b-e788-4fe5-81e6-32f06179afa7","Name":"Oracle - get_host_address - int - length"},{"Enabled":true,"Id":"3af0a9a4-de1a-42ab-92e8-aefa8e3aaae8","Name":"Oracle - get_host_address - int - length - Chr Encoded"},{"Enabled":true,"Id":"def53143-b959-4ae7-ab26-bb74f521fdb0","Name":"Oracle - get_host_address - int - length - Double Encoded"},{"Enabled":true,"Id":"8c692c9b-3ae4-4135-88a1-c9ce4b12cc88","Name":"Oracle - get_host_address - str - 11g"},{"Enabled":true,"Id":"b09d1cf5-3b31-4618-ae03-8583566e68b4","Name":"Oracle - get_host_address - str - 11g - Chr Encoded"},{"Enabled":true,"Id":"6a697017-9f74-462f-892c-1019a75c0d12","Name":"Oracle - get_host_address - str - 11g - Double Encoded"},{"Enabled":true,"Id":"50d75cb2-7180-42d5-a0e2-29403e77248d","Name":"PostgreSQL - dblink_connect"},{"Enabled":true,"Id":"32435183-0409-4fcf-91c8-39b4ef089014","Name":"PostgreSQL - dblink_connect - Double Encoded"},{"Enabled":true,"Id":"5e7d232a-8b9a-41c4-90a6-07d2f27e4e29","Name":"PostgreSQL - dblink_connect - Integer"},{"Enabled":true,"Id":"3e78322f-17ad-4109-8f02-043f6ec14656","Name":"PostgreSQL - dblink_connect - Integer - Chr Encoded"},{"Enabled":true,"Id":"13793722-adc2-4844-928e-c1e357164a05","Name":"PostgreSQL - dblink_connect - Integer - Double Encoded"},{"Enabled":true,"Id":"dbd9858d-9513-4a7b-a7e0-1faeb1d17d67","Name":"PostgreSQL - dblink_connect - String"},{"Enabled":true,"Id":"6f9c0cb6-ca0d-4482-8596-eb1b30671d84","Name":"PostgreSQL - dblink_connect - String - Double Encoded"},{"Enabled":true,"Id":"ce83c2b2-bc98-48e5-8569-376c390f7002","Name":"PostgreSQL - dblink_connect - w/o select - Double Encoded"},{"Enabled":true,"Id":"e10705a5-edee-4438-ae26-1ace62ccac07","Name":"PostgreSQL - dblink_connect w/o select"}],"Settings":[],"Type":"Engine","EngineGroup":"SqlInjection","Description":"Detects if an attacker can perform an SQL injection that results in a DNS, HTTP or HTTPS request.","Enabled":true,"Id":"82be2dcc-c99d-43a2-88e8-e96dad7f23e3","Name":"SQL Injection (Out of Band)"}]},{"Title":"Static Resources","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"345f59ff-3233-4d6e-888e-c683e8a5dccc","Name":".dockerignore File"},{"Enabled":true,"Id":"da411eaf-b9cc-4556-9173-09399e153cbf","Name":".htaccess File"},{"Enabled":true,"Id":"94ca2fe3-89cf-4ac5-99c9-727a2382263b","Name":"Apache Multiple Choices - Default"},{"Enabled":true,"Id":"cd1d85a8-b951-4bf8-a6c2-8393385e4b76","Name":"Apache Multiple Choices - Index"},{"Enabled":true,"Id":"ee4b349d-8e3e-48bf-9e2d-183df18e1b31","Name":"ASP.NET Trace.axd"},{"Enabled":true,"Id":"4333ec69-522b-4b03-b452-1d76b6fdd5b6","Name":"AWS Dockerrun Configuration File"},{"Enabled":true,"Id":"9d39ad6f-9042-416e-954b-6194b82bcf27","Name":"CVS File"},{"Enabled":true,"Id":"666b10d4-cbd5-4024-97fe-b91a15065cde","Name":"Docker Cloud Stack File"},{"Enabled":true,"Id":"a5f1a501-c54f-4861-b551-0f526c8ce97d","Name":"Docker Compose File"},{"Enabled":true,"Id":"841b4d34-10f9-41d8-b5f3-06c0c8d0897b","Name":"Docker Compose File - Type II"},{"Enabled":true,"Id":"d221b602-124a-45bb-b617-d77c104a341d","Name":"Dockerfile"},{"Enabled":true,"Id":"3e424b1b-40f0-4012-9a1b-18ad128394f5","Name":"Drupal composer.json"},{"Enabled":true,"Id":"24bf3490-0ad2-44c7-8be0-866f1b01b041","Name":"Drupal Core Install Page"},{"Enabled":true,"Id":"ace7e43f-8b3a-48e2-a5bf-639162d666de","Name":"Drupal Install Page"},{"Enabled":true,"Id":"e7819ffe-47b0-40b0-9bbe-2ea73cc7afc4","Name":"Drupal Readme File"},{"Enabled":true,"Id":"36a98d74-b5f2-48cd-aac3-0bf84f51b106","Name":"Drupal real_data"},{"Enabled":true,"Id":"b6e97639-f6d0-4448-b601-2ca259068cf0","Name":"Fortigate SSL VPN Arbitrary File Reading - CVE-2018-13379"},{"Enabled":true,"Id":"4cce5ec1-0bfd-4b99-843d-993366c88520","Name":"GeoServer Version File"},{"Enabled":true,"Id":"31b3abdb-3fe7-4b4e-955e-857fbc684cab","Name":"GIT File"},{"Enabled":true,"Id":"7e53cf8b-b096-4e36-b0e4-88f9b7aa4e84","Name":"GoAnywhere MFT Authentication Bypass (CVE-2024-0204)"},{"Enabled":true,"Id":"f7d8285f-cbd5-4ed8-9c71-9dd2c1e94bb1","Name":"Ivanti ICS Authentication Bypass - CVE-2023-46805"},{"Enabled":true,"Id":"5c60258f-95b0-4df9-b07c-d57f09e7bf11","Name":"JavaMelody Interface Detected"},{"Enabled":true,"Id":"45472775-c770-4f3d-b37e-e8450c6ac4d1","Name":"JetBrains .idea Project Directory"},{"Enabled":true,"Id":"3c42f05f-8347-41e2-9b52-e5be1267d4a2","Name":"Jolokia Identified - 1"},{"Enabled":true,"Id":"89f65847-cc84-4561-b511-90dd94db513c","Name":"Jolokia Identified - 2"},{"Enabled":true,"Id":"f580ac50-65c4-480e-9297-9f1574c7a8fe","Name":"Joomla admin page"},{"Enabled":true,"Id":"b1026d87-01d3-47da-8935-b1b9a9fef9b8","Name":"Joomla chosen.css"},{"Enabled":true,"Id":"8bd335a3-9766-4a35-ac72-a7d866709003","Name":"Joomla htaccess"},{"Enabled":true,"Id":"8d8ccb99-bab3-4f50-a39e-b5917d9d4b17","Name":"Joomla web.config"},{"Enabled":true,"Id":"63f0d1e1-7525-4e43-9207-4c74340cf853","Name":"PHPinfo"},{"Enabled":true,"Id":"66ee536a-5383-4a97-a0de-e99936badfd1","Name":"security.txt File"},{"Enabled":true,"Id":"9a19c57a-d97f-485e-b348-896372dd07fc","Name":"SugarCRM Version File"},{"Enabled":true,"Id":"82b94cb0-4eba-481e-bb71-d678753cecb8","Name":"SVN File"},{"Enabled":true,"Id":"61c0a217-2265-452c-862a-e00a359f36d6","Name":"SVN File - New Format"},{"Enabled":true,"Id":"85f69ad0-a0e3-416a-9983-cd9c95f4c566","Name":"swagger.json File"},{"Enabled":true,"Id":"35587a33-82ee-45fe-9c5d-bf2349f4d3b5","Name":"swagger.json File V1"},{"Enabled":true,"Id":"614e2478-e535-47e8-81de-e60837f7612c","Name":"swagger.json File V2"},{"Enabled":true,"Id":"f1d6c74f-7350-40de-b327-cbe31853b024","Name":"swagger.json File V3"},{"Enabled":true,"Id":"d4edb502-c2b7-4103-954d-8f6f14e1359a","Name":"Travis CI Configuration File (.travis.yml)"},{"Enabled":true,"Id":"6f2c166c-308c-4a4c-ad1b-6db624619368","Name":"WordPress Configuration File"},{"Enabled":true,"Id":"35e07600-c230-4b15-b257-9a2766fd39e8","Name":"WordPress Configuration File - Backup"},{"Enabled":true,"Id":"68d7ea82-1866-48c9-b999-9df3ed206133","Name":"WS_FTP Log"},{"Enabled":true,"Id":"32e01a63-b6e8-4ff4-9fd5-ac3d220684b5","Name":"ZSH History File Detected"}],"Settings":[],"Type":"Engine","EngineGroup":"StaticResources","Description":"Detects hidden directories and files in all paths.","Enabled":true,"Id":"36c24999-9927-4a08-9120-b8d4b015a00b","Name":"Static Resources (All Paths)"},{"Patterns":[{"Enabled":true,"Id":"ac1f6e74-1898-4f1b-a621-7b62fb0f7ec7","Name":"Apache server-info Disclosure"},{"Enabled":true,"Id":"43dcc0fa-c7a6-4503-b799-1ff9099f5e0e","Name":"Apache server-status Disclosure"},{"Enabled":true,"Id":"942d0cbe-0d19-4816-8b44-281f08fcbb6f","Name":"Apple's App-Site Association File"},{"Enabled":true,"Id":"a1512a22-7ec4-4d69-85f4-963d5f42214d","Name":"AWStats Identified"},{"Enabled":true,"Id":"a6cbf10c-98b9-4b02-8a0e-9a0dbb3d6d1f","Name":"AWStats Identified - Type II"},{"Enabled":true,"Id":"bebd5802-b69d-482f-b48f-2427f70244c2","Name":"AWStats Identified - Type III"},{"Enabled":true,"Id":"cac8a01f-d748-438a-b7f1-4e168dea8cdc","Name":"AWStats Identified - Type IV"},{"Enabled":true,"Id":"8259bd32-5964-4d3a-a086-8575538b492b","Name":"AWStats Identified - Type V"},{"Enabled":true,"Id":"832bb0c7-093d-444b-89a9-9ae6f9a57462","Name":"AWStats Identified - Type VI"},{"Enabled":true,"Id":"0ecca0eb-c3c5-4a2b-b171-9b1e7afbcfc6","Name":"Cookie Support Detection"},{"Enabled":true,"Id":"44d284fe-a910-4384-9026-6ea0be531bf7","Name":"Elmah Error Log Detection - Type I"},{"Enabled":true,"Id":"e31e1850-61a1-444c-8910-d9b34d01eb20","Name":"Elmah Error Log Detection - Type II"},{"Enabled":true,"Id":"f9e33662-55c0-43e9-8333-e49b41bb0d2f","Name":"Flash Crossdomain.xml"},{"Enabled":true,"Id":"8ad14891-00c2-4578-b83c-e482580b539d","Name":"Mint Identified"},{"Enabled":true,"Id":"7ce25cc5-640b-4b8c-94e3-c10ea6fbf10e","Name":"Opensearch.xml File"},{"Enabled":true,"Id":"ed42ec30-fd32-4ce6-9a92-c4d55c4c670e","Name":"Opensearch.xml File - 2"},{"Enabled":true,"Id":"8cabcc8d-bdc6-45e2-9561-dca082191f06","Name":"PHP Injection fixed one time attack"},{"Enabled":true,"Id":"87e28ee0-9e86-468a-a7fd-56d56e6ac89d","Name":"PHP Injection fixed one time attack - Referrer"},{"Enabled":true,"Id":"ae6f17bc-36ca-4fe3-82ce-4fb1eba61075","Name":"phpMyAdmin Identified"},{"Enabled":true,"Id":"5330eb3b-dfe7-4c19-bfe6-e0498f44562a","Name":"phpMyAdmin Identified - II"},{"Enabled":true,"Id":"2626a8a7-30fe-4856-8de8-6603034e91f0","Name":"phpMyAdmin Identified - III"},{"Enabled":true,"Id":"a7ddce8c-6e39-4b65-b5fd-ebcd54d22bae","Name":"Progress MOVEit Transfer SQL Injection"},{"Enabled":true,"Id":"d54bca32-2267-4af2-87b3-1bf39a55a7d9","Name":"Robots.txt"},{"Enabled":true,"Id":"2130ba77-3cd1-472a-82d2-fa539250eb8e","Name":"RoR Development Mode Enabled"},{"Enabled":true,"Id":"3178a740-1289-42e6-be11-dac809859fda","Name":"Silverlight Clientaccesspolicy.xml"},{"Enabled":true,"Id":"c70ba1a2-d411-40bc-a6fb-53ee7f287d36","Name":"Sitemap Disclosure"},{"Enabled":true,"Id":"90096eb7-70f3-405c-9140-42560142fb05","Name":"Sitemap Disclosure - Type II"},{"Enabled":true,"Id":"a8e64586-9137-4dfd-85ab-bc6b333f87a3","Name":"Special No Basic Auth Test"},{"Enabled":true,"Id":"469c2ede-6af3-424a-a925-ef42b7a21248","Name":"Tomcat Default File - Documentation"},{"Enabled":true,"Id":"abf0580d-cb12-4222-9ec5-4ba389422ce8","Name":"Tomcat Default File - Documentation (2)"},{"Enabled":true,"Id":"f7fb1e34-6304-46cd-898a-9992f8ded39c","Name":"Tomcat Default File - Documentation 7.0.x"},{"Enabled":true,"Id":"489fa4a3-9404-4373-91b9-579f5e91b649","Name":"Tomcat Default File - JSP Samples"},{"Enabled":true,"Id":"2fd7d43d-bf13-475d-a34a-f060fd7b041e","Name":"Tomcat Default File - JSP Samples 5.5"},{"Enabled":true,"Id":"e8d280e7-ab0f-44d8-afba-eb5bcc63eeb9","Name":"Tomcat Source Code Disclosure"},{"Enabled":true,"Id":"9b31c247-fc5e-438c-8350-a5269250fdae","Name":"Tomcat Source Code Disclosure - Type II"},{"Enabled":true,"Id":"21927cba-02c1-4cb4-b316-60f1643a69a5","Name":"Tomcat Source Code Disclosure - Type III"},{"Enabled":true,"Id":"d869716a-ee4e-4c1b-bec2-c697c841fa5d","Name":"Tomcat Source Code Disclosure - Type IV"},{"Enabled":true,"Id":"e5cdc193-3556-4e39-83b1-728e4c8c03dd","Name":"Webalizer Identified"},{"Enabled":true,"Id":"2ed9c584-ebcf-4e9f-9f6b-65a96b63dd66","Name":"WP Engine Configuration File"}],"Settings":[],"Type":"Engine","EngineGroup":"StaticResources","Description":"Detects hidden directories and files in the root path.","Enabled":true,"Id":"e349d7cf-0fb1-434c-9005-f1f7a40a8e8a","Name":"Static Resources (Only Root Path)"}]},{"Title":"Wordpress","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"92c92c5d-3898-4e5a-9e8a-3edcbaf1da74","Name":"Akismet Spam Protection"},{"Enabled":true,"Id":"3c5e4211-7262-4883-aa27-ba3778069635","Name":"All-in-One WP Migration"},{"Enabled":true,"Id":"1d90204e-999d-4c6c-b4ac-2862e0a816aa","Name":"Backup Migration"},{"Enabled":true,"Id":"f6d8af5c-648a-433f-a36d-db6a67b31335","Name":"Classic Editor"},{"Enabled":true,"Id":"84a89754-3bc6-4ee9-a5a7-36d037511d2f","Name":"Contact Form 7"},{"Enabled":true,"Id":"ab72c1ec-3a1f-4773-b926-cae91f7344ab","Name":"Contact Form by WPForms"},{"Enabled":true,"Id":"5b8f2de2-ddcf-457b-a016-a6843f05961b","Name":"Elementor Website Builder"},{"Enabled":true,"Id":"315703f5-79a6-4c37-8b94-575c6de6df20","Name":"Jetpack"},{"Enabled":true,"Id":"380b7858-ea6a-4799-80ed-9e4c4300d344","Name":"Jupiter X Core"},{"Enabled":true,"Id":"015d784d-82ea-4ae3-90db-2050d8562c7c","Name":"LiteSpeed Cache"},{"Enabled":true,"Id":"d85a1de1-25dc-4262-aed5-f4dc2ad5e46a","Name":"Login with Phone Number"},{"Enabled":true,"Id":"ff2d82df-2013-4a81-88d7-8e2ed9afcb0e","Name":"Really Simple SSL"},{"Enabled":true,"Id":"386013a6-9651-4810-9190-3b1762956ad7","Name":"Smash Balloon Social Photo Feed"},{"Enabled":true,"Id":"9d552f55-16e4-491a-b92f-c4faa46534fb","Name":"Ultimate Member"},{"Enabled":true,"Id":"1fa7fa5f-51ad-4309-8ee5-952c5d31ae41","Name":"UpdraftPlus WordPress Backup Plugin"},{"Enabled":true,"Id":"ca01b217-959f-40b4-ae2b-823233da8abc","Name":"WooCommerce"},{"Enabled":true,"Id":"e63e14a9-71ef-4a43-8c30-78aa53f2f15e","Name":"Wordfence Security"},{"Enabled":true,"Id":"971b67d3-b559-4eea-b6a9-1a37f6b240b3","Name":"WordPress Importer"},{"Enabled":true,"Id":"be35c9ba-08d1-48a8-a2dc-9da8f5d05d71","Name":"Yoast Duplicate Post"},{"Enabled":true,"Id":"d74b76c5-2a0c-462e-aa1e-3085b821773e","Name":"Yoast SEO"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","EngineGroup":"WordpressDetection","Description":"Detects Plugins of Wordpress","Enabled":true,"Id":"a1d10398-06e8-46dc-8019-c1ba045e740b","Name":"Wordpress Plugin Detection"},{"Patterns":[{"Enabled":true,"Id":"f284c62b-2db4-412f-9605-f27afe36a5f8","Name":"Alishop"},{"Enabled":true,"Id":"e319b704-8b66-45fd-86ab-59bda9c9e989","Name":"Astra"},{"Enabled":true,"Id":"895e827c-a0fe-4d07-89ed-adc65f75dc6a","Name":"Avesa"},{"Enabled":true,"Id":"998aed23-2ee8-48e8-baa8-0d996e510e8c","Name":"Bosmarket"},{"Enabled":true,"Id":"ffea250e-a582-4a56-9e3e-70de83c9168a","Name":"Floris"},{"Enabled":true,"Id":"d7563b5a-84ff-4625-bcf9-44ac19db3dae","Name":"Furniki"},{"Enabled":true,"Id":"6352c818-0cc7-4e65-b23f-168e868d6a22","Name":"Gaion"},{"Enabled":true,"Id":"252aa9ac-f215-463d-aee0-adbc4cfa2cd5","Name":"GeneratePress"},{"Enabled":true,"Id":"ecad895d-c659-4949-94b7-08701248cd1b","Name":"Go"},{"Enabled":true,"Id":"faa623e2-7945-49e1-bccc-f5142a31738e","Name":"GrShop Grocery"},{"Enabled":true,"Id":"4982b992-8797-4764-bc50-98bfdf61aaac","Name":"Hello Elementor"},{"Enabled":true,"Id":"1683981b-6f21-4384-b609-5ffdc53fa8ec","Name":"HiStore"},{"Enabled":true,"Id":"ca1d92ac-5d15-405a-a218-f19540b3bb65","Name":"Homevillas Real Estate"},{"Enabled":true,"Id":"23bb5154-7f0f-4ac1-ad27-7a983abb31a1","Name":"Houskit"},{"Enabled":true,"Id":"b6266d44-e778-42e5-93d5-210fb892758b","Name":"Imarket"},{"Enabled":true,"Id":"4a4acbd8-49ab-41ab-96ea-8a4c1f4961c0","Name":"Inspiro"},{"Enabled":true,"Id":"ca7b21ea-0d34-4a99-814b-a9c51cda578b","Name":"JobCareer"},{"Enabled":true,"Id":"4d205249-c590-42b1-bce3-4d5c6317b24a","Name":"Kadence"},{"Enabled":true,"Id":"50db2bcf-8342-493c-9e9a-3eeb8daf8fd6","Name":"KONStore"},{"Enabled":true,"Id":"387758c8-d1a7-4e7b-a2e0-59b8fb5ea972","Name":"Levogue"},{"Enabled":true,"Id":"f4cd1e50-32b5-4faa-aa99-8be4229aee52","Name":"NeoMarket"},{"Enabled":true,"Id":"29fbb3df-6aeb-4a2f-a5fb-bd446772c0f4","Name":"Nicemerry"},{"Enabled":true,"Id":"8d70b1db-a6f6-4a63-92b5-d097f81f0453","Name":"Nusai Fashion Store"},{"Enabled":true,"Id":"2412e5b4-8d03-413b-a9d1-5fda76fbd265","Name":"OceanWP"},{"Enabled":true,"Id":"8961cbb4-c917-4659-b042-70d636013ba5","Name":"PopularFX"},{"Enabled":true,"Id":"03862892-c96e-4beb-9850-508987e367a5","Name":"Rozy"},{"Enabled":true,"Id":"9165d094-e74f-4230-8f50-bde9fcefa6a6","Name":"Secretsho"},{"Enabled":true,"Id":"fb27ee4b-99f4-4a44-9f53-1ea9f6348ce0","Name":"Sedona Shop"},{"Enabled":true,"Id":"f83f435d-619d-48e6-8bfa-bf4de649769f","Name":"Shop4u"},{"Enabled":true,"Id":"785cfc8e-f186-43aa-91da-90d7ec19da5c","Name":"ShopyMall"},{"Enabled":true,"Id":"8b7cc49e-fde9-4248-8543-89ef362b9d77","Name":"Siezz"},{"Enabled":true,"Id":"7ce2f041-6f88-40f8-96ac-ca1cecc2d100","Name":"Soaz"},{"Enabled":true,"Id":"ba67b9aa-2b2c-4221-add5-f24a544ec856","Name":"Storemate"},{"Enabled":true,"Id":"ee0071db-cf5e-4685-a837-24b8ef348107","Name":"Twenty Nineteen"},{"Enabled":true,"Id":"8d8a5dc5-8e48-4681-8621-aa672b07e900","Name":"Twenty Seventeen"},{"Enabled":true,"Id":"3b4aeb9b-616a-4652-9a27-bc47374f5e23","Name":"Twenty Sixteen"},{"Enabled":true,"Id":"44004ca2-b315-4532-b7c1-6067375bd2e7","Name":"Twenty Twenty"},{"Enabled":true,"Id":"f7814754-e47a-429b-8536-db2a40323b10","Name":"Twenty Twenty-One"},{"Enabled":true,"Id":"6e5dab26-2601-49b8-8dff-abec8703d592","Name":"Twenty Twenty-Three"},{"Enabled":true,"Id":"cf27d67f-a1b8-4a70-b96d-0f8a3c8f33c3","Name":"Twenty Twenty-Two"},{"Enabled":true,"Id":"47a660ee-1f34-4cc0-b802-d328655ee6c4","Name":"YITH Wonder"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","EngineGroup":"WordpressDetection","Description":"Detects Themes of Wordpress","Enabled":true,"Id":"3154e1b9-7793-4f5f-a4c3-e8839bfdcb7e","Name":"Wordpress Theme Detection"}]},{"Title":"XML External Entity (XXE)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"ee8691a1-7525-4126-b440-562ce7b41b3b","Name":"Base64 XML Entity"},{"Enabled":true,"Id":"de504a76-08ef-4de8-9333-98b4817bb9d2","Name":"XML Injection - Unix"},{"Enabled":true,"Id":"bc821d16-eef3-44ef-9e4a-9c723cacef2b","Name":"XML Injection - Windows"}],"Settings":[],"Type":"Engine","EngineGroup":"Xxe","Description":"Detects improper restriction of XML external entity references.","Enabled":true,"Id":"51222fd5-e3a0-430f-b025-e1bff1685016","Name":"XML External Entity"},{"Patterns":[{"Enabled":true,"Id":"379c7549-24e4-4143-a6b2-78edcfc00884","Name":"open"},{"Enabled":true,"Id":"3cd09081-4468-40e2-9f69-0ab3f0002d19","Name":"php filter base64"},{"Enabled":true,"Id":"b247dd7d-4c16-4d07-a33c-f72bdb94b349","Name":"php filter none"}],"Settings":[],"Type":"Engine","EngineGroup":"Xxe","Description":"Detects if an attacker can forge requests to appear as they are made by the server using XML External Entities.","Enabled":true,"Id":"c5800d05-11b7-4c38-9846-c33b574ba654","Name":"XML External Entity (Out of Band)"}]},{"Title":"ActiveMQ OpenWire RCE","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"AttackPort","Value":"61616"}],"Type":"Engine","Description":"ActiveMQ has an OpenWire-protocol broken on TCP port 61616. It allows unauthenticated attackers to manipulate serialized class types leading to arbitrary code execution.","Enabled":true,"Id":"df829d2d-b898-44a5-9951-d6e5614158d6","Name":"ActiveMQ OpenWire RCE"}]},{"Title":"Arbitrary Files (IAST)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"345128eb-074c-4cf8-9cb9-aa72f2a6ac4a","Name":"Arbitrary File Check - 1"},{"Enabled":true,"Id":"254f1f1e-8849-4b6a-b7fd-bab0f348c24f","Name":"Arbitrary File Check - 2"},{"Enabled":true,"Id":"c236006a-aef6-4c56-897f-f725633401a5","Name":"Arbitrary File Check - 3"}],"Settings":[],"Type":"Engine","Description":"Analyzes whether the target server is vulnerable to arbitrary file creation or deletion.","Enabled":true,"Id":"452f586a-d71d-44d8-a54e-0745d9479fb4","Name":"Arbitrary Files (IAST)"}]},{"Title":"BREACH Attack","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks if the host is vulnerable to a side-channel attack providing an oracle on the SSL stack due to the HTTP level compression.","Enabled":true,"Id":"74c3e245-481c-419c-8e81-89a501c955b3","Name":"BREACH Attack"}]},{"Title":"Configuration Analyzer (IAST)","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Analyzes server configuration files for vulnerabilities.","Enabled":true,"Id":"55d71994-f91f-4a38-b68a-ec55dcd6a69c","Name":"Configuration Analyzer (IAST)"}]},{"Title":"Content Security Policy","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detect vulnerabilities related to Content Security Policy settings.","Enabled":true,"Id":"e808992b-7838-42b0-bf32-2d5573292c8a","Name":"Content Security Policy"}]},{"Title":"Content-Type Sniffing","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks if Content-Type Sniffing protection is enforced.","Enabled":true,"Id":"b3e0c3d4-91f9-4ce3-9614-f83feda5c4a4","Name":"Content-Type Sniffing"}]},{"Title":"Cookie","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"CookieFilteringType","Value":"Exclude"},{"Name":"CookieNames","Value":""},{"Name":"SessionCookieNames","Value":"ASP.NET_sessionid, aspsession-id, aspsessionid, c-id, cakephp, cfid, cftoken, ci_session, cid, cust-id, hid, id, identity, idkey, j_id, j-sessionid, j-sid, jid, jsessid, jsession_id, jsessionid, jsid, key, keyid, kid, kohanasession, kses, ksid, laravel_session, lid, p_sid, p-sid, phpsessid, phpsession-id, phpsessionid, pid, proc_id, procid, psid, rid, s_id, sec, secid, secure, secure-id, secureid, seskey, sessid, session_id, session-id, session-key, sessionid, sessionkey, sid, sidentity, skey, ss_id, ssid, the-id, tid, tranid, transid, uec, uenc, uid, uniqueid, x_id, x-id, xid, zid, zope3, ASPSESSIONIDACCATCRS, Zend_Auth"}],"Type":"Engine","Description":"Analyzes cookies for security issues.","Enabled":true,"Id":"c1b05422-3860-4251-94a5-5c401689732d","Name":"Cookie"}]},{"Title":"Cross-Origin Resource Sharing (CORS)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"3844b4cf-710f-4910-876a-5b36f6f7fc28","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"CheckAllPages","Value":"True"}],"Type":"Engine","Description":"Checks if the Cross-Origin Resource Sharing (CORS) header is configured properly.","Enabled":true,"Id":"dfb9a9b7-929a-42fd-843a-0a79075bff5a","Name":"Cross-Origin Resource Sharing (CORS)"}]},{"Title":"Cross-Site Request Forgery","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects if an attacker can exploit the trust that a site has in a user's browser.","Enabled":true,"Id":"9fd1b44a-a60a-46f2-bf2d-1c663c8df96f","Name":"Cross-Site Request Forgery"}]},{"Title":"Drupal Remote Code Execution","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Analyzes Remote Code Execution (CVE-2019-6340) vulnerability in the Drupal application.","Enabled":true,"Id":"158b26eb-b8aa-4e85-a799-9b8e57d2d769","Name":"Drupal Remote Code Execution"}]},{"Title":"Expression Language Injection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"246a5f65-523a-4c70-95da-4f017a4ddf71","Name":"Classical"},{"Enabled":true,"Id":"2ca45762-1392-426d-9609-2048bffaf5fe","Name":"Classical - Double Encoded"},{"Enabled":true,"Id":"c009e30d-fb98-4090-94b1-1416f31c6bdb","Name":"MyFaces Attack"},{"Enabled":true,"Id":"5600370b-dafd-4860-9974-38cf6879f723","Name":"MyFaces Attack - Double Encoded"}],"Settings":[],"Type":"Engine","Description":"Detects if an attacker can inject new expressions that will be interpreted by the Expression Language interpreter within the application.","Enabled":true,"Id":"10649751-342f-4f97-a122-eb1acb2a41db","Name":"Expression Language Injection"}]},{"Title":"File Upload","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"3465edc6-a9d7-4b70-ad22-39190db02d1b","Name":".html"},{"Enabled":true,"Id":"c0c81d87-4610-4aa9-b948-1758aa91f336","Name":".jhtml"},{"Enabled":true,"Id":"46b935a0-2d0f-4a57-b50c-ea9a834e23ca","Name":".jsp"},{"Enabled":true,"Id":"b7480db0-b5f8-4ce7-9468-47ddc687152d","Name":".php3"},{"Enabled":true,"Id":"983c9158-9e82-419c-8f91-0300fb98fd7e","Name":".php4"},{"Enabled":true,"Id":"86ec91aa-f9e1-4daf-af1c-ad753636f540","Name":".php5"},{"Enabled":true,"Id":"7f85ad9f-d867-4ef5-a25e-dd997713abb9","Name":".pht"},{"Enabled":true,"Id":"0e2edff4-08ee-4e06-9d4f-6e308a8dbe4c","Name":".phtml"},{"Enabled":true,"Id":"ad5a9f17-43dc-4c53-943e-427986088890","Name":".svg"},{"Enabled":true,"Id":"0461eba7-799d-448e-9e75-f0c1692e361d","Name":".txt"},{"Enabled":true,"Id":"9bf4202a-680f-40de-bcf9-fc8a16930d02","Name":"Double Extensions - .jpeg.php"},{"Enabled":true,"Id":"a9dbc8e2-a4fd-463f-a109-5c2c1334e8c2","Name":"Double Extensions - .jpg.php"},{"Enabled":true,"Id":"c5fac2e8-0421-43bc-b756-dd185beb37ba","Name":"Double Extensions - .php.jpeg"},{"Enabled":true,"Id":"33cd795b-338f-44ab-98ba-3066e035c2ba","Name":"Double Extensions - .php.jpg"},{"Enabled":true,"Id":"67d2c603-bd77-4f0f-9e20-71af320a3ee5","Name":"Double Extensions - .php.png"},{"Enabled":true,"Id":"ddedb101-114e-404f-ab12-7f6dc24cff1c","Name":"Double Extensions - .png.php"},{"Enabled":true,"Id":"b8c1b3ee-4e18-4e0f-b99a-67ee3626798a","Name":"IIS 6 Bypass Extension with Semicolon"},{"Enabled":true,"Id":"7debc750-8a83-4d50-a682-d7a39ba0fe94","Name":"Null Byte - .asp"},{"Enabled":true,"Id":"a7524e66-2f9b-4732-8181-d4b9499a4d28","Name":"Null Byte - .php"},{"Enabled":true,"Id":"501a750c-cb90-4c94-ba50-73d2bfb90085","Name":"Parsing Vulnerability - apache - .php.gif"},{"Enabled":true,"Id":"7105d94a-448e-41f1-a5e1-3304faf6bab8","Name":"Parsing Vulnerability - apache - .php.pdf"},{"Enabled":true,"Id":"8ac8f52e-964b-4819-b469-fa8db9f699a4","Name":"Parsing Vulnerability - apache - .php.txt"},{"Enabled":true,"Id":"8770c70f-266d-444a-81b3-32733622e87a","Name":"Parsing Vulnerability - nginx - .gif"},{"Enabled":true,"Id":"57134a3a-d6ab-4413-8d90-c8e7a2756824","Name":"Parsing Vulnerability - nginx - .pdf"},{"Enabled":true,"Id":"fd9646a9-aa7a-4093-9e14-56ccbf54cf55","Name":"Parsing Vulnerability - nginx - .txt"},{"Enabled":true,"Id":"d1c1851e-3a09-4ff2-a14b-02380c7a4dd3","Name":"Trailing Spaces and Dots after File Name"},{"Enabled":true,"Id":"eac021bb-7b3d-4254-8386-3b62fb7c70e9","Name":"Valid GIF Header"},{"Enabled":true,"Id":"681b6320-221c-44ca-af35-4afdc0188e51","Name":"Valid GIF Header - .jpg"},{"Enabled":true,"Id":"9a16787d-1a23-4c58-b8ad-8dc1e3c849a9","Name":"Xss Via File Upload (FileName)"},{"Enabled":true,"Id":"04665d46-3dc2-4986-8ae0-6859b98796bb","Name":"Xss Via File Upload (FileName) - Script Context"},{"Enabled":true,"Id":"b77b73fe-d6fd-449e-b696-f12c9b89f2cd","Name":"Xss Via File Upload (GIF)"},{"Enabled":true,"Id":"dcdd0649-1c58-4199-b1c3-ac53e0264d8c","Name":"Xss Via File Upload (SVG)"},{"Enabled":true,"Id":"3b5512db-de35-474e-96dd-2d6a51d20bcf","Name":"Xss Via File Upload (SVG) - No Script Tag"}],"Settings":[{"Name":"SearchUploadFolders","Value":"True"},{"Name":"UploadFolders","Value":"images, uploads, uploadedfiles"}],"Type":"Engine","Description":"Detects if an attacker can upload a file and execute it in the context of the web server.","Enabled":true,"Id":"175d5167-3598-4813-8e26-14519927b8b5","Name":"File Upload"}]},{"Title":"GraphQL Library Detection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"6244a10f-e9a7-423c-8a66-70725cc51b0d","Name":"Apollo Identified - @deprecated"},{"Enabled":true,"Id":"1e35b823-aec5-4e98-97f8-be36e8b92335","Name":"Apollo Identified - @skip"},{"Enabled":true,"Id":"6d9d2812-1189-4322-a13f-b97857b23f4d","Name":"Ariadne Identified - @abc"},{"Enabled":true,"Id":"c4fde5e1-f416-4730-9fbe-ec38ef07075d","Name":"Ariadne Identified - Empty"},{"Enabled":true,"Id":"dde2e64a-37b9-4762-81ff-35b56d6648ef","Name":"Dgraph Identified - @cascade"},{"Enabled":true,"Id":"67361c9f-666b-4a21-b91e-ef5a216a1b5c","Name":"Dgraph Identified - __typename"},{"Enabled":true,"Id":"05cb4c3a-2f23-4a03-b419-a1a33feaffbf","Name":"Diana.jl - LBRACE eof"},{"Enabled":true,"Id":"6d492022-17c3-40b1-8004-71c908be8acc","Name":"Directus Identified - Empty"},{"Enabled":true,"Id":"250091c2-5e1e-48c2-ba33-3b1d9d0ab439","Name":"Gqlgen Identified - {}"},{"Enabled":true,"Id":"a163258c-3272-4fd3-8004-4b9991a73e8f","Name":"Gqlgen Identified - alias^_"},{"Enabled":true,"Id":"5d1c961d-2b4c-4d69-bc46-d6ee2f09ada4","Name":"Graphene Identified - aaa"},{"Enabled":true,"Id":"49b1cb3f-7ddd-49fc-b9a7-593f5ef7cff5","Name":"GraphQL API for WordPress Identified - @doesnotexist"},{"Enabled":true,"Id":"8e3bd522-0d72-4dc9-9f83-fab9efb24d06","Name":"GraphQL API for WordPress Identified - @skip"},{"Enabled":true,"Id":"34947337-0e3b-4541-b9ca-806f2f1e5b5d","Name":"GraphQL API for WordPress Identified - aa#aa"},{"Enabled":true,"Id":"6a83be89-fc1c-4bdc-9441-b171f9389ede","Name":"GraphQL API for WordPress Identified - Empty"},{"Enabled":true,"Id":"cac953ed-cb22-4b45-9168-7c13c4902805","Name":"GraphQL Endpoint Detected"},{"Enabled":true,"Id":"f02a8f00-0ea2-4712-a16a-1350ddfff418","Name":"Graphql Go Identified - {}"},{"Enabled":true,"Id":"01a5eb88-b78b-4a4c-a39c-639cc8f63655","Name":"Graphql Go Identified - Empty"},{"Enabled":true,"Id":"7e533394-663a-4e40-915e-b14a9541d5b2","Name":"GraphQL Java Identified - @aaa@aaa"},{"Enabled":true,"Id":"c8f90cf3-4692-4ab3-ad88-6aa6a2b2b2e3","Name":"GraphQL Java Identified - Empty"},{"Enabled":true,"Id":"e62595af-65b6-4df6-aa82-4f8511aef584","Name":"GraphQL Java Identified - queryy"},{"Enabled":true,"Id":"bb94c3c6-c0bd-4852-9576-0159c9950efe","Name":"GraphQL PHP Identified - @deprecated"},{"Enabled":true,"Id":"eb321dd8-276f-4754-b63e-b6f363ecf6c9","Name":"GraphQL Ruby Identified - @deprecated"},{"Enabled":true,"Id":"a9b0c429-8de0-457b-88aa-d15be3c51b67","Name":"GraphQL Ruby Identified - @skip"},{"Enabled":true,"Id":"e50fddf4-d4ab-47a6-a092-e5e72f1afc0d","Name":"GraphQL Ruby Identified - @skip in typename"},{"Enabled":true,"Id":"ca447a43-394c-414b-bc36-72c551bd59e9","Name":"GraphQL Ruby Identified - {}"},{"Enabled":true,"Id":"ed89ada2-0ccb-4e04-ae3b-5de4387ff38f","Name":"Hasura Identified - @cached"},{"Enabled":true,"Id":"0ccc4b96-063c-44ab-9a4e-f825e728e35e","Name":"Hasura Identified - @skip"},{"Enabled":true,"Id":"ac772f4b-98dc-4c8f-8706-7cee0607b244","Name":"Hasura Identified - __schema"},{"Enabled":true,"Id":"42eae902-f4c4-439c-8c91-e690ff800589","Name":"Hasura Identified - aaa"},{"Enabled":true,"Id":"750d1e4b-6741-4806-a506-d31fa088c649","Name":"Hot Chocolate Identified - Empty Query"},{"Enabled":true,"Id":"bce44bd4-498b-4485-85c8-2523aa44fc47","Name":"Juniper Identified - Empty"},{"Enabled":true,"Id":"64b7e573-3625-4a51-a8e8-e4dd39364362","Name":"Sangria Identified - queryy"},{"Enabled":true,"Id":"c9eac8b2-8d78-4e66-9d37-2252ca5c20ff","Name":"Tartiflette Identified - @a"},{"Enabled":true,"Id":"a1518ad9-8600-49f6-a327-90b44f526fd0","Name":"Tartiflette Identified - @deprecated in typename"},{"Enabled":true,"Id":"608c4a20-56bd-42f9-88ff-57e381855790","Name":"Tartiflette Identified - @skip"},{"Enabled":true,"Id":"317c0ee0-8d17-48af-891e-5920a3b5a10f","Name":"Tartiflette Identified - netsparker"},{"Enabled":true,"Id":"49b2fa12-1df2-4145-9645-ba2cf1fcf76d","Name":"Tartiflette Identified - queryy"},{"Enabled":true,"Id":"c58d6174-8608-4882-93a4-bd22405a823b","Name":"WPGraphQL Identified - Empty"}],"Settings":[{"Name":"EndPointPaths","Value":"/\r\n/graphql\r\n/graphiql\r\n/v1/graphql\r\n/v2/graphql\r\n/v3/graphql\r\n/v1/graphiql\r\n/v2/graphiql\r\n/v3/graphiql\r\n/api/graphql\r\n/api/graphiql\r\n/console\r\n/playground\r\n/gql\r\n/index.php?graphql"},{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","Description":"Detects GraphQL endpoints and libraries.","Enabled":true,"Id":"417d3fc8-e0a9-4fa3-b335-946aea217007","Name":"GraphQL Library Detection"}]},{"Title":"Header Analyzer","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks response headers against vulnerabilities.","Enabled":true,"Id":"2bd8a3c8-46ec-4a0a-874e-139bcfa959c5","Name":"Header Analyzer"}]},{"Title":"Heartbleed","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks improper input validation (due to a missing bounds check) in the implementation of the TLS heartbeat extension for the OpenSSL cryptographic software library.","Enabled":true,"Id":"8db88ec1-2f54-4800-ad48-567a15544df2","Name":"Heartbleed"}]},{"Title":"HSTS","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects configuration issues of HSTS implementation.","Enabled":true,"Id":"f6742db1-9e6d-4c5d-9418-9a5902cd3321","Name":"HSTS"}]},{"Title":"HTML Content","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"29b16aad-00a5-4548-936d-c7cc3741d925","Name":"Possible Admin Interface"}],"Settings":[],"Type":"Engine","Description":"Analyzes HTML content for security issues.","Enabled":true,"Id":"7cb5e72a-35d1-4471-8fc5-77a8e1961f06","Name":"HTML Content"}]},{"Title":"HTTP Methods","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"fe48d7f8-ce01-497d-b6c6-ab9992db6624","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"MaximumPath","Value":"1"}],"Type":"Engine","Description":"Analyzes HTTP methods for security issues.","Enabled":true,"Id":"532c8ea7-39b9-4181-ad56-8e3ee6b59845","Name":"HTTP Methods"}]},{"Title":"HTTP Status","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Analyzes HTTP status headers for security issues.","Enabled":true,"Id":"3ea07d15-0c8e-40d1-b4e6-21fe5f0cd5d1","Name":"HTTP Status"}]},{"Title":"HTTP.sys (CVE-2015-1635)","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks if remote code execution occurs via HTTP request in IIS webserver.","Enabled":true,"Id":"b1af966e-dcb2-4423-86c4-d2daeee27141","Name":"HTTP.sys (CVE-2015-1635)"}]},{"Title":"IFrame Security","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects vulnerabilities specific to iframes.","Enabled":true,"Id":"400d67b1-f9fc-4b70-8e87-4be054735fef","Name":"IFrame Security"}]},{"Title":"Insecure JSONP Endpoint","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks the target web application for insecure JSONP endpoints.","Enabled":true,"Id":"dd0a9771-d587-4be0-9f55-84375b8459f7","Name":"Insecure JSONP Endpoint"}]},{"Title":"Insecure Reflected Content","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"f8439a97-35bf-44b6-a5c4-89777ea65eb0","Name":"Alphanumeric-Only Characters"}],"Settings":[],"Type":"Engine","Description":"Checks for potential same origin bypass issues based on controlling the content of the response.","Enabled":true,"Id":"5e12a2cf-7fee-4e90-8c28-2d4cf2266aae","Name":"Insecure Reflected Content"}]},{"Title":"JavaScript Libraries","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"d6190006-8c01-4b30-8d12-8a2c01ef29a5","Name":"AngularJS"},{"Enabled":true,"Id":"8839c727-3c95-418d-bf26-bdfd607f9791","Name":"AngularJS Identified"},{"Enabled":true,"Id":"898a1494-d703-48cf-b29a-92fb0be436e9","Name":"AngularJS Version Disclosure"},{"Enabled":true,"Id":"6659c612-0d83-4424-8b8f-67018e4bc589","Name":"ASP.NET SignalR"},{"Enabled":true,"Id":"94fe9d0d-d239-4925-a488-1adaec8083f4","Name":"ASP.NET SignalR Identified"},{"Enabled":true,"Id":"75eae419-d717-494a-92e2-c3f562f1e4a1","Name":"ASP.NET SignalR Version Disclosure"},{"Enabled":true,"Id":"7e2d9450-fd7a-4afd-bdf1-bd15b4ced759","Name":"axios"},{"Enabled":true,"Id":"96419e5f-e421-44eb-a01c-8760834e5243","Name":"axios Identified"},{"Enabled":true,"Id":"cf90fd9e-e472-418d-8f69-71bffd160d5a","Name":"axios Version Disclosure"},{"Enabled":true,"Id":"f767d939-de63-480b-8abb-ab518e395ecd","Name":"Backbone.js"},{"Enabled":true,"Id":"5f1b7863-802a-4bbc-a99b-98ea39633c3d","Name":"Backbone.js Identified"},{"Enabled":true,"Id":"150b4c62-d09d-4e47-a728-0ec8260f549a","Name":"Backbone.js Version Disclosure"},{"Enabled":true,"Id":"2967003d-d196-4885-a731-e62e1ccec397","Name":"bluebird"},{"Enabled":true,"Id":"9ab7a564-6e70-41db-9a63-6e64a2974a1f","Name":"bluebird Identified"},{"Enabled":true,"Id":"1501cf61-1db2-4f22-9f53-959ad26d472a","Name":"bluebird Version Disclosure"},{"Enabled":true,"Id":"ce04b54a-70da-48ab-bd3a-1b85ae931314","Name":"Bootbox"},{"Enabled":true,"Id":"3c8b8b15-5cd1-4af4-b61b-571fffca6481","Name":"Bootbox Identified"},{"Enabled":true,"Id":"4ac0d2e7-fd45-4735-98c1-13414c38c9f4","Name":"Bootbox Version Disclosure"},{"Enabled":true,"Id":"c9a9b35b-f952-4691-8a53-99084f5b20a3","Name":"Bootstrap 3 Date/Time Picker"},{"Enabled":true,"Id":"0bff0207-9a29-4743-a82d-311f88224a3d","Name":"Bootstrap 3 Date/Time Picker Identified"},{"Enabled":true,"Id":"29e7ddd8-a0f8-4121-9151-37dfb13387e7","Name":"Bootstrap 3 Date/Time Picker Version Disclosure"},{"Enabled":true,"Id":"c9f60a27-b165-4e14-a0fb-379250cc3611","Name":"Bootstrap Select"},{"Enabled":true,"Id":"989f1088-b24a-4dc3-a5db-4efa58ab54e0","Name":"Bootstrap Select Identified"},{"Enabled":true,"Id":"94f57661-86ba-4896-b71c-a0f6265cb601","Name":"Bootstrap Select Version Disclosure"},{"Enabled":true,"Id":"0f5d63f7-26bb-44c6-b381-94749df983ef","Name":"Bootstrap Table"},{"Enabled":true,"Id":"955b2372-b57c-4b9c-a044-0abbe4bc1c58","Name":"Bootstrap Table Identified"},{"Enabled":true,"Id":"5feb9e7f-67d8-4e36-911e-e54092dc9e0c","Name":"Bootstrap Table Version Disclosure"},{"Enabled":true,"Id":"fc629d93-396e-470f-8a31-090cc432417b","Name":"Bootstrap Toggle"},{"Enabled":true,"Id":"32aadbeb-9409-41c8-8502-44c9909b0b2e","Name":"Bootstrap Toggle Identified"},{"Enabled":true,"Id":"f3f7d0fd-726d-45b1-ba85-ba2d66ffe501","Name":"Bootstrap Toggle Version Disclosure"},{"Enabled":true,"Id":"4c132925-1629-4854-8a42-d47aa151beed","Name":"Bootstrap.js"},{"Enabled":true,"Id":"1db0aa22-707b-47ac-9c34-0d53107e8f66","Name":"Bootstrap.js Identified"},{"Enabled":true,"Id":"d37b8876-421f-4138-aee9-d4d0e2435c82","Name":"Bootstrap.js Version Disclosure"},{"Enabled":true,"Id":"28e82648-2f7e-4ff0-bfb8-24d2e187bb44","Name":"Bootstrap3 Typeahead"},{"Enabled":true,"Id":"fcee567d-5698-4680-9edf-a0c4024afe5b","Name":"Bootstrap3 Typeahead Identified"},{"Enabled":true,"Id":"d474a9bb-7a1d-4b30-9fd0-253500b93089","Name":"Bootstrap3 Typeahead Version Disclosure"},{"Enabled":true,"Id":"47712fc6-168e-4a6c-8831-81a308fb6294","Name":"CanvasJS"},{"Enabled":true,"Id":"e81aceb6-532b-49a4-8846-068799fa11ac","Name":"CanvasJS Identified"},{"Enabled":true,"Id":"36ddd4ef-1df0-4ca3-a178-358a9ed49f3c","Name":"CanvasJS Version Disclosure"},{"Enabled":true,"Id":"839261c8-5a2a-4c1b-bec1-954636613cb4","Name":"Chart.js"},{"Enabled":true,"Id":"353406e2-8cd4-4b5f-a9e1-f3338469bfc4","Name":"Chart.js Identified"},{"Enabled":true,"Id":"604d2e12-b7c2-4010-a371-bff41ea0e44f","Name":"Chart.js Version Disclosure"},{"Enabled":true,"Id":"69030925-d807-43a1-a013-1f863ebf0b3a","Name":"CKEditor"},{"Enabled":true,"Id":"1b8d5da5-f566-461f-a891-da3d2308d2c9","Name":"CKEditor Identified"},{"Enabled":true,"Id":"3689b86e-ac8e-4b88-8051-4420e664bd86","Name":"CKEditor Version Disclosure"},{"Enabled":true,"Id":"6a00bb5c-9a1b-4eb6-81e6-279524eccda2","Name":"D3.js"},{"Enabled":true,"Id":"c60a8094-e255-4363-b207-01630bb857ee","Name":"D3.js Identified"},{"Enabled":true,"Id":"3c138e2b-c37e-414d-90fa-fe7269907d93","Name":"D3.js Version Disclosure"},{"Enabled":true,"Id":"807b1034-ac2a-4078-88e3-d74099a54310","Name":"DataTables"},{"Enabled":true,"Id":"4b4459c2-4bc5-4021-9584-3fee368dd33d","Name":"DataTables Identified"},{"Enabled":true,"Id":"4109cb8b-1f11-4ac7-98c5-d150c8083da0","Name":"DataTables Version Disclosure"},{"Enabled":true,"Id":"d2732d90-7942-48a2-818b-a02c88674ad6","Name":"dojo"},{"Enabled":true,"Id":"2fc37dba-5c3b-47b2-a403-b5152e3811e2","Name":"dojo Identified"},{"Enabled":true,"Id":"1cc97502-b9d6-40d9-bbca-3e751ad027a3","Name":"dojo Version Disclosure"},{"Enabled":true,"Id":"32972d30-3615-4037-8429-1ce52c434d3d","Name":"DOMPurify"},{"Enabled":true,"Id":"61de8712-8ed0-406a-b678-e355078ba09b","Name":"DOMPurify Identified"},{"Enabled":true,"Id":"68d95c13-613c-4c8d-8373-c2f4d47f4b3d","Name":"DOMPurify Version Disclosure"},{"Enabled":true,"Id":"f2e1b1a3-452b-437d-80e4-1a378432f8de","Name":"DWR"},{"Enabled":true,"Id":"2168819c-7adb-4257-9180-0ea07e909040","Name":"Dwr Identified"},{"Enabled":true,"Id":"02021347-9f1c-4ed1-add0-799bb957b80d","Name":"Dwr Version Disclosure"},{"Enabled":true,"Id":"9f5a0b4d-fa3e-4be7-8028-4340f76b4eff","Name":"easyXDM"},{"Enabled":true,"Id":"780900ec-a6e9-4c25-9969-e1539f42cc50","Name":"easyXDM Identified"},{"Enabled":true,"Id":"847f7791-0f08-4c35-8493-b723735a60cd","Name":"easyXDM Version Disclosure"},{"Enabled":true,"Id":"851d333a-fad8-4c7f-8ef3-1410ae3f63a1","Name":"ef.js"},{"Enabled":true,"Id":"8ae139f8-4e5a-4e0f-91af-b67b5fcf80b8","Name":"ef.js Identified"},{"Enabled":true,"Id":"5ffc62df-860a-4923-92b3-7a1eb0257827","Name":"ef.js Version Disclosure"},{"Enabled":true,"Id":"1a20e89e-2165-4357-b4d9-854c89d527ac","Name":"ember"},{"Enabled":true,"Id":"312bef45-1b96-4482-966b-022787af2e49","Name":"ember Identified"},{"Enabled":true,"Id":"ede0ce15-534b-46ed-8773-b0a158756272","Name":"ember Version Disclosure"},{"Enabled":true,"Id":"831b878a-9bdb-44fa-b731-57cfbf0ceab9","Name":"Ext JS"},{"Enabled":true,"Id":"16f79251-44ea-46d1-957d-64ec44979688","Name":"Ext JS Identified"},{"Enabled":true,"Id":"c0b16447-dc07-4085-85dc-3c8ae416a47c","Name":"Ext JS Version Disclosure"},{"Enabled":true,"Id":"75ab5463-7517-49bc-9ca9-c30fc6d32e0a","Name":"Fabric.js"},{"Enabled":true,"Id":"ddfaa7ab-40bf-489f-8835-5dd3d3fd7e4b","Name":"Fabric.js Identified"},{"Enabled":true,"Id":"98be0553-16d5-451c-b745-3e7b36e827e5","Name":"Fabric.js Version Disclosure"},{"Enabled":true,"Id":"ed151ca8-fd6a-44cc-bf0b-880c3be077f9","Name":"fancyBox"},{"Enabled":true,"Id":"55136a03-9f7e-4143-88df-bd860581c38a","Name":"fancyBox Identified"},{"Enabled":true,"Id":"a0346899-e9f2-409b-9e78-4ba3a67d20a7","Name":"fancyBox Version Disclosure"},{"Enabled":true,"Id":"90848492-26b8-4e5d-99f5-257544e0c57a","Name":"Fingerprintjs2"},{"Enabled":true,"Id":"8e98ac3f-4167-4ac0-9430-960b248a1716","Name":"Fingerprintjs2 Identified"},{"Enabled":true,"Id":"4be014f6-a4f2-4444-99f8-e4c6972d9d2f","Name":"Fingerprintjs2 Version Disclosure"},{"Enabled":true,"Id":"ed7a90ba-7845-4e7c-9f45-3af1b069d721","Name":"Flickity"},{"Enabled":true,"Id":"5b102e27-865f-4af3-985c-e6f838758f52","Name":"Flickity Identified"},{"Enabled":true,"Id":"709a9469-0184-4890-b721-033b6e877381","Name":"Flickity Version Disclosure"},{"Enabled":true,"Id":"7f011659-c85e-4f3d-b910-ec480fd82a91","Name":"FooTable"},{"Enabled":true,"Id":"f76cd96a-89cd-41d5-933a-683b656b233f","Name":"FooTable Identified"},{"Enabled":true,"Id":"9840c125-ee7d-4cbf-a779-d61009544be6","Name":"FooTable Version Disclosure"},{"Enabled":true,"Id":"ff17a59d-41ac-4fdd-8344-f77cb097e1f5","Name":"Foundation"},{"Enabled":true,"Id":"835de007-37b2-4ab5-bfe2-abaf1a7ac79b","Name":"Foundation Identified"},{"Enabled":true,"Id":"2ed737a7-c4cd-4ac7-8c94-17785059ea0c","Name":"Foundation Version Disclosure"},{"Enabled":true,"Id":"82b86d19-129e-44db-92b6-1bb0f8bd8328","Name":"Fuel UX"},{"Enabled":true,"Id":"b2846718-5eec-4125-bf97-0bf9ccf0577d","Name":"Fuel UX Identified"},{"Enabled":true,"Id":"83fb0215-ff10-42c0-8855-95560eb407d0","Name":"Fuel UX Version Disclosure"},{"Enabled":true,"Id":"36a24b08-07b2-4f73-8940-0f03b095849f","Name":"GSAP"},{"Enabled":true,"Id":"0ae61e0f-f345-497b-9c6e-f622218cf79f","Name":"GSAP Identified"},{"Enabled":true,"Id":"2453eb57-7261-4865-aa55-828e30c74fbc","Name":"GSAP Version Disclosure"},{"Enabled":true,"Id":"2a854a03-960d-42dd-bf7b-d86fca76bd63","Name":"Hammer.JS"},{"Enabled":true,"Id":"d9b4984e-40eb-4af8-8508-874ff10f763c","Name":"Hammer.JS Identified"},{"Enabled":true,"Id":"1b0bc286-0a61-440c-af8e-0f6f4785eb0d","Name":"Hammer.JS Version Disclosure"},{"Enabled":true,"Id":"bbe08276-c5de-4358-9dea-1eab28e59c81","Name":"Handlebars.js"},{"Enabled":true,"Id":"ee929cb3-3c8a-4a1d-a795-cfe5d1696e64","Name":"Handlebars.js Identified"},{"Enabled":true,"Id":"baff8154-9d44-477b-b31b-0ff9d4c031ce","Name":"Handlebars.js Version Disclosure"},{"Enabled":true,"Id":"1e4d9cdb-acfb-44a2-9cab-dd99e060f552","Name":"Highcharts"},{"Enabled":true,"Id":"5ca95e7f-bc70-4bd8-95c5-7e521a06b51e","Name":"Highcharts Identified"},{"Enabled":true,"Id":"fb6a574a-9e5d-4d74-b08c-c18b1620f991","Name":"Highcharts Version Disclosure"},{"Enabled":true,"Id":"42ca77a2-f539-4d47-9e4c-6f0d172b59c1","Name":"html5shiv"},{"Enabled":true,"Id":"e52f539e-c60c-4c35-852d-99ad0395313f","Name":"html5shiv Identified"},{"Enabled":true,"Id":"250cf191-a083-4eae-b970-36494b6c0cf7","Name":"html5shiv Version Disclosure"},{"Enabled":true,"Id":"4fe64da3-cb9a-4b8d-a276-df11949c304f","Name":"Image Picker"},{"Enabled":true,"Id":"67acf787-5baf-4b04-b5c7-1c8ed2a24db9","Name":"Image Picker Identified"},{"Enabled":true,"Id":"e63974fa-4b57-422a-abf5-162e46ffa9c3","Name":"Image Picker Version Disclosure"},{"Enabled":true,"Id":"0b747864-41b6-4f4c-8904-44d5a07904e4","Name":"Inferno"},{"Enabled":true,"Id":"b68c9292-9a32-411a-b0a5-0f62ac943376","Name":"Inferno Identified"},{"Enabled":true,"Id":"cecc5f0b-7ce8-4855-bf4f-932c927ea4f2","Name":"Inferno Version Disclosure"},{"Enabled":true,"Id":"317ec4c3-6a70-4ac8-9c03-fe52ae2055d6","Name":"Intro.js"},{"Enabled":true,"Id":"d7b28a24-dc6e-4f72-8b67-8b1f5d0dedb4","Name":"Intro.js Identified"},{"Enabled":true,"Id":"d9b7d49e-2cb8-474e-9764-90b766ab8d6b","Name":"Intro.js Version Disclosure"},{"Enabled":true,"Id":"c0c8496b-aeed-4c0f-a05e-7400406d8e17","Name":"Ion.RangeSlider"},{"Enabled":true,"Id":"2f061e66-3b22-4a6f-831d-3053be820430","Name":"Ion.RangeSlider Identified"},{"Enabled":true,"Id":"d8061abe-98e9-46d2-bf03-cd69ef6020ef","Name":"Ion.RangeSlider Version Disclosure"},{"Enabled":true,"Id":"9bffd3f1-f455-4291-8be3-96eaabba4944","Name":"JavaScript Cookie"},{"Enabled":true,"Id":"19842c84-198d-4f3a-911b-dd1a1ffac040","Name":"JavaScript Cookie Identified"},{"Enabled":true,"Id":"75442681-9a00-4244-a58e-607e1b585434","Name":"JavaScript Cookie Version Disclosure"},{"Enabled":true,"Id":"759d62c7-0d10-4dfb-84f3-f99c2559fc45","Name":"jPlayer"},{"Enabled":true,"Id":"c49cde82-f35d-4dd7-abbf-3d1abbd219cb","Name":"jPlayer Identified"},{"Enabled":true,"Id":"676f13f5-96fb-42e7-9e06-dd02e9b84f15","Name":"jPlayer Version Disclosure"},{"Enabled":true,"Id":"ad56db48-b1ea-4027-b23e-b6989413c51e","Name":"jQuery"},{"Enabled":true,"Id":"54421b84-a90b-46e0-af70-84d898c23fa7","Name":"jQuery Identified"},{"Enabled":true,"Id":"4dde5670-bd27-4a67-9915-6efe6420ca64","Name":"jQuery Mask"},{"Enabled":true,"Id":"1627e4b7-fa30-48c9-9883-836e296e2659","Name":"jQuery Mask Identified"},{"Enabled":true,"Id":"387ca281-5731-4a6d-a77c-51c9b0a749a9","Name":"jQuery Mask Version Disclosure"},{"Enabled":true,"Id":"bd562bb7-e883-49b0-9be4-366a15fd1e50","Name":"JQuery PlaceholderJS"},{"Enabled":true,"Id":"6d18ec91-06f3-450a-ad0d-0754d9dcf46f","Name":"JQuery PlaceholderJS Identified"},{"Enabled":true,"Id":"dcf887ff-6994-4fb7-ac11-ef12f73a6485","Name":"JQuery PlaceholderJS Version Disclosure"},{"Enabled":true,"Id":"29c00073-b6dc-4564-92a8-6f4fa1157f00","Name":"jQuery Validation"},{"Enabled":true,"Id":"d8db1b82-4703-4070-abc2-3da21ebf75ed","Name":"jQuery Validation Identified"},{"Enabled":true,"Id":"6f94e288-29d2-401c-a359-908c38a372ff","Name":"jQuery Validation Version Disclosure"},{"Enabled":true,"Id":"21546a87-3348-4421-87a0-67e6fe07f873","Name":"jQuery Version Disclosure"},{"Enabled":true,"Id":"3ec1bab0-4e51-487c-8b94-eca5d0756dea","Name":"jQuery.prettyPhoto"},{"Enabled":true,"Id":"32e29c62-096e-416a-8c65-b4614e305207","Name":"jQuery.prettyPhoto Identified"},{"Enabled":true,"Id":"97ff5fd8-1382-4ba6-bb5a-fafb8edb93b2","Name":"jQuery.prettyPhoto Version Disclosure"},{"Enabled":true,"Id":"9fd24f8b-1fa2-4a4d-9878-03d926e47aff","Name":"jQuery-Migrate"},{"Enabled":true,"Id":"02aebb4d-7173-4f46-945e-9497a94f2779","Name":"jQuery-Migrate Identified"},{"Enabled":true,"Id":"ee4fc3c2-ca7b-4966-a1c9-2ffdb1c99b76","Name":"jQuery-Migrate Version Disclosure"},{"Enabled":true,"Id":"a5c20ecc-e429-4f93-baf2-e26a34c86af9","Name":"jQuery-Mobile"},{"Enabled":true,"Id":"6a524362-9f49-499e-93cb-0d77c1d1d7f2","Name":"jQuery-Mobile Identified"},{"Enabled":true,"Id":"5ccfebbe-414f-48f4-984f-d010b5cc1d6c","Name":"jQuery-Mobile Version Disclosure"},{"Enabled":true,"Id":"69ccf979-3bb3-47a2-97aa-51343a082361","Name":"jQuery-UI-Autocomplete"},{"Enabled":true,"Id":"3469e7dd-2077-4e34-a3d4-05eb3a85f459","Name":"jQuery-UI-Autocomplete Identified"},{"Enabled":true,"Id":"fec0d19a-cdf2-42ed-a99b-db84f502d097","Name":"jQuery-UI-Autocomplete Version Disclosure"},{"Enabled":true,"Id":"d5e2cccb-55ef-4b4f-810b-86c4bb606cb1","Name":"jQuery-UI-Dialog"},{"Enabled":true,"Id":"88a537ae-ae32-44ed-b341-778417672c0a","Name":"jQuery-UI-Dialog Identified"},{"Enabled":true,"Id":"83d95031-1cd9-4a38-afbd-a5d7af7df187","Name":"jQuery-UI-Dialog Version Disclosure"},{"Enabled":true,"Id":"dc5bbd52-d48c-4f52-95ea-edb22fcde8f0","Name":"jQuery-UI-Tooltip"},{"Enabled":true,"Id":"e2a5c148-6644-4609-be61-4c21f95aaa27","Name":"jQuery-UI-Tooltip Identified"},{"Enabled":true,"Id":"426ced3e-f423-4de9-a0f1-6377689f8315","Name":"jQuery-UI-Tooltip Version Disclosure"},{"Enabled":true,"Id":"f75aa334-ab80-4036-ae09-ecd2d8878685","Name":"jsTree"},{"Enabled":true,"Id":"83f01738-ebcc-4cab-a225-df161c9b0974","Name":"jsTree Identified"},{"Enabled":true,"Id":"f1422d31-3925-4256-87c2-bc1431515d4b","Name":"jsTree Version Disclosure"},{"Enabled":true,"Id":"c04c28b8-ec09-4407-b4b3-e0832b944433","Name":"jszip"},{"Enabled":true,"Id":"c34117dc-0518-45bd-89be-489ed69b92ee","Name":"jszip Identified"},{"Enabled":true,"Id":"9e8ed153-2b16-4ea7-ba20-890aae6b7b1f","Name":"jszip Version Disclosure"},{"Enabled":true,"Id":"431a2096-8131-45a0-80b1-a7e5cc0b367a","Name":"Knockout Mapping"},{"Enabled":true,"Id":"e11f38c6-080b-4395-8c2f-7b270cb4f0ba","Name":"Knockout Mapping Identified"},{"Enabled":true,"Id":"a7df154c-99de-4ec4-a953-764d60ffb95e","Name":"Knockout Mapping Version Disclosure"},{"Enabled":true,"Id":"a8ec1032-89bd-4090-b9e4-ac99f061ada7","Name":"Knockout.js"},{"Enabled":true,"Id":"b8b5ab5c-f233-435e-bd66-dc0d3bf65f0a","Name":"Knockout.js Identified"},{"Enabled":true,"Id":"768190e3-209e-4250-8cea-e44a6c17a342","Name":"Knockout.js Version Disclosure"},{"Enabled":true,"Id":"0e448441-93a4-4953-8567-bba11c2aadc8","Name":"Lazy.js"},{"Enabled":true,"Id":"bd91cf76-f67e-4902-a209-35f3ffc491df","Name":"Lazy.js Identified"},{"Enabled":true,"Id":"66c889a3-8fda-4533-ac0a-245123dfbb52","Name":"Lazy.js Version Disclosure"},{"Enabled":true,"Id":"9f0ecb76-56aa-40f8-bddf-5e702f2f0351","Name":"Leaflet"},{"Enabled":true,"Id":"d73a27f5-ee62-4ad3-a337-3ea75e0b1c5f","Name":"Leaflet Identified"},{"Enabled":true,"Id":"87818e3d-5d1a-49ab-b7ca-1305d4e7779f","Name":"Leaflet Version Disclosure"},{"Enabled":true,"Id":"5c6f2736-271f-4b20-bb4d-34a2a67a667b","Name":"Lightbox2"},{"Enabled":true,"Id":"e0f71bf6-6e69-4b22-a3f8-62a20d18dcd9","Name":"Lightbox2 Identified"},{"Enabled":true,"Id":"7e787dce-0238-4c58-8575-3b85fd12d2be","Name":"Lightbox2 Version Disclosure"},{"Enabled":true,"Id":"ad5cdfab-3eb7-47d2-9720-08e8621b74c9","Name":"List.js"},{"Enabled":true,"Id":"88479048-dae7-4267-a33b-af03e5a6ff14","Name":"List.js Identified"},{"Enabled":true,"Id":"03e635f3-d141-451c-8e91-b615f5187f9a","Name":"List.js Version Disclosure"},{"Enabled":true,"Id":"0e1ca715-c4f5-4171-90b3-5807a52c995d","Name":"Lodash"},{"Enabled":true,"Id":"86c7fceb-400b-486a-afe1-93913c5da360","Name":"Lodash Identified"},{"Enabled":true,"Id":"f624385a-64d9-46e9-a988-74f12da0d2fc","Name":"Lodash Version Disclosure"},{"Enabled":true,"Id":"a02a10b7-1211-407a-8e7a-59367e8f409d","Name":"Marionette.js"},{"Enabled":true,"Id":"ecc45aa9-c7cb-4209-866d-d154161e899b","Name":"Marionette.js Identified"},{"Enabled":true,"Id":"6ab63266-3d05-4df5-825a-f8c911ca21b8","Name":"Marionette.js Version Disclosure"},{"Enabled":true,"Id":"f2196130-29a9-44dc-8a6b-197af5787ea8","Name":"markdown-it"},{"Enabled":true,"Id":"da763d2b-9e5d-43f4-8b07-da271c710572","Name":"markdown-it Identified"},{"Enabled":true,"Id":"5d41a326-df67-49c3-a734-16981f166686","Name":"markdown-it Version Disclosure"},{"Enabled":true,"Id":"d5b1c882-324a-4ced-b95d-5d6cae662483","Name":"Math.js"},{"Enabled":true,"Id":"54e0961e-ffae-483d-994c-c2f8816bf3b9","Name":"Math.js Identified"},{"Enabled":true,"Id":"25f9db15-e4b5-457d-ac1e-57df4a3bba6f","Name":"Math.js Version Disclosure"},{"Enabled":true,"Id":"08aa51b7-4c5e-4ae3-a1c8-f36e6d3c8633","Name":"MathJax"},{"Enabled":true,"Id":"bcee4e33-f8d8-4b1d-b784-bbf26047de85","Name":"MathJax Identified"},{"Enabled":true,"Id":"45717c68-c890-425e-b572-1264ee590677","Name":"MathJax Version Disclosure"},{"Enabled":true,"Id":"12e799ea-bf5c-4308-ac5f-1f61bea28168","Name":"Mithril"},{"Enabled":true,"Id":"2c6841ac-ce34-4619-abf1-d6cc5d1d1c5b","Name":"Mithril Identified"},{"Enabled":true,"Id":"46ac0287-4c04-48ed-a52f-98e7f91cbe0f","Name":"Mithril Version Disclosure"},{"Enabled":true,"Id":"7cbf9d63-3a64-46a9-b4e4-13b615dbf94c","Name":"Modernizr"},{"Enabled":true,"Id":"8c019800-f434-4d78-9593-3c6fef48372b","Name":"Modernizr Identified"},{"Enabled":true,"Id":"3bcecf9d-49e6-457f-91d0-428ba71882b9","Name":"Modernizr Version Disclosure"},{"Enabled":true,"Id":"a5b24e58-fbed-400e-8a19-649e41176e8a","Name":"Moment.js"},{"Enabled":true,"Id":"f3eff599-893b-40de-9ce2-79c4c5ee424c","Name":"Moment.js Identified"},{"Enabled":true,"Id":"fd3ab4c6-8cd9-4145-a6f6-f7ddfa15e936","Name":"Moment.js Version Disclosure"},{"Enabled":true,"Id":"2758f8e3-155b-4d21-88d2-1242ced9d3f8","Name":"mustache.js"},{"Enabled":true,"Id":"3991b812-e993-4c3c-9a0d-67566b24748a","Name":"mustache.js Identified"},{"Enabled":true,"Id":"ea223c67-23ce-491b-be0f-d58c9638f014","Name":"mustache.js Version Disclosure"},{"Enabled":true,"Id":"67861c10-5138-4bed-8da0-692684de99bf","Name":"NextJsReactFramework"},{"Enabled":true,"Id":"a6315af9-f22c-4710-bb9a-f30926bf4cf5","Name":"NextJsReactFramework Identified"},{"Enabled":true,"Id":"59862793-b573-4990-b818-87cd9ec8b783","Name":"NextJsReactFramework Version Disclosure"},{"Enabled":true,"Id":"a2123c99-ef77-4197-a86a-ba677112d39f","Name":"PDF.js"},{"Enabled":true,"Id":"4e9e6ad7-413c-416d-9a49-e460749ac907","Name":"PDF.js Identified"},{"Enabled":true,"Id":"f9fa25ef-4b48-4f6d-a8c1-10546b8517f0","Name":"PDF.js Version Disclosure"},{"Enabled":true,"Id":"a0929284-ad1a-4ebd-ba8c-296f2c91d4ae","Name":"Phaser"},{"Enabled":true,"Id":"54704ee0-d065-4eb1-aceb-79662e5fa964","Name":"Phaser Identified"},{"Enabled":true,"Id":"6090c1c4-eb87-4ce7-8b01-4a8f1b23049f","Name":"Phaser Version Disclosure"},{"Enabled":true,"Id":"2c27d717-06d3-430a-88e8-4cc744180c6e","Name":"PixiJS"},{"Enabled":true,"Id":"c026aeeb-23dc-4312-9132-13be9a57a152","Name":"PixiJS Identified"},{"Enabled":true,"Id":"4349ec1a-e715-4bcd-9a4f-bd374f3e04b9","Name":"PixiJS Version Disclosure"},{"Enabled":true,"Id":"43bc32d5-1572-457d-92d4-8f082e277f4e","Name":"plupload"},{"Enabled":true,"Id":"ddeb0a69-3923-4e09-984b-563260aac012","Name":"plupload Identified"},{"Enabled":true,"Id":"9d49607a-1ea6-4083-a655-2a1228641678","Name":"plupload Version Disclosure"},{"Enabled":true,"Id":"9ed5d2cd-b630-4e0e-9c70-c775b8424f78","Name":"Polymer"},{"Enabled":true,"Id":"a3edac13-ed3c-431a-b08c-63acac919d4d","Name":"Polymer Identified"},{"Enabled":true,"Id":"0fc40ac9-4d95-4eaf-80e1-35a9f7ffb99f","Name":"Polymer Version Disclosure"},{"Enabled":true,"Id":"e9fbb4fb-f71c-45b6-af71-70a2834a83d8","Name":"PopperJS"},{"Enabled":true,"Id":"8eded199-e862-4417-8f38-dda3551bb121","Name":"PopperJS Identified"},{"Enabled":true,"Id":"5a4f48f9-2735-488b-88ca-8216bcac66d1","Name":"PopperJS Version Disclosure"},{"Enabled":true,"Id":"f6e05b0e-ab17-44f7-9951-122289f63d2c","Name":"prototypejs"},{"Enabled":true,"Id":"0f1aac93-6691-45a2-b2e0-d0066e3df586","Name":"prototypejs Identified"},{"Enabled":true,"Id":"f5a9d8f4-2d58-4431-922c-b451eee9dca6","Name":"prototypejs Version Disclosure"},{"Enabled":true,"Id":"073afbae-130b-4d92-8c9b-d4bf48504179","Name":"Ramda"},{"Enabled":true,"Id":"d6deb1f5-82a6-4179-a565-29fbc39788bf","Name":"Ramda Identified"},{"Enabled":true,"Id":"83b07a58-436b-406a-b087-5a9d488e5782","Name":"Ramda Version Disclosure"},{"Enabled":true,"Id":"a9a5d966-3716-43d3-947b-0f9dac478ae0","Name":"React"},{"Enabled":true,"Id":"4e88d3ae-198e-4b77-a123-04c0cc193ca1","Name":"React Identified"},{"Enabled":true,"Id":"0c59125f-b9e6-4eb5-81c4-860471a3db19","Name":"React Version Disclosure"},{"Enabled":true,"Id":"527dc7a3-90aa-471d-a6c7-310adb2a34bf","Name":"RequireJS"},{"Enabled":true,"Id":"f06df8b4-60c9-4257-9b7b-5169c6acdc60","Name":"RequireJS Identified"},{"Enabled":true,"Id":"b84a173d-3e23-457e-8777-e6c32417f372","Name":"RequireJS Version Disclosure"},{"Enabled":true,"Id":"807b02e8-8d7c-4ee8-8f2c-e55c2eb0281a","Name":"Respond.js"},{"Enabled":true,"Id":"04f08808-6b30-45d5-9f7c-c15374ce841a","Name":"Respond.js Identified"},{"Enabled":true,"Id":"d47db32a-41ff-407d-8634-b8cb7ff56c9a","Name":"Respond.js Version Disclosure"},{"Enabled":true,"Id":"2ecd93f9-f529-4a64-9838-78228d30326b","Name":"reveal.js"},{"Enabled":true,"Id":"9c3e4a83-6cfb-4435-a369-f5a8f4f661ed","Name":"reveal.js Identified"},{"Enabled":true,"Id":"64cf2949-8fb0-4818-a6d3-606966988918","Name":"reveal.js Version Disclosure"},{"Enabled":true,"Id":"ab71ae81-a673-485f-8f85-e4300f8ac09d","Name":"Rickshaw"},{"Enabled":true,"Id":"0acd03c3-d3ce-44a9-927c-a1ea6cd5ec6b","Name":"Rickshaw Identified"},{"Enabled":true,"Id":"e1e50cb1-86f3-476f-8d3f-4daedbefa1b2","Name":"Rickshaw Version Disclosure"},{"Enabled":true,"Id":"c2508460-2352-4887-8cf5-4b3e3031cfe3","Name":"Riot.js"},{"Enabled":true,"Id":"75bd6dec-3765-413a-beec-204febd745a5","Name":"Riot.js Identified"},{"Enabled":true,"Id":"76900ab5-03ab-4e26-a103-ed021a3f92ec","Name":"Riot.js Version Disclosure"},{"Enabled":true,"Id":"a01367f8-ec01-4e14-b8e6-05d0abd7a71e","Name":"ScrollReveal"},{"Enabled":true,"Id":"97d36a4d-3972-4ae7-911f-c0c65750d830","Name":"ScrollReveal Identified"},{"Enabled":true,"Id":"69c9ecb4-db3c-4522-b48f-860b416a714e","Name":"ScrollReveal Version Disclosure"},{"Enabled":true,"Id":"5aebed7a-a973-439b-a680-2a6344931995","Name":"Select2"},{"Enabled":true,"Id":"2c30b72c-5138-48aa-9d12-7195e92d9f6b","Name":"Select2 Identified"},{"Enabled":true,"Id":"08303aa7-d160-4d24-9ad4-75812a51c27a","Name":"Select2 Version Disclosure"},{"Enabled":true,"Id":"ee74dd2e-ea32-4167-8ff7-3cc08444b234","Name":"Semantic UI"},{"Enabled":true,"Id":"42d96fa2-85dd-49f7-915a-caf8b6b25dc0","Name":"Semantic UI Identified"},{"Enabled":true,"Id":"643ae9b3-fe5b-4d3c-a072-c11baa235799","Name":"Semantic UI Version Disclosure"},{"Enabled":true,"Id":"9183f2c8-4b98-4783-925f-29fc1c07aae7","Name":"slick"},{"Enabled":true,"Id":"18280b89-784f-4945-886a-7db74cad80e4","Name":"slick Identified"},{"Enabled":true,"Id":"857b6706-3c6a-4af8-b705-3e4813ce6645","Name":"slick Version Disclosure"},{"Enabled":true,"Id":"c3125f39-3e9a-4eee-97b0-f414658cd76d","Name":"Snap.svg"},{"Enabled":true,"Id":"8e810645-3f78-46f3-8012-f26c7ffa0d1f","Name":"Snap.svg Identified"},{"Enabled":true,"Id":"05953328-9a03-4cc1-b3d8-ea33ae7cb536","Name":"Snap.svg Version Disclosure"},{"Enabled":true,"Id":"db9c8680-605e-425a-9592-ac7dd714847c","Name":"Sortable.js"},{"Enabled":true,"Id":"c9213a83-7767-4143-9b0e-4d79ebde2c76","Name":"Sortable.js Identified"},{"Enabled":true,"Id":"842569a8-a2a1-4ce1-9212-069f5284c943","Name":"Sortable.js Version Disclosure"},{"Enabled":true,"Id":"a5f5dc67-3e28-4fa6-846f-9d4b2e1816c4","Name":"Swagger UI"},{"Enabled":true,"Id":"93f005e4-bc02-4846-9a8e-6092e9688538","Name":"Swagger UI Identified"},{"Enabled":true,"Id":"0db39fd0-b9d7-43a3-a63b-330e0ae9c81b","Name":"Swagger UI Version Disclosure"},{"Enabled":true,"Id":"39c03122-4b4f-47e3-87ff-144fc4eb44da","Name":"SweetAlert2"},{"Enabled":true,"Id":"80139441-e78a-4f36-99c9-3555ca4fd3a6","Name":"SweetAlert2 Identified"},{"Enabled":true,"Id":"94aa5f99-30c7-4592-8dcd-0b98d1ed6bc0","Name":"SweetAlert2 Version Disclosure"},{"Enabled":true,"Id":"3df6eaea-63dd-48c6-b40f-31e6ca57b61a","Name":"Three.js"},{"Enabled":true,"Id":"27f16876-0c13-44f0-8946-591ddbd2f65f","Name":"Three.js Identified"},{"Enabled":true,"Id":"008350de-d843-4c63-b75e-9202605d6cac","Name":"Three.js Version Disclosure"},{"Enabled":true,"Id":"fd215d2a-b920-4b01-965a-e636882468ca","Name":"TinyMCE"},{"Enabled":true,"Id":"84734165-95a4-4606-aea2-5627d82ccb79","Name":"TinyMCE Identified"},{"Enabled":true,"Id":"84921978-12f5-4c35-b308-1ce73658f9ec","Name":"TinyMCE Version Disclosure"},{"Enabled":true,"Id":"d41cf357-e2ee-4d50-a7d0-fe4e9c580847","Name":"Typeahead.js"},{"Enabled":true,"Id":"ac71ff59-7ea1-489f-97a9-5795399570b3","Name":"Typeahead.js Identified"},{"Enabled":true,"Id":"6e0d7d0f-da47-4d06-827e-faab7ac33ca9","Name":"Typeahead.js Version Disclosure"},{"Enabled":true,"Id":"4253a805-c322-4c0b-a952-655e905dfd03","Name":"uaparserjs"},{"Enabled":true,"Id":"1ccee0c9-d5f9-4ed7-aa48-0bcae04a3e1b","Name":"uaparserjs Identified"},{"Enabled":true,"Id":"f00bad78-748e-4989-a78f-5769378dcf2c","Name":"uaparserjs Version Disclosure"},{"Enabled":true,"Id":"4f311bab-1aef-4518-abce-06806d8dc72f","Name":"Underscore.js"},{"Enabled":true,"Id":"db773ec3-f997-42c7-82b0-7f567c50f5ca","Name":"Underscore.js Identified"},{"Enabled":true,"Id":"4ac295c2-b534-4b62-9a7f-deda90d3a0b8","Name":"Underscore.js Version Disclosure"},{"Enabled":true,"Id":"a90c03fa-e168-4a04-b283-572cd89f6237","Name":"Video.js"},{"Enabled":true,"Id":"e7f7e67c-9531-40e9-bf62-d5adec381dae","Name":"Video.js Identified"},{"Enabled":true,"Id":"6d36ad77-0694-4f4b-8831-ef1621836e57","Name":"Video.js Version Disclosure"},{"Enabled":true,"Id":"9985abeb-98d6-437c-a670-5c8f7eb48828","Name":"Vue.js"},{"Enabled":true,"Id":"90dc0710-422d-4a09-a48d-484c2c344f4f","Name":"Vue.js Identified"},{"Enabled":true,"Id":"54d73942-7a1f-46db-bdb4-ce1aa7fca06c","Name":"Vue.js Version Disclosure"},{"Enabled":true,"Id":"c72832d9-f180-4d85-a96b-2c179dd313f6","Name":"XRegExp"},{"Enabled":true,"Id":"d6a0ef6f-2903-4816-bd30-1476927cec61","Name":"XRegExp Identified"},{"Enabled":true,"Id":"9b261f8b-c6f8-4f52-9ce9-f6e7188ee504","Name":"XRegExp Version Disclosure"},{"Enabled":true,"Id":"305fcdcc-b318-4f18-9079-221d16e98407","Name":"YUI"},{"Enabled":true,"Id":"a76c71cf-ad75-4825-a1d9-9edbb5e72f39","Name":"YUI Identified"},{"Enabled":true,"Id":"231bcec9-5fde-4f44-b2b1-acd72d1a8ed0","Name":"YUI Version Disclosure"},{"Enabled":true,"Id":"4b45e327-d05b-449e-9b87-21c1ecb1adc1","Name":"Zepto.js"},{"Enabled":true,"Id":"7bd746b4-0f77-43f4-914b-a9563c034541","Name":"Zepto.js Identified"},{"Enabled":true,"Id":"9da9e65c-9514-43d9-81bf-14ffdc1c638e","Name":"Zepto.js Version Disclosure"}],"Settings":[],"Type":"Engine","Description":"Checks if the application uses JavaScript libraries that include known vulnerabilities.","Enabled":true,"Id":"9d0b94a8-842d-410c-853d-fc0489650e0f","Name":"JavaScript Libraries"}]},{"Title":"JSON Web Token","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"70e6f4ae-3fb2-4735-9922-3760a0c09763","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"UnauthorizedKeywordListEntries","Value":""}],"Type":"Engine","Description":"Analyzes Json Web Token (JWT) related vulnerabilities.","Enabled":true,"Id":"25b1af41-7271-4c83-b9f4-67b5672a2486","Name":"JSON Web Token"}]},{"Title":"Login Page Identifier","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"FormKeywordWeight","Value":"30"},{"Name":"LocationKeywordWeight","Value":"25"},{"Name":"LoginFormThreshold","Value":"75"},{"Name":"LoginKeywords","Value":"login;logon;signin;sign-in;sign_in"},{"Name":"PasswordInputWeight","Value":"30"},{"Name":"RememberMeInputWeight","Value":"30"},{"Name":"SubmitButtonWeight","Value":"15"},{"Name":"UsernameInputTypes","Value":"email;text"},{"Name":"UsernameInputWeight","Value":"15"},{"Name":"UsernameKeywords","Value":"email;username;login;account_name;accountname"}],"Type":"Engine","Description":"Identifies the login pages according to defined settings.","Enabled":true,"Id":"e715e5d4-7f4b-45f6-ac5e-56bc1c5d38e3","Name":"Login Page Identifier"}]},{"Title":"Malware Analyzer","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Checks response against malware.","Enabled":true,"Id":"f6a24f24-83f9-4fee-b097-75779b2f87a9","Name":"Malware Analyzer"}]},{"Title":"Mixed Content","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects if a page in HTTPS connection is pulling in other resources with the insecure HTTP protocol.","Enabled":true,"Id":"ca1add8d-b570-4e5c-9f4b-5b77dd61f99b","Name":"Mixed Content"}]},{"Title":"Open Redirection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"81f70d08-2446-4fa4-94b5-73440b394d52","Name":"Apache Struts - Prefix with redirect:"},{"Enabled":true,"Id":"e0066e07-d579-40f2-ba21-3b65677aadf8","Name":"Bypass with Backslash"},{"Enabled":true,"Id":"133c8e4b-ca30-4168-b7ec-62b5c96c1113","Name":"Bypass with Backslash - Double Encoded"},{"Enabled":true,"Id":"696e7ac5-c1d0-4f2c-9d26-f34ed1bf8d5b","Name":"Bypass with Double Slash - Postfix with HTML"},{"Enabled":true,"Id":"9698a0de-aef1-46b4-821b-7c0ab2b891d8","Name":"Bypass with Triple Slash"},{"Enabled":true,"Id":"9cf1bf7e-409c-4fbb-a93d-8ce3c8076dff","Name":"Bypass with Triple Slash - Double Encoded"},{"Enabled":true,"Id":"5a28cd7a-403d-4256-a4a1-5f0e173f8077","Name":"CNAME injection"},{"Enabled":true,"Id":"651fbdca-1133-4e8f-8fdd-e0b3a914e889","Name":"CNAME injection - Prefix HTTP Origin"},{"Enabled":true,"Id":"468e0c30-7f11-4004-92aa-5db605f01852","Name":"CNAME injection - Prefix HTTPS Origin"},{"Enabled":true,"Id":"468c05af-7726-48d1-81bd-4f4f4143fd0c","Name":"Email Attack"},{"Enabled":true,"Id":"0de827e1-f367-4972-b3e2-6559e4f0f0a2","Name":"Frame Injection"},{"Enabled":true,"Id":"668c6a34-b9f9-4bf2-a53d-3045f1aaf541","Name":"Frame Injection - Double Encoded"},{"Enabled":true,"Id":"a03e171f-c62c-45a1-8d2c-cf509eafff8a","Name":"Non-Protocol - Non-Slashes"},{"Enabled":true,"Id":"a5e98061-ee83-4b58-934b-14474a9c1989","Name":"Non-Protocol - Non-Slashes - Double Encoded"},{"Enabled":true,"Id":"f9e3e436-dabf-4c72-9011-683bbc70cef7","Name":"Non-Protocol - Non-Slashes - Suffix HTTP Origin"},{"Enabled":true,"Id":"b63403f0-45d7-41d2-8606-06cb833970eb","Name":"Non-Protocol - Non-Slashes - Suffix HTTPS Origin"},{"Enabled":true,"Id":"9db9ee39-78c0-48a3-a321-43fc93b7de73","Name":"Non-Protocol - Non-Slashes - Trailing Dot"},{"Enabled":true,"Id":"747701a3-1bb6-4740-98be-8b1623b6dfd9","Name":"Non-Protocol Attack"},{"Enabled":true,"Id":"a236940a-9778-4e09-b216-c9475968c1bd","Name":"Non-Protocol Attack - Double Encoded"},{"Enabled":true,"Id":"7cb1f0d3-b7e7-4876-b571-863330890c93","Name":"Unicode Dot Attack"},{"Enabled":true,"Id":"9632921d-13c8-440c-9350-b041b467144f","Name":"With HTTP"},{"Enabled":true,"Id":"8c3290ef-a613-47d9-b0c2-92e1c74f6db9","Name":"With HTTP - Double Encoded"},{"Enabled":true,"Id":"80065c87-05a1-4418-bb79-34bc63eaa3fb","Name":"With HTTP - Raw"},{"Enabled":true,"Id":"32ff7085-4386-4b36-bb05-5c5e5e6f8667","Name":"With HTTPS"}],"Settings":[{"Name":"DomParserEnabled","Value":"False"},{"Name":"PostAttackEnabled","Value":"False"}],"Type":"Engine","Description":"Detects if an attacker can lead a visitor to a potentially dangerous website.","Enabled":true,"Id":"9673c1d3-577b-4ded-8330-99aeaf4aa8e2","Name":"Open Redirection"}]},{"Title":"Oracle EBS RCE","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Oracle EBS - Unauthenticated Remote Code Execution","Enabled":true,"Id":"c7acf1a4-28fc-40e7-9a61-654b8b8201b8","Name":"Oracle EBS RCE"}]},{"Title":"Oracle WebLogic Remote Code Execution","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Analyzes Authentication Bypass and Remote Code Execution (CVE-2020-14883, CVE-2020-14882) vulnerabilities in the Oracle WebLogic application.","Enabled":true,"Id":"230c91b3-4944-4be2-8d90-47c33d37d208","Name":"Oracle WebLogic Remote Code Execution"}]},{"Title":"Referrer Policy","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detect vulnerabilities related to Referrer Policy.","Enabled":true,"Id":"e1c61d08-7e6a-4507-a1a0-6fdc31b218b8","Name":"Referrer Policy"}]},{"Title":"Reflected File Download","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"b0c42512-59f2-4de7-a69a-657d8e7d1062","Name":"Dynamically Generated Patterns"}],"Settings":[],"Type":"Engine","Description":"Checks the application against a possible reflected file download vulnerability.","Enabled":true,"Id":"4ee4e82d-3555-467f-a247-1e679ecb404a","Name":"Reflected File Download"}]},{"Title":"RegreSSHion Attack","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"AttackPort","Value":"22"}],"Type":"Engine","Description":"A race condition in OpenSSH may allow attackers to execute arbitrary code.","Enabled":true,"Id":"704822ca-db68-418b-9c1d-83cfe5ecbf36","Name":"RegreSSHion Attack"}]},{"Title":"Reverse Proxy Detection","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"ced65c58-3fa5-4ab3-a2ac-b8068898c434","Name":"Apache Traffic Server"},{"Enabled":true,"Id":"e584c746-a0eb-4cbd-9249-846e8134b080","Name":"Citrix NetScaler"},{"Enabled":true,"Id":"f1f132c1-4303-482f-9271-63aa393f6c41","Name":"Envoy Proxy"},{"Enabled":true,"Id":"05ea8f0e-6f82-43a5-805c-bc91c73c3c96","Name":"F5 Big-IP"},{"Enabled":true,"Id":"bad90508-c14c-4cf8-bda7-e90f30f32cca","Name":"HAProxy"},{"Enabled":true,"Id":"e1b166e3-3ea8-43f3-b574-4c7acb8b9025","Name":"HAProxy - 2"},{"Enabled":true,"Id":"cb2b9676-c16a-49be-9bdb-937498bddfdf","Name":"HAProxy - 3"},{"Enabled":true,"Id":"6e67c6c1-e002-476f-affe-8bae7f7a5d46","Name":"Skipper"}],"Settings":[],"Type":"Engine","Description":"Detects reverse proxies used in the target web site.","Enabled":true,"Id":"ef7722a1-4122-49ff-ad39-4e864828031c","Name":"Reverse Proxy Detection"}]},{"Title":"RoR Code Execution","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"d8c85e9c-3a7b-4324-98c8-e1b42c08216c","Name":"YAML JSON - Rails v2"},{"Enabled":true,"Id":"03bb91fe-491e-45b1-8ccb-45888c49dab9","Name":"YAML JSON - Rails v3"},{"Enabled":true,"Id":"cef519a7-4cd4-4c83-8788-e1989454aa4c","Name":"YAML XML - Rails v2"},{"Enabled":true,"Id":"3165e0f0-9d3e-47ba-90e8-5293b0d23879","Name":"YAML XML - Rails v3"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","Description":"Detects if an attacker can execute code at application level in Ruby on Rails applications.","Enabled":true,"Id":"a06d1a91-3085-46ca-9d80-35b61a12e9e1","Name":"RoR Code Execution"}]},{"Title":"Security Assertion Markup Language (SAML)","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"SAML is an XML standard that allows secure web domains to exchange user authentication and authorization data. ","Enabled":true,"Id":"e55ecfaf-4702-4ef6-8264-4f88ac3eda69","Name":"Security Assertion Markup Language (SAML)"}]},{"Title":"Sensitive Data","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"9a092d6e-d35e-4900-8939-a7af47dc62b5","Name":"Amazon AWS Access Key Id"},{"Enabled":true,"Id":"f39e7815-0e88-4632-95a5-ab6a8e273f54","Name":"Amazon AWS Secret Key"},{"Enabled":true,"Id":"b28d6456-8b91-48ce-bfde-ed88a8da45f5","Name":"Amazon MWS Auth Token"},{"Enabled":true,"Id":"5bc814cf-6508-4b5a-936e-aeb1baa49f40","Name":"Amazon SES SMTP Password"},{"Enabled":true,"Id":"6bafa2d2-61dc-464d-bb7d-6a5eff2bd8e0","Name":"Consul Token"},{"Enabled":true,"Id":"f634a9c6-d523-4392-bcae-2352720b41c7","Name":"Database Connection String - MongoDB - MySQL"},{"Enabled":true,"Id":"00c45ec6-e34d-4c91-892f-56bd312b6187","Name":"Database Connection String - PostgreSQL"},{"Enabled":true,"Id":"6890a33d-cf0d-44da-aee4-9c63192510ad","Name":"Devise Secret Key"},{"Enabled":true,"Id":"93961ca1-cc96-4eaf-9b3a-c6d74210b4c4","Name":"Facebook Access Token"},{"Enabled":true,"Id":"4c22df0e-9900-4743-8ca7-2390375649e3","Name":"Facebook App ID"},{"Enabled":true,"Id":"c9ce2065-e599-44a0-82dd-e49bb8eac91a","Name":"Facebook App ID XML"},{"Enabled":true,"Id":"ea3b8d98-ef0d-4d50-a694-a3cd1a5b03b6","Name":"Facebook App Secret"},{"Enabled":true,"Id":"9c59d7c9-98f9-45e6-be01-79a5fbb0d8aa","Name":"Gitlab Personal Access Token"},{"Enabled":true,"Id":"c9ba1821-3a30-4de0-8a7a-a6e46dd5d877","Name":"Google Cloud API Key"},{"Enabled":true,"Id":"31e582ad-cb13-42a4-b207-8655857231c7","Name":"Google OAuth Access Token"},{"Enabled":true,"Id":"049575e3-d23e-4866-b0b2-32cf7236a996","Name":"Heroku API Key"},{"Enabled":true,"Id":"28fdbdef-f4d8-4dbe-94fb-d0e7ccdeff6d","Name":"Heroku API Key XML"},{"Enabled":true,"Id":"32f00ac1-dfbd-4c08-bae0-8e87b59a14a2","Name":"JDBC Database Connection String"},{"Enabled":true,"Id":"ffb5208f-010d-472e-a9f9-a43d8ba0e748","Name":"Jenkins Secret"},{"Enabled":true,"Id":"5603c282-d269-4fb2-aad0-0e6aa6b24e38","Name":"LinkedIn API Key"},{"Enabled":true,"Id":"16fe93df-19b7-4187-94dd-3cb6bbe61a99","Name":"LinkedIn API Key XML"},{"Enabled":true,"Id":"ebbc2cb9-b3f4-463e-ab87-8b3d657c7b04","Name":"MailChimp API Key"},{"Enabled":true,"Id":"a97e94fb-b7f5-4493-b69a-24d6ec8ec09c","Name":"MailGun API Key"},{"Enabled":true,"Id":"178b2f23-03df-4177-92cd-562e10ac8294","Name":"Mapbox Token"},{"Enabled":true,"Id":"de78257b-7d74-42bf-b381-d254fab2d3b7","Name":"Nexmo Secret"},{"Enabled":true,"Id":"ae0802d0-9bca-4dbf-927c-b73284493123","Name":"NPM Access Token"},{"Enabled":true,"Id":"ba2e7458-dee8-4033-9be4-69a265758a50","Name":"NuGet API Key"},{"Enabled":true,"Id":"76e98e56-9f4a-475d-9c24-e6352b9b9bd2","Name":"NuGet API Key XML"},{"Enabled":true,"Id":"b83982c5-8778-489c-98ca-497ac891b5e8","Name":"Okta Secret"},{"Enabled":true,"Id":"7f50309a-92f9-454e-960b-a9ac0c01b797","Name":"Omise Secret Key"},{"Enabled":true,"Id":"ba895aa7-9c6e-4416-8c9c-f213c384db0c","Name":"Paypal Access Token"},{"Enabled":true,"Id":"9610391d-0ee4-4e75-81ce-62ad1cfd2a4a","Name":"Picatic API key"},{"Enabled":true,"Id":"e210c3f1-f35b-46bb-ad22-27c65dc0c920","Name":"SendGrid API Key"},{"Enabled":true,"Id":"b88f882a-89cb-4f72-b00f-029e5c5936a6","Name":"Sentry Auth Token"},{"Enabled":true,"Id":"180b03b2-0919-49e6-848a-03673877b394","Name":"Sentry Auth Token XML"},{"Enabled":true,"Id":"24423d46-b800-42a8-a981-ef4b15497d31","Name":"Slack Token"},{"Enabled":true,"Id":"3a50662c-6323-4ca8-94e6-f57198c32e1b","Name":"Slack v1.x Token"},{"Enabled":true,"Id":"796c9663-f4fc-43cd-b9ed-1109f07d60a4","Name":"Slack Webhook"},{"Enabled":true,"Id":"54d1bebb-7030-40ee-9371-901c13b11753","Name":"SonarQube User Token"},{"Enabled":true,"Id":"6f2e5d73-b068-450d-bf6d-8c1c47359c10","Name":"Square OAuth Secret"},{"Enabled":true,"Id":"3690bc5f-bd9f-4178-b60f-a2e6006c7344","Name":"Square Personal Access Token"},{"Enabled":true,"Id":"2e0e5d22-3594-48da-aef0-c309ee196e32","Name":"SSH Key"},{"Enabled":true,"Id":"ede928bb-4d44-474f-aaef-294a53dc12f3","Name":"Stripe API key"},{"Enabled":true,"Id":"81baa592-318b-47af-b3a8-8e2a635479a8","Name":"Symfony Application Secret"},{"Enabled":true,"Id":"9aa601c4-286d-46b8-8a7a-dc0b1783fc27","Name":"Teams Webhook"},{"Enabled":true,"Id":"9657ad9c-0fb4-46d1-9fa4-ea580b0a6d54","Name":"Telegram Bot API Token"},{"Enabled":true,"Id":"e6151b27-b303-4e40-96c6-36585619daea","Name":"Twilio API Key"},{"Enabled":true,"Id":"35418522-1ef6-444f-b8c8-c7fc6cd6039e","Name":"Twitter Access Token Secret"},{"Enabled":true,"Id":"d0d5c048-3aca-484c-84d9-a18cdb6f90c0","Name":"Twitter Access Token Secret XML"},{"Enabled":true,"Id":"883e4880-8122-420e-9f5c-bb5713ec1423","Name":"Twitter API Secret Key"},{"Enabled":true,"Id":"a4336759-6cdd-4257-8fb6-0ba2ce49c154","Name":"WordPress Authentication Key/Salt"}],"Settings":[],"Type":"Engine","Description":"Detects security issues based on standard signature checks. Only passive checks are performed with this test group therefore no HTTP requests are made. Since other tests depend on this test group, it is recommended to have it enabled.","Enabled":true,"Id":"d03d0405-3e10-4223-8d71-e408be5ed069","Name":"Sensitive Data"}]},{"Title":"Signatures","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"bcff34c4-3b97-43d4-a24a-7df09122e06f","Name":".DS_Store File Found"},{"Enabled":true,"Id":"5e9ab04c-5867-4a8a-b808-b548baff612a","Name":"[Possible] Credit Card Disclosure"},{"Enabled":true,"Id":"e24eef00-a753-458b-90c3-e96002fb061e","Name":"[Possible] Database Connection String Identified"},{"Enabled":true,"Id":"e4dd81ea-4eb9-417f-a573-d4457cfc4e40","Name":"Aah web server Identified"},{"Enabled":true,"Id":"5265f592-000c-458c-9b20-50b8cea0cfdc","Name":"ActionheroJS Identified"},{"Enabled":true,"Id":"92e44b26-ee23-46bf-af1d-105b7e62f3c6","Name":"Adminer Identified"},{"Enabled":true,"Id":"b5b7f2eb-54ae-42ed-9803-2206f7495fcb","Name":"Adobe Experience Manager (AEM) Identified"},{"Enabled":true,"Id":"60f3c82c-bc16-4ff1-914b-df95375971c1","Name":"Angular Version Disclosure"},{"Enabled":true,"Id":"50ee2abd-5068-432f-b7e8-7fead57b77b6","Name":"Apache Coyote Identified"},{"Enabled":true,"Id":"e826998d-1a0e-4d4d-b80a-a916a8ce91d6","Name":"Apache Derby Error"},{"Enabled":true,"Id":"e28a745b-925a-4f91-8883-786fbda2bbcd","Name":"Apache Identified"},{"Enabled":true,"Id":"de793fcc-997c-4c53-824f-2dd469a79c17","Name":"Apache Multiviews Option"},{"Enabled":true,"Id":"c901f443-6d6d-425f-bf27-7fcd0640a41e","Name":"Apache Shiro Identified"},{"Enabled":true,"Id":"3b185ea8-8947-4e4a-b35a-686e13a15164","Name":"Apache Traffic Server Identified - I"},{"Enabled":true,"Id":"cbedac22-958d-4e3c-ba11-8abb65e9e747","Name":"Apache Traffic Server Identified - II"},{"Enabled":true,"Id":"d3c7e6f2-6cd2-4fa3-83f1-228e687306e3","Name":"apache.conf"},{"Enabled":true,"Id":"5f0ec871-26b1-4331-bfec-b5d7cd188a8f","Name":"Artifactory DevOps Solution Identified"},{"Enabled":true,"Id":"2e2ca58c-de3f-4f2f-a92a-6ef68ee64146","Name":"ASP Provider Error"},{"Enabled":true,"Id":"3c19b575-18f4-434d-8954-68c17154111d","Name":"ASP.NET Error Message - Type I"},{"Enabled":true,"Id":"c0919b2b-4d26-48ab-abe4-61b7fd0a918f","Name":"ASP.NET Error Message - Type II"},{"Enabled":true,"Id":"4c20ec7a-9264-43d0-8972-f9dd49066523","Name":"ASP.NET Identified"},{"Enabled":true,"Id":"b37e8311-0df6-4bd5-8423-ad5648b19e55","Name":"ASP.NET MVC Identified"},{"Enabled":true,"Id":"6bface55-56e3-4e5f-9101-3f6fcd1e7761","Name":"Atlassian Confluence Identified"},{"Enabled":true,"Id":"e044c1de-ea8f-4feb-a6d9-6d7c5f38ca81","Name":"Atlassian Jira Identified"},{"Enabled":true,"Id":"afe5b586-008e-49a5-955e-7fe2afe485dc","Name":"Atlassian Proxy Identified"},{"Enabled":true,"Id":"39f405dc-57c0-4e6f-9ecc-4e2606e76546","Name":"Axway SecureTransport Server Identified"},{"Enabled":true,"Id":"1ef455c0-154f-4ad4-8f29-8d2b26e1b289","Name":"Axyway SecureTransport"},{"Enabled":true,"Id":"f6ff1178-9721-486f-b4f8-947e3af08a0d","Name":"BitNinja Captcha Server Identified"},{"Enabled":true,"Id":"e7b78c95-d306-42ff-8577-088aa0a557f2","Name":"BODY Version Disclosure (PHP)"},{"Enabled":true,"Id":"6779baef-d20d-4f85-ad66-f427a5b804d6","Name":"BODY Version Disclosure (Tomcat)"},{"Enabled":true,"Id":"8b4cbb21-7ade-4417-881d-d62a8a0c690b","Name":"BODY Version Disclosure (Tomcat) - II"},{"Enabled":true,"Id":"295b3812-167e-4601-b6fe-d1387c724e4c","Name":"Bomgar Remote Support Software"},{"Enabled":true,"Id":"813d881c-ea9c-474b-a914-0c8c736d00d2","Name":"Caddy Web Server Identified"},{"Enabled":true,"Id":"edfb039b-e6da-4bdc-839c-740233df74d9","Name":"CakePHP Framework Identified"},{"Enabled":true,"Id":"559ff79c-72b8-4ee9-a75a-8050b36473a3","Name":"CakePHP Framework Identified - Header"},{"Enabled":true,"Id":"dbf6d73f-44b9-4c86-9675-a21ac2cc5dc9","Name":"Case Not Found (Oracle)"},{"Enabled":true,"Id":"b91d2f4e-5473-4d78-97ea-ecc9828fcf43","Name":"CDN Disclosure (Airee)"},{"Enabled":true,"Id":"4e2034d4-9f41-408f-b7cb-3a6915ccc576","Name":"CDN Disclosure (Akamai)"},{"Enabled":true,"Id":"f9e0fd58-267e-4797-9da1-f324f5235471","Name":"CDN Disclosure (Akamai) - 2"},{"Enabled":true,"Id":"13c14c7f-3962-4a9b-aef7-f182bcad1bae","Name":"CDN Disclosure (Akamai) - 3"},{"Enabled":true,"Id":"2971c0e5-c79a-430f-a037-e2a910839a64","Name":"CDN Disclosure (Arvan Cloud)"},{"Enabled":true,"Id":"236466c6-88ee-402c-9580-0c8b372f5745","Name":"CDN Disclosure (Azure)"},{"Enabled":true,"Id":"3bebab19-4c76-4f8c-a2ff-45b96e686576","Name":"CDN Disclosure (CDN77)"},{"Enabled":true,"Id":"670aaf31-564b-4555-8a2f-0a321d9287ea","Name":"CDN Disclosure (Fastly)"},{"Enabled":true,"Id":"c59ead36-4863-4914-b936-d3c01403baf1","Name":"CDN Disclosure (Fireblade)"},{"Enabled":true,"Id":"4d51ad5f-63b9-423b-bc28-d9c9060e8524","Name":"CDN Disclosure (Google Cloud)"},{"Enabled":true,"Id":"bfdfe8fe-aa55-4664-a888-3f4b756f51b1","Name":"CDN Disclosure (Incapsula)"},{"Enabled":true,"Id":"d338aa69-f246-464b-84d6-28b834c6235c","Name":"CDN Disclosure (JsDelivr) - 1"},{"Enabled":true,"Id":"9a3a2821-186c-470e-9fd2-ead640dfc016","Name":"CDN Disclosure (JsDelivr) - 2"},{"Enabled":true,"Id":"1dcbadd0-609d-4ea0-9b34-8d9050a0de49","Name":"CDN Disclosure (KeyCDN)"},{"Enabled":true,"Id":"7f578fec-0c2d-4ae6-b06c-7f50de8a374f","Name":"CDN Disclosure (MaxCDN)"},{"Enabled":true,"Id":"105414d7-ef66-4521-9141-cb4e32cebc2a","Name":"CDN Disclosure (Netlify)"},{"Enabled":true,"Id":"561ecf28-e9ad-4dd7-aefa-e3ad3e0815bc","Name":"CDN Disclosure (PowerCDN)"},{"Enabled":true,"Id":"d5956e55-8cb0-46c5-8e74-13d85444f4c0","Name":"CDN Disclosure (PowerCDN) - 2"},{"Enabled":true,"Id":"d876cde0-2af8-42ec-92e8-2804628ded36","Name":"CDN Disclosure (Qrator)"},{"Enabled":true,"Id":"ca7eddfc-427e-428a-b447-db55475afb1c","Name":"CDN Disclosure (StackPath)"},{"Enabled":true,"Id":"68e49d50-90b5-4616-a241-3b7767421064","Name":"CDN Disclosure (Sucuri)"},{"Enabled":true,"Id":"f0c7b10a-d8a0-4bfc-a18e-3d5402c56628","Name":"CDN Disclosure (West263)"},{"Enabled":true,"Id":"fa79d79e-a012-414e-a928-4e3333b2fac3","Name":"cdnjs Identified"},{"Enabled":true,"Id":"539d2566-506f-464c-b8ec-3c420d41155a","Name":"Cherokee Server Identified"},{"Enabled":true,"Id":"a023f404-3b0d-4b43-8291-99a24b6a4eaa","Name":"Cherokee Server Version Disclosure"},{"Enabled":true,"Id":"621a6d5a-f112-4e8f-b087-f245046677d9","Name":"CherryPy Identified"},{"Enabled":true,"Id":"57898b7d-f6a2-4ab7-8885-806c03f66c8d","Name":"CherryPy Identified - Body"},{"Enabled":true,"Id":"847559bd-b627-4c0c-a409-b8e125cdacb5","Name":"Cloudflare Bot Management Identified"},{"Enabled":true,"Id":"fecfcc61-e4ff-4fd9-a2d8-a3215e04306f","Name":"Cloudflare Browser Insight Identified"},{"Enabled":true,"Id":"54576480-21ab-4365-bf4a-d1553bed1352","Name":"Cloudflare Identified"},{"Enabled":true,"Id":"f1bfbb92-9675-4c68-adca-a906306e5cf9","Name":"Confirmed LFI via Log Injection"},{"Enabled":true,"Id":"0524c21d-dc25-43a1-b632-0f3cc761481d","Name":"Cowboy HTTP Server Identified 1"},{"Enabled":true,"Id":"1de551eb-7d90-469c-87b8-9c2fedb0edc4","Name":"Cowboy HTTP Server Identified 2"},{"Enabled":true,"Id":"aee421cb-9670-422e-9b57-26480c7f6669","Name":"Cowboy HTTP Server Version Disclosure"},{"Enabled":true,"Id":"2198755e-b133-4f63-9153-0f77158226c4","Name":"cPanel"},{"Enabled":true,"Id":"8b608e29-7f79-46e2-820e-2cfdadf702da","Name":"Craft CMS Identified"},{"Enabled":true,"Id":"05873ac1-816d-4bc8-952d-65ab23c20252","Name":"CrushFTP Server Detected"},{"Enabled":true,"Id":"8ac14f04-3aa6-454b-8d4d-6af4b3519ff6","Name":"Daiquiri Identified"},{"Enabled":true,"Id":"4d01f42c-9d85-44b4-bcb5-1ed469aca87d","Name":"Data Dome Identified"},{"Enabled":true,"Id":"00de1d5c-1bc7-405a-a398-d8a797e88ec8","Name":"Database Errors (MySQL/Tomcat)"},{"Enabled":true,"Id":"663a0cc1-6cbe-4d14-8ca5-068fe09c051a","Name":"Database Name Disclosure (MSSQL)"},{"Enabled":true,"Id":"544b83e7-0a17-4ce3-a026-38751b3633f9","Name":"Database Name Disclosure (MySQL)"},{"Enabled":true,"Id":"c6d25bb4-e786-4c8c-bb97-b2bc2c62b1bc","Name":"DataDome Identified - 2"},{"Enabled":true,"Id":"a13afaf6-f19d-4f80-a116-b07031a08782","Name":"DbNinja Identified"},{"Enabled":true,"Id":"664bd074-82b0-4354-9540-e8e8f9686b20","Name":"Default Page (Apache)"},{"Enabled":true,"Id":"aed52dfb-0ffc-4f4a-9299-20b871473282","Name":"Default Page (IIS 10.0)"},{"Enabled":true,"Id":"53c42c3b-e039-4df4-b9fc-1edeb82b8feb","Name":"Default Page (IIS 6.0)"},{"Enabled":true,"Id":"1c7338bd-708a-4308-9e43-d98d71756e37","Name":"Default Page (IIS 7.0)"},{"Enabled":true,"Id":"4928a74b-ecc7-4a3e-91fa-60e6d1f87286","Name":"Default Page (IIS 7.5)"},{"Enabled":true,"Id":"e8639e8a-4bab-4e4d-97e3-3bd8ae9e7b9c","Name":"Default Page (IIS 7.X)"},{"Enabled":true,"Id":"463730bc-0e7a-4bb1-b6ba-e5649a884534","Name":"Default Page (IIS 8.0)"},{"Enabled":true,"Id":"f79a20a9-bf20-4e5f-aa19-a977760ced7a","Name":"Default Page (IIS 8.5)"},{"Enabled":true,"Id":"8b408a8b-4edf-44de-84ff-55159c06c170","Name":"Default Page Detected (CakePHP Framework)"},{"Enabled":true,"Id":"980bb223-c492-49e2-a357-857f816441c7","Name":"Detailed Error Messages / Stack Trace (ASP.NET)"},{"Enabled":true,"Id":"eb4064cb-9418-4d96-a7ae-855388130bbd","Name":"Detailed Error Messages / Stack Trace (ColdFusion)"},{"Enabled":true,"Id":"1e888376-2d62-4b5f-922b-e802f70331ff","Name":"Detailed Exception Report (Tomcat)"},{"Enabled":true,"Id":"13017bd2-bc19-4827-bebc-543a48db128c","Name":"Directory Listing (Apache)"},{"Enabled":true,"Id":"d524352f-16f4-4654-878f-f8d60e8bfc13","Name":"Directory Listing (ASP.NET)"},{"Enabled":true,"Id":"d772183f-0a90-4cc4-a363-fb16e1360fdd","Name":"Directory Listing (IIS 6+)"},{"Enabled":true,"Id":"e8ddf329-9ce6-416d-83fb-be2c965c2b4f","Name":"Directory Listing (lighttpd)"},{"Enabled":true,"Id":"b9e5ca07-806f-4712-aab3-1b92688a98b6","Name":"Directory Listing (LiteSpeed)"},{"Enabled":true,"Id":"a82f3e5f-ea81-4b66-9c80-c7bd9ee13c6b","Name":"Directory Listing (Nginx)"},{"Enabled":true,"Id":"bbcb3d17-45c1-4733-b95d-142556d34fbc","Name":"Directory Listing (Tomcat)"},{"Enabled":true,"Id":"170b20fe-b3e9-4e56-bcda-0864d17bbbce","Name":"Django Debug Mode Enabled"},{"Enabled":true,"Id":"e6a7e4ae-2a17-44d2-a162-6301552e54af","Name":"Django Detailed Error Page"},{"Enabled":true,"Id":"606b3ecf-83a2-43ed-926a-3063bac4491b","Name":"Django Identified"},{"Enabled":true,"Id":"94505baf-97b2-4be2-8041-ff1ac258b139","Name":"DoS Detection (MySQL)"},{"Enabled":true,"Id":"740232ec-fb4c-49c2-bd49-c712d989b0f3","Name":"Dot CMS Version Disclosure"},{"Enabled":true,"Id":"5f5758fe-9693-4422-b689-7500dd811274","Name":"doxygen.conf"},{"Enabled":true,"Id":"a8c77b9c-53d4-4211-ab89-7b59735e105e","Name":"Drupal Identified - Body"},{"Enabled":true,"Id":"11042711-bf57-4bda-9bf1-be80928a4885","Name":"Drupal Identified - Body II"},{"Enabled":true,"Id":"8c569947-ba1e-43f8-9719-37ff232bf149","Name":"Drupal Identified - Body III"},{"Enabled":true,"Id":"a3d93ac0-a664-418d-a316-faec030532be","Name":"Drupal Identified - Header"},{"Enabled":true,"Id":"4990d2d2-7fda-4b27-8982-4eaaf21bcf43","Name":"Drupal Identified - Header II"},{"Enabled":true,"Id":"012b2c5e-34b1-45d6-a522-49bf10b2b6ef","Name":"Elmah Error Log Detection"},{"Enabled":true,"Id":"8dd9c0d3-e91a-4112-99f4-62ed329cc27e","Name":"E-Mail Disclosure"},{"Enabled":true,"Id":"3e997970-0d9b-4ff9-b6d2-4bbc569d6ff1","Name":"Error Disclosure (Ruby)"},{"Enabled":true,"Id":"34e263e4-f770-4ba9-a5c0-af1eb0ff6377","Name":"Errors (MS Access)"},{"Enabled":true,"Id":"7487541a-716e-4719-939e-48ae175d280a","Name":"Errors (Oracle)"},{"Enabled":true,"Id":"1843df11-da30-47e6-b465-7d594fe8f9dd","Name":"ExpressJS Identified"},{"Enabled":true,"Id":"aca9e2b1-4740-4b16-8b90-978219008198","Name":"EZProxy Identified"},{"Enabled":true,"Id":"72fa79a3-7cf2-43ac-a9fa-7b5caf9af87e","Name":"fpadmin"},{"Enabled":true,"Id":"37dbca37-3a88-47bf-b504-4af0002a9f05","Name":"FrontPage Identified"},{"Enabled":true,"Id":"fedebc15-9eee-483c-9ee7-8af79a68287e","Name":"Generic Apache Module Identified"},{"Enabled":true,"Id":"c4fd10ef-6866-49ce-9eca-692ebe0d1ad0","Name":"Generic DB Error"},{"Enabled":true,"Id":"a6903407-905a-4adc-9eef-ed86aa04e966","Name":"Generic DB Error - 2 - Mostly"},{"Enabled":true,"Id":"68752f43-115b-4809-ad4e-93806a97db90","Name":"Generic Error (MySQL)"},{"Enabled":true,"Id":"f8cc75d9-71b9-45d5-98f1-566731f0af24","Name":"Generic Permanent XSS - Short XPATH Prematch"},{"Enabled":true,"Id":"f5590afd-317f-4fd5-ab16-800d67100407","Name":"Generic SQL Exception (Java)"},{"Enabled":true,"Id":"10663ef4-baf6-41e0-83da-e83efcd0dfcb","Name":"GlassFish Identified"},{"Enabled":true,"Id":"bd0b668d-a396-44ea-a07d-f508337ed1af","Name":"Grafana Identified"},{"Enabled":true,"Id":"d301c7a4-fd00-4953-b115-1113d62815a3","Name":"Gunicorn Python WSGI HTTP Server Identified"},{"Enabled":true,"Id":"69ab496c-366a-4635-8c4c-0549d7d6fb2d","Name":"Header Injection Newline"},{"Enabled":true,"Id":"3a58e7e2-da93-444a-b7de-fcf7a4db9b2b","Name":"Hiawatha Server Identified"},{"Enabled":true,"Id":"284f02e4-193e-406c-822d-2b660574f815","Name":"Hiawatha Server Version Disclosure"},{"Enabled":true,"Id":"a87a7220-7add-4599-b892-8224be150f0f","Name":"Hibernate Error Message"},{"Enabled":true,"Id":"bae289e0-b78f-4da3-8c8a-2abe41c1d51d","Name":"HsqlDb Identified"},{"Enabled":true,"Id":"d26905a5-fbf1-4f01-bb83-608197109128","Name":"httpd.conf"},{"Enabled":true,"Id":"f844429d-5e81-47aa-b635-b5b37e198403","Name":"httpd-vhosts.conf"},{"Enabled":true,"Id":"eaa34397-f7b4-42ff-bfa9-e187b81cc6c6","Name":"HubSpot Identified"},{"Enabled":true,"Id":"4d8cef9a-aca1-4b9c-bfc9-e54808825a2d","Name":"IBM BPM Identified"},{"Enabled":true,"Id":"07e3b515-5158-447f-bbb6-b1fde356f31c","Name":"IBM HTTP Server Identified"},{"Enabled":true,"Id":"cf90a035-bfa0-4fa7-9158-482ec98f6009","Name":"IBM Rational Team Concert (RTC) Identified"},{"Enabled":true,"Id":"156af962-c9f2-4cbd-9c54-f7fa79aa480d","Name":"IBM Security Access Manager (WebSEAL) Identified"},{"Enabled":true,"Id":"21c8aa9d-e58f-4ca5-9c65-433009de28e3","Name":"IBM Security Access Manager (WebSEAL) Version Disclosure"},{"Enabled":true,"Id":"09aa074f-f0e8-42a0-8c4f-115b940c9e46","Name":"IE XSS Protection Disabled"},{"Enabled":true,"Id":"9e68c10f-e261-47f3-9f4c-a2c8d25ba53a","Name":"IIS Identified"},{"Enabled":true,"Id":"cd7adb94-b3d1-4d9e-a8ba-7c1b55e7041a","Name":"Improved Extension - extensions (MySQL)"},{"Enabled":true,"Id":"c5a77ec4-8c51-4e54-b012-f32333c95d9a","Name":"Improved Extension - PHP Error (MySQL)"},{"Enabled":true,"Id":"972df363-25d8-45d5-90a1-9b36e01fc2b8","Name":"Informix - illegal character error"},{"Enabled":true,"Id":"78b2d222-e03b-4705-8c54-bbb75ae3e763","Name":"Internal IP Address Leakage - Body"},{"Enabled":true,"Id":"7d9a0b6c-4aa0-42c9-940c-f311645d5787","Name":"Internal IP Address Leakage - Header"},{"Enabled":true,"Id":"ca230dba-97cb-435f-83de-b5947003349e","Name":"isqlplus"},{"Enabled":true,"Id":"783d051a-91c8-4025-b576-47312bb54eca","Name":"Java Identified"},{"Enabled":true,"Id":"68132f02-8075-42b0-bc3d-3f7308c23ad8","Name":"Java- NSFTW"},{"Enabled":true,"Id":"d12b3e39-a759-45d7-8909-1be0c1dd814d","Name":"Java Servlet Identified"},{"Enabled":true,"Id":"0f07b4a9-9333-4804-a038-f47a60718ebc","Name":"JBoss Application Server Identified"},{"Enabled":true,"Id":"1dbab5b6-a33a-4eb4-913a-341c46d7af9d","Name":"JBoss Core Services Identified"},{"Enabled":true,"Id":"0df2826e-8c46-4558-94c4-b3633553d630","Name":"JBoss Enterprise Application Platform Identified"},{"Enabled":true,"Id":"66aee239-09ca-4ad1-a020-43593ab09e55","Name":"JDBC SQL Exception"},{"Enabled":true,"Id":"ca16df21-d6f5-4b1d-9f4b-25bfc27c4419","Name":"Jenkins Identified"},{"Enabled":true,"Id":"9b70c99e-2c5d-4757-879d-b7fb6fc04361","Name":"Jetty Web Server Identified"},{"Enabled":true,"Id":"6df415a0-00b9-4262-bfb8-6ecc4561362c","Name":"Jolokia Identified"},{"Enabled":true,"Id":"76381973-8a2a-4831-917e-4538986aebef","Name":"Joomla Identified - Body"},{"Enabled":true,"Id":"c7d138b4-4f4c-4060-a1a7-9d0c00a00d67","Name":"Joomla Identified - Body II"},{"Enabled":true,"Id":"4a6b6d26-049a-4e8a-83eb-309c88d53482","Name":"Json Web Key Set Disclosure"},{"Enabled":true,"Id":"649f65ac-9216-45f6-8c47-61552e102d3d","Name":"JSP (Java Server Page) Identified"},{"Enabled":true,"Id":"b5525a25-8bd7-42f2-9998-8fe1e948d566","Name":"JWT Detected"},{"Enabled":true,"Id":"4eb04992-b608-48db-a5dd-aaaa4761e21b","Name":"Kestrel Server"},{"Enabled":true,"Id":"d46de119-62fd-4cc3-8c0c-55d559f8215a","Name":"Kong Server Identified"},{"Enabled":true,"Id":"e99ba7b4-b871-4a85-8a31-e28a5af65fad","Name":"Laravel Debug Mode Enabled"},{"Enabled":true,"Id":"0756013f-db19-4c45-85e7-87a2b6e139d8","Name":"Laravel Environment Configuration File (.env)"},{"Enabled":true,"Id":"fae0021f-e29a-41b2-bb51-cf212e123dcd","Name":"LFI (ASP/ASP.NET)"},{"Enabled":true,"Id":"77aab76b-2a00-490e-ac63-e622b74533ed","Name":"LFI (JSP)"},{"Enabled":true,"Id":"557e24ce-5d36-4b95-a06b-d4bbbc442662","Name":"Liferay DXP Identified"},{"Enabled":true,"Id":"4e3ee3af-6653-4252-97c5-772662eae114","Name":"Liferay Portal Identified"},{"Enabled":true,"Id":"d92d146d-4985-4036-8d54-fa5e5847a586","Name":"Lighthouse Identified"},{"Enabled":true,"Id":"7597084a-34ff-473e-b558-ad42c7792ee8","Name":"Lighttpd Identified"},{"Enabled":true,"Id":"db915180-6a52-4782-a534-b8022d12b0a5","Name":"Lighttpd Identified - Body"},{"Enabled":true,"Id":"42b56371-e743-42bd-8a81-febefb4bb0d6","Name":"LiteSpeed Web Server Identified"},{"Enabled":true,"Id":"6ac4dff9-7963-40d0-b715-0c31b1846aa6","Name":"Low Possible SQL Injection - 6"},{"Enabled":true,"Id":"da18318e-be02-42f9-ad5a-f3db20ff3068","Name":"Lua Identified"},{"Enabled":true,"Id":"fff365d7-31d0-44e9-87c2-c0e2f9c1707d","Name":"Mailman Version Disclosure"},{"Enabled":true,"Id":"2841d7c6-470c-466a-98f0-704bc5106ae4","Name":"Mashery Proxy Identified"},{"Enabled":true,"Id":"3245520a-54b0-4da7-80ed-f51f4417e75d","Name":"Microsoft Access Database File Detected"},{"Enabled":true,"Id":"ae716dba-dedb-408b-891a-f55987587168","Name":"Microsoft IIS Log File Identified"},{"Enabled":true,"Id":"321fdc39-17d2-41f5-8e80-1b385f909239","Name":"Microsoft JET Database Engine error / Can be FP - 2"},{"Enabled":true,"Id":"31d9a1ac-87ec-4a49-9516-07a0afd3d19f","Name":"Microsoft Outlook Personal Folders File (.pst) Found"},{"Enabled":true,"Id":"132c0e6f-9b83-41ca-a0db-4341f71bd7ea","Name":"Mod_ssl Identified"},{"Enabled":true,"Id":"d807814d-944e-4557-9870-aaab10fda886","Name":"Mongrel Identified"},{"Enabled":true,"Id":"c97e026e-840b-4f12-9fc3-0a11a12b841e","Name":"MOVEit Transfer Identified"},{"Enabled":true,"Id":"d8653db7-e57a-4219-a34c-eccaee1e9b5c","Name":"MS Office Credential Disclosure Type 1"},{"Enabled":true,"Id":"2c41a7d8-f292-416b-b8ef-bf31a8a8891e","Name":"MS Office Credential Disclosure Type 2"},{"Enabled":true,"Id":"435de0ea-12ae-45e6-a177-98120b2c1bd0","Name":"MySQL Column - 2"},{"Enabled":true,"Id":"17f7398d-b7e3-4b4f-a2d6-1364b4a49bde","Name":"MySQL Generic (MySQL)"},{"Enabled":true,"Id":"fb362dec-f9f3-444c-9fd6-e142097b0132","Name":"MySQL Identified"},{"Enabled":true,"Id":"ade6930d-49ab-4fe3-9ce7-28d48e19783c","Name":"MySQL regexp error"},{"Enabled":true,"Id":"d6be76a6-ab51-4fcd-b81f-29f280bcc399","Name":"MySQL Unknown Column (MySQL)"},{"Enabled":true,"Id":"e26c3c3a-4ac2-4c10-a3cc-fac0de999a01","Name":"Next.js React Framework Identified"},{"Enabled":true,"Id":"c8df2227-3293-4aec-9ff6-12564655c1d7","Name":"Nexus Repository OSS Identified"},{"Enabled":true,"Id":"b74154ec-be0a-482b-932a-a53fb7f05ead","Name":"Nginx Identified"},{"Enabled":true,"Id":"09af56d3-8be5-449e-a5de-9d615d850182","Name":"nginx.conf"},{"Enabled":true,"Id":"0db78705-0854-428f-8bf5-14fd9cca8291","Name":"NuSOAP Identified"},{"Enabled":true,"Id":"a8bb0679-5daf-41ce-acf9-362192b9e66e","Name":"ODBC"},{"Enabled":true,"Id":"19ca4e4d-285b-4b82-95d3-a8c19b7cd278","Name":"ODBC (SQL Server)"},{"Enabled":true,"Id":"75f1387c-0992-4441-8b40-920108b7a637","Name":"ODBC Access Message SQL Injection / Can be FP"},{"Enabled":true,"Id":"8bb59dad-9fcb-4fd0-844f-335769aac7bf","Name":"ODBC DBNETLIB Error"},{"Enabled":true,"Id":"c9ef4018-a0a4-4fca-8f47-b41439866601","Name":"OLE DB (MSSQL)"},{"Enabled":true,"Id":"d6610f2a-9d39-4030-b6ed-599363bb1c4a","Name":"OLE DB Obvious (MSSQL)"},{"Enabled":true,"Id":"b79320dc-c9d3-4298-a4f9-b566be19774e","Name":"OpenResty Web Platform Identified"},{"Enabled":true,"Id":"7127e03f-da6d-4b94-8b6a-8f8f5cc82cd1","Name":"OpenSSL Identified"},{"Enabled":true,"Id":"ae197125-21fe-4274-9cdd-e7ed480242c5","Name":"OpenVPN Access Server Identified"},{"Enabled":true,"Id":"375d3f3b-95a3-4a6c-a2ca-abed606e617e","Name":"Oracle HTTP Server Identified"},{"Enabled":true,"Id":"b509afd3-d004-444d-9f0e-1c10caf0609b","Name":"Oracle HTTP/Application/etc. Server Identified"},{"Enabled":true,"Id":"7a8f7276-d7b5-44d3-9515-a65c60dfe46b","Name":"Oracle Identified"},{"Enabled":true,"Id":"1f6500b1-b077-4be0-a1e0-4ba69e038425","Name":"package.json"},{"Enabled":true,"Id":"b38ea01c-efe4-4f91-80b9-02bcbe909c48","Name":"Pardot Server Identified"},{"Enabled":true,"Id":"79229b18-8aaa-449b-bcd0-79e9ae49eed6","Name":"Payara Version Disclosure"},{"Enabled":true,"Id":"a7d9693c-98d5-41c1-9581-73440aa9b549","Name":"Perl Identified"},{"Enabled":true,"Id":"0f8242a7-1141-444e-b739-e7245d0c0f53","Name":"PHP Error (PostgreSQL)"},{"Enabled":true,"Id":"40522f03-39e5-4533-b235-beb85f9af623","Name":"PHP Errors - Unterminated Quote (PostgreSQL)"},{"Enabled":true,"Id":"ab0cf195-b2bb-490b-96b6-04cde0c405f5","Name":"PHP Errors (Oracle)"},{"Enabled":true,"Id":"c0e4f34e-6ec9-403a-8ceb-54e5b12aac25","Name":"PHP Errors (PostgreSQL)"},{"Enabled":true,"Id":"729a5432-cf55-40b6-a97e-823886ed3246","Name":"PHP fecth_array() (MySQL)"},{"Enabled":true,"Id":"76f11c54-998a-45de-b2a2-0f27497d870a","Name":"PHP Identified"},{"Enabled":true,"Id":"0bae3e93-c77b-4875-9394-b9bf28c5c843","Name":"PHP Identified - Body"},{"Enabled":true,"Id":"e4009ad9-87ca-4e36-b13b-e5a1b243d91d","Name":"PHP Identified II"},{"Enabled":true,"Id":"c3526e54-e902-43a5-90ef-d919a824292a","Name":"PHP LFI 1"},{"Enabled":true,"Id":"dd76cfb5-b559-45bc-a6e5-5c727019f8c9","Name":"PHP LFI 2"},{"Enabled":true,"Id":"0cf6bedf-7674-4492-b2ca-8966328c59cc","Name":"PHP LFI 3 - Apache LFI"},{"Enabled":true,"Id":"8c5ecbcf-25af-4025-b872-67dfd753dc1c","Name":"PHP session.use_only_cookies Is Disabled"},{"Enabled":true,"Id":"21291e7c-15ec-433c-8d49-44d2923dc973","Name":"phpinfo() Disclosure"},{"Enabled":true,"Id":"689576ee-1c83-49b6-a83f-fb7bd6987336","Name":"phpLiteAdmin Identified"},{"Enabled":true,"Id":"79b45e16-8bea-40d3-8f7c-f0aa86afd2a4","Name":"phpMoAdmin Identified"},{"Enabled":true,"Id":"53a73916-a31a-49f8-999b-fe576a99af04","Name":"phpMyAdmin Identified - I"},{"Enabled":true,"Id":"754d6542-28b6-4ed0-92f1-dfc01d3a8394","Name":"phpMyAdmin Identified - II"},{"Enabled":true,"Id":"e258450b-39e1-4589-84a7-a81fc930e9f8","Name":"Phusion Passenger Identified"},{"Enabled":true,"Id":"3cc23bc3-08b2-43e7-a1e8-e4e1406dd6fb","Name":"Piwik Identified"},{"Enabled":true,"Id":"ceccbbc5-94b7-40cf-85cd-9290fc01b93e","Name":"Play Web Framework Identified"},{"Enabled":true,"Id":"e828cddf-98e6-4632-ace3-157922f6c75f","Name":"Plesk for Linux Identified"},{"Enabled":true,"Id":"ac94f404-e2a8-45c2-a658-98c44b149127","Name":"Plesk for Windows Identified"},{"Enabled":true,"Id":"cdb77afc-9c0e-428b-a24d-86b3d46a289c","Name":"Plone CMS Identified"},{"Enabled":true,"Id":"5a6214c9-e51c-4cce-9374-4286a91e7209","Name":"Polyfill.io Supply Chain Attack"},{"Enabled":true,"Id":"eb0a6596-e7b7-4c24-b356-701c185c7ba2","Name":"Possible Path Disclosure - HEADER (Windows)"},{"Enabled":true,"Id":"362fc074-0258-4283-b62f-15fc12d360bc","Name":"Possible Path Disclosure (Unix/Linux)"},{"Enabled":true,"Id":"3b66b271-a0d9-4ece-a58e-5901a6c41cb2","Name":"Possible Path Disclosure (Windows)"},{"Enabled":true,"Id":"ccbdbd3e-301e-4fa9-b5bc-391c296dbd20","Name":"PostgreSQL Identified"},{"Enabled":true,"Id":"2466435b-5272-4d08-99da-35bf9e905847","Name":"Potential SQL Injection - 2"},{"Enabled":true,"Id":"b6bcd74c-43f3-4498-a56a-0b3ffade3e5e","Name":"Potential SQL Injection - 3"},{"Enabled":true,"Id":"a509214f-4f3f-4849-85c5-41e7c1828587","Name":"Potential SQL Injection - 4"},{"Enabled":true,"Id":"4358ad52-8853-4ea3-b6f6-169b8ddb6311","Name":"Potential SQL Injection - 5"},{"Enabled":true,"Id":"211c3e17-b843-4584-bbc4-384c84bb668c","Name":"Potential SQL Injection - 6"},{"Enabled":true,"Id":"05806a05-56fd-4e98-9622-5d7dc2c799db","Name":"Potential SQL Injection - 7"},{"Enabled":true,"Id":"feb77d3f-ee2e-4dd4-ab4c-46670b6059f0","Name":"Potential SQL Injection - 8"},{"Enabled":true,"Id":"6f030512-10ca-4d8c-aaff-8b74be2c92ad","Name":"Potential SQL Injection - 9"},{"Enabled":true,"Id":"c11759db-d4f5-4d03-a7f2-1795331a4345","Name":"Private Burp Collaborator Server Identified"},{"Enabled":true,"Id":"4cbec240-3e26-4382-85ce-6968d611b999","Name":"Private Json Web Key Set Disclosure"},{"Enabled":true,"Id":"9f20d967-b9b7-4b4d-b64a-816fc1a15ac8","Name":"proftpd.conf"},{"Enabled":true,"Id":"ed9fca28-f860-49f2-8836-e8363cc24b96","Name":"Programming Error Message - SHTML - Type I"},{"Enabled":true,"Id":"fb1b2bde-8650-4807-8508-58807eaa4319","Name":"Programming Error Message - SHTML - Type II"},{"Enabled":true,"Id":"641ca694-e5c3-47f0-a899-d8d5a10a316a","Name":"Programming Error Message - SOAP - Type I"},{"Enabled":true,"Id":"b160785c-fdb0-4739-bef0-d50cd5f57dad","Name":"Programming Error Message - SOAP - Type II"},{"Enabled":true,"Id":"b7027a84-c5f4-4355-b49d-9a789a9d4c3e","Name":"Programming Error Message Identified"},{"Enabled":true,"Id":"5175fcd9-d501-49c2-a300-97d68d4240d7","Name":"Programming Error Message Identified (PHP)"},{"Enabled":true,"Id":"fc4da034-9ef9-463b-983b-9c9185fcc4cc","Name":"Prototype Pollution - Possible Vulnerable Snippet (component/querystring)"},{"Enabled":true,"Id":"98a4ec18-048f-4e9a-9e77-3af0f26353ff","Name":"Prototype Pollution - Possible Vulnerable Snippet (decodeURIComponent)"},{"Enabled":true,"Id":"a3c1da3f-ffa5-4058-85f5-90e442c9e04e","Name":"Prototype Pollution - Possible Vulnerable Snippet (deparam)"},{"Enabled":true,"Id":"43aa3e14-6c3b-4296-b3ee-d699fb985aa9","Name":"Prototype Pollution - Possible Vulnerable Snippet (jQuery BBQ)"},{"Enabled":true,"Id":"176c7ca7-5508-496b-9d8f-2c01f47c0aac","Name":"Prototype Pollution - Possible Vulnerable Snippet (jQuery query-object)"},{"Enabled":true,"Id":"7b38f016-08a2-4a68-b53c-a9888c3f5d6c","Name":"Prototype Pollution - Possible Vulnerable Snippet (jquery.parseParams.js)"},{"Enabled":true,"Id":"f72ba7a5-b3e1-4fb7-92ac-98afc22be5eb","Name":"Prototype Pollution - Possible Vulnerable Snippet (Purl)"},{"Enabled":true,"Id":"e9276ac5-c8ef-498e-871c-9d57c06cd66c","Name":"Python Identified"},{"Enabled":true,"Id":"420794cb-9208-41e1-85ba-86c91121b48b","Name":"Python Identified - Body"},{"Enabled":true,"Id":"2807024b-2288-4e5c-a72f-fedb4aa7b39c","Name":"Python WSGIServer Identified"},{"Enabled":true,"Id":"36730b5e-aec1-4220-8f0a-7e716294e2ab","Name":"Resin Application Server Identified"},{"Enabled":true,"Id":"48b3d5eb-87f3-4a35-b710-677bf36d6d6f","Name":"Restlet Framework Identified"},{"Enabled":true,"Id":"f867583d-b946-4a82-b1bf-584c96dc1008","Name":"RoR Database Configuration File"},{"Enabled":true,"Id":"89a7c542-7ad6-494b-830e-4f54f4a6ccbc","Name":"RoR Identified"},{"Enabled":true,"Id":"0465bd6a-efd0-4d41-8933-a3483f7fcbf4","Name":"RSA Private Key"},{"Enabled":true,"Id":"099a84b6-0d46-41ba-ac44-b5dc19218f2d","Name":"RSA Private Key - XML format"},{"Enabled":true,"Id":"c58325a2-eb8b-446c-8ed4-e6bbde7b28d7","Name":"RubyGems Identified"},{"Enabled":true,"Id":"a25bb02b-8b1f-4e70-9826-b03ffb8312de","Name":"SailsJS Identified"},{"Enabled":true,"Id":"e4e71cbb-1a17-4a87-9f5c-e3048f2246cb","Name":"security.txt File"},{"Enabled":true,"Id":"a5d6c0c9-32f4-402b-b9ad-e2d97944bdc8","Name":"SharePoint Identified"},{"Enabled":true,"Id":"90e01750-21ad-482a-9e37-cb71e54152fd","Name":"Shell Script Identified"},{"Enabled":true,"Id":"0ebee7c7-b889-45e8-ad9b-231b635b38f5","Name":"Shopify Identified"},{"Enabled":true,"Id":"495bd27a-770e-4ed8-bf6d-1cf926849750","Name":"smb.conf"},{"Enabled":true,"Id":"cdf92bfc-883c-4d48-a8e1-e7c115d9682c","Name":"SonicWall SSL-VPN Server Identified"},{"Enabled":true,"Id":"4559c875-36ac-482b-bb50-ab5266f81ac5","Name":"Source Code Disclosure - (Java)"},{"Enabled":true,"Id":"72cde62b-ab5a-4436-b30f-8408c5ec5c5e","Name":"Source Code Disclosure - (Java) - 2"},{"Enabled":true,"Id":"698d380d-7d81-494a-865e-b9fa428fdae5","Name":"Source Code Disclosure - (Java) - 3"},{"Enabled":true,"Id":"9e2b07eb-c826-474f-8635-3347a9dc0797","Name":"Source Code Disclosure - (JSP)"},{"Enabled":true,"Id":"311876b3-8f0e-4794-b5fe-ae1bb035b498","Name":"Source Code Disclosure - (JSP) - 2"},{"Enabled":true,"Id":"5eea997c-765f-42a1-a046-660804fa9653","Name":"Source Code Disclosure - (Servlet)"},{"Enabled":true,"Id":"57bdc66b-35f6-4840-8c73-baa2129fed8a","Name":"Source Code Disclosure - (Servlet) - 2"},{"Enabled":true,"Id":"06cd45ea-3e7a-4505-b6a5-767ba1df4c56","Name":"Source Code Disclosure - (Servlet) - 3"},{"Enabled":true,"Id":"5f33e377-470f-4d04-b3c8-2a9d31babe09","Name":"Source Code Disclosure - Header (Java)"},{"Enabled":true,"Id":"91214bfc-7eec-4a10-bf4b-d1f2f8fdd8f4","Name":"Source Code Disclosure - Header (Perl)"},{"Enabled":true,"Id":"2ef96d60-168d-49db-a1c1-60b853439c3e","Name":"Source Code Disclosure - Header (PHP)"},{"Enabled":true,"Id":"4395a60d-be28-4249-b04a-0c469a56b794","Name":"Source Code Disclosure - Header (Python)"},{"Enabled":true,"Id":"8be51d80-55d2-4e78-aed1-ab8103ca08a3","Name":"Source Code Disclosure - Header (Ruby)"},{"Enabled":true,"Id":"51513e18-3ae8-4bd0-b37c-1df3226494a5","Name":"Source Code Disclosure - Shebang (Perl)"},{"Enabled":true,"Id":"c57100d0-7138-47b8-a8d8-c6f326beb54c","Name":"Source Code Disclosure - Shebang (Python)"},{"Enabled":true,"Id":"738a89b9-75bd-48b5-945d-1d61313bad56","Name":"Source Code Disclosure (ColdFusion)"},{"Enabled":true,"Id":"b737aeec-c556-47ec-bb41-90033c14fd7d","Name":"Source Code Disclosure (PHP)"},{"Enabled":true,"Id":"0c7f62bf-77cc-4e59-b020-3ec1db246c29","Name":"Source Code Disclosure 1 (ASP.NET)"},{"Enabled":true,"Id":"04d82637-3fb1-4b2b-92a5-3e064fce7a62","Name":"Source Code Disclosure 2 (ASP.NET)"},{"Enabled":true,"Id":"1c6c72df-5ba3-4f48-a8b6-53f3637fe42f","Name":"Spring Boot Actuator Detection"},{"Enabled":true,"Id":"9b0dd606-369a-45fc-a9fa-1d0bfbe68153","Name":"Spring Framework Identified"},{"Enabled":true,"Id":"fe066c70-0e13-4ace-a5e0-fd9d3957a502","Name":"SQL File"},{"Enabled":true,"Id":"ea798de8-bee8-4632-acb6-1d3171b71c97","Name":"SQL Server Access Error"},{"Enabled":true,"Id":"b7748baf-1dc0-4383-ae75-13ecc8187ff4","Name":"SQL Server Error Code - 80040e14"},{"Enabled":true,"Id":"d476e03c-da5b-43df-afc1-7ea37d5b6036","Name":"SQL Server Identified"},{"Enabled":true,"Id":"4377060f-3a99-4943-86aa-4bf6af61401a","Name":"SQLite Database File Found"},{"Enabled":true,"Id":"8e680f72-fddd-45d5-9f5a-296ae8fab0e2","Name":"SQLite Error Stacktrace"},{"Enabled":true,"Id":"99a5a20d-06ab-42e3-bde0-f3c3b0f6e8f4","Name":"SQLite Generic Error"},{"Enabled":true,"Id":"81e31423-0c96-4e69-99eb-5e743fd36809","Name":"SQLite Query Exception"},{"Enabled":true,"Id":"b75d0e02-90df-40cc-b16c-59f01320f40a","Name":"Squarespace Identified"},{"Enabled":true,"Id":"819d439c-d12a-4e52-be9c-42890a322ce1","Name":"Squid Identified"},{"Enabled":true,"Id":"b417a9c9-43f7-4c32-b871-c4c1a6fd6f8c","Name":"SSN Disclosure"},{"Enabled":true,"Id":"e9b14b99-1f82-49f5-8f45-a00359d2c414","Name":"Stack Trace - II / Custom Stack Trace (ASP.NET)"},{"Enabled":true,"Id":"f34dca59-ad1f-4a4d-a5dc-936688186b6f","Name":"Stack Trace (GraphQL - Apollo)"},{"Enabled":true,"Id":"3b491333-91ae-4ff6-8640-a6c607cfb8b3","Name":"Stack Trace (GraphQL - Spring Boot)"},{"Enabled":true,"Id":"b0d84b59-1bc6-4091-b653-cbae59596346","Name":"Stack Trace / Custom Stack Trace (ASP.NET)"},{"Enabled":true,"Id":"bbe8f9fe-ca29-4bbe-b4a0-706c77171d1f","Name":"Stack Trace / Custom Stack Trace (ColdFusion)"},{"Enabled":true,"Id":"8c38dd2d-c6d1-4de1-908a-7fd3d2bb8bed","Name":"Stack Trace / Custom Stack Trace (Python)"},{"Enabled":true,"Id":"8a91635d-9234-4038-bbc7-8b0bcfb33c0f","Name":"Stack Trace / Exception Class (ASP.NET)"},{"Enabled":true,"Id":"8045445f-129d-4902-8c52-203f9e28a057","Name":"Stack Trace Disclosure (Apache MyFaces)"},{"Enabled":true,"Id":"9b7a7533-9507-4386-8dda-9702f91f51a5","Name":"Stack Trace Disclosure (Apache Shiro)"},{"Enabled":true,"Id":"a3a78c0a-18b0-4a1e-aee1-976ff4bf7052","Name":"Stack Trace Disclosure (CakePHP)"},{"Enabled":true,"Id":"f7e82e94-7997-4ae4-8b69-433c011db6cd","Name":"Stack Trace Disclosure (CherryPy)"},{"Enabled":true,"Id":"18fbee1b-35f6-4620-bdfb-d6b29241f86e","Name":"Stack Trace Disclosure (Grails)"},{"Enabled":true,"Id":"30947893-8c97-40c5-86d0-ee1198c483b1","Name":"Stack Trace Disclosure (Java)"},{"Enabled":true,"Id":"e20a1935-bf8d-4d7a-a6a0-3681ed02bc85","Name":"Stack Trace Disclosure (Java) - GWT Exception"},{"Enabled":true,"Id":"7e723a0e-11de-412e-a2e1-5735198e6c43","Name":"Stack Trace Disclosure (Java) - Java.Lang Exceptions"},{"Enabled":true,"Id":"1ed91aca-4585-474a-a386-8fa452f5a8cc","Name":"Stack Trace Disclosure (Laravel)"},{"Enabled":true,"Id":"d20969fd-d06e-46f6-9885-7497ff9bfc5c","Name":"Stack Trace Disclosure (Node.js)"},{"Enabled":true,"Id":"20e136e0-13e4-4c7a-a1ea-029dac068b33","Name":"Stack Trace Disclosure (PHP)"},{"Enabled":true,"Id":"8f1c28b4-eff4-443c-93a1-1240b096e6be","Name":"Stack Trace Disclosure (RoR)"},{"Enabled":true,"Id":"c91623c4-2abe-48d9-98a7-5140f8aec72f","Name":"Stack Trace Disclosure (Ruby)"},{"Enabled":true,"Id":"34562cc4-5810-47e2-8183-20c13c58ceb9","Name":"Struts2 Development Mode Enabled"},{"Enabled":true,"Id":"25930a5d-b61d-4d69-9b8e-ff1b3878a274","Name":"Sublime SFTP Config File Detected"},{"Enabled":true,"Id":"da35a855-2bef-4756-9d30-a28605106be1","Name":"swagger-ui - Body"},{"Enabled":true,"Id":"2f89a863-7801-440a-a99b-b50540c3bc9a","Name":"Tableau Server"},{"Enabled":true,"Id":"c193f2ad-e12e-4e10-89d8-8b7d4a5a7ad3","Name":"Taleo Web Server Identified"},{"Enabled":true,"Id":"b28fd1a7-191f-4649-a75d-2da690baf86f","Name":"Telerik Web UI Identified"},{"Enabled":true,"Id":"6fb40fe9-9a55-4da5-b098-eeda4767bdd6","Name":"Tomcat Identified"},{"Enabled":true,"Id":"a46cd754-56b1-4ddd-a721-11f87e2a75f1","Name":"Tomcat Identified - Body"},{"Enabled":true,"Id":"dec2d882-d8fd-4aab-8399-bb530060c5fc","Name":"Tomcat Identified - Body II"},{"Enabled":true,"Id":"e5767850-7f1c-4485-ab9a-b16f2ffad404","Name":"Tornado Web Server Identified"},{"Enabled":true,"Id":"b8930e8a-ae05-445a-af93-319b60641f75","Name":"Trac Software Project Management Tool Identified"},{"Enabled":true,"Id":"4334a6f2-426f-4ecc-8f1f-121460583d69","Name":"Tracy Debugging Tool Identified"},{"Enabled":true,"Id":"9c834f27-de8d-4a84-ad1e-05d53c541ea6","Name":"TS Web Access"},{"Enabled":true,"Id":"b22b6f80-559f-4e48-a191-2ea203e271c3","Name":"TwistedWeb HTTP Server Identified"},{"Enabled":true,"Id":"6aa1adc6-cf45-4e6b-b29c-1fb39287c1af","Name":"Typo3 CMS Identified"},{"Enabled":true,"Id":"1d3c1e03-1d3e-40fb-a7a4-d88b334c3169","Name":"Typo3 CMS Identified - Meta Generator"},{"Enabled":true,"Id":"07d1f349-4110-4da0-a125-6286222a322a","Name":"UNC Server and Share Disclosure"},{"Enabled":true,"Id":"68b6cc73-ba2d-4526-a091-836aa34af7bd","Name":"Unclosed Quotation Mark (MSSQL)"},{"Enabled":true,"Id":"c4c01656-b5df-4af2-b7a6-9d60465e5c1d","Name":"Undertow Web Server Identified"},{"Enabled":true,"Id":"ddc9a1fe-c595-43f3-a532-aaf2f70be65a","Name":"Username Disclosure (MSSQL)"},{"Enabled":true,"Id":"34942ae0-adb0-47ee-9163-f9188fdb7390","Name":"Username Disclosure (MySQL)"},{"Enabled":true,"Id":"a156071c-4178-4557-9ff9-e4e5ed31ea8d","Name":"v1 GUID on Cookie"},{"Enabled":true,"Id":"e904dc0e-7dbf-4758-8327-c1330367d44d","Name":"Varnish HTTP Cache Server Identified"},{"Enabled":true,"Id":"e178bc7b-9e89-45b0-b5e9-fbb88c11614e","Name":"Varnish HTTP Cache Server Identified - 2"},{"Enabled":true,"Id":"da1ab94b-0418-4b4b-ba34-adaf8708c976","Name":"Vegur Identified"},{"Enabled":true,"Id":"645b0186-fd98-4a6e-b5e1-32ef7525c225","Name":"Version Detection (WebLogic)"},{"Enabled":true,"Id":"b8213cb6-d441-4317-9fee-22297ab125fe","Name":"Version Disclosure - BODY (lighttpd)"},{"Enabled":true,"Id":"15802368-3506-46c1-9318-732260234ebd","Name":"Version Disclosure - JSP (Java Server Page)"},{"Enabled":true,"Id":"11856144-6633-4310-9d89-765730df9a33","Name":"Version Disclosure (Apache Coyote)"},{"Enabled":true,"Id":"a0171220-0431-464e-836a-0c8891a3543a","Name":"Version Disclosure (Apache Traffic Server)"},{"Enabled":true,"Id":"deb7b7c9-624e-437a-9636-df450a7fef60","Name":"Version Disclosure (Apache Traffic Server) - 2"},{"Enabled":true,"Id":"5d58d5a9-169c-4bad-9b9a-0d466ad1f8ec","Name":"Version Disclosure (Apache)"},{"Enabled":true,"Id":"ad2f1b6b-88a7-458b-b786-e31270f39102","Name":"Version Disclosure (Artifactory DevOps Solution)"},{"Enabled":true,"Id":"77954040-59c8-48b6-b297-7a32ef8443ec","Name":"Version Disclosure (ASP.NET MVC)"},{"Enabled":true,"Id":"a096f9f0-1b87-42bc-987e-1ba5408d64d6","Name":"Version Disclosure (ASP.NET)"},{"Enabled":true,"Id":"94076274-96af-4b39-8f14-b60240cc13a0","Name":"Version Disclosure (ASP.NET) - 2"},{"Enabled":true,"Id":"43893362-8d9c-4a13-900d-920036b88309","Name":"Version Disclosure (Atlassian Confluence)"},{"Enabled":true,"Id":"9233000c-033e-4c6b-aaea-0ef3aa9ebc65","Name":"Version Disclosure (Atlassian Jira)"},{"Enabled":true,"Id":"3f5f8b06-0e8d-43aa-b532-6ddbcce66f35","Name":"Version Disclosure (Atlassian Proxy)"},{"Enabled":true,"Id":"acfebbea-b1bc-413f-a91f-a3107a7b397f","Name":"Version Disclosure (Axway SecureTransport)"},{"Enabled":true,"Id":"25d20d8e-6a3c-4a4d-b1f8-37a8a237199b","Name":"Version Disclosure (CakePHP)"},{"Enabled":true,"Id":"275e2f35-39f6-419d-b939-d48fe843c599","Name":"Version Disclosure (CherryPy)"},{"Enabled":true,"Id":"e71f8d7e-9df4-4972-a387-00e7a9a2bafb","Name":"Version Disclosure (CherryPy) - Header"},{"Enabled":true,"Id":"c2669e9e-ea59-4b38-9e93-f20c555b4103","Name":"Version Disclosure (Daiquiri)"},{"Enabled":true,"Id":"28ca73ea-00a1-488e-b6f1-d6435775c3d5","Name":"Version Disclosure (Django) - Body"},{"Enabled":true,"Id":"74fcc24a-9006-4a42-9f2f-dae7176d770d","Name":"Version Disclosure (FrontPage)"},{"Enabled":true,"Id":"6b71f211-6f91-46c0-bc9c-ef38f1c0c8e9","Name":"Version Disclosure (Generic Apache Module)"},{"Enabled":true,"Id":"8e9fe762-f352-49ef-8672-ff3e1f4dd630","Name":"Version Disclosure (GeoServer)"},{"Enabled":true,"Id":"cef025be-a9ae-4e1b-a305-652b44abe551","Name":"Version Disclosure (GlassFish)"},{"Enabled":true,"Id":"cbdd25c6-fc1d-4016-bbb4-bd40c645103f","Name":"Version Disclosure (Grafana)"},{"Enabled":true,"Id":"7cf7e371-ab00-4e85-a853-f4788b73ee50","Name":"Version Disclosure (Gunicorn Python WSGI HTTP Server))"},{"Enabled":true,"Id":"2fa66c17-5cfb-47ca-b95e-30cda3d0fe7a","Name":"Version Disclosure (IBM HTTP Server)"},{"Enabled":true,"Id":"02fc61ca-4f4a-44b9-b91f-a5479c1b268f","Name":"Version Disclosure (IBM Rational Team Concert (RTC))"},{"Enabled":true,"Id":"4a72c190-7b58-466d-af56-91faa3914724","Name":"Version Disclosure (IIS)"},{"Enabled":true,"Id":"a98fd588-d939-4d83-ac78-4249c454e42d","Name":"Version Disclosure (IIS) - Log File"},{"Enabled":true,"Id":"6f731f19-5613-4645-949f-8ac7e90b33c3","Name":"Version Disclosure (IT Hit WebDav Server .Net)"},{"Enabled":true,"Id":"e18e01a0-983d-4a77-9532-e2886954f04a","Name":"Version Disclosure (Java Servlet)"},{"Enabled":true,"Id":"6f9eeb65-8756-442c-89db-00feeac1684d","Name":"Version Disclosure (Java)"},{"Enabled":true,"Id":"d673fb70-7f94-4072-9a30-7d3db2f8e921","Name":"Version Disclosure (JBoss)"},{"Enabled":true,"Id":"8f109a7a-b1c9-48fd-baf5-6f6ba42dc33b","Name":"Version Disclosure (Jenkins)"},{"Enabled":true,"Id":"c3f574ee-10da-4283-88a6-473834a2225d","Name":"Version Disclosure (Jetty)"},{"Enabled":true,"Id":"85051f6b-bda0-4098-8a11-f2f17625ca53","Name":"Version Disclosure (Jolokia)"},{"Enabled":true,"Id":"68960aa5-9789-420c-ae2a-e2b2f11ee74d","Name":"Version Disclosure (Joomla)"},{"Enabled":true,"Id":"cbbdbf45-3677-41e4-a71a-8b01bfce2669","Name":"Version Disclosure (Kong Server)"},{"Enabled":true,"Id":"b8e63c63-acc5-440d-89cf-d20b8bbaf24c","Name":"Version Disclosure (Liferay DXP)"},{"Enabled":true,"Id":"c9762153-8837-4d37-8533-728e0e06e428","Name":"Version Disclosure (Liferay Portal)"},{"Enabled":true,"Id":"7d0f82a1-59bd-47c0-9ad0-8ee13d7dcd7f","Name":"Version Disclosure (lighttpd)"},{"Enabled":true,"Id":"9365e0ab-1ed1-4928-b199-1999bbd951c9","Name":"Version Disclosure (Lua)"},{"Enabled":true,"Id":"fcfe7d4e-7700-48d7-9c96-f3b064e28cad","Name":"Version Disclosure (Masa Cms)"},{"Enabled":true,"Id":"ef39fbd2-1780-47b2-904d-0c9e30cf507b","Name":"Version Disclosure (mod_ssl)"},{"Enabled":true,"Id":"b52b6894-5843-49a5-8c61-fe316d11a553","Name":"Version Disclosure (Mongrel)"},{"Enabled":true,"Id":"9e12ac45-f1c5-4069-a4e2-b27fa82df1b4","Name":"Version Disclosure (MOVEit Transfer)"},{"Enabled":true,"Id":"40b64682-8a37-4165-8c84-c0eef4648a11","Name":"Version Disclosure (MS Exchange)"},{"Enabled":true,"Id":"4f5d33b1-b5e1-4f9b-8b9f-8f0aa9739dbe","Name":"Version Disclosure (MS Exchange) - Body"},{"Enabled":true,"Id":"13c6d330-9a7e-4909-a7e8-dc4842dce598","Name":"Version Disclosure (Next.js React Framework)"},{"Enabled":true,"Id":"244b894c-cbc4-4030-9828-74828ef41c48","Name":"Version Disclosure (Nexus Repository OSS)"},{"Enabled":true,"Id":"6015e80a-ddb9-4324-9f81-27c07565c9fd","Name":"Version Disclosure (Nginx) - Body"},{"Enabled":true,"Id":"3b482ae8-32a7-4462-8a31-2100fbf10562","Name":"Version Disclosure (Nginx) - Header"},{"Enabled":true,"Id":"7254df44-d1fe-4b2b-a344-6042f31a95d0","Name":"Version Disclosure (NuSOAP)"},{"Enabled":true,"Id":"14af6bc3-8847-492c-8234-b20cbfc52543","Name":"Version Disclosure (OpenResty)"},{"Enabled":true,"Id":"e739a2de-78a8-479b-8266-b594cf9c8a94","Name":"Version Disclosure (OpenSSL)"},{"Enabled":true,"Id":"98cc0a31-cecc-4811-be8a-20ab777b0ba7","Name":"Version Disclosure (Oracle HTTP/Application/etc. Server)"},{"Enabled":true,"Id":"13d2b319-2f15-4a14-9ba6-044e50fd9269","Name":"Version Disclosure (Perl)"},{"Enabled":true,"Id":"99de9e52-2e76-4d10-a18f-72626a83f70c","Name":"Version Disclosure (PHP)"},{"Enabled":true,"Id":"5983ca27-cb41-4835-a121-2ae97e4eccaf","Name":"Version Disclosure (PHP) - phpinfo()"},{"Enabled":true,"Id":"c9c71e55-e45d-4fec-ab2c-cb146a41e609","Name":"Version Disclosure (PHP) Type II"},{"Enabled":true,"Id":"3560d618-f0fb-46d9-84b5-0993df4bd2e8","Name":"Version Disclosure (phpMyAdmin)"},{"Enabled":true,"Id":"fcaeb461-3283-46ad-ba34-7fa5a6ef6d96","Name":"Version Disclosure (Phusion Passenger)"},{"Enabled":true,"Id":"4c20ec7a-9264-42d0-8972-f9dd49066522","Name":"Version Disclosure (Plone CMS)"},{"Enabled":true,"Id":"aab053fa-cfcf-47c2-8f19-a498bd67cca9","Name":"Version Disclosure (Python WSGIServer)"},{"Enabled":true,"Id":"5b6e8584-1d33-46fe-82c3-932c20a97e72","Name":"Version Disclosure (Python) - Body"},{"Enabled":true,"Id":"72ccbeb9-8996-429b-a52e-d20058aa663c","Name":"Version Disclosure (Python) - Header"},{"Enabled":true,"Id":"08f44421-68e3-4731-9a07-72eb6ea522c2","Name":"Version Disclosure (Resin Application Server)"},{"Enabled":true,"Id":"74465eac-1a39-44fd-b0ca-29ead1a89f18","Name":"Version Disclosure (Restlet Framework)"},{"Enabled":true,"Id":"a842a68a-6ab0-4813-affc-81812ac9071f","Name":"Version Disclosure (RoR)"},{"Enabled":true,"Id":"1adf7647-f152-4c0e-8ec8-c54a4f21ffe7","Name":"Version Disclosure (Ruby) - Body"},{"Enabled":true,"Id":"516e64f6-3a5c-4a84-9d00-2b16ce10d21d","Name":"Version Disclosure (Ruby) - Header"},{"Enabled":true,"Id":"754dcfac-b31d-4e06-be27-7fc00f1c4092","Name":"Version Disclosure (RubyGems)"},{"Enabled":true,"Id":"1b87a884-f897-4dfb-9fbd-3b0073021fd2","Name":"Version Disclosure (SharePoint)"},{"Enabled":true,"Id":"076e2083-7b65-450b-a9f0-f1845a024c0a","Name":"Version Disclosure (Squid)"},{"Enabled":true,"Id":"e6e30104-0649-4709-8162-b34de990ecae","Name":"Version Disclosure (SugarCRM)"},{"Enabled":true,"Id":"a7db0729-7d2e-463f-9c9e-642958d20afa","Name":"Version Disclosure (Taleo Web Server)"},{"Enabled":true,"Id":"7c15ee32-661b-4e43-bd65-ea69be976d44","Name":"Version Disclosure (Telerik Web UI)"},{"Enabled":true,"Id":"2761e0e1-1a03-44c3-b87d-378e04bb03cb","Name":"Version Disclosure (Tomcat)"},{"Enabled":true,"Id":"4c62516f-db87-4ca8-8273-a9476616782e","Name":"Version Disclosure (Tornado)"},{"Enabled":true,"Id":"c86b990c-a1c0-4cd6-9cee-4eeaf4e519b6","Name":"Version Disclosure (Trac Software Project Management Tool)"},{"Enabled":true,"Id":"5347afbe-a633-4248-8116-651cf97bc967","Name":"Version Disclosure (Tracy Debugging Tool)"},{"Enabled":true,"Id":"e2bb0fdc-443b-484f-a50e-77b315408bca","Name":"Version Disclosure (TwistedWeb HTTP Server)"},{"Enabled":true,"Id":"662b190c-d01c-4af3-9127-82fa0070a556","Name":"Version Disclosure (Undertow Web Server)"},{"Enabled":true,"Id":"2b64d7fd-0112-4d64-bdb9-3ccbe2340dc9","Name":"Version Disclosure (Varnish)"},{"Enabled":true,"Id":"68090c20-5043-4342-ad8a-a857a17c9453","Name":"Version Disclosure (W3 Total Cache)"},{"Enabled":true,"Id":"b767f97a-6f68-482c-aebd-5384293be01b","Name":"Version Disclosure (Webrick)"},{"Enabled":true,"Id":"c0538932-36c3-43ea-9e93-0dd2a8d643e7","Name":"Version Disclosure (Werkzeug Python WSGI Library)"},{"Enabled":true,"Id":"7add92ab-0117-4ecb-af70-fc4843190742","Name":"Version Disclosure (XWiki)"},{"Enabled":true,"Id":"490b4a48-1b2b-4b46-973f-114b5e569e09","Name":"Version Disclosure (Zope)"},{"Enabled":true,"Id":"bf7be095-f538-4497-846a-77e55ce02ea9","Name":"ViewState Detection"},{"Enabled":true,"Id":"80acad59-643a-4ac1-80a4-2963571288d7","Name":"W3 Total Cache Identified"},{"Enabled":true,"Id":"cc65c010-61e7-438c-91dd-7f6ab28847f6","Name":"Web.config File Found"},{"Enabled":true,"Id":"1150c310-567d-45a1-acd3-c35a8705a97e","Name":"WebBackdoor - c99shell"},{"Enabled":true,"Id":"79e6e2c6-9224-4973-b1c2-4847c49fc43c","Name":"WebBackdoor - c99shell - 2"},{"Enabled":true,"Id":"e387b905-43d2-4c32-9353-7053ce7ce7c8","Name":"WebBackdoor - cmdasp.asp"},{"Enabled":true,"Id":"eda2b8f7-056b-408f-bca0-28993f384841","Name":"WebBackdoor - cmdasp.asp - Passive"},{"Enabled":true,"Id":"78d71bea-fb2d-4410-896b-6bd2f513814b","Name":"WebBackdoor - DAws"},{"Enabled":true,"Id":"399e14fc-4c72-4d74-9fc6-ae367d27800b","Name":"WebBackdoor - MOF Web Shell"},{"Enabled":true,"Id":"cb06518b-1ba9-4cb4-841a-368cabfc5b7e","Name":"WebBackdoor - nstView"},{"Enabled":true,"Id":"143c1b44-f1fa-478a-b187-7829c4ec0386","Name":"WebBackdoor - nstView - 2"},{"Enabled":true,"Id":"b7fa8a0f-3bd7-4e6e-8627-33bbf6aa1f15","Name":"WebBackdoor - nstView - Passive"},{"Enabled":true,"Id":"e2d219c3-6653-4ba1-be61-e4432fa4044e","Name":"WebBackdoor - nstView - Passive - Variation 2"},{"Enabled":true,"Id":"7e386738-3e87-495d-892d-bafd4ff4f3b2","Name":"WebBackdoor - php-backdoor.php"},{"Enabled":true,"Id":"1b42073d-7340-4ba7-8293-beae2eb39d46","Name":"WebBackdoor - php-backdoor.php - Passive"},{"Enabled":true,"Id":"b27ee09b-17ee-4170-84ec-def7b9d9336d","Name":"WebBackdoor - r57"},{"Enabled":true,"Id":"140cda62-e84c-43ea-815f-6285bda60a30","Name":"WebBackdoor - r57 - Passive"},{"Enabled":true,"Id":"222a24e0-ba7b-422f-9873-de031a7d345a","Name":"WebBackdoor - shell.php"},{"Enabled":true,"Id":"5c00ce1e-8470-457a-a71c-952e1af3d2f5","Name":"WebBackdoor - shell.php - Passive"},{"Enabled":true,"Id":"48751088-3376-4bab-b7a2-2c53a300386c","Name":"WebBackdoor - vBulletin pwn v0.1"},{"Enabled":true,"Id":"b91b0436-ee29-49fc-afce-06df0fbe9e65","Name":"WebBackdoor - WeakNet PHP Shell"},{"Enabled":true,"Id":"1a0080f2-e53c-43c9-b50a-73684dc764f5","Name":"WebBackdoor Passive - c99shell"},{"Enabled":true,"Id":"9d32b289-a797-4575-b2f6-2645a98f6fa3","Name":"WebLogic Identified"},{"Enabled":true,"Id":"0d124180-028c-42ab-9b33-2c697c8df655","Name":"Werkzeug Python WSGI Library Identified"},{"Enabled":true,"Id":"192ecd57-f999-4da7-bcd1-8c05967016bf","Name":"Whoops Error Handler Framework Detection"},{"Enabled":true,"Id":"4765d809-ca20-4d34-80c4-ba191d6e423d","Name":"WildFly Application Server Identified"},{"Enabled":true,"Id":"50bdcaae-2ac2-44ce-911d-399db9b1065e","Name":"Windows Azure Web Identified"},{"Enabled":true,"Id":"3d406b71-7606-46c3-a092-20c5fe24c53e","Name":"Windows CE OS"},{"Enabled":true,"Id":"f83c2c59-c92c-4f67-a28b-86d45b8f9f56","Name":"Windows Server"},{"Enabled":true,"Id":"8f73e9fa-ed27-4829-ba8f-564fe4c1fc4e","Name":"Windows Username Disclosure"},{"Enabled":true,"Id":"c9745855-0e95-4a73-ac57-7190fc11351d","Name":"WordPress Plugin Backdoor"},{"Enabled":true,"Id":"ef5fdb36-91d8-47dc-ac6d-f6d797e4fb5e","Name":"WordPress Setup Configuration file"},{"Enabled":true,"Id":"9922cd3f-9d1a-412e-b89d-bafab2c64058","Name":"wp-admin"},{"Enabled":true,"Id":"f2e5dd35-6a44-4138-a5af-cd95431991f6","Name":"wp-admin Location Header"},{"Enabled":true,"Id":"5c2f1977-c7d8-4e14-ad37-5e5062e51399","Name":"XSS via RFI"},{"Enabled":true,"Id":"e59d77b6-b0bd-4e93-b445-0c18fc8a753c","Name":"Zope Identified"}],"Settings":[],"Type":"Engine","Description":"Detects security issues based on standard signature checks. Only passive checks are performed with this test group therefore no HTTP requests are made. Since other tests depend on this test group, it is recommended to have it enabled.","Enabled":true,"Id":"c03d0405-3e10-4223-8d71-e408be5ed069","Name":"Signatures"}]},{"Title":"Software Composition Analysis (SCA)","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Performs software composition analysis by checking vulnerable packages used in the application.","Enabled":true,"Id":"3e3bb063-11f3-4ba9-82a0-59472f3259d0","Name":"Software Composition Analysis (SCA)"}]},{"Title":"SSL","SecurityCheckGroups":[{"Patterns":[],"Settings":[{"Name":"DaysUntilExpirationThreshold","Value":"30"}],"Type":"Engine","Description":"Detects configuration issues of SSL implementation.","Enabled":true,"Id":"c096fe26-e1a4-4a4d-a936-6be60b40f1ff","Name":"SSL"}]},{"Title":"TorchServe Management","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"d19dbff9-10fe-489f-8c07-913700736e3a","Name":"TorchServe Management API Publicly Exposed"},{"Enabled":true,"Id":"583be478-0af1-4b17-ac79-419ef426e0d7","Name":"TorchServe Management API SSRF (CVE-2023-43654)"}],"Settings":[{"Name":"EndPointPorts","Value":"8081"}],"Type":"Engine","Description":"TorchServe is a flexible and easy-to-use tool for serving and scaling PyTorch models in production. In the default configuration, TorchServe Management API is designed to be accessed inside trusted environments.","Enabled":true,"Id":"81be60c5-f916-46e5-8a27-871ef6fe9a05","Name":"TorchServe Management"}]},{"Title":"Unicode Transformation (Best-Fit Mapping)","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"bae4d6f7-213d-47a3-ad3c-e5fe3ecdfc3c","Name":"Unicode Character Transformation Issue Attack"}],"Settings":[],"Type":"Engine","Description":"Detects if the application has unicode character transformation issue.","Enabled":true,"Id":"6bc6a61e-8cc7-43ea-a341-23e1421282b6","Name":"Unicode Transformation (Best-Fit Mapping)"}]},{"Title":"VmWare Aria RCE","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"bc5b8319-75a1-459f-9655-85afef84d31e","Name":"VmWare Aria RCE (CVE-2023-20887)"}],"Settings":[],"Type":"Engine","Description":"Unified Cloud Management for VMware Cloud Foundation","Enabled":true,"Id":"a67e0178-c41b-4dd6-8225-0f47d7b44795","Name":"VmWare Aria RCE"}]},{"Title":"WAF Identifier","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects whether there is a Web Application Firewall (WAF) enabled in the target site.","Enabled":true,"Id":"0aadde74-93e1-43ef-bae6-ca3fc2c154c4","Name":"WAF Identifier"}]},{"Title":"Web App Fingerprint","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"8270180e-0b9d-479b-9597-696a1f661d41","Name":"AbanteCart"},{"Enabled":true,"Id":"400af2b5-912a-4c2e-8e30-5098c64ad068","Name":"Ampache"},{"Enabled":true,"Id":"3be9c981-f796-43ab-8ac3-1fb7adfd0897","Name":"ATutor"},{"Enabled":true,"Id":"400534a5-a21d-410c-b17e-d05c70faa630","Name":"b2evolution"},{"Enabled":true,"Id":"e6ae5efc-1a4c-4149-8e93-e749293c5b8b","Name":"Chamilo"},{"Enabled":true,"Id":"cc68927b-7c76-4904-86f0-dfa84e2a0b4a","Name":"Claroline"},{"Enabled":true,"Id":"8a6d0514-8d9b-44d3-b1b4-9225f0e1e2b2","Name":"ClipBucket"},{"Enabled":true,"Id":"7caff7b5-195d-46e7-a59f-8c3add761448","Name":"Collabtive"},{"Enabled":true,"Id":"0f8fbc94-262f-45a5-8a8b-21119fcf7dbc","Name":"Concrete5"},{"Enabled":true,"Id":"7dab2591-c153-4410-bfd3-d43d82c0dddc","Name":"contao"},{"Enabled":true,"Id":"b6f2f4fb-47bc-4205-8644-fb001b28c971","Name":"Coppermine"},{"Enabled":true,"Id":"928e7a02-a4f4-42b3-89ec-35a6b3d0e046","Name":"CubeCart"},{"Enabled":true,"Id":"7d1676c9-64a2-4cac-bfd8-93b19d532703","Name":"Dolibarr"},{"Enabled":true,"Id":"cd140f71-3439-4723-8036-9182f60b29c2","Name":"Dolphin"},{"Enabled":true,"Id":"6065b0ed-d45f-405b-9c5b-6c1ed95fa8e3","Name":"DotClear"},{"Enabled":true,"Id":"bf70753b-4f3f-48fb-b9e1-32a40540cd43","Name":"Drupal"},{"Enabled":true,"Id":"dec12168-9d4d-4a9a-bffb-05220846ecce","Name":"e107"},{"Enabled":true,"Id":"57169655-5272-4146-ba22-70bb0bdf5fbf","Name":"Elgg"},{"Enabled":true,"Id":"eff452d0-015a-4480-a081-5db54e35c251","Name":"EspoCRM"},{"Enabled":true,"Id":"75f99574-77eb-4e8b-893e-5cf8a7325dd8","Name":"FamilyConnections"},{"Enabled":true,"Id":"d5547d0d-fb2a-4bc2-8195-abf7ee1d6288","Name":"FluxBB"},{"Enabled":true,"Id":"a235b2a4-f964-4747-9532-58b616f029c9","Name":"FormTools"},{"Enabled":true,"Id":"416b50e5-4ee7-4196-9d2f-f93e53d0f637","Name":"FrontAccounting"},{"Enabled":true,"Id":"ee6c4e25-5260-453a-a758-b75bfee752b1","Name":"GibbonEdu"},{"Enabled":true,"Id":"5c89af8e-7949-4e1b-8fb8-c4b4dd3e3480","Name":"Hesk"},{"Enabled":true,"Id":"77c9e86f-5687-463a-b659-ff34706d3c09","Name":"Joomla"},{"Enabled":true,"Id":"785dada2-15fb-486a-b24b-80f4bfbdde4b","Name":"LimeSurvey"},{"Enabled":true,"Id":"20b4de3f-26b9-47f6-bf68-15df31ceff63","Name":"Magento"},{"Enabled":true,"Id":"7b650bb7-8919-4566-9fe7-3bfe7081ea0a","Name":"MediaWiki"},{"Enabled":true,"Id":"2fd2cb77-3562-4d52-a066-b864db6b1a1f","Name":"MibewMessenger"},{"Enabled":true,"Id":"6976520d-a1df-48bf-8811-173c2fff606f","Name":"MODX"},{"Enabled":true,"Id":"5719d9f9-2659-4348-8c8e-b04fc513bd45","Name":"Moodle"},{"Enabled":true,"Id":"5d5e61c3-6696-418e-a465-c63f9b12b753","Name":"Movable Type"},{"Enabled":true,"Id":"b58bb670-5520-4e8a-a794-567adfd03f7a","Name":"MyBB"},{"Enabled":true,"Id":"d3fd0b3e-bca1-4a4b-a0d8-fcad3960a241","Name":"Omeka"},{"Enabled":true,"Id":"b2631dab-e20e-42c7-b52f-a6e19c0acdab","Name":"OpenCart"},{"Enabled":true,"Id":"ed4ee49c-f0c9-4c34-be32-fe3ae06f50f5","Name":"Osclass"},{"Enabled":true,"Id":"46acf335-8de5-4bf7-b7e0-f7a4abb559bb","Name":"osCommerce"},{"Enabled":true,"Id":"72a7ca45-8c3f-4abe-b9b3-36b4c8c0886f","Name":"osTicket"},{"Enabled":true,"Id":"ee683fba-8fab-4065-bbd9-246d3878eebb","Name":"OwnCloud"},{"Enabled":true,"Id":"2279f0da-bd81-45a5-b174-40d60ee0b726","Name":"pH7CMS"},{"Enabled":true,"Id":"8737fa71-687b-41b2-82e6-cdbe514cf796","Name":"Phorum"},{"Enabled":true,"Id":"8618e16b-834a-4e4d-aa09-da69b0c598c2","Name":"PhpAddressBook"},{"Enabled":true,"Id":"8b4333ed-f023-460c-abb0-deffde3980bf","Name":"phpBB"},{"Enabled":true,"Id":"e7d753b0-2f97-4e8d-a21e-63536a49bfe8","Name":"PhpFusion"},{"Enabled":true,"Id":"56be678a-a0b0-4f52-af3f-9ad48ba99e43","Name":"PhpList"},{"Enabled":true,"Id":"f724b6a8-3e35-4a0d-b7dc-e8e9625a4135","Name":"PhpMyFAQ"},{"Enabled":true,"Id":"9fa2bbf5-844f-4607-9990-5cc2884e9604","Name":"Piwigo"},{"Enabled":true,"Id":"e2e64509-caf1-42d4-8f73-a8bcb1e05759","Name":"PmWiki"},{"Enabled":true,"Id":"240d4880-6006-45ae-9fb8-6699e6f7e993","Name":"PodcastGenerator"},{"Enabled":true,"Id":"e7f0ac1b-2c89-413e-9e4d-967cac4eb25e","Name":"PrestaShop"},{"Enabled":true,"Id":"da84571c-85cf-4fe0-883b-c3dc0bdd8c97","Name":"ProjectSend"},{"Enabled":true,"Id":"05365118-fbc6-44ee-8d78-0498d80d115e","Name":"qdPM"},{"Enabled":true,"Id":"c6191f12-d262-4320-9a87-e4352ce4b4cb","Name":"Question2Answer"},{"Enabled":true,"Id":"c08685c2-02f6-4f3f-987f-44120b612b16","Name":"ReviveAdserver"},{"Enabled":true,"Id":"5d97f3dd-2c11-42f3-9d79-5f6a987a2710","Name":"Roundcube"},{"Enabled":true,"Id":"8a93f1da-aa7c-4306-a898-804de84553ac","Name":"Rukovoditel"},{"Enabled":true,"Id":"fcdecef0-5d4b-4e6d-af97-89fb20c3de03","Name":"SeoPanel"},{"Enabled":true,"Id":"646caa27-26a9-489d-bc2d-cb1821113dbd","Name":"Serendipity"},{"Enabled":true,"Id":"0b6218f9-0c6e-41de-bb7c-0dd4951397f0","Name":"TcExam"},{"Enabled":true,"Id":"a23df2ed-3019-4c2a-b5ac-d4e37b2f835f","Name":"typo3CMS"},{"Enabled":true,"Id":"ac2279c6-9a69-4982-b243-7d1735fd6b54","Name":"VanillaForums"},{"Enabled":true,"Id":"0461a02e-f0b1-4e8a-b645-37ce07d32090","Name":"WebERP"},{"Enabled":true,"Id":"3f230f99-a26b-4b7e-a111-79314f1e95fc","Name":"WeBid"},{"Enabled":true,"Id":"05c053d6-6806-470d-b277-d1aa5465fbcf","Name":"WordPress"},{"Enabled":true,"Id":"268a9b6c-c4d4-47d7-a9c2-84cbcdd0f80b","Name":"Xoops"},{"Enabled":true,"Id":"85bfa489-26cd-4835-ac57-d6683f123164","Name":"YetiForceCRM"},{"Enabled":true,"Id":"4bb4adee-22a1-4336-871f-2b351a932bca","Name":"Yourls"},{"Enabled":true,"Id":"2ce681b4-0a4e-4ea5-b8fd-a2e29231d909","Name":"ZenCart"},{"Enabled":true,"Id":"3f9696ce-23dd-49f3-bef5-1c1c4ea8043e","Name":"Zenphoto"},{"Enabled":true,"Id":"5681b3f0-495e-4b0f-918d-82d5f7788178","Name":"Zikula"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"True"}],"Type":"Engine","Description":"Checks if the application is well-known off-the-shelf product that includes known vulnerabilities.","Enabled":true,"Id":"5d8b4a9d-938f-483d-9a5e-30fddaa256ad","Name":"Web App Fingerprint"}]},{"Title":"Web Cache Deception","SecurityCheckGroups":[{"Patterns":[],"Settings":[],"Type":"Engine","Description":"Detects if an attacker can reach authorized data without authorization by using cache system of the web server.","Enabled":true,"Id":"3f5831ed-0217-4882-a070-ae33bc079520","Name":"Web Cache Deception"}]},{"Title":"WebDAV","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"ab4e8c9b-cb82-46d2-b19d-f02ca5652fb4","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","Description":"Detects if an attacker can upload file via WebDAV and execute it in the context of the web server.","Enabled":true,"Id":"ce28924c-26f4-4385-afee-60279cb29b51","Name":"WebDAV"}]},{"Title":"Windows Short Filename","SecurityCheckGroups":[{"Patterns":[{"Enabled":true,"Id":"06670483-e2c5-4bfa-960c-1c9fa7b975c1","Name":"Dynamically Generated Patterns"}],"Settings":[{"Name":"OnlyRunOnTheStartPath","Value":"False"}],"Type":"Engine","Description":"Checks if IIS accepts tilde character and discloses short file/folder names.","Enabled":true,"Id":"46a9e84b-35d7-44e5-a03f-a701977c8962","Name":"Windows Short Filename"}]}],"SelectedGroups":[],"SensitiveKeywordSettings":[{"Pattern":"\\b(?>admin(?:istrator)?)\\b"},{"Pattern":"\\b(?>pass(?:w(?:or)?d)?)\\b"},{"Pattern":"\\b(?>user(?:name)?)\\b"},{"Pattern":"\\b(?:login)\\b"},{"Pattern":"\\b(?:secret)\\b"},{"Pattern":"\\b(?:private)\\b"},{"Pattern":"\\b(?:secure)\\b"},{"Pattern":"\\b(?:protected)\\b"},{"Pattern":"\\b(?:backup)\\b"},{"Pattern":"\\b(?:webadmin)\\b"},{"Pattern":"\\b(?:manager?)\\b"},{"Pattern":"\\b(?:upload)\\b"},{"Pattern":"\\b(?:file(?:admin|manager))\\b"},{"Pattern":"\\b(?:account)\\b"},{"Pattern":"\\b(?:uid)\\b"},{"Pattern":"\\b(?:uname)\\b"},{"Pattern":"\\b(?:usr)\\b"},{"Pattern":"\\b(?:pwd)\\b"},{"Pattern":"\\b(?:todo)\\b"},{"Pattern":"\\b(?:hack)\\b"},{"Pattern":"\\b(?:xxx)\\b"},{"Pattern":"\\b(?:fix(?:me)?)\\b"},{"Pattern":"\\b(?:credentials?)\\b"},{"Pattern":"\\b(?:debug)\\b"},{"Pattern":"\\b(?:root)\\b"},{"Pattern":"\\b(?:bug)\\b"},{"Pattern":"\\b(?:problem)\\b"},{"Pattern":"\\b(?:bad)\\b"},{"Pattern":"\\b(?:hope)\\b"},{"Pattern":"\\b(?:overflow)\\b"},{"Pattern":"\\b(?:crash)\\b"},{"Pattern":"\\b(?:inject)\\b"},{"Pattern":"\\b(?:xss)\\b"},{"Pattern":"\\b(?:trust)\\b"},{"Pattern":"\\b(?:revise)\\b"},{"Pattern":"\\b(?:api(?> key(?:s))?)\\b"},{"Pattern":"\\b(?>endpoint(?:s)?)\\b"},{"Pattern":"\\b(?:deprecated)\\b"},{"Pattern":"\\b(?:creds)\\b"},{"Pattern":"\\b(?:beta(?: version)?)\\b"},{"Pattern":"\\b(?:alpha(?: version)?)\\b"},{"Pattern":"\\b(?:go(?: over)?)\\b"},{"Pattern":"\\b(?:forget)\\b"},{"Pattern":"\\b(?:hotfix|hot fix)\\b"},{"Pattern":"\\b(?>token(?:s)?)\\b"}],"SslTlsSettingModel":{"ExternalDomainInvalidCertificateAction":"Ignore","Ssl3Enabled":false,"TargetUrlInvalidCertificateAction":"Ignore","Tls10Enabled":true,"Tls11Enabled":true,"Tls12Enabled":true,"Tls13Enabled":false},"WebStorageSettings":[],"ExtensionSettings":[{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"7z"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"a3c"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ace"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"aif"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"aifc"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"aiff"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"arj"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"asf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"asx"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"au"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"avi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"bmp"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"cab"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"divx"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"djv"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"djvu"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"doc"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"dot"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"dwg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"eps"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"es"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"esl"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"fif"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"fla"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"flv"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"fvi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"gif"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"gz"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"hqx"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ice"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ico"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ief"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ifs"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"iw4"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"iw44"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"jpe"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"jpeg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"jpg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"map"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"kar"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mid"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"midi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mov"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"movie"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mp"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mp2"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mp3"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mp4"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpeg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpeg2"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpga"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpp"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"mpt"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"msi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pac"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pae"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pbm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pcx"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pdf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pgm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"png"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"pnm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ppm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ppt"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ps"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"psd"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"qt"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ra"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ram"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rar"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"ras"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rgb"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rmf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rpm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"rtf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"sit"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"smi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"snd"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"svg"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"svf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"swf"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"tar"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"tgz"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"tif"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"tiff"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"uff"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"vis"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"viv"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"vivo"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"vox"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wav"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wbmp"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wi"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wma"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"wmv"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"xbm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"xls"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"xpm"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"xwd"},{"AttackOption":"AttackParameters","CrawlOption":"CrawlOnlyParameter","Extension":"zip"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"bak"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"~"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"cs"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"vb"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"ar"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"bz2"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"cbz"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"exe"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"jar"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"lzma"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"xz"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"bac"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"backup"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"1"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"a"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"inc"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"include"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"_old"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"_bak"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"_backup"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"save"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"swo"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"swp"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"wim"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"jspf"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"jspx"},{"AttackOption":"AttackParametersAndQueryString","CrawlOption":"Crawl","Extension":"jspa"},{"AttackOption":"AttackParameters","CrawlOption":"Crawl","Extension":"jsp"},{"AttackOption":"AttackParameters","CrawlOption":"Crawl","Extension":"css"},{"AttackOption":"DoNotAttack","CrawlOption":"DoNotCrawl","Extension":"deploy"}],"DefaultBrowserParameters":[{"Enabled":true,"Name":"disable-xss-auditor","ReadOnly":true},{"Enabled":true,"Name":"ignore-certificate-errors","ReadOnly":true},{"Enabled":true,"Name":"disable-gpu-shader-disk-cache","ReadOnly":false},{"Enabled":true,"Name":"disable-gpu-program-cache","ReadOnly":false},{"Enabled":true,"Name":"disk-cache-dir=nul","ReadOnly":false},{"Enabled":true,"Name":"structured-metrics-disabled","ReadOnly":false},{"Enabled":true,"Name":"v8-cache-options=''''","ReadOnly":false},{"Enabled":true,"Name":"no-zygote","ReadOnly":true},{"Enabled":true,"Name":"no-sandbox","ReadOnly":true},{"Enabled":true,"Name":"disable-features=RendererCodeIntegrity,HttpsUpgrades","ReadOnly":false},{"Enabled":true,"Name":"disable-web-security","ReadOnly":false},{"Enabled":true,"Name":"disable-extensions","ReadOnly":false},{"Enabled":false,"Name":"load-extension","ReadOnly":false},{"Enabled":false,"Name":"disable-blink-features=AutomationControlled","ReadOnly":false},{"Enabled":false,"Name":"incognito","ReadOnly":false},{"Enabled":false,"Name":"no-proxy-server","ReadOnly":false}],"HeadfulBrowserParameters":[{"Enabled":true,"Name":"disable-xss-auditor","ReadOnly":true},{"Enabled":true,"Name":"ignore-certificate-errors","ReadOnly":true},{"Enabled":true,"Name":"disable-gpu","ReadOnly":false},{"Enabled":true,"Name":"disable-gpu-shader-disk-cache","ReadOnly":false},{"Enabled":true,"Name":"disable-gpu-program-cache","ReadOnly":false},{"Enabled":true,"Name":"disk-cache-dir=nul","ReadOnly":false},{"Enabled":true,"Name":"structured-metrics-disabled","ReadOnly":false},{"Enabled":true,"Name":"disable-site-isolation-trials","ReadOnly":false},{"Enabled":true,"Name":"disable-site-isolation-for-policy","ReadOnly":false},{"Enabled":true,"Name":"disable-features=RendererCodeIntegrity,HttpsUpgrades","ReadOnly":false},{"Enabled":true,"Name":"disable-web-security","ReadOnly":false},{"Enabled":true,"Name":"disable-extensions","ReadOnly":false},{"Enabled":false,"Name":"load-extension","ReadOnly":false},{"Enabled":false,"Name":"disable-blink-features=AutomationControlled","ReadOnly":false},{"Enabled":false,"Name":"incognito","ReadOnly":false},{"Enabled":false,"Name":"no-proxy-server","ReadOnly":false}],"ResourceFinders":[]}},"SaveScanProfileApiModel":{"description":"Contains properties that required to save scan profile.","required":["ProfileName"],"type":"object","properties":{"AgentGroupId":{"format":"uuid","description":"Gets or sets the agent group identifier","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AgentId":{"format":"uuid","description":"Gets or sets the agent identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CreateType":{"description":"Gets or sets the type of the create.","enum":["Website","WebsiteGroup"],"type":"string"},"IsPrimary":{"description":"Gets or sets a value indicating whether this instance is primary.","type":"boolean"},"IsShared":{"description":"Gets or sets a value indicating whether this instance is shared.","type":"boolean"},"IsTimeWindowEnabled":{"description":"Gets or sets a value indicating whether timewindow is enabled or not.","type":"boolean"},"PolicyId":{"format":"uuid","description":"Gets or sets the scan policy identifier.\r\nDefault: Default Security Checks","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ProfileId":{"format":"uuid","description":"Gets or sets the profile identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ProfileName":{"description":"Gets or sets a name for this instance.","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"ReportPolicyId":{"format":"uuid","description":"Gets or sets the report policy identifier.\r\nDefault: Default Report Policy","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteId":{"format":"uuid","description":"Gets or sets the target website ID.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"TargetUri":{"description":"Gets or sets the target website URL.","type":"string"},"UserId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AdditionalWebsites":{"description":"Gets or sets the additional websites to scan.","type":"array","items":{"$ref":"#/definitions/AdditionalWebsiteModel"}},"BasicAuthenticationApiModel":{"$ref":"#/definitions/BasicAuthenticationSettingModel","description":"Gets or sets the basic authentication API model."},"ClientCertificateAuthenticationSetting":{"$ref":"#/definitions/ClientCertificateAuthenticationApiModel","description":"Gets or sets the client certificate authentication setting."},"Cookies":{"description":"Gets or sets the cookies. Separate multiple cookies with semicolon. Cookie values must be URL encoded. You can use the\r\nfollowing format: Cookiename=Value","type":"string"},"CrawlAndAttack":{"description":"Gets or sets a value indicating whether parallel attacker is enabled.\r\nDefault: true","type":"boolean"},"EnableHeuristicChecksInCustomUrlRewrite":{"description":"Gets or sets a value indicating whether Heuristic URL Rewrite support is enabled together with custom URL Rewrite\r\nsupport.","type":"boolean"},"ExcludedLinks":{"description":"Gets or sets the excluded links.\r\nDefault: \"(log|sign)\\\\-?(out|off)\", \"exit\", \"endsession\", \"gtm\\\\.js\"","type":"array","items":{"$ref":"#/definitions/ExcludedLinkModel"}},"ExcludedUsageTrackers":{"description":"Gets or sets the excluded usage trackers.","type":"array","items":{"$ref":"#/definitions/ExcludedUsageTrackerModel"}},"DisallowedHttpMethods":{"description":"Gets or sets the disallowed http methods.","type":"array","items":{"enum":["GET","POST","CONNECT","HEAD","TRACE","DEBUG","TRACK","PUT","OPTIONS","DELETE","LINK","UNLINK","PATCH"],"type":"string"}},"ExcludeLinks":{"description":"Gets or sets a value indicating whether links should be excluded/included.\r\nDefault: <see ref=\"bool.True\" />","type":"boolean"},"ExcludeAuthenticationPages":{"description":"Specifies whether the authentication related pages like login, logout etc. should be excluded from the scan.\r\nIf form authentication is enabled, exclude authentication pages will be set as true. If you want to scan exclude authentication pages please set as false.","type":"boolean"},"FindAndFollowNewLinks":{"description":"Gets or sets a value indicating whether automatic crawling is enabled.","type":"boolean"},"FormAuthenticationSettingModel":{"$ref":"#/definitions/FormAuthenticationSettingModel","description":"Gets or sets the form authentication setting model."},"HeaderAuthentication":{"$ref":"#/definitions/HeaderAuthenticationModel","description":"Gets or sets the header authentication."},"SharkSetting":{"$ref":"#/definitions/SharkModel","description":"Gets or sets the header SharkSetting."},"AuthenticationProfileOption":{"description":"Gets or sets the type of the authentication profile option.","enum":["DontUse","UseMatchedProfile","SelectedProfile"],"type":"string"},"AuthenticationProfileId":{"format":"uuid","description":"Gets or sets the type of the authentication profile identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ImportedLinks":{"description":"Gets or sets the imported links.","type":"array","items":{"type":"string"}},"IsApiHubLinked":{"type":"boolean"},"ApiHubLinkDetails":{"type":"string"},"ImportedFiles":{"description":"Gets or sets the imported files. If imported files have not contains any URL, the file not added to scan profile.","type":"array","items":{"$ref":"#/definitions/ApiFile"}},"IsMaxScanDurationEnabled":{"description":"Gets or sets a value indicating whether max scan duration is enabled.\r\nThis is only used for scheduled group scan and regular group scan.","type":"boolean"},"MaxDynamicSignatures":{"format":"int32","description":"Gets or sets the root path maximum dynamic signatures for heuristic URL Rewrite detection.\r\nDefault: 60","maximum":10000,"minimum":1,"type":"integer"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.\r\nDefault: 48 hours","type":"integer"},"Scope":{"description":"Gets or sets the scan scope.\r\nDefault: {Invicti.Cloud.Core.Models.ScanTaskScope.EnteredPathAndBelow}","enum":["EnteredPathAndBelow","OnlyEnteredUrl","WholeDomain"],"type":"string"},"SubPathMaxDynamicSignatures":{"format":"int32","description":"Gets or sets the sub path maximum dynamic signatures for heuristic URL Rewrite detection.\r\nDefault: 30","maximum":10000,"minimum":1,"type":"integer"},"TimeWindow":{"$ref":"#/definitions/ScanTimeWindowModel","description":"Gets or sets the scan time window API model. You can use it for configuring time periods when scanning is\r\nallowed/disallowed."},"UrlRewriteAnalyzableExtensions":{"description":"Gets or sets the extensions that will be analyzed for heuristic URL Rewrite detection.\r\nDefault: htm,html","type":"string"},"UrlRewriteBlockSeparators":{"description":"Gets or sets the block separators for heuristic URL Rewrite detection.\r\nDefault: /_ $.,;|:","type":"string"},"UrlRewriteMode":{"description":"Gets or sets the URL Rewrite mode.\r\nDefault: Heuristic","enum":["None","Heuristic","Custom"],"type":"string"},"UrlRewriteRules":{"description":"Gets or sets the URL Rewrite rules.","type":"array","items":{"$ref":"#/definitions/UrlRewriteRuleModel"}},"PreRequestScriptSetting":{"$ref":"#/definitions/PreRequestScriptSettingModel","description":"Gets or sets the Pre-Request Script Setting."},"DoNotDifferentiateProtocols":{"description":"Gets or sets a value indicating whether http and https protocols are differentiated.","type":"boolean"},"UrlRewriteExcludedLinks":{"description":"Gets or sets the URL rewrite excluded links.","type":"array","items":{"$ref":"#/definitions/UrlRewriteExcludedPathModel"}},"OAuth2SettingModel":{"$ref":"#/definitions/OAuth2SettingApiModel","description":"Gets or sets the OAuth2 authentication setting model."},"EnablePciScanTask":{"description":"Defines whether a pci scan task going to be started.","type":"boolean"},"EnableMendResults":{"description":"Defines whether mend results can be retrieved.","type":"boolean"},"BusinessLogicRecorderSetting":{"$ref":"#/definitions/BusinessLogicRecorderSettingModel","description":"Gets or sets the business logic recorder setting."},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}},"Comments":{"description":"Gets or sets the Comments","type":"string"}},"example":{"AgentId":"c4618ff1-b141-4761-9fc4-0e9bccf218f2","CreateType":"Website","IsPrimary":true,"IsShared":false,"IsTimeWindowEnabled":false,"ProfileId":"f0aecbd9-c05a-4cf6-aa5b-63613d96fce5","ProfileName":"ExampleProfile","WebsiteId":"e658584b-28b0-47d8-ade5-9ac250acb3e1","TargetUri":"http://example.com/","UserId":"dbfb66eb-4393-4ea9-a553-6dce073957e2","AdditionalWebsites":[{"Canonical":true,"TargetUrl":"http://www.example.com/"},{"Canonical":false,"TargetUrl":"http://api.example.com/"}],"BasicAuthenticationApiModel":{"Credentials":[{"AuthenticationType":"Basic","Domain":"example.com","Password":"pass","UriPrefix":"http://example.com/","UserName":"user","IsReplacedCredentials":false}],"IsEnabled":true,"NoChallenge":false},"ClientCertificateAuthenticationSetting":{"File":{"Content":"U29tZSBmaWxlIGNvbnRlbnQ=","FileName":"test.crt","Type":"LinkImportFile"},"IsEnabled":true,"Password":"pass"},"Cookies":"name1=value1; name2=value2","CrawlAndAttack":true,"EnableHeuristicChecksInCustomUrlRewrite":true,"ExcludedLinks":[{"RegexPattern":"(log|sign)\\-?(out|off)"}],"ExcludedUsageTrackers":[{"Url":"UA-XXXXX-Y"}],"DisallowedHttpMethods":[],"ExcludeLinks":true,"ExcludeAuthenticationPages":true,"FindAndFollowNewLinks":true,"FormAuthenticationSettingModel":{"Integrations":{},"CustomScripts":[],"InteractiveLoginRequired":false,"DefaultPersonaValidation":true,"DetectBearerToken":true,"EnableDiagnosticsLogging":false,"DisableLogoutDetection":false,"IsEnabled":true,"IsNotVerified":false,"LoginFormUrl":"http://example.com/login.php","LoginRequiredUrl":"http://example.com/admin.php","LogoutKeywordPatterns":[{"Pattern":"Signin required","Regex":true}],"LogoutKeywordPatternsValue":"[{\"Pattern\":\"Signin required\",\"Regex\":true}]","LogoutRedirectPattern":"http://example.com/Default.php?ref=*","OverrideTargetUrl":false,"Personas":[{"IsActive":true,"Password":"pass","UserName":"user","OtpType":"Totp","SecretKey":"","Digit":6,"Period":30,"Algorithm":"Sha1","FormAuthType":"Manual","IntegrationId":"00000000-0000-0000-0000-000000000000","Version":"V2","UseStaticUsername":true,"CyberArkUseStaticUsername":true,"AzureUseStaticUsername":true,"IsReplacedCredentials":false,"Index":0}],"PersonasValidation":true,"AuthorizationTokenRules":[]},"AuthenticationProfileOption":"DontUse","ImportedLinks":["/foo1","/foo2"],"IsApiHubLinked":true,"ApiHubLinkDetails":"{\r\n 'spec_id': '41b4146f-d524-471f-bcee-7952605ef1d1',\r\n 'guid': '550e8400-e29b-41d4-a716-446655440000',\r\n 'base_url': 'https://example.com/api',\r\n 'importer_type': 'mulesoft'\r\n }","ImportedFiles":[{"Content":"BASE64-encoded content of fiddler-file.saz(max 10MB) e.g. U29tZSBmaFOOIGNvbnRlbnQ=","FileName":"fiddler-file.saz","ImporterType":"Fiddler","Type":"LinkImportFile"},{"ImporterType":"Swagger","URL":"The URL of the definition file. i.e. https://site.com/wsdl/definition.wsdl","Type":"LinkImportUrl"},{"ImporterType":"GraphQl","URL":"The URL of the definition file. i.e. https://site.com/wsdl/definition.wsdl","ApiURL":"The location of the web service. (This is required if the service is hosted on a different address specified with the 'URL')","Type":"LinkImportUrl"}],"IsMaxScanDurationEnabled":false,"MaxDynamicSignatures":60,"MaxScanDuration":48,"Scope":"EnteredPathAndBelow","SubPathMaxDynamicSignatures":30,"TimeWindow":{"Items":[{"Day":"Monday","From":"09:00","ScanningAllowed":false,"To":"18:00"}]},"UrlRewriteAnalyzableExtensions":"htm,html","UrlRewriteBlockSeparators":"/$.,;|:","UrlRewriteMode":"Custom","UrlRewriteRules":[{"PlaceholderPattern":"/blog/{category}/{title}"}],"PreRequestScriptSetting":{"IsEnabled":false},"DoNotDifferentiateProtocols":true,"OAuth2SettingModel":{"FlowType":"Custom","AuthenticationType":"None","AccessTokenEndpoint":{"Url":"https://localhost/oauth/token","ContentType":"application/x-www-form-urlencoded","Method":"POST"},"AuthorizationCodeEndpoint":{"Url":"https://localhost/oauth/token","ContentType":"application/x-www-form-urlencoded","Method":"POST"},"AccessTokenItems":[{"Name":"grant_type","Value":"password","IsEncoded":false,"IsEncrypted":false},{"Name":"username","Value":"pedroetb","IsEncoded":false,"IsEncrypted":false},{"Name":"password","Value":"password","IsEncoded":false,"IsEncrypted":false}],"AuthorizationCodeItems":[{"Name":"grant_type","Value":"password","IsEncoded":false,"IsEncrypted":false},{"Name":"username","Value":"pedroetb","IsEncoded":false,"IsEncrypted":false},{"Name":"password","Value":"password","IsEncoded":false,"IsEncrypted":true}],"ResponseFields":{"AccessToken":"accessToken","RefreshToken":"refreshToken","Expire":"accessTokenExpiresAt","TokenType":"token_type","IsTokenTypeFixed":true},"ThreeLeggedFields":{"Enabled":true,"Username":"user","Password":"pwd","CustomScripts":[]},"Enabled":false},"EnablePciScanTask":false,"EnableMendResults":false,"Tags":["TagWithNoValue","TagWithValue:Value"]}},"AdditionalWebsiteModel":{"type":"object","properties":{"Canonical":{"type":"boolean"},"TargetUrl":{"type":"string"}}},"BasicAuthenticationSettingModel":{"description":"Represents a model for carrying out basic authentication settings.","type":"object","properties":{"Credentials":{"description":"Gets or sets the authentication credentials.","type":"array","items":{"$ref":"#/definitions/BasicAuthenticationCredentialModel"}},"IsEnabled":{"description":"Gets or sets a value indicating whether basic authentication is enabled.","type":"boolean"},"NoChallenge":{"description":"Gets or sets a value indicating whether to send authentication headers without expecting a challenge.","type":"boolean"}}},"ClientCertificateAuthenticationApiModel":{"description":"Represents a model for carrying out client certificate authentication settings.","type":"object","properties":{"File":{"$ref":"#/definitions/ApiFile","description":"Gets or sets the certificate file. PFX or CRT files are supported."},"IsEnabled":{"description":"Gets or sets a value indicating whether client certificate authentication is enabled.","type":"boolean"},"Password":{"description":"Gets or sets the password for client certificate authentication.","type":"string"}}},"ExcludedLinkModel":{"description":"Represents a model for exclude/include link setting.","required":["RegexPattern"],"type":"object","properties":{"RegexPattern":{"description":"Gets or sets the pattern.","type":"string"}}},"ExcludedUsageTrackerModel":{"description":"Represents a model for exclude/include link setting.","required":["Url"],"type":"object","properties":{"Url":{"description":"Gets or sets the pattern.","type":"string"}}},"FormAuthenticationSettingModel":{"description":"Represents a model for carrying out form authentication settings.","type":"object","properties":{"Integrations":{"description":"Gets or sets the Secrets and Encryption Management integrations.","type":"object","additionalProperties":{"$ref":"#/definitions/ScanNotificationIntegrationViewModel"}},"CustomScripts":{"description":"Gets or sets the custom scripts.","type":"array","items":{"$ref":"#/definitions/FormAuthenticationCustomScript"}},"InteractiveLoginRequired":{"type":"boolean"},"DefaultPersonaValidation":{"description":"Gets or sets the personas validation property.","type":"boolean","readOnly":true},"DetectBearerToken":{"description":"Gets or sets a value indicating whether to detect Bearer token authorization. Default: true","type":"boolean"},"EnableDiagnosticsLogging":{"description":"Gets or sets a value indicating whether to diagnostics logging enabled.","type":"boolean"},"DisableLogoutDetection":{"description":"Gets or sets whether logout detection is disabled.","type":"boolean"},"IsEnabled":{"description":"Gets or sets a value indicating whether form authentication is enabled.","type":"boolean"},"IsNotVerified":{"description":"Gets a value indicating whether form authantication is not verified","type":"boolean","readOnly":true},"LoginFormUrl":{"description":"Gets or sets the login form URL.","type":"string"},"LoginRequiredUrl":{"description":"Gets or sets the login required URL.","type":"string"},"LogoutKeywordPatterns":{"description":"Gets or sets the logout keyword patterns.","type":"array","items":{"$ref":"#/definitions/LogoutKeywordPatternModel"}},"LogoutKeywordPatternsValue":{"description":"Gets or sets the JSON serialized logout keyword patterns.","type":"string"},"LogoutRedirectPattern":{"description":"Gets or sets the logout redirect pattern.","type":"string"},"OverrideTargetUrl":{"description":"Gets or sets a value indicating whether target URL should be overrided with authenticated page.","type":"boolean"},"Personas":{"description":"Gets or sets the form authentication personas.","type":"array","items":{"$ref":"#/definitions/FormAuthenticationPersona"}},"PersonasValidation":{"description":"Gets or sets the personas validation property.","type":"boolean","readOnly":true},"AuthorizationTokenRules":{"description":"Gets or sets the token mappers.","type":"array","items":{"$ref":"#/definitions/AuthorizationTokenRule"}}}},"HeaderAuthenticationModel":{"description":"Represents a model for carrying out header authentication setttings.","type":"object","properties":{"Headers":{"description":"Gets or sets the headers.","type":"array","items":{"$ref":"#/definitions/CustomHttpHeaderModel"}},"IsEnabled":{"description":"Gets or sets whether the authentication is enabled;","type":"boolean"}}},"SharkModel":{"description":"Represents a model for shark setting","type":"object","properties":{"IsSharkEnabled":{"description":"Gets or sets is Shark/Sensor enabled","type":"boolean"},"SharkPlatformType":{"description":"Gets or sets a value indicating backend-platform type.","enum":["AspNet","Php","Java","NodeJs"],"type":"string"},"SharkPassword":{"description":"Gets or sets the generated Shark/Sensor password","maxLength":32,"minLength":32,"pattern":"[a-zA-Z0-9]+","type":"string"},"SharkBridgeUrl":{"type":"string"}}},"ApiFile":{"type":"object","properties":{"Content":{"type":"string"},"FileName":{"type":"string"},"ImporterType":{"enum":["None","Fiddler","Burp","Swagger","OwaspZap","AspNet","HttpArchive","Wadl","Wsdl","Postman","Netsparker","HttpRequestImporter","LinkImporter","CsvImporter","Iodocs","WordPress","Raml","GraphQl","AcxXml","GrpcProto"],"type":"string"},"URL":{"type":"string"},"ApiURL":{"type":"string"},"Type":{"enum":["LinkImportFile","LinkImportUrl","LinkImportEnterLink","LinkApiHub"],"type":"string"}},"example":{"Content":"YWxwZXJlbi1pcy10aGUtYmVzdC1xYQ==","FileName":"test.txt","Type":"LinkImportFile"}},"ScanTimeWindowModel":{"type":"object","properties":{"Items":{"type":"array","items":{"$ref":"#/definitions/ScanTimeWindowItemModel"}}}},"UrlRewriteRuleModel":{"description":"Represents an URL Rewrite rule.","type":"object","properties":{"PlaceholderPattern":{"description":"Gets or sets the path placeholders.","type":"string"},"RegexPattern":{"description":"Gets or sets the pattern.","type":"string"}}},"PreRequestScriptSettingModel":{"description":"Represents a model that carries out pre-request script settings.","type":"object","properties":{"IsEnabled":{"description":"Gets or sets whether the pre-request script is enabled.","type":"boolean"},"Content":{"description":"Gets or sets whether the pre-request script content.","type":"string"}}},"UrlRewriteExcludedPathModel":{"description":"Represents an URL Rewrite Exclude Path rule","type":"object","properties":{"ExcludedPath":{"description":"Gets or sets the excluded path.","type":"string"},"IsRegex":{"description":"Gets or sets a value indicating whether this instance is regex.","type":"boolean"}}},"OAuth2SettingApiModel":{"description":"Provides an inputs for OAuth 2.0 Flow.","type":"object","properties":{"SerializedPolicyData":{"description":"Gets or sets the SerializedPolicyData.","type":"string"},"FlowType":{"enum":["AuthorizationCode","Implicit","ResourceOwnerPasswordCredentials","ClientCredentials","Custom"],"type":"string"},"AuthenticationType":{"enum":["None","Form","Basic"],"type":"string"},"AccessTokenEndpoint":{"$ref":"#/definitions/OAuth2SettingEndpoint"},"AuthorizationCodeEndpoint":{"$ref":"#/definitions/OAuth2SettingEndpoint"},"AccessTokenItems":{"type":"array","items":{"$ref":"#/definitions/NameValuePair"}},"AuthorizationCodeItems":{"type":"array","items":{"$ref":"#/definitions/NameValuePair"}},"ResponseFields":{"$ref":"#/definitions/ResponseFields"},"ThreeLeggedFields":{"$ref":"#/definitions/ThreeLeggedFields"},"Id":{"description":"Gets or sets the identifier.","type":"string"},"Enabled":{"description":"Gets or sets whether oauth2 is enabled.","type":"boolean"},"Headers":{"description":"Gets or sets the header authentication settings.","type":"array","items":{"$ref":"#/definitions/NameValuePair"}},"FormAuthenticationSetting":{"$ref":"#/definitions/FormAuthenticationSettingApiModel","description":"Gets or sets the form authentication setting."},"BasicAuthenticationSetting":{"$ref":"#/definitions/BasicAuthenticationSettingApiModel","description":"Gets or sets the basic authentication setting."}}},"BusinessLogicRecorderSettingModel":{"description":"Business Logic Recorder Setting Model","type":"object","properties":{"SequenceModelList":{"description":"Gets or sets the sequence model list.","type":"array","items":{"$ref":"#/definitions/SequenceViewModel"}}}},"BasicAuthenticationCredentialModel":{"description":"Represents credentials for Basic, NTML, Kerberos, Digest or Negotiate authentication.","required":["Password","UriPrefix","UserName"],"type":"object","properties":{"AuthenticationType":{"description":"Gets or sets the type of the authentication.","enum":["Basic","Ntlm","Kerberos","Digest","Negotiate"],"type":"string"},"Domain":{"description":"Gets or sets the domain for basic authentication.","type":"string"},"Password":{"description":"Gets or sets the password for basic authentication.","type":"string"},"UriPrefix":{"description":"Gets or sets the URI prefix.","type":"string"},"UserName":{"description":"Gets or sets the user name for basic authentication.","type":"string"},"OriginalUriPrefix":{"description":"Gets or sets the URI prefix that not modified by user on client side.","type":"string"},"OriginalUserName":{"description":"Gets or sets the user name for basic authentication that not modified by user on client side.","type":"string"},"OriginalPassword":{"description":"Encrypted original password","type":"string"},"IsReplacedCredentials":{"description":"Gets or sets a value indicating whether the placeholders is replaced with actual credentials.","type":"boolean"}}},"ScanNotificationIntegrationViewModel":{"required":["Name"],"type":"object","properties":{"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"NotFound":{"description":"Gets or sets a value indicating whether the notification integration not found in case of an update.","type":"boolean"},"Type":{"enum":["Jira","GitHub","TFS","FogBugz","ServiceNow","Slack","GitLab","Bitbucket","Unfuddle","Zapier","AzureDevOps","Redmine","Bugzilla","Kafka","PagerDuty","MicrosoftTeams","Clubhouse","Trello","Asana","Webhook","Kenna","Freshservice","YouTrack","NetsparkerEnterprise","Splunk","Mattermost","Hashicorp","PivotalTracker","CyberArk","DefectDojo","JazzTeam","AzureKeyVault","ServiceNowVRM","Mend"],"type":"string"},"Category":{"enum":["IssueTrackingSystem","TeamMessagingSystem","SecretsAndEncryptionManagement","ExternalScannerConnection"],"type":"string","readOnly":true},"AsanaInfo":{"$ref":"#/definitions/AsanaIntegrationInfoModel"},"AzureDevopsInfo":{"$ref":"#/definitions/AzureDevOpsIntegrationInfoModel"},"BitbucketInfo":{"$ref":"#/definitions/BitbucketIntegrationInfoModel"},"Bugzilla":{"$ref":"#/definitions/BugzillaIntegrationInfoModel"},"PagerDutyInfo":{"$ref":"#/definitions/PagerDutyIntegrationInfoModel"},"RedmineInfo":{"$ref":"#/definitions/RedmineIntegrationInfoModel"},"ServiceNowInfo":{"$ref":"#/definitions/ServiceNowIntegrationInfoModel"},"ServiceNowVRMInfo":{"$ref":"#/definitions/ServiceNowVRMModel"},"SlackInfo":{"$ref":"#/definitions/SlackIntegrationInfoModel"},"MattermostInfo":{"$ref":"#/definitions/MattermostIntegrationInfoModel"},"TFSInfo":{"$ref":"#/definitions/TFSIntegrationInfoModel"},"TrelloInfo":{"$ref":"#/definitions/TrelloIntegrationInfoModel"},"UnfuddleInfo":{"$ref":"#/definitions/UnfuddleIntegrationInfoModel"},"WebhookInfo":{"$ref":"#/definitions/WebhookIntegrationInfoModel"},"ZapierInfo":{"$ref":"#/definitions/ZapierIntegrationInfoModel"},"VaultInfo":{"$ref":"#/definitions/HashicorpVaultIntegrationInfoModel"},"CyberArkVaultInfo":{"$ref":"#/definitions/CyberArkVaultIntegrationInfoModel"},"AzureVaultInfo":{"$ref":"#/definitions/AzureKeyVaultIntegrationInfoModel"},"JazzTeamInfo":{"$ref":"#/definitions/JazzTeamIntegrationInfoModel"},"ClubhouseInfo":{"$ref":"#/definitions/ClubhouseIntegrationInfoModel"},"PivotalTrackerInfo":{"$ref":"#/definitions/PivotalTrackerIntegrationInfoModel"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"DefectDojoInfo":{"$ref":"#/definitions/DefectDojoIntegrationInfoModel"},"FogBugzInfo":{"$ref":"#/definitions/FogBugzIntegrationInfoModel"},"GitHubInfo":{"$ref":"#/definitions/GitHubIntegrationInfoModel"},"GitLabInfo":{"$ref":"#/definitions/GitLabIntegrationInfoModel"},"JiraInfo":{"$ref":"#/definitions/JiraIntegrationInfoModel"},"KafkaInfo":{"$ref":"#/definitions/KafkaIntegrationInfoModel"},"KennaInfo":{"$ref":"#/definitions/KennaIntegrationInfoModel"},"FreshserviceInfo":{"$ref":"#/definitions/FreshserviceIntegrationInfoModel"},"YouTrackInfo":{"$ref":"#/definitions/YouTrackIntegrationInfoModel"},"MicrosoftTeamsInfo":{"$ref":"#/definitions/MicrosoftTeamsIntegrationInfoModel"},"MendInfo":{"$ref":"#/definitions/MendIntegrationInfoModel"}}},"FormAuthenticationCustomScript":{"description":"Represents form authentication custom script.","required":["Value"],"type":"object","properties":{"Value":{"description":"Gets or sets the custom script's value.","type":"string"}}},"LogoutKeywordPatternModel":{"description":"Represents a model for carrying out a logout keyword pattern.","required":["Pattern"],"type":"object","properties":{"Pattern":{"description":"Gets or sets the pattern.","type":"string"},"Regex":{"description":"Gets or sets a value indicating whether this is regex.","type":"boolean"}}},"FormAuthenticationPersona":{"description":"Represents a Form Authentication persona.","type":"object","properties":{"IsActive":{"description":"Gets or sets a value indicating whether this persona is the active one to use for a scan.","type":"boolean"},"Password":{"description":"Gets or sets the password.","type":"string"},"UserName":{"description":"Gets or sets the user name.","type":"string"},"OtpType":{"description":"Gets or sets OtpType.","enum":["Totp","Hotp"],"type":"string"},"SecretKey":{"description":"Gets or sets secret key.","type":"string"},"Digit":{"format":"int32","description":"Gets or sets digit.","type":"integer"},"Period":{"format":"int32","description":"Gets or sets period (seconds).","maximum":60,"minimum":10,"type":"integer"},"Algorithm":{"description":"Gets or sets hash algorithm.","enum":["Sha1","Sha256","Sha512"],"type":"string"},"FormAuthType":{"description":"Gets or sets the type of form authentication.","enum":["Manual","Integration"],"type":"string"},"IntegrationId":{"format":"uuid","description":"Gets or sets the integration id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Version":{"description":"Gets or sets the KV Secret engine version.","enum":["V1","V2"],"type":"string"},"SecretEngine":{"description":"Gets or sets the secret engine.","type":"string"},"Secret":{"description":"Gets or sets the secret.","type":"string"},"UseStaticUsername":{"description":"Gets or sets the username is static or not.","type":"boolean"},"StaticUsername":{"description":"Gets or sets the static username.","type":"string"},"UsernameKey":{"description":"Gets or sets the username key.","type":"string"},"PasswordKey":{"description":"Gets or sets the password key.","type":"string"},"CyberArkUseStaticUsername":{"description":"Gets or sets the username is static or not.","type":"boolean"},"CyberArkStaticUsername":{"description":"Gets or sets the AppID.","type":"string"},"CyberArkUserNameQuery":{"description":"Gets or sets the Query.","type":"string"},"CyberArkPasswordQuery":{"description":"Gets or sets the Query.","type":"string"},"AzureUseStaticUsername":{"description":"Gets or sets the Azure username is static or not.","type":"boolean"},"AzureStaticUsername":{"description":"Gets or sets the Azure AppID.","type":"string"},"AzureSecret":{"description":"Gets or sets the Azure Secret.","type":"string"},"AzureVaultName":{"description":"Gets or sets the Azure Vault Name.","type":"string"},"AzureUsernameKey":{"description":"Gets or sets the Azure username key.","type":"string"},"AzurePasswordKey":{"description":"Gets or sets the Azure password key.","type":"string"},"OriginalUserName":{"description":"Gets or sets the user name that not modified by user on client side.","type":"string"},"IsReplacedCredentials":{"description":"Gets or sets a value indicating whether the placeholders is replaced with actual credentials.","type":"boolean"},"Index":{"format":"int32","type":"integer"}}},"AuthorizationTokenRule":{"type":"object","properties":{"Source":{"description":"Gets or sets the source URL.","type":"string"},"Destination":{"description":"Gets or sets the target URL.","type":"string"}}},"CustomHttpHeaderModel":{"description":"Represents a model for carrying out custom headers.","required":["Name"],"type":"object","properties":{"Name":{"description":"Gets or sets the name.","type":"string"},"Value":{"description":"Gets or sets the value.","type":"string"},"OriginalName":{"description":"Gets or sets the name that not modified by user on client side.","type":"string"},"IsReplacedCredentials":{"description":"Gets or sets a value indicating whether the placeholders is replaced with actual credentials.","type":"boolean"}}},"ScanTimeWindowItemModel":{"type":"object","properties":{"Day":{"enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"type":"string"},"From":{"type":"string"},"ScanningAllowed":{"type":"boolean"},"To":{"type":"string"}}},"OAuth2SettingEndpoint":{"description":"Provides inputs for OAuth 2.0 Flow End Point.","type":"object","properties":{"Url":{"description":"Gets or sets the endpoint URL","type":"string"},"ContentType":{"description":"Gets or sets the endpoint content type","type":"string"},"Method":{"description":"Gets or sets the endpoint method","type":"string"}}},"NameValuePair":{"description":"Represents a name / value pair model","type":"object","properties":{"Name":{"description":"Gets or sets the name","type":"string"},"Value":{"description":"Gets or sets the value","type":"string"},"IsEncoded":{"description":"Gets or sets the value is encoded","type":"boolean"},"IsEncrypted":{"description":"Gets or sets the value is encrypted","type":"boolean"}}},"ResponseFields":{"description":"Represents a oauth2 response model.","type":"object","properties":{"AccessToken":{"description":".\r\n Gets or sets the access token","type":"string"},"RefreshToken":{"description":"Gets or sets the refresh token.","type":"string"},"Expire":{"description":"Gets or sets the expire.","type":"string"},"TokenType":{"description":"Gets or sets the token type.","type":"string"},"IsTokenTypeFixed":{"description":"Gets or sets if the token type is fixed.","type":"boolean"}}},"ThreeLeggedFields":{"description":"Represents 3-legged model for oauth2.","type":"object","properties":{"Enabled":{"description":".\r\n Gets or sets the enabled value","type":"boolean"},"Username":{"description":".\r\n Gets or sets the username","type":"string"},"Password":{"description":".\r\n Gets or sets the password","type":"string"},"OtpSettings":{"$ref":"#/definitions/OtpSettings","description":"Gets or sets otp settings."},"CustomScripts":{"description":".\r\n Gets or sets the custom scripts","type":"array","items":{"type":"string"}}}},"FormAuthenticationSettingApiModel":{"description":"Provides credentials for form authentication.","type":"object","properties":{"CustomScripts":{"description":"Gets or sets the custom scripts.","type":"array","items":{"$ref":"#/definitions/FormAuthenticationCustomScript"}},"DetectBearerToken":{"description":"Gets or sets a value indicating whether to detect Bearer token authorization.","type":"boolean"},"EnableDiagnosticsLogging":{"description":"Gets or sets a value indicating whether to diagnostics logging enabled.","type":"boolean"},"DetectAuthorizationTokens":{"description":"Gets or sets a value indicating whether to detect authorization tokens.","type":"boolean"},"AuthorizationTokenRules":{"description":"Gets or sets the token mappers.","type":"array","items":{"$ref":"#/definitions/AuthorizationTokenRule"}},"DisableLogoutDetection":{"description":"Gets or sets whether logout detection is disabled.","type":"boolean"},"LoginFormUrl":{"description":"Gets or sets the login form URL.","type":"string"},"LoginRequiredUrl":{"description":"Gets or sets the login required URL.","type":"string"},"LogoutKeywordPatterns":{"description":"Gets or sets the logout keyword patterns.","type":"string"},"LogoutRedirectPattern":{"description":"Gets or sets the logout redirect pattern.","type":"string"},"OverrideTargetUrlWithAuthenticatedPage":{"description":"Gets or sets a value indicating whether target URL should be overrided with authenticated page.","type":"boolean"},"Password":{"description":"Gets or sets the password.","type":"string"},"UserName":{"description":"Gets or sets the name of the user.","type":"string"},"FormAuthType":{"description":"Gets or sets the type of form authentication.","enum":["Manual","Integration"],"type":"string"},"FormAuthIntegrationType":{"description":"Gets or sets the type of form authentication type.","enum":["HashiCorp","CyberArk","AzureKeyVault"],"type":"string"},"OtpSettings":{"$ref":"#/definitions/OtpSettings","description":"Gets or sets the form authentication otp settings"},"HashicorpVaultSetting":{"$ref":"#/definitions/FormAuthenticationHashicorpVaultSetting","description":"Gets or sets the hashicorp vault setting."},"CyberArkVaultSetting":{"$ref":"#/definitions/FormAuthenticationCyberArkVaultSetting","description":"Gets or sets the CyberArk vault setting."},"AzureKeyVaultSetting":{"$ref":"#/definitions/FormAuthenticationAzureKeyVaultSetting","description":"Gets or sets the Azure vault setting."}}},"BasicAuthenticationSettingApiModel":{"description":"Provides credentials for NTLM, Basic, Kerberos, Digest or Negotiate authentication schemes.","type":"object","properties":{"AlwaysAuthenticateNoChallenge":{"description":"Gets or sets a value indicating whether to send authentication headers without expecting a challenge.","type":"boolean"},"Credentials":{"description":"Gets or sets the authentication credentials.","type":"array","items":{"$ref":"#/definitions/BasicAuthenticationCredentialApiModel"}}}},"SequenceViewModel":{"description":"Represents the Sequence View Model","required":["Name","BusinessLogicRecorderSettings"],"type":"object","properties":{"Name":{"description":"Gets or sets the BLR file name","type":"string"},"BusinessLogicRecorderSettings":{"description":"Gets or sets the BLR sequence list as a json string.","type":"string"}}},"AsanaIntegrationInfoModel":{"description":"The Asana integration info","required":["AccessToken","ProjectId","DueDays","TitleFormat"],"type":"object","properties":{"AccessToken":{"description":"Access Token","maxLength":255,"minLength":0,"type":"string"},"ProjectId":{"description":"The Project identifier.","maxLength":255,"minLength":0,"type":"string"},"WorkspaceId":{"description":"The Workspace identifier.","maxLength":255,"minLength":0,"type":"string"},"Assignee":{"description":"The user to assign issues to. Accepted values are email adress,user identifier or me.","maxLength":255,"minLength":0,"type":"string"},"FollowerIds":{"description":"The Follower identifiers.","type":"array","items":{"type":"string"}},"DueDays":{"format":"int32","description":"The number of days in which the card is due, date from the time that the card was created.","maximum":365,"minimum":0,"type":"integer"},"TagIds":{"description":"Comma-separated Tag identifiers.","type":"array","items":{"type":"string"}},"WorkspaceList":{"description":"The Workspace List.","type":"array","items":{"$ref":"#/definitions/AsanaWorkspace"}},"ProjectList":{"description":"The Project List.","type":"array","items":{"$ref":"#/definitions/AsanaProject"}},"AssigneeList":{"description":"The Assignee List.","type":"array","items":{"$ref":"#/definitions/AsanaUser"}},"FollowerList":{"description":"The Follower List.","type":"array","items":{"$ref":"#/definitions/AsanaUser"}},"TagList":{"description":"The Tag List.","type":"array","items":{"$ref":"#/definitions/AsanaTag"}},"FollowersSelected":{"description":"The Follower identifiers.","maxLength":255,"minLength":0,"type":"string","readOnly":true},"TagsSelected":{"description":"Comma-separated Tag identifiers.","maxLength":255,"minLength":0,"type":"string","readOnly":true},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel"},"Type":{"enum":["Jira","GitHub","TFS","FogBugz","ServiceNow","Slack","GitLab","Bitbucket","Unfuddle","Zapier","AzureDevOps","Redmine","Bugzilla","Kafka","PagerDuty","MicrosoftTeams","Clubhouse","Trello","Asana","Webhook","Kenna","Freshservice","YouTrack","NetsparkerEnterprise","Splunk","Mattermost","Hashicorp","PivotalTracker","CyberArk","DefectDojo","JazzTeam","AzureKeyVault","ServiceNowVRM","Mend"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"AzureDevOpsIntegrationInfoModel":{"description":"The Azure DevOps integration info","required":["Password","ProjectUri","WorkItemTypeName","TitleFormat"],"type":"object","properties":{"Password":{"description":"Gets or sets the password.","maxLength":255,"minLength":0,"type":"string"},"Username":{"maxLength":255,"minLength":0,"type":"string"},"AssignedTo":{"maxLength":255,"minLength":0,"type":"string"},"Domain":{"maxLength":255,"minLength":0,"type":"string"},"ProjectUri":{"maxLength":255,"minLength":0,"type":"string"},"Tags":{"maxLength":255,"minLength":0,"type":"string"},"WorkItemTypeName":{"maxLength":255,"minLength":0,"type":"string"},"WebhookUrl":{"type":"string","readOnly":true},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"BitbucketIntegrationInfoModel":{"description":"The Bitbucket integration info","required":["Kind","Password","Priority","Repository","UsernameOrEmail","TitleFormat"],"type":"object","properties":{"Kind":{"description":"Gets or sets the kind.","maxLength":255,"minLength":0,"type":"string"},"Password":{"description":"Gets or sets the password.","maxLength":255,"minLength":0,"type":"string"},"Priority":{"description":"Gets or sets the priority.","maxLength":255,"minLength":0,"type":"string"},"Repository":{"description":"Gets or sets the repository.","maxLength":255,"minLength":0,"type":"string"},"Workspace":{"description":"Gets or sets the workspace.","maxLength":255,"minLength":0,"type":"string"},"UsernameOrEmail":{"description":"Gets or sets the username.","maxLength":255,"minLength":0,"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"BugzillaIntegrationInfoModel":{"description":"The Bugzilla integration info","required":["Url","ApiKey","Product","Component","Version","Platform","OperationSystem","TitleFormat"],"type":"object","properties":{"Url":{"description":"The Bugzilla instance URL.","type":"string"},"ApiKey":{"description":"API Key for authentication.","maxLength":255,"minLength":0,"type":"string"},"Product":{"description":"The product name.","maxLength":255,"minLength":0,"type":"string"},"Component":{"description":"The name of a component.","maxLength":255,"minLength":0,"type":"string"},"Version":{"description":"The product version that the issue was found in.","maxLength":255,"minLength":0,"type":"string"},"Platform":{"description":"What type of hardware the bug was experienced on.","maxLength":255,"minLength":0,"type":"string"},"OperationSystem":{"description":"The operating system the bug was discovered on.","maxLength":255,"minLength":0,"type":"string"},"Status":{"description":"The status that this bug should start out as.","maxLength":255,"minLength":0,"type":"string"},"Priority":{"description":"The priority of the bug.","maxLength":255,"minLength":0,"type":"string"},"AssignedTo":{"description":"The user email adress to assign issues to.","maxLength":255,"minLength":0,"type":"string"},"Severity":{"description":"The serverity of the bug.","maxLength":255,"minLength":0,"type":"string"},"Milestone":{"description":"A valid target milestone for the product.","maxLength":255,"minLength":0,"type":"string"},"DueDays":{"format":"int32","description":"The days when incident is due from the time that issue is created on.","maximum":90,"minimum":0,"type":"integer"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"PagerDutyIntegrationInfoModel":{"description":"The PagerDuty integration info","required":["ApiAccessKey","From","ServiceId","ServiceType","Url","TitleFormat"],"type":"object","properties":{"ApiAccessKey":{"description":"API Access Key for authentication.","maxLength":255,"minLength":0,"type":"string"},"ApiUrl":{"description":"The PagerDuty instance URL.","type":"string","readOnly":true},"BodyDetails":{"description":"The incident will be created on this service type.","maxLength":255,"minLength":0,"type":"string"},"From":{"description":"The email address of a valid user associated with the account making the request.","type":"string"},"IncidentBodyType":{"description":"Type must be incident_body.","maxLength":255,"minLength":0,"type":"string","readOnly":true},"IncidentType":{"description":"Type must be incident.","maxLength":255,"minLength":0,"type":"string","readOnly":true},"ServiceId":{"description":"The incident will be created on this service id.","maxLength":255,"minLength":0,"type":"string"},"ServiceType":{"description":"The incident will be created on this service type.","enum":["service","service_reference"],"type":"string"},"Title":{"description":"A succinct description of the nature, symptoms, cause, or effect of the incident.","maxLength":255,"minLength":0,"type":"string"},"Urgency":{"description":"The urgency of the incident.","enum":["high","low"],"type":"string"},"Url":{"description":"The PagerDuty instance URL.","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"RedmineIntegrationInfoModel":{"description":"The Redmine integration info","required":["Url","ApiAccessKey","Project","PriorityId","TitleFormat"],"type":"object","properties":{"Url":{"description":"The Redmine instance URL.","type":"string"},"ApiAccessKey":{"description":"API Access Key for authentication.","maxLength":255,"minLength":0,"type":"string"},"Project":{"description":"The project identifer to create issue in.","maxLength":255,"minLength":0,"type":"string"},"PriorityId":{"format":"int32","description":"The priority identifier.","type":"integer"},"TrackerId":{"format":"int32","description":"The tracker identifier.","type":"integer"},"StatusId":{"format":"int32","description":"The status identifier.","type":"integer"},"CategoryId":{"format":"int32","description":"The category identifier.","type":"integer"},"AssignedTo":{"format":"int32","description":"The user identifier to assign issues to.","type":"integer"},"DueDays":{"format":"int32","description":"The days when incident is due from the time that issue created on.","maximum":90,"minimum":0,"type":"integer"},"IsPrivate":{"description":"The privacy information whether the issue is private.","type":"boolean"},"Type":{"enum":["Jira","GitHub","TFS","FogBugz","ServiceNow","Slack","GitLab","Bitbucket","Unfuddle","Zapier","AzureDevOps","Redmine","Bugzilla","Kafka","PagerDuty","MicrosoftTeams","Clubhouse","Trello","Asana","Webhook","Kenna","Freshservice","YouTrack","NetsparkerEnterprise","Splunk","Mattermost","Hashicorp","PivotalTracker","CyberArk","DefectDojo","JazzTeam","AzureKeyVault","ServiceNowVRM","Mend"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"ServiceNowIntegrationInfoModel":{"description":"The ServiceNow integration info","required":["Password","Url","Username","TitleFormat"],"type":"object","properties":{"AssignedToId":{"description":"Gets or sets the assigned to ID.","maxLength":255,"minLength":0,"type":"string"},"CallerId":{"description":"Gets or sets the caller ID.","maxLength":255,"minLength":0,"type":"string"},"ServiceNowCategoryTypes":{"description":"Gets or sets the category to assign cases to.","enum":["Inquiry","Software","Hardware","Network","Database"],"type":"string"},"CategoryTypes":{"description":"Gets or sets the category to assign cases to.","type":"string"},"ReopenStatus":{"description":"Gets or sets the type of the issue.","type":"string","readOnly":true},"ServiceNowReopenCategoryType":{"description":"Gets or sets the category types","enum":["New","In_Progress","On_Hold"],"type":"string"},"ServiceNowOnHoldReasonType":{"description":"Gets or sets the category types","enum":["AwaitingCaller","AwaitingChange","AwaitingProblem","AwaitingVendor"],"type":"string"},"CloseTheFixedVulnerabilities":{"description":"if this option selected , after retesting change the status of fixed vulnerabilities to Closed..","type":"boolean"},"Category":{"description":"Gets or sets the category to assign cases to.","type":"string"},"DueDays":{"format":"int32","description":"Gets or sets the due date.","maximum":90,"minimum":0,"type":"integer"},"Severity":{"format":"int32","description":"The severity of the incident.","type":"integer"},"Password":{"description":"Gets or sets the ServiceNow password for the user.","maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"description":"Gets or sets the type of the issue. Need to be overriden for webhooks supported integrations","type":"string","readOnly":true},"ResolvedStatusServiceNow":{"description":"Gets or sets the ServiceNow resolved type of the issue.","enum":["Resolved","Closed"],"type":"string"},"Url":{"description":"Gets or sets the URL.","maxLength":255,"minLength":0,"type":"string"},"WebhookUrl":{"description":"Gets FogBugz web hook URL.","type":"string","readOnly":true},"Username":{"description":"Gets or sets the username.","maxLength":255,"minLength":0,"type":"string"},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"FieldMappingsDictionary":{"type":"object","properties":{"Severity":{"type":"array","items":{"type":"object"}}},"readOnly":true},"IncidentFieldPairs":{"description":"Returns ServiceNow incident field pairs.","type":"object","additionalProperties":{"$ref":"#/definitions/ServiceNowIncidentFieldPairValue"}},"IsImprovedVersion":{"description":"Returns whether servicenow integration is created with improved version .","type":"boolean"},"FieldMappings":{"description":"Returns ServiceNow incident field mappings.","type":"array","items":{"$ref":"#/definitions/ServiceNowIncidentMapping"}},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"ServiceNowVRMModel":{"required":["Username","Url","Password","SummaryFormat","TitleFormat"],"type":"object","properties":{"Username":{"maxLength":255,"minLength":0,"type":"string"},"Url":{"maxLength":255,"minLength":0,"type":"string"},"WebhookUrl":{"description":"Gets web hook URL.","type":"string","readOnly":true},"Password":{"description":"Gets or sets the ServiceNow password for the user.","maxLength":255,"minLength":0,"type":"string"},"FieldPairs":{"type":"object","additionalProperties":{"$ref":"#/definitions/FieldPairValue"}},"ResolvedStatus":{"type":"string","readOnly":true},"ReopenStatus":{"type":"string","readOnly":true},"FalsePositiveStatus":{"maxLength":255,"minLength":0,"type":"string","readOnly":true},"AcceptedRiskStatus":{"maxLength":255,"minLength":0,"type":"string","readOnly":true},"SummaryFormat":{"type":"string"},"CIMatchingColumn":{"type":"string"},"CIMatchingColumnText":{"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"SlackIntegrationInfoModel":{"description":"The Slack integration info","required":["IncomingWebhookUrl","TitleFormat"],"type":"object","properties":{"IncomingWebhookUrl":{"description":"Gets or sets the Webhook URL.","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"MattermostIntegrationInfoModel":{"description":"The Mattermost integration info","required":["IncomingWebhookUrl","TitleFormat"],"type":"object","properties":{"IncomingWebhookUrl":{"description":"Gets or sets the Webhook URL.","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"TFSIntegrationInfoModel":{"description":"The TFS integration info","required":["Password","ProjectUri","Username","WorkItemTypeName","TitleFormat"],"type":"object","properties":{"AssignedTo":{"description":"Gets or sets the assigned to.","maxLength":255,"minLength":0,"type":"string"},"Domain":{"description":"Gets or sets the domain.","maxLength":255,"minLength":0,"type":"string"},"Password":{"description":"Gets or sets the password.","maxLength":255,"minLength":0,"type":"string"},"ProjectUri":{"description":"Gets or sets the project uri.","maxLength":255,"minLength":0,"type":"string"},"Tags":{"description":"Gets or sets the tags.","maxLength":255,"minLength":0,"type":"string"},"Username":{"description":"Gets or sets the username.","maxLength":255,"minLength":0,"type":"string"},"WorkItemTypeName":{"description":"Gets or sets the type of the work item type name.","maxLength":255,"minLength":0,"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"TrelloIntegrationInfoModel":{"description":"The Trello integration info","required":["ApiKey","Token","ListId","BoardId","DueDays","TitleFormat"],"type":"object","properties":{"ApiKey":{"description":"The API Key for API requests.","maxLength":255,"minLength":0,"type":"string"},"Token":{"description":"The Token ID identifier.","maxLength":255,"minLength":0,"type":"string"},"ListId":{"description":"The List identifier.","type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel"},"BoardId":{"description":"The Board identifier.","type":"string"},"BoardIds":{"description":"The TrelloBoard List.","type":"array","items":{"$ref":"#/definitions/TrelloBoard"}},"Lists":{"description":"The TrelloList List.","type":"array","items":{"$ref":"#/definitions/TrelloList"}},"Members":{"description":"The TrelloMember List.","type":"array","items":{"$ref":"#/definitions/TrelloMember"}},"Labels":{"description":"The TrelloLabel List.","type":"array","items":{"$ref":"#/definitions/TrelloLabel"}},"MemberIds":{"description":"Comma-separated Member identifiers.","type":"array","items":{"type":"string"}},"LabelIds":{"description":"Comma-separated Label identifiers.","type":"array","items":{"type":"string"}},"LabelIdsSelected":{"description":"Comma-separated Label to convert string identifiers.","maxLength":255,"minLength":0,"type":"string","readOnly":true},"MemberIdsSelected":{"description":"Comma-separated Member to convert string identifiers.","maxLength":255,"minLength":0,"type":"string","readOnly":true},"DueDays":{"format":"int32","description":"The days when incident is due from the time that issue is created on.","maximum":365,"minimum":0,"type":"integer"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"UnfuddleIntegrationInfoModel":{"description":"The Unfuddle integration info","required":["Password","Priority","ProjectId","Subdomain","Username","TitleFormat"],"type":"object","properties":{"AssigneeId":{"format":"int32","description":"Gets or sets the assignee id.","type":"integer"},"DueDays":{"format":"int32","description":"Gets or sets the due days.","maximum":90,"minimum":0,"type":"integer"},"MilestoneId":{"format":"int32","description":"Gets or sets the milestone id.","type":"integer"},"Password":{"description":"Gets or sets the password.","maxLength":255,"minLength":0,"type":"string"},"Priority":{"format":"int32","description":"Gets or sets the priority.","type":"integer"},"ProjectId":{"format":"int32","description":"Gets or sets the project id.","maximum":2147483647,"minimum":1,"type":"integer"},"Subdomain":{"description":"Gets or sets the subdomain.","maxLength":255,"minLength":0,"type":"string"},"Username":{"description":"Gets or sets the username.","maxLength":255,"minLength":0,"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"WebhookIntegrationInfoModel":{"description":"The Webhook integration info","required":["Url","TitleFormat"],"type":"object","properties":{"HttpMethodType":{"description":"The HTTP method that indicates the action to be performed on a resource for the request.","enum":["Get","Post","Put"],"type":"string"},"ParameterType":{"description":"This is the data format in which requests are sent.","enum":["Form","Json","Xml","QueryString"],"type":"string"},"Url":{"description":"The URL to which issues should be sent.","type":"string"},"Issue":{"description":"The parameter name of the issue.","maxLength":255,"minLength":0,"type":"string"},"CustomHttpHeaderModels":{"description":"Gets or sets the Http Header.","type":"array","items":{"$ref":"#/definitions/CustomHttpHeaderModel"}},"Title":{"description":"The parameter name of the issue title.","maxLength":255,"minLength":0,"type":"string"},"Body":{"description":"The parameter name of the issue body.","maxLength":255,"minLength":0,"type":"string"},"Username":{"description":"The Username for the HTTP authentication.","maxLength":255,"minLength":0,"type":"string"},"Password":{"description":"The Password for the HTTP authentication.","maxLength":255,"minLength":0,"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"ZapierIntegrationInfoModel":{"description":"The Zapier integration info","required":["WebhookUrl","TitleFormat"],"type":"object","properties":{"WebhookUrl":{"description":"Gets or sets the Webhook URL.","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"HashicorpVaultIntegrationInfoModel":{"description":"The Vault integration info","required":["Token","Url","TitleFormat"],"type":"object","properties":{"Token":{"description":"Token for authentication.","maxLength":255,"minLength":0,"type":"string"},"AgentMode":{"enum":["Cloud","Internal"],"type":"string"},"AuthType":{"enum":["Token","TLSCert"],"type":"string"},"Url":{"description":"The Vault instance URL.","type":"string"},"CertificateFileEncrypted":{"type":"string"},"CertificateFilePassword":{"description":"Pfx File Password for authentication.","type":"string"},"Path":{"maxLength":255,"minLength":0,"type":"string"},"Namespace":{"maxLength":255,"minLength":0,"type":"string"},"CertificateInfoModel":{"$ref":"#/definitions/CertificateInfoModel"},"HasCertificate":{"type":"boolean"},"UpdatedAt":{"format":"date-time","description":"Gets or sets the date which this entity was updated at.","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"CyberArkVaultIntegrationInfoModel":{"required":["Url","TitleFormat"],"type":"object","properties":{"CertificateFileKey":{"type":"string"},"CertificateFilePassword":{"description":"Pfx File Password for authentication.","type":"string"},"Url":{"description":"The Vault instance URL.","type":"string"},"AgentMode":{"enum":["Cloud","Internal"],"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"AzureKeyVaultIntegrationInfoModel":{"description":"The Vault integration info","required":["ClientID","Secret","TenantId","TitleFormat"],"type":"object","properties":{"ClientID":{"description":"ClientId for authentication.","maxLength":255,"minLength":0,"type":"string"},"Secret":{"description":"Secret for authentication.","maxLength":255,"minLength":0,"type":"string"},"AgentMode":{"enum":["Cloud","Internal"],"type":"string"},"TenantId":{"description":"The Vault instance tenantId.","maxLength":255,"minLength":0,"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"JazzTeamIntegrationInfoModel":{"description":"The Jazz Team integration info","required":["ServerURL","Username","Password","ProjectAreaId","CategoryName","TitleFormat"],"type":"object","properties":{"ServerURL":{"description":"Jazz Team base URL.","type":"string"},"Username":{"description":"The username of the user.","maxLength":255,"minLength":0,"type":"string"},"Password":{"description":"The password of the user.","maxLength":255,"minLength":0,"type":"string"},"ProjectAreaId":{"description":"The Id of Project Area","maxLength":255,"minLength":0,"type":"string"},"CategoryName":{"description":"Category name for work items.","maxLength":255,"minLength":0,"type":"string"},"Tags":{"description":"The work item tags. To add more than one tag, separate each one with a space ( ). For example: tag1 tag2","type":"string"},"DueDays":{"format":"int32","description":"This is the number of days from the date of the work item was created to the day of it's due.","maximum":90,"minimum":0,"type":"integer"},"Severity":{"description":"Severity level for work items.","enum":["Blocker","Critical","Major","Normal","Minor","Unclassified"],"type":"string"},"Priority":{"description":"Priority level for work items.","enum":["High","Medium","Low","Unassigned"],"type":"string"},"WorkItemType":{"description":"Type for work items.","enum":["Task","Defect"],"type":"string"},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"ClubhouseIntegrationInfoModel":{"description":"The Clubhouse integration info","required":["ApiToken","ProjectId","DueDays","TitleFormat"],"type":"object","properties":{"ApiToken":{"description":"Api Token","maxLength":255,"minLength":0,"type":"string"},"ProjectId":{"format":"int32","description":"The ID of the project to which the issue belongs.","maximum":2147483647,"minimum":0,"type":"integer"},"ClubhouseStoryType":{"description":"Gets or sets the Clubhouse story type of the issue.","enum":["Bug","Feature","Chore"],"type":"string"},"EpicId":{"format":"int32","description":"The Epic Id identifier.","maximum":2147483647,"minimum":0,"type":"integer"},"StateId":{"format":"int32","description":"The workflow state identifier that the Story is in.","maximum":2147483647,"minimum":0,"type":"integer"},"RequesterId":{"description":"The member identifier of the person who requested the issue.","maxLength":255,"minLength":0,"type":"string"},"OwnerIds":{"description":"Comma-separated member identifiers of those who own the issue.","maxLength":255,"minLength":0,"type":"string"},"FollowerIds":{"description":"Comma-separated member identifiers of those who follow the issue.","maxLength":255,"minLength":0,"type":"string"},"DueDays":{"format":"int32","description":"The days when incident is due from the time that issue is created on.","maximum":365,"minimum":0,"type":"integer"},"Labels":{"description":"Comma-separated labels.","maxLength":255,"minLength":0,"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"PivotalTrackerIntegrationInfoModel":{"description":"The Pivotal integration info","required":["ApiToken","ProjectId","StoryType","TitleFormat"],"type":"object","properties":{"ApiToken":{"description":"API Access Key for authentication.","maxLength":255,"minLength":0,"type":"string"},"ProjectId":{"format":"int32","description":"The project identifer to create issue in.","maximum":2147483647,"minimum":0,"type":"integer"},"StoryType":{"description":"The project identifer to create issue in.","enum":["Bug","Feature","Chore","Release"],"type":"string"},"OwnerIds":{"description":"The category identifier.","type":"string"},"Labels":{"description":"The category identifier.","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"IntegrationCustomFieldVm":{"required":["Name"],"type":"object","properties":{"File":{"$ref":"#/definitions/CachedFile"},"Name":{"type":"string"},"Value":{"type":"string"},"InputType":{"enum":["Text","Password","Textarea","FileUpload","Complex"],"type":"string"}}},"DefectDojoIntegrationInfoModel":{"description":"The DefectDojo integration info","required":["AccessToken","ServerUrl","EngagementId","TitleFormat"],"type":"object","properties":{"AccessToken":{"description":"Gets or sets the access token.","maxLength":255,"minLength":0,"type":"string"},"ServerUrl":{"description":"The Server URL.","type":"string"},"Tags":{"description":"Gets or sets the labels.","maxLength":255,"minLength":0,"type":"string"},"EngagementId":{"description":"Gets or sets the repository.","type":"string"},"Environment":{"description":"Gets or sets the environment.","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"FogBugzIntegrationInfoModel":{"description":"The FogBugz integration info","required":["Category","Token","Url","TitleFormat"],"type":"object","properties":{"Area":{"description":"Gets or sets the area to assign cases to.","maxLength":255,"minLength":0,"type":"string"},"AssignedTo":{"description":"Gets or sets the assigned to.","maxLength":255,"minLength":0,"type":"string"},"Category":{"description":"Gets or sets the category to assign cases to.","maxLength":255,"minLength":0,"type":"string"},"Milestone":{"description":"Gets or sets the milestone to assign cases to.","maxLength":255,"minLength":0,"type":"string"},"Project":{"description":"Gets or sets the project to assign cases to.","maxLength":255,"minLength":0,"type":"string"},"Tags":{"description":"Gets or sets the tags.","maxLength":255,"minLength":0,"type":"string"},"Token":{"description":"Gets or sets the FogBugz API token for the user.","maxLength":255,"minLength":0,"type":"string"},"Url":{"description":"Gets or sets the URL.","maxLength":255,"minLength":0,"type":"string"},"WebhookUrl":{"description":"Gets FogBugz web hook URL.","type":"string","readOnly":true},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"GitHubIntegrationInfoModel":{"description":"The GitHub integration info","required":["AccessToken","ServerUrl","Repository","Username","TitleFormat"],"type":"object","properties":{"AccessToken":{"description":"Gets or sets the access token.","maxLength":255,"minLength":0,"type":"string"},"ServerUrl":{"description":"The Server URL.","type":"string"},"Assignee":{"description":"Gets or sets the assignee.","maxLength":255,"minLength":0,"type":"string"},"Labels":{"description":"Gets or sets the labels.","maxLength":255,"minLength":0,"type":"string"},"Repository":{"description":"Gets or sets the repository.","maxLength":255,"minLength":0,"type":"string"},"Username":{"description":"Gets or sets the username.","maxLength":255,"minLength":0,"type":"string"},"Organization":{"description":"Gets or sets the organization.","maxLength":255,"minLength":0,"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"GitLabIntegrationInfoModel":{"description":"The GitLab integration info","required":["AccessToken","ProjectId","TitleFormat"],"type":"object","properties":{"AccessToken":{"description":"Gets or sets the access token.","maxLength":255,"minLength":0,"type":"string"},"AssigneeId":{"format":"int32","description":"Gets or sets the assignee id.","type":"integer"},"DueDays":{"format":"int32","description":"Gets or sets the due days.","maximum":90,"minimum":0,"type":"integer"},"Labels":{"description":"Gets or sets the labels.","maxLength":255,"minLength":0,"type":"string"},"MilestoneId":{"format":"int32","description":"Gets or sets the milestone id.","type":"integer"},"OnPremiseBaseURL":{"description":"Gets or sets the on-premise base url.","type":"string"},"ProjectId":{"format":"int32","description":"Gets or sets the project id.","maximum":2147483647,"minimum":1,"type":"integer"},"Weight":{"format":"int32","description":"Gets or sets the weight.","type":"integer"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"JiraIntegrationInfoModel":{"description":"The Jira integration info","required":["IssueType","Password","ProjectKey","Url","UsernameOrEmail","TitleFormat"],"type":"object","properties":{"AssignedTo":{"maxLength":255,"minLength":0,"type":"string"},"AssignedToName":{"maxLength":255,"minLength":0,"type":"string"},"AutoAssignToPerson":{"type":"boolean"},"DueDays":{"format":"int32","maximum":90,"minimum":0,"type":"integer"},"IsCloud":{"type":"boolean","readOnly":true},"IssueType":{"maxLength":255,"minLength":0,"type":"string"},"IssueTypeId":{"type":"string"},"Labels":{"maxLength":255,"minLength":0,"type":"string"},"Components":{"type":"string"},"MappedJiraUsers":{"type":"array","items":{"$ref":"#/definitions/IntegrationUserMappingItemModel"}},"Password":{"maxLength":255,"minLength":0,"type":"string"},"Priority":{"description":"Gets or sets the priority.","maxLength":255,"minLength":0,"type":"string"},"SecurityLevel":{"description":"The issue security level.","maxLength":255,"minLength":0,"type":"string"},"ProjectKey":{"maxLength":255,"minLength":0,"type":"string"},"ProjectName":{"maxLength":255,"minLength":0,"type":"string"},"ProjectId":{"type":"string"},"ReopenStatus":{"description":"Gets or sets the type of the issue.","type":"string","readOnly":true},"ReopenStatusJira":{"description":"Gets or sets the jira reopen type of the issue.","enum":["ToDo","InProgress"],"type":"string"},"Reporter":{"maxLength":255,"minLength":0,"type":"string"},"ReporterName":{"maxLength":255,"minLength":0,"type":"string"},"Url":{"type":"string"},"UsernameOrEmail":{"maxLength":255,"minLength":0,"type":"string"},"WebhookUrl":{"type":"string","readOnly":true},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"IsRemoveRequestResponse":{"type":"boolean"},"EpicName":{"description":"Gets or sets type of the jira epic name","maxLength":255,"minLength":0,"type":"string"},"EpicNameCustomFieldName":{"description":"Gets or sets type of the jira epic name custom field name","maxLength":255,"minLength":0,"type":"string"},"EpicKey":{"description":"Gets or sets type of the jira epic key","maxLength":255,"minLength":0,"type":"string"},"EpicKeyCustomFieldName":{"description":"Gets or sets type of the jira epic key custom field name","maxLength":255,"minLength":0,"type":"string"},"EpicSelectionType":{"description":"Gets or sets type of the jira epic type","enum":["None","EpicName","EpicKey"],"type":"string","readOnly":true},"PriorityMappings":{"type":"array","items":{"$ref":"#/definitions/JiraPriorityMapping"}},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"KafkaIntegrationInfoModel":{"description":"The Kafka integration info","required":["Topic","DataSerialization","TitleFormat"],"type":"object","properties":{"Topic":{"description":"Gets or sets the access token.","type":"string"},"DataSerialization":{"description":"Gets or sets the serialization type","enum":["JsonSerialized","FlattenedJsonSerialized","AvroSerialized"],"type":"string"},"SchemaRegistryUrl":{"description":"Gets or sets the schema registry url.","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"KennaIntegrationInfoModel":{"description":"The Kenna integration info","required":["ApiKey","ApiUrl","DueDays","InstanceUrl","TitleFormat"],"type":"object","properties":{"ApiKey":{"description":"The API key for API requests.","maxLength":255,"minLength":0,"type":"string"},"ApiUrl":{"description":"The API URL.","type":"string"},"DueDays":{"format":"int32","description":"The days when issue is due from the time that issue is created on.","maximum":365,"minimum":0,"type":"integer"},"Tags":{"maxLength":255,"minLength":0,"type":"string"},"SetAssetApplicationIdentifier":{"description":"Set Asset application identifier","type":"boolean"},"AssetApplicationIdentifierType":{"description":"Asset application identifier type","enum":["WebsiteName","Static"],"type":"string"},"InstanceUrl":{"description":"The Instance URL.","type":"string"},"AssetApplicationIdentifier":{"description":"Asset application identifier","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"FreshserviceIntegrationInfoModel":{"description":"The Freshservice integration info","required":["ServerUrl","ApiKey","RequesterId","TitleFormat"],"type":"object","properties":{"ServerUrl":{"description":"The server URL to which to send problems.","type":"string"},"ApiKey":{"description":"The API key for authentication.","maxLength":255,"minLength":0,"type":"string"},"RequesterId":{"format":"int64","description":"The user identifier who reports the problem.","type":"integer"},"GroupId":{"format":"int64","description":"The group identifier to which the problem is assigned.","type":"integer"},"AgentId":{"format":"int64","description":"The agent identifier to whom the problem is assigned.","type":"integer"},"PriorityId":{"format":"int32","description":"The priority identifier of the problem.","type":"integer"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel"},"Requesters":{"description":"The Requesters List.","type":"array","items":{"$ref":"#/definitions/FreshServiceRequesterUser"}},"Groups":{"description":"The Groups List.","type":"array","items":{"$ref":"#/definitions/FreshserviceEntity"}},"Agents":{"description":"The Agents List.","type":"array","items":{"$ref":"#/definitions/FreshServiceUserAgent"}},"Priorities":{"description":"The Priorities List.","type":"array","items":{"$ref":"#/definitions/FreshserviceEntity"}},"DueDays":{"format":"int32","description":"The number of days from the date the problem was created to the date it's due.","maximum":365,"minimum":0,"type":"integer"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"YouTrackIntegrationInfoModel":{"description":"The YouTrack integration info","required":["ServerUrl","Token","ProjectId","TitleFormat"],"type":"object","properties":{"ServerUrl":{"description":"The Server URL to send issues to.","type":"string"},"Token":{"description":"The bearer token.","maxLength":255,"minLength":0,"type":"string"},"ProjectId":{"description":"The project identifier.","maxLength":255,"minLength":0,"type":"string"},"Tags":{"description":"The tags. To add more than one tag, separate each one with a semicolon (;). For example : tag1;tag2","maxLength":255,"minLength":0,"type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"MicrosoftTeamsIntegrationInfoModel":{"description":"The Microsoft Teams integration info","required":["WebhookUrl","TitleFormat"],"type":"object","properties":{"WebhookUrl":{"description":"Gets or sets the Webhook URL.","type":"string"},"Color":{"description":"Gets or sets the Color.","type":"string"},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"MendIntegrationInfoModel":{"required":["TitleFormat"],"type":"object","properties":{"Url":{"maxLength":255,"minLength":0,"type":"string"},"Email":{"maxLength":255,"minLength":0,"type":"string"},"UserKey":{"maxLength":255,"minLength":0,"type":"string"},"OrganizationId":{"maxLength":255,"minLength":0,"type":"string"},"ActivationKey":{"type":"string"},"TargetProjectMap":{"type":"array","items":{"$ref":"#/definitions/MendTargetProjectMapItem"}},"Type":{"enum":["NetsparkerEnterprise","Webhook","Zapier","Slack","Mattermost","MicrosoftTeams","AzureDevOps","Bitbucket","Bugzilla","Clubhouse","DefectDojo","PivotalTracker","Jira","FogBugz","GitHub","PagerDuty","Kafka","Kenna","Redmine","ServiceNow","TFS","Unfuddle","YouTrack","Freshservice","Splunk","JazzTeam","ServiceNowVRM","Asana","Trello","Mend","Hashicorp","CyberArk","AzureKeyVault","GitLab"],"type":"string","readOnly":true},"GenericErrorMessage":{"type":"string","readOnly":true},"Identifier":{"type":"string","readOnly":true},"TestMessageBody":{"type":"string","readOnly":true},"TestMessageTitle":{"type":"string","readOnly":true},"WebhookUrl":{"type":"string","readOnly":true},"Name":{"type":"string"},"IntegrationVersion":{"format":"int32","type":"integer"},"AccountID":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CustomFields":{"type":"array","items":{"$ref":"#/definitions/IntegrationCustomFieldVm"}},"TemplateType":{"enum":["Standard","Detailed"],"type":"string"},"ReopenStatus":{"maxLength":255,"minLength":0,"type":"string"},"ResolvedStatus":{"maxLength":255,"minLength":0,"type":"string"},"TitleFormat":{"maxLength":255,"minLength":0,"type":"string"},"IntegrationWizardResultModel":{"$ref":"#/definitions/IntegrationWizardResultModel","description":"Retrieves the authentication status and all error messages from other integration processes."},"Id":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"enum":["Active","Suspended"],"type":"string"}}},"OtpSettings":{"description":"Represents otp settings","type":"object","properties":{"OtpType":{"description":"Gets or sets OtpType.","enum":["Totp","Hotp"],"type":"string"},"SecretKey":{"description":"Gets or sets secret key.","type":"string"},"Digit":{"format":"int32","description":"Gets or sets digit.","type":"integer"},"Period":{"format":"int32","description":"Gets or sets period (seconds).","maximum":600,"minimum":30,"type":"integer"},"Algorithm":{"description":"Gets or sets hash algorithm.","enum":["Sha1","Sha256","Sha512"],"type":"string"}}},"FormAuthenticationHashicorpVaultSetting":{"description":"Represents HashiCorp authentication setting for agent auth-verifier.","type":"object","properties":{"Id":{"description":"Gets or sets the connection Id.","type":"string"},"SecretSetting":{"$ref":"#/definitions/FormAuthenticationHashicorpVaultSecretSetting","description":"Gets ot sets the setting"},"Token":{"description":"Gets or sets the token.","type":"string"},"Url":{"description":"Gets or sets the URL.","type":"string"},"AgentMode":{"description":"Gets or sets the website agent mode.","enum":["Cloud","Internal"],"type":"string"},"Encrypted":{"description":"Gets or sets the encryption of credentials","type":"boolean"},"AuthType":{"description":"Gets or sets the hashicorp auth type.","enum":["Token","TLSCert"],"type":"string"},"CertificateFileBytes":{"format":"byte","description":"Gets or sets the certificate for hashicorp tls auth.","type":"string"},"CertificateFilePassword":{"description":"Gets or sets the certificate file password for certificate.","type":"string"},"Path":{"description":"Gets or sets the path for certificate.","type":"string"},"Namespace":{"description":"Gets or sets the path for certificate.","type":"string"}}},"FormAuthenticationCyberArkVaultSetting":{"description":"Settings of user's cyberark vault","type":"object","properties":{"IntegrationId":{"format":"uuid","description":"Gets or sets the integration id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CyberArkUseStaticUsername":{"description":"Gets or sets the username is static or not.","type":"boolean"},"CyberArkStaticUsername":{"description":"Gets or sets the Static Username.","type":"string"},"CyberArkUserNameQuery":{"description":"Gets or sets the Query.","type":"string"},"CyberArkPasswordQuery":{"description":"Gets or sets the Query.","type":"string"},"Url":{"description":"Gets or sets the Url.","type":"string"},"CertificateFilePassword":{"type":"string"},"CertificateFileKey":{"type":"string"},"AgentMode":{"description":"Gets or sets website agent mode.","enum":["Cloud","Internal"],"type":"string"}}},"FormAuthenticationAzureKeyVaultSetting":{"description":"FormAuthenticationAzureKeyVaultSetting","type":"object","properties":{"IntegrationId":{"format":"uuid","description":"Gets or sets the integration id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"UseStaticUsername":{"description":"Gets or sets the username is static or not.","type":"boolean"},"StaticUsername":{"description":"Gets or sets the static username.","type":"string"},"UsernameKey":{"description":"Gets or sets the username key.","type":"string"},"PasswordKey":{"description":"Gets or sets the password key.","type":"string"},"ClientID":{"description":"Gets or sets the clientId.","type":"string"},"ClientSecret":{"description":"Gets or sets the secret.","type":"string"},"TenantId":{"description":"Gets or sets the TenantId.","type":"string"},"VaultName":{"description":"Gets or sets the Vault Name.","type":"string"},"AgentMode":{"description":"Gets or sets website agent mode.","enum":["Cloud","Internal"],"type":"string"}}},"BasicAuthenticationCredentialApiModel":{"description":"Represents credentials for Basic, NTML, Kerberos, Digest or Negotiate authentication.","type":"object","properties":{"AuthenticationType":{"description":"Gets or sets the type of the authentication.","enum":["Basic","Ntlm","Kerberos","Digest","Negotiate"],"type":"string"},"Domain":{"description":"Gets or sets the domain or computer name that verifies the credentials.","type":"string"},"Password":{"description":"Gets or sets the password for the user name associated with the credentials.","type":"string"},"UriPrefix":{"description":"Gets or sets the URI prefix.","type":"string"},"UserName":{"description":"Gets or sets the user name associated with the credentials.","type":"string"}}},"AsanaWorkspace":{"type":"object","properties":{"gid":{"type":"string"},"name":{"type":"string"}}},"AsanaProject":{"type":"object","properties":{"gid":{"type":"string"},"name":{"type":"string"},"Url":{"type":"string"}}},"AsanaUser":{"type":"object","properties":{"email":{"type":"string"},"gid":{"type":"string"},"name":{"type":"string"},"DisplayName":{"type":"string","readOnly":true}}},"AsanaTag":{"type":"object","properties":{"Gid":{"type":"string"},"Name":{"type":"string"}}},"IntegrationWizardResultModel":{"type":"object","properties":{"Status":{"type":"boolean"},"ErrorMessage":{"type":"string"}}},"ServiceNowIncidentFieldPairValue":{"type":"object","properties":{"Id":{"type":"string"},"Text":{"type":"string"}}},"ServiceNowIncidentMapping":{"type":"object","properties":{"InvictiChoice":{"enum":["Severity"],"type":"string"},"InvictiValue":{"type":"string"},"FieldKeyValuePairs":{"type":"array","items":{"$ref":"#/definitions/ServiceNowIncidentMappingFieldKeyValuePair"}}}},"FieldPairValue":{"type":"object","properties":{"Id":{"type":"string"},"Text":{"type":"string"}}},"TrelloBoard":{"type":"object","properties":{"closed":{"type":"boolean"},"id":{"type":"string"},"IsActive":{"type":"boolean","readOnly":true},"name":{"type":"string"},"shortUrl":{"type":"string"}}},"TrelloList":{"type":"object","properties":{"closed":{"type":"boolean"},"id":{"type":"string"},"IsActive":{"type":"boolean","readOnly":true},"name":{"type":"string"}}},"TrelloMember":{"type":"object","properties":{"confirmed":{"type":"boolean"},"email":{"type":"string"},"fullname":{"type":"string"},"id":{"type":"string"},"shortUrl":{"type":"string"},"username":{"type":"string"}}},"TrelloLabel":{"type":"object","properties":{"color":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"}}},"CertificateInfoModel":{"type":"object","properties":{"CN":{"type":"string"},"ExpresionDate":{"type":"string"},"Thumbprint":{"type":"string"}}},"CachedFile":{"type":"object","properties":{"Key":{"type":"string"},"FileName":{"type":"string"},"Id":{"format":"int32","type":"integer"},"Accept":{"type":"string"},"ImporterType":{"enum":["None","Fiddler","Burp","Swagger","OwaspZap","AspNet","HttpArchive","Wadl","Wsdl","Postman","Netsparker","HttpRequestImporter","LinkImporter","CsvImporter","Iodocs","WordPress","Raml","GraphQl","AcxXml","GrpcProto"],"type":"string"},"URL":{"type":"string"},"ApiURL":{"type":"string"}}},"IntegrationUserMappingItemModel":{"description":"Represents a model that carrying user mapping data.","required":["IntegrationSystem","IntegrationUserName","UserId"],"type":"object","properties":{"Email":{"description":"Gets or sets the user email","type":"string"},"Id":{"format":"uuid","description":"Gets or sets the user mapping Id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IntegrationSystem":{"description":"Gets or sets the integration system.","enum":["Teamcity","Jenkins","Bamboo","GitLab","AzureDevOps","Jira","CircleCI","TravisCI","UrbanCodeDeploy","GitHubActions"],"type":"string"},"IntegrationUserName":{"description":"Gets or sets the user's integration name.","maxLength":255,"minLength":0,"type":"string"},"IsEdit":{"description":"Gets or sets whether the user mapping is requested for editing","type":"boolean"},"Name":{"description":"Gets or sets the user name","type":"string"},"NameEmail":{"description":"Gets the user's nc name in \"Name (Email)\" format.","type":"string","readOnly":true},"Result":{"description":"Gets the user mapping item result.","enum":["NotFound","BadRequest","Duplicate","Saved","Edited","Deleted","Exist"],"type":"string"},"UserId":{"format":"uuid","description":"Gets or sets the user Id","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"JiraPriorityMapping":{"type":"object","properties":{"Priority":{"type":"string"},"IcSeverity":{"enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"}}},"FreshServiceRequesterUser":{"type":"object","properties":{"first_name":{"type":"string"},"name":{"type":"string"},"primary_email":{"type":"string"},"id":{"format":"int64","type":"integer"}}},"FreshserviceEntity":{"type":"object","properties":{"id":{"format":"int64","type":"integer"},"name":{"type":"string"}}},"FreshServiceUserAgent":{"type":"object","properties":{"first_name":{"type":"string"},"name":{"type":"string"},"email":{"type":"string"},"id":{"format":"int64","type":"integer"}}},"MendTargetProjectMapItem":{"type":"object","properties":{"Key":{"type":"string"},"Value":{"type":"array","items":{"$ref":"#/definitions/MendProjectOptionItem"}}}},"FormAuthenticationHashicorpVaultSecretSetting":{"description":"FormAuthenticationHashicorpVaultSetting","type":"object","properties":{"IntegrationId":{"format":"uuid","description":"Gets or sets the integration id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Version":{"description":"Gets or sets the KV Secret engine version.","enum":["V1","V2"],"type":"string"},"SecretEngine":{"description":"Gets or sets the secret engine.","type":"string"},"Secret":{"description":"Gets or sets the secret.","type":"string"},"UseStaticUsername":{"description":"Gets or sets the username is static or not.","type":"boolean"},"StaticUsername":{"description":"Gets or sets the static username.","type":"string"},"UsernameKey":{"description":"Gets or sets the username key.","type":"string"},"PasswordKey":{"description":"Gets or sets the password key.","type":"string"}}},"ServiceNowIncidentMappingFieldKeyValuePair":{"type":"object","properties":{"ServiceNowField":{"type":"string"},"ServiceNowValue":{"$ref":"#/definitions/ServiceNowIncidentFieldPairValue"}}},"MendProjectOptionItem":{"type":"object","properties":{"Value":{"type":"string"},"Text":{"type":"string"}}},"ScanProfilesListApiResult":{"description":"Represents a model for carrying out a paged scan profile list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/SaveScanProfileApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"ScanCustomReportApiModel":{"description":"Represents a model for carrying scan custom report parameters.","required":["Id","ReportName"],"type":"object","properties":{"ExcludeIgnoreds":{"description":"If set to true, HTTP response data will be excluded from the report results. This parameter can only be\r\nused for vulnerabilities XML report.\r\nDefault: false","type":"boolean"},"Id":{"format":"uuid","description":"Gets or sets the scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"OnlyConfirmedVulnerabilities":{"description":"If set to true, HTTP response data will be included only confirmed vulnerabilities to report results. This\r\nparameter can only be\r\nused for vulnerabilities reports.\r\nDefault: false","type":"boolean"},"OnlyUnconfirmedVulnerabilities":{"description":"If set to true, HTTP response data will be included only unconfirmed vulnerabilities to report results. This\r\nparameter can only be\r\nused for vulnerabilities reports.\r\nDefault: false","type":"boolean"},"ReportName":{"description":"Gets or sets report name. Report name also keeps report type in it.","type":"string"},"ReportFormat":{"description":"Gets or sets the report format.","enum":["Xml","Csv","Pdf","Html","Txt","Json"],"type":"string"}}},"ScanTaskModel":{"description":"Represents a model for carrying {Invicti.Enterprise.Scans.ScanTask} content.","type":"object","properties":{"AdditionalWebsites":{"description":"Gets or sets the additional websites to scan.","type":"array","items":{"$ref":"#/definitions/AdditionalWebsiteModel"}},"AgentId":{"format":"uuid","description":"Gets or sets the agent id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AgentName":{"description":"Gets or sets the agent name.","type":"string"},"AgentType":{"description":"Gets or sets the agent type.","enum":["Internal","Cloud"],"type":"string"},"Cookies":{"description":"Gets or sets the cookies.","type":"string"},"CrawlAndAttack":{"description":"Gets or sets a value indicating whether parallel attacker is enabled.","type":"boolean"},"DeletedOn":{"format":"date-time","description":"Gets or sets deleted date.","type":"string"},"EnableHeuristicChecksInCustomUrlRewrite":{"description":"Gets or sets a value indicating whether Heuristic URL Rewrite support is enabled together with custom URL Rewrite\r\nsupport.","type":"boolean"},"ExcludedLinks":{"description":"Gets or sets the excluded links.","type":"string"},"ExcludeLinks":{"description":"Gets or sets a value indicating whether links should be excluded/included.","type":"boolean"},"DisallowedHttpMethods":{"description":"Gets or sets the disallowed HTTP methods.","type":"string"},"FindAndFollowNewLinks":{"description":"Gets or sets a value indicating whether automatic crawling is enabled.","type":"boolean"},"ImportedLinks":{"description":"Gets or sets the imported links.","type":"string"},"IsApiHubLinked":{"type":"boolean"},"ApiHubLinkDetails":{"type":"string"},"AllImportedLinks":{"description":"Gets or sets the all imported links which might be added via manually or via importing a file.\r\nThis property is used for status/reports pages.","type":"string"},"DesktopScanId":{"format":"uuid","description":"Gets the desktop scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"InitiatedTime":{"description":"Gets or sets initiated date in user's preferred format.","type":"string"},"InitiatedDate":{"description":"Gets or sets the initiated date in user's preferred format.","type":"string"},"InitiatedAt":{"format":"date-time","description":"Gets or sets the initiated date.","type":"string"},"MaxDynamicSignatures":{"format":"int32","description":"Gets or sets the root path maximum dynamic signatures for heuristic URL Rewrite detection.","type":"integer"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.","type":"integer"},"Duration":{"description":"Gets or sets the duration","type":"string"},"PolicyDescription":{"description":"Gets or sets the description of the policy.","type":"string"},"PolicyId":{"format":"uuid","description":"Gets or sets the foreign key reference to the related Policy instance.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PolicyUserId":{"format":"uuid","description":"Gets or sets the foreign key reference to the related Policy User instance.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PolicyIsDefault":{"description":"Gets or sets the foreign key reference to the related Policy IsDefault instance.","type":"boolean"},"PolicyIsShared":{"description":"Gets or sets the foreign key reference to the related Policy IsShared instance.","type":"boolean"},"PolicyName":{"description":"Gets or sets the name of the policy.","type":"string"},"AuthenticationProfileId":{"format":"uuid","description":"Gets or sets the foreign key reference to the related Authentication Profile instance.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AuthenticationProfileOption":{"description":"Gets or sets the the authentication profile option.","enum":["DontUse","UseMatchedProfile","SelectedProfile"],"type":"string"},"ReportPolicyDescription":{"description":"Gets or sets the description of the report policy.","type":"string"},"ReportPolicyId":{"format":"uuid","description":"Gets or sets the foreign key reference to the related {Invicti.Enterprise.Reporting.ReportPolicySetting} instance.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ReportPolicyUserId":{"format":"uuid","description":"Gets or sets the foreign key reference to the related {Invicti.Enterprise.Reporting.ReportPolicySetting} User instance.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ReportPolicyIsDefault":{"description":"Gets or sets the foreign key reference to the related {Invicti.Enterprise.Reporting.ReportPolicySetting} IsDefault instance.","type":"boolean"},"ReportPolicyIsShared":{"description":"Gets or sets the foreign key reference to the related {Invicti.Enterprise.Reporting.ReportPolicySetting} IsDefault instance.","type":"boolean"},"ReportPolicyName":{"description":"Gets or sets the name of the report policy.","type":"string"},"Scope":{"description":"Gets or sets the scan scope.","enum":["EnteredPathAndBelow","OnlyEnteredUrl","WholeDomain"],"type":"string"},"SubPathMaxDynamicSignatures":{"format":"int32","description":"Gets or sets the sub path maximum dynamic signatures for heuristic URL Rewrite detection.","type":"integer"},"TargetPath":{"description":"Gets or sets target path.","type":"string"},"TargetUrl":{"description":"Gets or sets TargetUrl.","type":"string"},"TargetUrlRoot":{"description":"Gets or sets the target URL root.","type":"string"},"TimeWindow":{"$ref":"#/definitions/ScanTimeWindowModel","description":"Gets or sets the scan time window."},"TotalVulnerabilityCount":{"format":"int32","description":"Gets or sets the total vulnerability count without information vulnerabilities.","type":"integer"},"UrlRewriteAnalyzableExtensions":{"description":"Gets or sets the extensions that will be analyzed for heuristic URL Rewrite detection.","type":"string"},"UrlRewriteBlockSeparators":{"description":"Gets or sets the block separators for heuristic URL Rewrite detection.","type":"string"},"UrlRewriteMode":{"description":"Gets or sets the URL Rewrite mode.","enum":["None","Heuristic","Custom"],"type":"string"},"UrlRewriteRules":{"description":"Gets or sets the URL Rewrite rules.","type":"array","items":{"$ref":"#/definitions/UrlRewriteRuleModel"}},"UrlRewriteExcludedLinks":{"description":"Gets or sets the URL rewrite excluded links.","type":"array","items":{"$ref":"#/definitions/UrlRewriteExcludedPathModel"}},"UserId":{"format":"uuid","description":"Gets or sets the user identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"VcsCommitInfo":{"$ref":"#/definitions/VcsCommitInfo","description":"Gets or sets a value that represents VCS commit info"},"WebsiteName":{"description":"Gets or sets the name of the website.","type":"string"},"WebsiteUrl":{"description":"Gets or sets the website URL.","type":"string"},"WebsiteDescription":{"description":"Gets or sets the description of the website.","type":"string"},"WebsiteProtocol":{"description":"Gets or sets the description of the website protocol.","enum":["Http","Https"],"type":"string"},"WebsiteIsDeleted":{"description":"Determines whether if the website is deleted.","type":"boolean"},"IsWebsiteLatestCompletedFullScanTask":{"description":"gets or sets is latest completed full scan task of website","type":"boolean"},"EnableMendResults":{"description":"Gets or sets if mend results can be retrieved.","type":"boolean"},"EnablePciScanTask":{"description":"Gets or sets the pci scan task is enabled.","type":"boolean"},"PciScanTask":{"$ref":"#/definitions/PciScanTaskViewModel","description":"Gets or sets the Pci scan task view model."},"UserName":{"description":"Gets or sets the user's name.","type":"string"},"QueuedScanTaskExist":{"description":"Determines whether if the scan task model has initiated queued scan.","type":"boolean"},"ScanTaskProfileId":{"format":"uuid","description":"Gets or sets the scan task profile id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ScanTaskProfile":{"$ref":"#/definitions/ReducedScanTaskProfile","description":"Gets or sets the scan task profile name"},"WebsiteGroupIds":{"description":"The group ids of website in it","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"Comments":{"description":"Gets or sets the scan task launch setting comments","type":"string"},"BusinessLogicRecorderSetting":{"$ref":"#/definitions/BusinessLogicRecorderSettingModel","description":"Gets or sets the business logic recorder setting."},"ScanProfileChanged":{"description":"Gets or sets the scan task launch setting comments","type":"boolean"},"CompletedSteps":{"format":"int32","description":"Gets or sets the number of steps (HTTP requests) completed thus far.","type":"integer"},"EstimatedLaunchTime":{"format":"int32","description":"Gets or sets the estimated launch time in minutes for queued scans.","type":"integer"},"EstimatedSteps":{"format":"int32","description":"Gets or sets the estimated total number of steps (HTTP requests) that this scan will undertake.","type":"integer"},"FailureReason":{"description":"Gets or sets FailureReason","enum":["None","Request","HeadRequest","RedirectDetected","TimeoutDetected","MaxLogoutExceeded","RequestFailed","Response","CrawlerRequest","AttackerRequest","ReCrawlerRequest","Finished","LinkNotFound","RecalculateAttackPossibilities","PhaseCrawlStarted","PhaseAttackStarted","PhaseReCrawlStarted","CrawlerPossibility","ReCrawlerPossibilities","HostUnavailable","NameResolutionFailure","ProxyFailure","OutOfDiskSpace","ProxyAuthenticationRequired","OAuth2EndpointError","TargetLinkTimeoutDetected","LoginFailed","ScanTargetNotReachable","ScanPolicyNotFound","ReportPolicyNotFound","SecurityProtocolTypeNotSupported","UnableToLoadScanSession","AgentNotAvailable","ScanNotAllowed","UnableToFindAutoSaveNdb","ErrorOccurredOnScanFailed","ErrorOccurredOnPause","ErrorOccurredOnCancel","ErrorOccurredOnScanCompleted","SevenZipNotFoundOrInstalled","ErrorOccurredOnLaunchScan","InvalidHeader","ErrorOccurredOnPreScanValidation","RawScanFileExpired","SecretsAndEncryptionIntegration","ArchiveMethodUnavailable"],"type":"string"},"FailureReasonDescription":{"description":"Gets the failure reason description.","type":"string"},"FailureReasonString":{"description":"Gets the failure reason string.","type":"string","readOnly":true},"GlobalThreatLevel":{"description":"Gets or sets the global threat level.","enum":["Unknown","Secure","NeedsAttention","Insecure","Critical"],"type":"string"},"GlobalVulnerabilityCriticalCount":{"format":"int32","description":"Gets the global vulnerability critical count.","type":"integer"},"GlobalVulnerabilityHighCount":{"format":"int32","description":"Gets the global vulnerability high count.","type":"integer"},"GlobalVulnerabilityInfoCount":{"format":"int32","description":"Gets the global vulnerability information count.","type":"integer"},"GlobalVulnerabilityBestPracticeCount":{"format":"int32","description":"Gets the global vulnerability information count.","type":"integer"},"GlobalVulnerabilityLowCount":{"format":"int32","description":"Gets the global vulnerability low count.","type":"integer"},"GlobalVulnerabilityMediumCount":{"format":"int32","description":"Gets the global vulnerability medium count.","type":"integer"},"Id":{"format":"uuid","description":"Gets or sets Id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsCompleted":{"description":"Gets a value indicating whether scan is completed with any state.","type":"boolean","readOnly":true},"Percentage":{"format":"int32","description":"Gets the completed percentage.","type":"integer","readOnly":true},"Phase":{"description":"Gets or sets the Phase.","enum":["Pending","Crawling","CrawlingAndAttacking","Attacking","ReCrawling","Complete"],"type":"string"},"ScanTaskGroupId":{"format":"uuid","description":"Gets or sets the scan group identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ScanType":{"description":"Gets or sets the type of the scan.","enum":["Full","Retest","Incremental"],"type":"string"},"ScheduledScanId":{"format":"uuid","description":"Gets or sets the scheduled scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"State":{"description":"Gets or sets State.","enum":["Queued","Scanning","Archiving","Complete","Failed","Cancelled","Delayed","Pausing","Paused","Resuming","AsyncArchiving"],"type":"string"},"StateChanged":{"format":"date-time","description":"Gets or sets the date and time at which this task state was last changed.","type":"string"},"ThreatLevel":{"description":"Gets or sets the threat level.","enum":["Unknown","Secure","NeedsAttention","Insecure","Critical"],"type":"string"},"VulnerabilityCriticalCount":{"format":"int32","description":"Gets or sets the count of vulnerabilities with critical level severity.","type":"integer"},"VulnerabilityHighCount":{"format":"int32","description":"Gets or sets the count of vulnerabilities with high level severity.","type":"integer"},"VulnerabilityInfoCount":{"format":"int32","description":"Gets or sets the count of vulnerabilities with information level severity.","type":"integer"},"VulnerabilityBestPracticeCount":{"format":"int32","description":"Gets or sets the count of vulnerabilities with best practice level severity.","type":"integer"},"VulnerabilityLowCount":{"format":"int32","description":"Gets or sets the count of vulnerabilities with low level severity.","type":"integer"},"VulnerabilityMediumCount":{"format":"int32","description":"Gets or sets the count of vulnerabilities with medium level severity.","type":"integer"},"WebsiteId":{"format":"uuid","description":"Gets the website identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Initiated":{"format":"date-time","description":"Date and time at which this task was initiated.","type":"string"},"Tags":{"type":"array","items":{"type":"string"}}}},"VcsCommitInfo":{"type":"object","properties":{"CiBuildConfigurationName":{"type":"string"},"CiBuildHasChange":{"type":"boolean"},"CiBuildId":{"type":"string"},"CiBuildServerName":{"type":"string","readOnly":true},"CiBuildServerVersion":{"type":"string"},"CiBuildUrl":{"type":"string"},"CiNcPluginVersion":{"type":"string"},"CiTimestamp":{"format":"date-time","type":"string"},"ComitterId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Committer":{"type":"string"},"CommitterName":{"type":"string"},"CommitterOverride":{"type":"string"},"IntegrationSystem":{"enum":["Teamcity","Jenkins","Bamboo","GitLab","AzureDevOps","Jira","CircleCI","TravisCI","UrbanCodeDeploy","GitHubActions"],"type":"string"},"IsCommiterExistAndAuthorizedInNc":{"type":"boolean"},"VcsName":{"type":"string"},"VcsVersion":{"type":"string"}}},"PciScanTaskViewModel":{"description":"Pci Scan Task view model","type":"object","properties":{"Name":{"description":"Gets or sets the name","type":"string"},"Progress":{"format":"int32","description":"Gets or sets the progress for scan task","type":"integer"},"ScanState":{"description":"Gets or sets the scan state","enum":["New","Running","Stopped","Deleted","Done"],"type":"string"},"ComplianceStatus":{"description":"Gets or sets the compliance status. This will be setted when pci scan task is done","enum":["Scanning","Passed","Failed"],"type":"string"},"EndDate":{"format":"date-time","description":"Gets or sets the end date","type":"string"}}},"ReducedScanTaskProfile":{"description":"Represents a class that carries out basic scan task profile data.","type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsMine":{"description":"Gets or sets a value indicating whether this scan profile is user's profile.","type":"boolean"},"IsPrimary":{"description":"Gets or sets a value indicating whether this instance is primary scan profile for a website.","type":"boolean"},"IsShared":{"description":"Gets or sets a value indicating whether this scan profile is shared to other team members.","type":"boolean"},"Name":{"description":"Gets or sets the name.","type":"string"},"TargetUrl":{"description":"Gets or sets the target URL.","type":"string"},"ScanPolicyName":{"description":"Gets or sets the Scan Policy name.","type":"string"},"Tags":{"type":"array","items":{"type":"string"}}}},"IncrementalApiModel":{"description":"Contains properties for the incremantal scan.","required":["BaseScanId"],"type":"object","properties":{"IsMaxScanDurationEnabled":{"description":"Gets or sets a value indicating whether max scan duration is enabled.","type":"boolean"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.","type":"integer"},"AgentGroupName":{"description":"Gets or sets agent group name.","type":"string"},"AgentName":{"description":"Gets or sets the agent name.","type":"string"},"BaseScanId":{"format":"uuid","description":"Gets or sets the base scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"example":{"IsMaxScanDurationEnabled":false,"MaxScanDuration":48,"AgentGroupName":"string","AgentName":"string","BaseScanId":"af29fece-a4e1-4c8c-abb8-015d9bf48320"}},"ScanTaskListApiResult":{"description":"Represents a model for carrying out a paged scan task list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/ScanTaskModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"ScheduledScanListApiResult":{"description":"Represents a model for carrying out a paged scheduled scan list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/ScheduledScanApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"ScheduledScanApiModel":{"type":"object","properties":{"ImportedLinks":{"$ref":"#/definitions/ImportedLinksApiModel"},"LastExecutedScanTaskId":{"format":"uuid","description":"Gets or sets the last executed scan task identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"LastExecutionError":{"format":"int32","description":"Gets or sets the last execution error.","type":"integer"},"LastExecutionStatus":{"description":"Gets or sets the last execution status. If value is not {Invicti.Enterprise.Scans.ScanLaunchStatus.Ok}, specifies error type of","enum":["Ok","LicenseError","ConsecutiveRetryError"],"type":"string"},"TimeWindow":{"$ref":"#/definitions/ScanTimeWindowModel","description":"Gets or sets the scan time window."},"IsAutoDisabled":{"description":"Gets or sets the auto disabled result.","type":"boolean"},"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"OccurencesCount":{"format":"int32","description":"Gets or sets the how many times a scheduled scan triggered.","type":"integer"},"Disabled":{"description":"Gets or sets a value indicating whether scheduled scan is disabled.","type":"boolean"},"EnableScheduling":{"description":"Gets or sets a value indicating whether scheduling enabled.","type":"boolean"},"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"NextExecutionTime":{"description":"Gets or sets the next execution time.","type":"string"},"ScanGroupId":{"format":"uuid","description":"Gets or sets scan group id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ScanType":{"description":"Gets or sets scan type.","enum":["Full","Retest","Incremental"],"type":"string"},"ScheduleRunType":{"description":"Gets or sets the run interval of scheduled scan.","enum":["Once","Daily","Weekly","Monthly","Quarterly","Biannually","Yearly","Custom"],"type":"string"},"CustomRecurrence":{"$ref":"#/definitions/ScheduledScanRecurrenceViewModel","description":"Gets or sets the advanced scheduled scan recurrence model."},"IsAutoDisableActivated":{"description":"Gets or sets the auto disable activation","type":"boolean"},"CustomScriptTemplateType":{"description":"The Template Type","enum":["Default","SimpleLoginForm","SimpleLoginFormQuery","SimpleLoginFormDelay"],"type":"string","readOnly":true},"IsTargetUrlRequired":{"description":"Gets or sets whether is target URL required.","type":"boolean","readOnly":true},"IsGenerateOptimizedCss":{"description":"Get or set the is generate optimize css or not.","type":"boolean"},"AccountTags":{"type":"array","items":{"$ref":"#/definitions/TagViewModel"}},"EntityCurrentTags":{"type":"array","items":{"type":"string"}},"ScheduledTaskNames":{"description":"Gets or sets scheduledTaskNames","type":"array","items":{"$ref":"#/definitions/ScheduledScanUpdateViewModel"}},"LaunchSettingId":{"format":"uuid","description":"Gets or sets the foreign key reference to the related Launch Setting Id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AdditionalWebsites":{"$ref":"#/definitions/AdditionalWebsitesSettingModel","description":"Gets or sets the additional websites to scan."},"AgentGroupId":{"format":"uuid","description":"Gets or sets the agent group identifier","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AgentId":{"format":"uuid","description":"Gets or sets the agent identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"BasicAuthenticationSetting":{"$ref":"#/definitions/BasicAuthenticationSettingModel","description":"Gets or sets the basic authentication setting."},"CanEdit":{"description":"Gets or sets the can edit.","type":"boolean","readOnly":true},"ClientCertificateAuthentication":{"$ref":"#/definitions/ClientCertificateAuthenticationViewModel","description":"Gets or sets the client certificate authentication."},"Cookies":{"description":"Gets or sets the cookies.","type":"string"},"Comments":{"description":"Gets or sets the comments.","type":"string"},"CrawlAndAttack":{"description":"Gets or sets a value indicating whether parallel attacker is enabled.","type":"boolean"},"CreateType":{"description":"Gets or sets the type of the create.","enum":["Website","WebsiteGroup"],"type":"string"},"AuthenticationProfileOption":{"description":"Gets or sets the type of the authentication profile.","type":"string"},"AuthenticationProfileName":{"description":"Gets or sets the type of the authentication profile name.","type":"string"},"FindAndFollowNewLinks":{"description":"Gets or sets a value indicating whether automatic crawling is enabled.","type":"boolean"},"FormAuthenticationSetting":{"$ref":"#/definitions/FormAuthenticationSettingModel","description":"Gets or sets the form authentication setting."},"HeaderAuthentication":{"$ref":"#/definitions/HeaderAuthenticationModel","description":"Gets or sets the header authentication settings."},"Shark":{"$ref":"#/definitions/SharkModel","description":"Gets or sets the Shark Setting"},"IsMaxScanDurationEnabled":{"description":"Gets or sets a value indicating whether max scan duration is enabled.\r\nThis is only used for scheduled group scan and regular group scan.","type":"boolean"},"IsPrimary":{"description":"Gets or sets a value indicating whether this instance is primary.","type":"boolean"},"IsShared":{"description":"Gets or sets a value indicating whether this instance is shared.","type":"boolean"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.","type":"integer"},"PolicyId":{"format":"uuid","description":"Gets or sets the scan policy identifier. This property is required if CreateType is Website","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PolicyName":{"description":"Gets or sets scan policy name","type":"string"},"ProfileId":{"format":"uuid","description":"Gets or sets the profile identifier.\r\nKeep this up-to-date with the UniqueProfileNameAttribute.ProfileIdPropertyName const","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ProfileName":{"description":"Gets or sets a name for this instance.","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"ReportPolicyId":{"format":"uuid","description":"Gets or sets the report policy identifier. This property is required if CreateType is Website","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ReportPolicyName":{"description":"Gets or sets report policy name","type":"string"},"SaveScanProfile":{"description":"Gets or sets the save scan profile.","type":"boolean"},"ScopeSetting":{"$ref":"#/definitions/ScopeSetting","description":"Gets or sets the scope setting."},"SelectedAgents":{"description":"Gets or sets the agent selections for the websites that use custom agent. This property is needed for Gorup Scans.","type":"array","items":{"$ref":"#/definitions/AgentSelectionModel"}},"SelectedScanProfileId":{"format":"uuid","description":"Gets or sets the selected scan profile identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"SelectedScanProfileName":{"description":"Gets or sets the name of the selected scan profile.","type":"string"},"TargetUrl":{"description":"Gets or sets the target website URL. This property is required if CreateType is Website","type":"string"},"Description":{"description":"Gets or sets the target website's Descripition. This property is used if CreateType is Website","maxLength":255,"minLength":0,"type":"string"},"UrlRewriteSetting":{"$ref":"#/definitions/UrlRewriteSetting","description":"Gets or sets the URL rewrite setting."},"PreRequestScriptSetting":{"$ref":"#/definitions/PreRequestScriptSettingModel","description":"Gets or sets the Pre-Request Script Setting."},"UserId":{"format":"uuid","description":"Gets or sets the user identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteGroupId":{"format":"uuid","description":"Gets or sets the website group identifier. This property is required if CreateType is WebsiteGroup","type":"string","example":"00000000-0000-0000-0000-000000000000"},"EnablePciScanTask":{"description":"Defines whether a pci scan task going to be started.","type":"boolean"},"EnableMendResults":{"description":"Defines whether a mend results going to be fetched.","type":"boolean"},"OAuth2Setting":{"$ref":"#/definitions/OAuth2SettingModel","description":"Gets or sets the oauth2 settings"},"BusinessLogicRecorder":{"$ref":"#/definitions/BusinessLogicRecorderSettingModel","description":"Gets or sets the business logic recorder settings."},"ApiHubLinkDetails":{"type":"string"},"IsApiHubLinked":{"type":"boolean"}}},"ImportedLinksApiModel":{"description":"Imported Links Api Model","type":"object","properties":{"ImportedLinks":{"description":"Imported Links","type":"string"},"Files":{"description":"Files","type":"array","items":{"$ref":"#/definitions/ApiFile"}}}},"ScheduledScanRecurrenceViewModel":{"description":"Scheduled scan recurrence view model.","type":"object","properties":{"RepeatType":{"description":"The {Invicti.Dates.Recurring.Enums.RepeatTypes}.","enum":["Days","Weeks","Months","Years"],"type":"string"},"Interval":{"format":"int32","description":"The interval.","maximum":32767,"minimum":1,"type":"integer"},"StartDate":{"format":"date-time","description":"The start date.","type":"string"},"EndingType":{"description":"The ending type.","enum":["Never","Date","Occurences"],"type":"string"},"DaysOfWeek":{"description":"The day of weeks.","type":"array","items":{"enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"type":"string"}},"MonthsOfYear":{"description":"The months of year.","type":"array","items":{"enum":["January","February","March","April","May","June","July","August","September","October","November","December"],"type":"string"}},"Ordinal":{"description":"The ordinals.","enum":["First","Second","Third","Fourth","Last"],"type":"string"},"EndOn":{"description":"The ending date.","type":"string"},"EndOnOccurences":{"format":"int32","description":"The limit of the scheduled scan executions.","maximum":32767,"minimum":1,"type":"integer"},"DayOfMonth":{"format":"int32","description":"The day of month.","type":"integer"},"EndOnDate":{"format":"date-time","description":"The ending date.","type":"string"},"DayOfWeek":{"description":"The recurrence builder.","enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"type":"string"}}},"TagViewModel":{"type":"object","properties":{"Id":{"format":"uuid","description":"Id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Value":{"description":"Value","type":"string"}}},"ScheduledScanUpdateViewModel":{"type":"object","properties":{"Id":{"type":"string"},"Name":{"type":"string"}}},"AdditionalWebsitesSettingModel":{"type":"object","properties":{"Websites":{"type":"array","items":{"$ref":"#/definitions/AdditionalWebsiteModel"}}}},"ClientCertificateAuthenticationViewModel":{"description":"Represents a model for carrying out client certificate authentication settings.","type":"object","properties":{"IsReplacedCredentials":{"description":"Gets or sets a value indicating whether the placeholders is replaced with actual credentials.","type":"boolean"},"File":{"$ref":"#/definitions/CachedFile","description":"Gets or sets the file cache."},"IsEnabled":{"description":"Gets or sets a value indicating whether client certificate authentication is enabled.","type":"boolean"},"Password":{"description":"Gets or sets the password for client certificate authentication.","type":"string"}}},"ScopeSetting":{"description":"Represents a class that carries out scope settings.","type":"object","properties":{"ExcludedLinks":{"description":"Gets or sets the excluded links.","type":"array","items":{"$ref":"#/definitions/ExcludedLinkModel"}},"ExcludeLinks":{"description":"Gets or sets a value indicating whether links should be excluded/included.","type":"boolean"},"ExcludedUsageTrackers":{"description":"Gets or sets the excluded usage trackers.","type":"array","items":{"$ref":"#/definitions/ExcludedUsageTrackerModel"}},"ExcludeAuthenticationPages":{"description":"Specifies whether the authentication related pages like login, logout etc. should be excluded from the scan..","type":"boolean"},"DisallowedHttpMethods":{"description":"Gets or sets the disallowed http methods.","type":"array","items":{"enum":["GET","POST","CONNECT","HEAD","TRACE","DEBUG","TRACK","PUT","OPTIONS","DELETE","LINK","UNLINK","PATCH"],"type":"string"}},"Scope":{"description":"Gets or sets the scan scope.","enum":["EnteredPathAndBelow","OnlyEnteredUrl","WholeDomain"],"type":"string"},"DoNotDifferentiateProtocols":{"description":"Gets or sets a value indicating whether http and https protocols are differentiated.","type":"boolean"}}},"AgentSelectionModel":{"description":"Represents a container for agent choices of a website.","type":"object","properties":{"AgentId":{"format":"uuid","description":"Gets or sets the agent identifier. Null value means website can be scanned by any available agent.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteId":{"format":"uuid","description":"Gets or sets the website identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"UrlRewriteSetting":{"description":"Represents a class that carries out url rewrite settings.","required":["MaxDynamicSignatures","SubPathMaxDynamicSignatures","UrlRewriteBlockSeparators"],"type":"object","properties":{"EnableHeuristicChecksInCustomUrlRewrite":{"description":"Gets or sets a value indicating whether Heuristic URL Rewrite support is enabled together with custom URL Rewrite\r\nsupport.","type":"boolean"},"MaxDynamicSignatures":{"format":"int32","description":"Gets or sets the root path maximum dynamic signatures for heuristic URL Rewrite detection.","maximum":10000,"minimum":1,"type":"integer"},"SubPathMaxDynamicSignatures":{"format":"int32","description":"Gets or sets the sub path maximum dynamic signatures for heuristic URL Rewrite detection.","maximum":10000,"minimum":1,"type":"integer"},"UrlRewriteAnalyzableExtensions":{"description":"Gets or sets the extensions that will be analyzed for heuristic URL Rewrite detection.","type":"string"},"UrlRewriteBlockSeparators":{"description":"Gets or sets the block separators for heuristic URL Rewrite detection.","type":"string"},"UrlRewriteMode":{"description":"Gets or sets the URL Rewrite mode.","enum":["None","Heuristic","Custom"],"type":"string"},"UrlRewriteRules":{"description":"Gets or sets the URL Rewrite rules.","type":"array","items":{"$ref":"#/definitions/UrlRewriteRuleModel"}},"UrlRewriteExcludedLinks":{"description":"Gets or sets the URL rewrite excluded rules.","type":"array","items":{"$ref":"#/definitions/UrlRewriteExcludedPathModel"}}}},"OAuth2SettingModel":{"description":"Represents oauth2 model.","type":"object","properties":{"SerializedPolicyData":{"description":"Gets or sets the selected SerializedPolicyData.","type":"string"},"Enabled":{"description":"Gets or sets whether the oauth2 authentication is enabled;","type":"boolean"},"SelectedFlowType":{"description":"Gets or sets the selected Flow.","enum":["AuthorizationCode","Implicit","ResourceOwnerPasswordCredentials","ClientCredentials","Custom"],"type":"string"},"SelectedAuthenticationType":{"description":"Gets or sets the Selected Authentication Type.","enum":["None","Form","Basic"],"type":"string"},"FlowTypes":{"description":"Gets or sets the FlowTypes as label/value pair.","type":"array","items":{"$ref":"#/definitions/SelectOptionModel"}},"Authentications":{"description":"Gets or sets the Authentications as label/value pair.","type":"array","items":{"$ref":"#/definitions/SelectOptionModel"}},"AccessTokenEndpoint":{"$ref":"#/definitions/OAuth2SettingEndPointModel","description":"Gets or sets the access token endpoint."},"AuthorizationCodeEndpoint":{"$ref":"#/definitions/OAuth2SettingEndPointModel","description":"Gets or sets the authorization code endpoint."},"AccessTokenTable":{"$ref":"#/definitions/AccessTokenTableModel","description":"Gets or sets the access token as table."},"AuthorizationCodeTable":{"$ref":"#/definitions/AuthorizationCodeTableModel","description":"Gets or sets the authorization code as table."},"ResponseFieldForm":{"$ref":"#/definitions/ResponseFields","description":"Gets or sets the response fields."},"ThreeLegged":{"$ref":"#/definitions/ThreeLeggedFields","description":"Gets or sets the 3-legged fields."}}},"SelectOptionModel":{"description":"Represents a name / value pair model.","type":"object","properties":{"Label":{"description":"Gets or sets the label.","type":"string"},"Value":{"description":"Gets or sets the name.","type":"object"}}},"OAuth2SettingEndPointModel":{"description":"Represents a oauth2 endpoint model.","type":"object","properties":{"Url":{"description":"Gets or sets the url","type":"string"},"ContentType":{"description":"Gets or sets the content type","type":"string"},"ContentTypeTemplates":{"description":"Gets or sets the content type templates","type":"array","items":{"$ref":"#/definitions/ContentTypeTemplate"}},"Method":{"description":"Gets or sets the method","type":"string"},"MethodTemplates":{"description":"Gets or sets the method templates","type":"array","items":{"$ref":"#/definitions/SelectOptionModel"}}}},"AccessTokenTableModel":{"description":"Represents access token table model for oauth2.","type":"object","properties":{"Fields":{"description":"Gets or sets the table column names.","type":"array","items":{"type":"string"}},"Items":{"description":"Gets or sets the access token table items.","type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/definitions/NameValuePair"}}}}},"AuthorizationCodeTableModel":{"description":"Represents authorization code table model for oauth2.","type":"object","properties":{"Fields":{"description":"Gets or sets the table column names.","type":"array","items":{"type":"string"}},"Items":{"description":"Gets or sets the authorization code table items.","type":"array","items":{"$ref":"#/definitions/NameValuePair"}}}},"ContentTypeTemplate":{"description":"Represents a content type model for oauth2 endpoint.","type":"object","properties":{"Name":{"description":"Gets or sets the name value.","type":"string"}}},"NewScanTaskApiModel":{"description":"Contains properties that required to start scan.","type":"object","properties":{"TargetUri":{"description":"Gets or sets the target URI.","type":"string"},"IsTargetUrlRequired":{"description":"Gets or sets whether is target URL required.","type":"boolean","readOnly":true},"CreateType":{"description":"Gets or sets the type of the create.","enum":["Website","WebsiteGroup"],"type":"string"},"WebsiteGroupId":{"format":"uuid","description":"Gets or sets the website group identifier. This property is required if CreateType is WebsiteGroup","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AdditionalWebsites":{"description":"Gets or sets the additional websites to scan.","type":"array","items":{"$ref":"#/definitions/AdditionalWebsiteModel"}},"BasicAuthenticationApiModel":{"$ref":"#/definitions/BasicAuthenticationSettingModel","description":"Gets or sets the basic authentication API model."},"ClientCertificateAuthenticationSetting":{"$ref":"#/definitions/ClientCertificateAuthenticationApiModel","description":"Gets or sets the client certificate authentication setting."},"Cookies":{"description":"Gets or sets the cookies. Separate multiple cookies with semicolon. Cookie values must be URL encoded. You can use the\r\nfollowing format: Cookiename=Value","type":"string"},"CrawlAndAttack":{"description":"Gets or sets a value indicating whether parallel attacker is enabled.\r\nDefault: true","type":"boolean"},"EnableHeuristicChecksInCustomUrlRewrite":{"description":"Gets or sets a value indicating whether Heuristic URL Rewrite support is enabled together with custom URL Rewrite\r\nsupport.","type":"boolean"},"ExcludedLinks":{"description":"Gets or sets the excluded links.\r\nDefault: \"(log|sign)\\\\-?(out|off)\", \"exit\", \"endsession\", \"gtm\\\\.js\"","type":"array","items":{"$ref":"#/definitions/ExcludedLinkModel"}},"ExcludedUsageTrackers":{"description":"Gets or sets the excluded usage trackers.","type":"array","items":{"$ref":"#/definitions/ExcludedUsageTrackerModel"}},"DisallowedHttpMethods":{"description":"Gets or sets the disallowed http methods.","type":"array","items":{"enum":["GET","POST","CONNECT","HEAD","TRACE","DEBUG","TRACK","PUT","OPTIONS","DELETE","LINK","UNLINK","PATCH"],"type":"string"}},"ExcludeLinks":{"description":"Gets or sets a value indicating whether links should be excluded/included.\r\nDefault: <see ref=\"bool.True\" />","type":"boolean"},"ExcludeAuthenticationPages":{"description":"Specifies whether the authentication related pages like login, logout etc. should be excluded from the scan.\r\nIf form authentication is enabled, exclude authentication pages will be set as true. If you want to scan exclude authentication pages please set as false.","type":"boolean"},"FindAndFollowNewLinks":{"description":"Gets or sets a value indicating whether automatic crawling is enabled.","type":"boolean"},"FormAuthenticationSettingModel":{"$ref":"#/definitions/FormAuthenticationSettingModel","description":"Gets or sets the form authentication setting model."},"HeaderAuthentication":{"$ref":"#/definitions/HeaderAuthenticationModel","description":"Gets or sets the header authentication."},"SharkSetting":{"$ref":"#/definitions/SharkModel","description":"Gets or sets the header SharkSetting."},"AuthenticationProfileOption":{"description":"Gets or sets the type of the authentication profile option.","enum":["DontUse","UseMatchedProfile","SelectedProfile"],"type":"string"},"AuthenticationProfileId":{"format":"uuid","description":"Gets or sets the type of the authentication profile identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ImportedLinks":{"description":"Gets or sets the imported links.","type":"array","items":{"type":"string"}},"IsApiHubLinked":{"type":"boolean"},"ApiHubLinkDetails":{"type":"string"},"ImportedFiles":{"description":"Gets or sets the imported files. If imported files have not contains any URL, the file not added to scan profile.","type":"array","items":{"$ref":"#/definitions/ApiFile"}},"IsMaxScanDurationEnabled":{"description":"Gets or sets a value indicating whether max scan duration is enabled.\r\nThis is only used for scheduled group scan and regular group scan.","type":"boolean"},"MaxDynamicSignatures":{"format":"int32","description":"Gets or sets the root path maximum dynamic signatures for heuristic URL Rewrite detection.\r\nDefault: 60","maximum":10000,"minimum":1,"type":"integer"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.\r\nDefault: 48 hours","type":"integer"},"PolicyId":{"format":"uuid","description":"Gets or sets the scan policy identifier.\r\nDefault: Default Security Checks","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ReportPolicyId":{"format":"uuid","description":"Gets or sets the report policy identifier.\r\nDefault: Default Report Policy","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Scope":{"description":"Gets or sets the scan scope.\r\nDefault: {Invicti.Cloud.Core.Models.ScanTaskScope.EnteredPathAndBelow}","enum":["EnteredPathAndBelow","OnlyEnteredUrl","WholeDomain"],"type":"string"},"SubPathMaxDynamicSignatures":{"format":"int32","description":"Gets or sets the sub path maximum dynamic signatures for heuristic URL Rewrite detection.\r\nDefault: 30","maximum":10000,"minimum":1,"type":"integer"},"TimeWindow":{"$ref":"#/definitions/ScanTimeWindowModel","description":"Gets or sets the scan time window API model. You can use it for configuring time periods when scanning is\r\nallowed/disallowed."},"UrlRewriteAnalyzableExtensions":{"description":"Gets or sets the extensions that will be analyzed for heuristic URL Rewrite detection.\r\nDefault: htm,html","type":"string"},"UrlRewriteBlockSeparators":{"description":"Gets or sets the block separators for heuristic URL Rewrite detection.\r\nDefault: /_ $.,;|:","type":"string"},"UrlRewriteMode":{"description":"Gets or sets the URL Rewrite mode.\r\nDefault: Heuristic","enum":["None","Heuristic","Custom"],"type":"string"},"UrlRewriteRules":{"description":"Gets or sets the URL Rewrite rules.","type":"array","items":{"$ref":"#/definitions/UrlRewriteRuleModel"}},"PreRequestScriptSetting":{"$ref":"#/definitions/PreRequestScriptSettingModel","description":"Gets or sets the Pre-Request Script Setting."},"DoNotDifferentiateProtocols":{"description":"Gets or sets a value indicating whether http and https protocols are differentiated.","type":"boolean"},"UrlRewriteExcludedLinks":{"description":"Gets or sets the URL rewrite excluded links.","type":"array","items":{"$ref":"#/definitions/UrlRewriteExcludedPathModel"}},"OAuth2SettingModel":{"$ref":"#/definitions/OAuth2SettingApiModel","description":"Gets or sets the OAuth2 authentication setting model."},"EnablePciScanTask":{"description":"Defines whether a pci scan task going to be started.","type":"boolean"},"EnableMendResults":{"description":"Defines whether mend results can be retrieved.","type":"boolean"},"BusinessLogicRecorderSetting":{"$ref":"#/definitions/BusinessLogicRecorderSettingModel","description":"Gets or sets the business logic recorder setting."},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}},"Comments":{"description":"Gets or sets the Comments","type":"string"}},"example":{"TargetUri":"http://example.com/","IsTargetUrlRequired":true,"CreateType":"Website","AdditionalWebsites":[{"Canonical":true,"TargetUrl":"http://www.example.com/"},{"Canonical":false,"TargetUrl":"http://api.example.com/"}],"BasicAuthenticationApiModel":{"Credentials":[{"AuthenticationType":"Basic","Domain":"example.com","Password":"pass","UriPrefix":"http://example.com/","UserName":"user","IsReplacedCredentials":false}],"IsEnabled":true,"NoChallenge":false},"ClientCertificateAuthenticationSetting":{"File":{"Content":"U29tZSBmaWxlIGNvbnRlbnQ=","FileName":"test.crt","Type":"LinkImportFile"},"IsEnabled":true,"Password":"pass"},"Cookies":"name1=value1; name2=value2","CrawlAndAttack":true,"EnableHeuristicChecksInCustomUrlRewrite":true,"ExcludedLinks":[{"RegexPattern":"(log|sign)\\-?(out|off)"}],"ExcludedUsageTrackers":[{"Url":"UA-XXXXX-Y"}],"DisallowedHttpMethods":[],"ExcludeLinks":true,"ExcludeAuthenticationPages":true,"FindAndFollowNewLinks":true,"FormAuthenticationSettingModel":{"Integrations":{},"CustomScripts":[],"InteractiveLoginRequired":false,"DefaultPersonaValidation":true,"DetectBearerToken":true,"EnableDiagnosticsLogging":false,"DisableLogoutDetection":false,"IsEnabled":true,"IsNotVerified":false,"LoginFormUrl":"http://example.com/login.php","LoginRequiredUrl":"http://example.com/admin.php","LogoutKeywordPatterns":[{"Pattern":"Signin required","Regex":true}],"LogoutKeywordPatternsValue":"[{\"Pattern\":\"Signin required\",\"Regex\":true}]","LogoutRedirectPattern":"http://example.com/Default.php?ref=*","OverrideTargetUrl":false,"Personas":[{"IsActive":true,"Password":"pass","UserName":"user","OtpType":"Totp","SecretKey":"","Digit":6,"Period":30,"Algorithm":"Sha1","FormAuthType":"Manual","IntegrationId":"00000000-0000-0000-0000-000000000000","Version":"V2","UseStaticUsername":true,"CyberArkUseStaticUsername":true,"AzureUseStaticUsername":true,"IsReplacedCredentials":false,"Index":0}],"PersonasValidation":true,"AuthorizationTokenRules":[]},"HeaderAuthentication":{"Headers":[{"Name":"Authorization","Value":"Bearer 12312312312","IsReplacedCredentials":false}],"IsEnabled":true},"AuthenticationProfileOption":"DontUse","ImportedLinks":["/foo1","/foo2"],"IsApiHubLinked":false,"ImportedFiles":[{"Content":"BASE64-encoded content of fiddler-file.saz(max 10MB) e.g. U29tZSBmaFOOIGNvbnRlbnQ=","FileName":"fiddler-file.saz","ImporterType":"Fiddler","Type":"LinkImportFile"},{"ImporterType":"Swagger","URL":"The URL of the definition file. i.e. https://site.com/wsdl/definition.wsdl","Type":"LinkImportUrl"},{"ImporterType":"GraphQl","URL":"The URL of the definition file. i.e. https://site.com/wsdl/definition.wsdl","ApiURL":"The location of the web service. (This is required if the service is hosted on a different address specified with the 'URL')","Type":"LinkImportUrl"}],"IsMaxScanDurationEnabled":false,"MaxDynamicSignatures":60,"MaxScanDuration":48,"Scope":"EnteredPathAndBelow","SubPathMaxDynamicSignatures":30,"TimeWindow":{"Items":[{"Day":"Monday","From":"09:00","ScanningAllowed":false,"To":"18:00"}]},"UrlRewriteAnalyzableExtensions":"htm,html","UrlRewriteBlockSeparators":"/$.,;|:","UrlRewriteMode":"Custom","UrlRewriteRules":[{"PlaceholderPattern":"/blog/{category}/{title}"}],"PreRequestScriptSetting":{"IsEnabled":false},"DoNotDifferentiateProtocols":true,"OAuth2SettingModel":{"FlowType":"Custom","AuthenticationType":"None","AccessTokenEndpoint":{"Url":"https://localhost/oauth/token","ContentType":"application/x-www-form-urlencoded","Method":"POST"},"AuthorizationCodeEndpoint":{"Url":"https://localhost/oauth/token","ContentType":"application/x-www-form-urlencoded","Method":"POST"},"AccessTokenItems":[{"Name":"grant_type","Value":"password","IsEncoded":false,"IsEncrypted":false},{"Name":"username","Value":"pedroetb","IsEncoded":false,"IsEncrypted":false},{"Name":"password","Value":"password","IsEncoded":false,"IsEncrypted":false}],"AuthorizationCodeItems":[{"Name":"grant_type","Value":"password","IsEncoded":false,"IsEncrypted":false},{"Name":"username","Value":"pedroetb","IsEncoded":false,"IsEncrypted":false},{"Name":"password","Value":"password","IsEncoded":false,"IsEncrypted":false}],"ResponseFields":{"AccessToken":"accessToken","RefreshToken":"refreshToken","Expire":"accessTokenExpiresAt","TokenType":"token_type","IsTokenTypeFixed":true},"ThreeLeggedFields":{"Enabled":true,"Username":"user","Password":"pwd","CustomScripts":[]},"Enabled":false},"EnablePciScanTask":false,"EnableMendResults":false,"Tags":["TagWithNoValue","TagWithValue:Value"],"Comments":"comments"}},"NewGroupScanApiModel":{"description":"Contains properties that required to start group scan.","required":["WebsiteGroupName"],"type":"object","properties":{"PolicyId":{"format":"uuid","description":"Gets or sets the scan policy identifier.\r\nDefault: Default Security Checks.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ReportPolicyId":{"format":"uuid","description":"Gets or sets the report policy identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AuthenticationProfileOption":{"description":"Gets or sets the type of the authentication profile option.","enum":["DontUse","UseMatchedProfile","SelectedProfile"],"type":"string"},"AuthenticationProfileId":{"format":"uuid","description":"Gets or sets the type of the authentication profile identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"TimeWindow":{"$ref":"#/definitions/ScanTimeWindowModel","description":"Gets or sets the scan time window API model. You can use it for configuring time periods when scanning is\r\nallowed/disallowed."},"WebsiteGroupName":{"description":"Gets or sets the website group name.","type":"string"},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}}}},"NewScanTaskWithProfileApiModel":{"description":"Contains properties that required to start a scan according to profile specified.","required":["ProfileName","TargetUri"],"type":"object","properties":{"ProfileName":{"description":"Gets or sets the profile id.","type":"string"},"TargetUri":{"description":"Gets or sets the target URI.","type":"string"}}},"ScanReportApiModel":{"description":"Represents a model for carrying scan report parameters.","required":["Format","Id","Type"],"type":"object","properties":{"ContentFormat":{"description":"Gets or sets the content format. This parameter can only be used for vulnerabilities XML and JSON report.","enum":["Html","Markdown"],"type":"string"},"ExcludeResponseData":{"description":"If set to true, HTTP response data will be excluded from the vulnerability detail. This parameter can only be\r\nused for vulnerabilities XML report.\r\nDefault: false","type":"boolean"},"Format":{"description":"Gets or sets the report format.\r\nCrawled URLs, scanned URLs and vulnerabilities can be exported as XML, CSV or JSON.\r\nScan detail, SANS Top 25, Owasp Top Ten 2013, WASC Threat Classification, PCI Compliance, HIPAA Compliance, Executive Summary and Knowledge Base reports can be\r\nexported as HTML or PDF.\r\nModSecurity WAF Rules report can be exported as TXT.","enum":["Xml","Csv","Pdf","Html","Txt","Json"],"type":"string"},"Id":{"format":"uuid","description":"Gets or sets the scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Type":{"description":"Gets or sets the report type.\r\nFullScanDetail option corresponds to \"Detailed Scan Report (Including addressed issues)\".\r\nScanDetail option corresponds to \"Detailed Scan Report (Excluding addressed issues)\".","enum":["Crawled","Scanned","Vulnerabilities","ScanDetail","ModSecurityWafRules","OwaspTopTen2013","HIPAACompliance","Pci32","KnowledgeBase","ExecutiveSummary","FullScanDetail","OwaspTopTen2017","CustomReport","Iso27001Compliance","F5BigIpAsmWafRules","WASC","SansTop25","Asvs40","Nistsp80053","DisaStig","OwaspApiTop10","OwaspTopTen2021","VulnerabilitiesPerWebsite","OwaspApiTopTen2023","PciDss40"],"type":"string"},"OnlyConfirmedIssues":{"description":"If this field set true then only the Confirmed Issues will be included to the report results.\r\nThis option not valid for KnowledgeBase, Crawled, Scanned, ModSecurityWafRules, F5BigIpAsmWafRules report types.\r\nDefault: null","type":"boolean"},"OnlyUnconfirmedIssues":{"description":"If this field set true then only the Unconfirmed Issues will be included to the report results.\r\nThis option not valid for KnowledgeBase, Crawled, Scanned, ModSecurityWafRules, F5BigIpAsmWafRules report types.\r\nDefault: null","type":"boolean"},"ExcludeAddressedIssues":{"description":"If this field set true then the Addressed Issues will be excluded from the report results.\r\nFullScanDetail and ScanDetail options override this field.\r\nThis option not valid for KnowledgeBase, Crawled, Scanned, ModSecurityWafRules, F5BigIpAsmWafRules report types.\r\nDefault: null","type":"boolean"},"ExcludeHistoryOfIssues":{"description":"If this field set true then the history of issues will be excluded from the report results.\r\nIf this is unchecked, only the last 10 of the issues history logs will be displayed.\r\nThis option not valid for KnowledgeBase, Crawled, Scanned, ModSecurityWafRules, F5BigIpAsmWafRules,Vulnerabilities report types.\r\nDefault: null","type":"boolean"}}},"VulnerabilityModel":{"description":"Represents class for carrying {Invicti.Enterprise.Vulnerabilities.Vulnerability} content.","type":"object","properties":{"IssueUrl":{"description":"Gets or sets the issue page URL.","type":"string"},"Title":{"description":"Gets or sets the title.","type":"string"},"Type":{"description":"Gets or sets the vulnerability type.","enum":["Custom","Sca","None","HighlyPossibleSqlInjection","Xss","PossibleXss","PermanentXss","PossiblePermanentXss","InternalServerError","ForbiddenResource","PassiveVulns","PossibleBlindSqlInjection","NtlmAuthrizationRequired","BasicAuthorisationRequired","DigestAuthorizationRequired","ClearTextBasicAuth","ConfirmedBlindSqlInjection","PossibleSqlInjection","ConfirmedSqlInjection","FileUploadFound","AutoCompleteEnabled","PasswordOverHttp","PasswordFormOverHttp","InternalIPLeakage","CookieNotMarkedAsSecure","CookieNotMarkedAsHttpOnly","ConfirmedBooleanSqlInjection","PossibleBooleanSqlInjection","PasswordToHttp","CommandInjection","BlindCommandInjection","PossibleBlindCommandInjection","HeaderInjection","MySqlIdentified","MsSqlIdentified","MsAccessIdentified","DbConnectedAsAdmin","AspNetIdentified","AspNetVersionDisclosure","IisDirectoryListing","ApacheDirectoryListing","TomcatDirectoryListing","PhpSourceCodeDisclosure","AspNetSourceCodeDisclosure","GenericSourceCodeDisclosure","PossibleInternalUnixPathLeakage","MsOfficeDocumentInformationDisclosure","PhpInfoIdentified","PossibleLocalFileInclusion","OracleIdentified","PostgreSqlIdentified","HighPossibilityLfi","Lfi","PossibleInternalWindowsPathLeakage","EmailDisclosure","SocialSecurityNumberDisclosure","ApacheVersionDisclosure","TomcatVersionDisclosure","PhpVersionDisclosure","IisVersionDisclosure","WebLogicVersionDisclosure","LighttpdVersionDisclosure","SharePointVersionDisclosure","ApacheCoyoteVersionDisclosure","OracleApplicationServerVersionDisclosure","OpenSslVersionDisclosure","ApacheModuleVersionDisclosure","PerlVersionDisclosure","FrontPageVersionDisclosure","PythonVersionDisclosure","JavaServletVersionDisclosure","SitemapIdentified","CrossDomainXml","RobotsIdentified","SpecialCase","SpecialCaseNoCookies","SpecialCaseNoBasicAuthentication","ApacheServerStatus","ApacheServerInfo","ClientAccessPolicy","OpenCrossDomainXml","OpenClientAccessPolicy","HighPossibleBooleanSqlInjection","DatabaseErrorMessages","ProgrammingErrorMessages","ApacheMultiViewsEnabled","BackupFileFound","BackupSourceCodeFound","TraceTrackIdentified","TraceaxdFound","ElmahaxdFound","AspNetDebugEnabled","LfiCodeInclusion","AspNetStackTrace","SvnDisclosure","GitDisclosure","CvsDisclosure","Rfi","PossibleRfi","PossibleCi","XssViaRfi","RceAsp","PossibleRceAsp","RcePhp","PossibleRcePhp","RcePerl","PossibleRcePerl","ViewStateMacNotEnabled","ViewStateNotEncrypted","ViewStateAnalyzer","OpenRedirect","TomcatExceptionReport","DjangoStackTraceDisclosure","Struts2DevModeEnabled","AspNetDirectoryListing","MySqlUsernameDisclosure","MsSqlUsernameDisclosure","WinUsernameDisclosure","RceViaLfi","XssProtectionDisabled","MdbFound","WeakCredentials","PythonStackTraceDisclosure","ColdFusionStackTraceDisclosure","DefaultIis7Page","DefaultIis6Page","DefaultApachePage","SinatraStackTraceDisclosure","SqliteFound","OutlookFileFound","DsStoreFileFound","FrameInjection","DefaultTomcatPage","TomcatSourceCodeDisclosure","WebBackdoorIdentified","PassiveWebBackdoorIdentified","PossibleAdminFile","PossibleConfigFile","PossibleReadmeFile","PossibleInstallationFile","PossibleLogFile","PossibleSqlFile","PossibleTestFile","TomcatOutOfDate","ApacheOutOfDate","MsSqlOutOfDate","MySqlOutOfDate","HsqlDbOutOfDate","PhpOutOfDate","OpenSslOutOfDate","RedirectBodyTooLarge","RedirectTwoResponses","SslVersion2Support","WeakCiphersDetected","AnonAuthDetected","WeakSignatureAlgorithmDetected","InvalidSslCertificate","SslVersion3Support","IntermediateWeakSignatureAlgorithmDetected","MvcVersionDisclosure","MongrelVersionDisclosure","NginxVersionDisclosure","MySQLDoSDetected","GrailsStackTraceDisclosure","PossibleElInjection","ElInjection","ApacheMyFacesStackTraceDisclosure","PasswordOverQuerystring","ColdFusionSourceCodeDisclosure","AWStatsIdentified","MintIdentified","PiwikIdentified","WSFTPLogFileIdentified","WebConfigIdentified","LighttpdDirectoryListing","NginxDirectoryListing","LiteSpeedDirectoryListing","GenericEmailDisclosure","DefaultIis8Page","ShellScriptIdentified","PossibleDatabaseConnectionStringIdentified","UNCServerAndShareDisclosure","HstsNotEnabled","HstsMaxAge","HstsViaHttp","HstsErrors","WordPressOutOfDate","DrupalOutOfDate","JoomlaOutOfDate","MediaWikiOutOfDate","MovableTypeOutOfDate","OscommerceOutOfDate","PhpBBOutOfDate","TWikiOutOfDate","WordPressIdentified","DrupalIdentified","JoomlaIdentified","MediaWikiIdentified","MovableTypeIdentified","OscommerceIdentified","PhpBBIdentified","TWikiIdentified","RceRorXml","RceRorJson","PossibleRceRorXml","PossibleRceRorJson","ModSslVersionDisclosure","PHPMyAdminIdentified","WebalizerIdentified","RubyVersionDisclosure","WebrickVersionDisclosure","OptionsMethodEnabled","WebDavEnabled","WebDavDirectoryHasWritePermissions","CodeExecutionViaWebDav","WebDavDirectoryListing","CsrfDetected","CsrfInLoginFormDetected","CookieLeakageInAntiCsrfTokenDetected","MisconfiguredFrame","InsecureFrameExternal","DomBasedXss","NuSoapVersionDisclosure","NuSoapOutOfDate","AutoCompleteEnabledPasswordField","NginxOutOfDate","PerlSourceCodeDisclosure","PythonSourceCodeDisclosure","RubySourceCodeDisclosure","JavaSourceCodeDisclosure","OpenSslHeartbleedVulnerability","NginxIdentified","ApacheIdentified","JavaStackTraceDisclosure","MissingXFrameOptionsHeader","MissingContentTypeHeader","CommandInjectionShellshock","PossibleReflectedFileDownload","InsecureJsonpEndpoint","InsecureReflectedContent","MisconfiguredAccessControlOrigin","PassiveMixedContent","Teapot","PossibleXxe","Xxe","UnrestrictedFileUpload","CodeExecutionViaFileUpload","PossibleCreditCardDisclosure","RsaPrivateKeyDetected","RceInHttpSys","OpenRedirectInPost","FormHijacking","BaseTagHijacking","WindowsShortFilename","RorDatabaseConfigurationFileDetected","RorDevelopmentModeEnabled","RorVersionDisclosure","RubyGemsVersionDisclosure","RubyGemsOutOfDate","RubyOutOfDate","RorOutOfDate","PythonOutOfDate","PerlOutOfDate","DjangoDebugModeEnabled","DjangoVersionDisclosure","DjangoOutOfDate","PhpLiteAdminIdentified","AdminerIdentified","MicrosoftIisLogFileIdentified","PhpMoAdminIdentified","DbNinjaIdentified","LaravelEnvironmentConfigurationFileDetected","LaravelDebugModeEnabled","LaravelStackTraceDisclosure","SublimeSftpConfigFileDetected","RorStackTraceDisclosure","JqueryOutOfDate","JqueryMigrateOutOfDate","JqueryMobileOutOfDate","JqueryUiDialogOutOfDate","JqueryUiAutocompleteOutOfDate","JqueryUiTooltipOutOfDate","PrettyPhotoOutOfDate","jPlayerOutOfDate","YuiOutOfDate","PrototypejsOutOfDate","EmberOutOfDate","DojoOutOfDate","AngularjsOutOfDate","BackbonejsOutOfDate","MustachejsOutOfDate","HandlebarsjsOutOfDate","EasyXdmOutOfDate","PluploadOutOfDate","DomPurifyOutOfDate","DwrOutOfDate","InsecureHttpUsage","OpenCartIdentified","OpenCartOutOfDate","MissingXssProtectionHeader","VideojsOutOfDate","TlsVersion1Support","SameSiteCookieNotImplemented","ReverseTabnabbing","SubResourceIntegrityNotImplemented","SubResourceIntegrityHashInvalid","PossibleSsrf","OutOfBandSqlInjection","OutOfBandXxe","BlindXss","OutOfBandRfi","OutOfBandRcePhp","OutOfBandCommandInjection","SsrfAws","PossibleSsrfAws","SsrfElmah","PossibleSsrfElmah","SsrfTrace","PossibleSsrfTrace","OutOfBandRceAsp","OutOfBandRcePerl","DomBasedOpenRedirect","DeprecatedCspHeader","CspNotImplemented","InvalidCspMetaTag","InvalidCspInsructionInMeta","CspKeywordUsedAsTarget","UnsafeCspInstructionDetected","NonceDetectedInCsp","NoScriptTagDetectedWithNonce","SameNonceValueDetected","DefaultSrcUsedInCsp","InsecureReportUriDetectedInCsp","ReportUriWithDifferentHostDetectedInCsp","WildcardDetectedInScheme","WildcardDetectedInDomain","WildcardDetectedInPort","UnsupportedHashDetectedInScriptInstruction","InsecureNonceValueDetected","SsrfElmahMvc","PossibleSsrfElmahMvc","DeprecatedHeaderDetectedWithCspHeader","InvalidNonceDetectedInCsp","NoScriptTagDetectedWithHash","DataCspDirectiveDetected","CspReportOnlyHeaderDetectedWithoutReportUri","CspReportOnlyUsedInMeta","SingleHeaderMultipleCookies","OutOfBandRceRoRXml","OutOfBandRceRoRJson","ObjectSrcNotUsed","ApacheMultiChoiceEnabled","HttpOrHttpsDetectedOnScriptSrc","InsecureTargetUriDetectedInCsp","PossibleTimeBasedSsrf","PossibleBlindXss","PossibleSsrfSsh","PossibleSsrfMySql","RceApacheStruts","PossibleRceApacheStruts","ControllableCookie","ReferrerPolicyNotImplemented","ReferrerPolicyReferrerLeakToSameProtocol","ReferrerPolicyOriginLeakToCrossSite","ReferrerPolicySameProtocolLeak","ReferrerPolicyCrossOriginLeak","ReferrerPolicyStrictCrossOriginLeak","ReferrerPolicyCrossSiteReferrerLeak","ReferrerPolicyUnknown","ReferrerPolicyFallbackMissing","MsSqlDatabaseNameDisclosure","MySqlDatabaseNameDisclosure","ActiveMixedContent","MixedContentScript","MixedContentResource","KnockoutjsOutOfDate","BootstrapjsOutOfDate","TypeaheadjsOutOfDate","FootablejsOutOfDate","SortablejsOutOfDate","ImagePickerOutOfDate","JqueryValidationOutOfDate","AspNetSignalROutOfDate","Select2OutOfDate","MomentjsOutOfDate","Html5ShivOutOfDate","IonRangeSliderOutOfDate","JsTreeOutOfDate","ModernizrOutOfDate","RespondjsOutOfDate","FuelUxOutOfDate","BootboxOutOfDate","KnockoutMappingOutOfDate","JqueryMaskOutOfDate","Bootstrap3DateTimePickerOutOfDate","BootstrapToggleOutOfDate","JavaScriptCookieOutOfDate","MixedContentFont","MixedContentXhrEndpoint","PossibleRceNodeJs","RceNodeJs","ReactOutOfDate","PossibleSsrfApacheServerStatus","DefaultIis85Page","DefaultIis100Page","DefaultIis75Page","DefaultIis7XPage","CkeditorOutOfDate","WordPressSetupConfigurationFile","PossibleOutOfBandCommandInjectionStruts052","OutOfBandCommandInjectionStruts053","LighttpdOutOfDate","PostgreSqlOutOfDate","RceApacheStrutsS0253","PossibleRceApacheStrutsS0253","RceApacheStrutsS2046","PossibleRceApacheStrutsS2046","RceApacheStrutsS2045","PossibleRceApacheStrutsS2045","AbanteCartIdentified","AbanteCartOutOfDate","AmpacheIdentified","AmpacheOutOfDate","AtutorIdentified","AtutorOutOfDate","ChamiloIdentified","ChamiloOutOfDate","ClarolineIdentified","ClarolineOutOfDate","CollabtiveIdentified","CollabtiveOutOfDate","Concrete5Identified","Concrete5OutOfDate","CoppermineIdentified","CoppermineOutOfDate","CubeCartIdentified","CubeCartOutOfDate","DokuWikiIdentified","DokuWikiOutOfDate","DotClearIdentified","DotClearOutOfDate","E107Identified","E107OutOfDate","FamilyConnectionsIdentified","FamilyConnectionsOutOfDate","FluxBBIdentified","FluxBBOutOfDate","FormToolsIdentified","FormToolsOutOfDate","FrontAccountingIdentified","FrontAccountingOutOfDate","GibbonEduIdentified","GibbonEduOutOfDate","HeskIdentified","HeskOutOfDate","LimeSurveyIdentified","LimeSurveyOutOfDate","LiveHelperChatIdentified","LiveHelperChatOutOfDate","LogaholicIdentified","LogaholicOutOfDate","MibewMessengerIdentified","MibewMessengerOutOfDate","ModXIdentified","ModXOutOfDate","MoodleIdentified","MoodleOutOfDate","MyBBIdentified","MyBBOutOfDate","OmekaIdentified","OmekaOutOfDate","OsClassIdentified","OsClassOutOfDate","OsTicketIdentified","OsTicketOutOfDate","PrestashopIdentified","PrestashopOutOfDate","EspoCrmIdentified","EspoCrmOutOfDate","ElggIdentified","ElggOutOfDate","PhorumIdentified","PhorumOutOfDate","PhpFusionIdentified","PhpFusionOutOfDate","PhpAddressBookIdentified","PhpAddressBookOutOfDate","PhpListIdentified","PhpListOutOfDate","PmWikiIdentified","PmWikiOutOfDate","PodcastGeneratorIdentified","PodcastGeneratorOutOfDate","ProjectSendIdentified","ProjectSendOutOfDate","Question2AnswerIdentified","Question2AnswerOutOfDate","RukovoditelIdentified","RukovoditelOutOfDate","SeoPanelIdentified","SeoPanelOutOfDate","SerendipityIdentified","SerendipityOutOfDate","TcExamIdentified","TcExamOutOfDate","VanillaForumsIdentified","VanillaForumsOutOfDate","WebErpIdentified","WebErpOutOfDate","WeBidIdentified","WeBidOutOfDate","XoopsIdentified","XoopsOutOfDate","YetiForceCrmIdentified","YetiForceCrmOutOfDate","YourlsIdentified","YourlsOutOfDate","ZenCartIdentified","ZenCartOutOfDate","ZenPhotoIdentified","ZenPhotoOutOfDate","PiwigoIdentified","PiwigoOutOfDate","ZurmoIdentified","ZurmoOutOfDate","OwnCloudIdentified","OwnCloudOutOfDate","PhpMyFaqIdentified","PhpMyFaqOutOfDate","RoundcubeIdentified","RoundcubeOutOfDate","ZikulaIdentified","ZikulaOutOfDate","WeakRobotOracleDetected","StrongRobotOracleDetected","ZeptojsOutOfDate","HammerjsOutOfDate","VuejsOutOfDate","PhaserOutOfDate","ChartjsOutOfDate","RamdaOutOfDate","RevealJsOutOfDate","PixiJsOutOfDate","FabricJsOutOfDate","SemanticUIOutOfDate","LeafletOutOfDate","PossibleOutOfBandCommandInjection","FoundationOutOfDate","ThreeJsOutOfDate","PdfJsOutOfDate","ExpressJsIdentified","PossibleSsti","Ssti","PossibleCodeExecutionViaSsti","CodeExecutionViaSsti","PossibleCodeExecutionViaSstiTwig","CodeExecutionViaSstiTwig","PossibleCodeExecutionViaSstiMako","CodeExecutionViaSstiMako","PossibleCodeExecutionViaSstiSmarty","CodeExecutionViaSstiSmarty","PossibleCodeExecutionViaSstiNunjucks","CodeExecutionViaSstiNunjucks","PossibleCodeExecutionViaSstiJade","CodeExecutionViaSstiJade","PossibleSstiDot","SstiDot","PossibleCodeExecutionViaSstiDot","CodeExecutionViaSstiDot","PossibleSstiEjs","SstiEjs","PossibleCodeExecutionViaSstiEjs","CodeExecutionViaSstiEjs","PossibleCodeExecutionViaSstiMarko","CodeExecutionViaSstiMarko","PossibleCodeExecutionViaSstiTornado","CodeExecutionViaSstiTornado","PossibleCodeExecutionViaSstiFreeMarker","CodeExecutionViaSstiFreeMarker","PossibleSstiVelocity","SstiVelocity","PossibleCodeExecutionViaSstiVelocity","CodeExecutionViaSstiVelocity","PossibleSstiErb","SstiErb","PossibleCodeExecutionViaSstiErb","CodeExecutionViaSstiErb","PossibleCodeExecutionViaSstiSlim","CodeExecutionViaSstiSlim","PossibleCodeExecutionViaSstiJinja","CodeExecutionViaSstiJinja","PossibleSstiFreeMarker","SstiFreeMarker","OutOfBandCodeExecutionViaSsti","OutOfBandCodeExecutionViaSstiMako","OutOfBandCodeExecutionViaSstiTornado","OutOfBandCodeExecutionViaSstiJinja","OutOfBandCodeExecutionViaSstiMarko","OutOfBandCodeExecutionViaSstiDot","OutOfBandCodeExecutionViaSstiNunjucks","OutOfBandCodeExecutionViaSstiJade","OutOfBandCodeExecutionViaSstiSmarty","ExpectCtIsMissing","ExpectCtShouldBeServedOverTls","ExpectCtReportOnlyModeIsEnabled","ExpectCtErrors","AuthenticationRequired","CaddyWebServerIdentified","AahGoServerIdentified","JbossApplicationServerIdentified","JbossApplicationServerVersionDisclosure","Ckeditor5OutOfDate","CakePhpIdentified","CakePhpStackTraceDisclosure","DefaultPageCakePhp","CakePhpVersionDisclosure","CakePhpOutOfDate","CherryPyVersionDisclosure","CherryPyOutOfDate","OutOfBandCodeExecutionViaSstiEjs","OutOfBandCodeExecutionViaSstiTwig","OutOfBandCodeExecutionViaSstiFreeMarker","OutOfBandCodeExecutionViaSstiVelocity","CherryPyStackTraceDisclosure","IntrojsOutOfDate","AxiosOutOfDate","Fingerprintjs2OutOfDate","XRegExpOutOfDate","DataTablesOutOfDate","LazyjsOutOfDate","FancyBoxOutOfDate","UnderscorejsOutOfDate","LightboxOutOfDate","JbossApplicationServerOutOfDate","SweetAlert2OutOfDate","LodashOutOfDate","BluebirdOutOfDate","PolymerOutOfDate","ReviveAdserverIdentified","ReviveAdserverOutOfDate","B2evolutionIdentified","B2evolutionOutOfDate","DolphinIdentified","DolphinOutOfDate","PH7CMSIdentified","PH7CMSOutOfDate","QdPMIdentified","QdPMOutOfDate","VtigerIdentified","VtigerOutOfDate","DolibarrIdentified","DolibarrOutOfDate","ClipBucketIdentified","ClipBucketOutOfDate","ContaoIdentified","ContaoOutOfDate","MisconfiguredXFrameOptionsHeader","RubyErrorDisclosure","WpEngineConfigurationFileDetected","SessionCookieNotMarkedAsSecure","PossibleHeaderInjection","OracleOutOfDate","TsWebIdentified","DrupalRce","MithrilOutOfDate","EfJsOutOfDate","MathJsOutOfDate","ListJsOutOfDate","RequireJsOutOfDate","RiotJsOutOfDate","InfernoOutOfDate","MarionetteJsOutOfDate","GsapOutOfDate","TravisYamlIdentified","UnicodeTransformationIssue","MalwareIdentified","RorFileContentDisclosure","AppSiteAssociationIdentified","OpenSearchIdentified","ServletSourceCodeDisclosure","JspSourceCodeDisclosure","HtaccessIdentified","RcePython","PossibleRcePython","OutOfBandRcePython","RceRuby","PossibleRceRuby","OutOfBandRceRuby","SwaggerJsonIdentified","SslNotImplemented","SecurityTxtIdentified","RceApacheStrutsS2016","PossibleRceApacheStrutsS2016","SlickOutOfDate","ScrollRevealOutOfDate","MathJaxOutOfDate","RickshawOutOfDate","HighchartsOutOfDate","SnapSvgOutOfDate","FlickityOutOfDate","D3JsOutOfDate","GoogleChartsOutOfDate","HiawathaVersionDisclosure","CherokeeVersionDisclosure","HiawathaOutOfDate","CherokeeOutOfDate","WebLogicOutOfDate","WebCacheDeception","IisOutOfDate","ImmutablejsOutOfDate","AxwaySecureTransportDetected","MisconfiguredXFrameOptionsHeaderMultipleDirectives","TlsVersion11Support","PossibleSsrfOracleCloud","PossibleSsrfPacketCloud","ExtJsOutOfDate","PossibleHpp","PossibleBreachAttack","TelerikWebUiVersionDisclosure","TelerikWebUiOutOfDate","JavaVersionDisclosure","GlassFishVersionDisclosure","JavaOutOfDate","GlassFishOutOfDate","WafIdentified","AkamaiCdnIdentified","AzureCdnIdentified","GoogleCloudCdnIdentified","ArvanCloudCdnIdentified","FastlyCdnIdentified","IncapsulaCdnIdentified","SucuriCdnIdentified","NetlifyCdnIdentified","MaxCdnIdentified","KeyCdnIdentified","FirebladeCdnIdentified","AireeCdnIdentified","West263CdnIdentified","InstartCdnIdentified","QratorCdnIdentified","PowerCdnIdentified","Cdn77Identified","F5BigIpProxyIdentified","EnvoyProxyIdentified","CitrixNetScalerProxyIdentified","ApacheTrafficServerProxyIdentified","HaProxyIdentified","SkipperProxyIdentified","LoginPageIdentified","SameSiteCookieNotMarkedAsSecure","LiferayPortalIdentified","LiferayPortalOutOfDate","ApacheTrafficServerVersionDisclosure","ApacheTrafficServerOutOfDate","UndertowWebServerVersionDisclosure","UndertowWebServerOutOfDate","JenkinsVersionDisclosure","JenkinsOutOfDate","KestrelIdentified","TableauServerIdentified","BomgarIdentified","JolokiaVersionDisclosure","JolokiaOutOfDate","F5BigIpLocalFileInclusion","PossibleF5BigIpLocalFileInclusion","PossibleSstiPebble","SstiPebble","PossibleCodeExecutionViaSstiPebble","CodeExecutionViaSstiPebble","SugarCrmIdentified","SugarCrmOutOfDate","GrafanaVersionDisclosure","GrafanaOutOfDate","PossibleSstiJinJava","SstiJinJava","PossibleCodeExecutionViaSstiJinJava","CodeExecutionViaSstiJinJava","PossibleSstiAspNetRazor","SstiAspNetRazor","PossibleCodeExecutionViaSstiAspNetRazor","CodeExecutionViaSstiAspNetRazor","PhpMagicQuotesGpcDisabled","PhpRegisterGlobalsEnabled","PhpDisplayErrorsEnabled","PhpAllowUrlFopenEnabled","PhpAllowUrlIncludeEnabled","PhpSessionUseTransSidEnabled","PhpOpenBaseDirIsNotSet","PhpEnableDlEnabled","AspNetApplicationTraceEnabled","AspNetCookilessSessionStateEnabled","AspNetCookilessAuthenticationEnabled","AspNetNoSslAuth","AspNetLoginCredentialsPlainText","AspNetValidateRequestDisabled","AspNetViewStateUserKeyNotSet","JettyVersionDisclosure","TornadoWebServerVersionDisclosure","TracyDebuggingToolVersionDisclosure","AspNetCustomErrorsDisabled","WhoopsFrameworkIdentified","PhpUseOnlyCookiesIsDisabled","CrushFtpServerIdentified","RceWebLogic","WeblogicAuthenticationBypass","ArbitraryFileCreation","ArbitraryFileDeletion","WerkzeugIdentified","WerkzeugVersionDisclosure","WerkzeugOutOfDate","OpenRestyIdentified","OpenRestyVersionDisclosure","OpenRestyOutOfDate","LiteSpeedWebServerIdentified","TwistedWebHTTPServerIdentified","TwistedWebHTTPServerVersionDisclosure","TwistedWebHTTPServerOutOfDate","NextJsReactFrameworkIdentified","NextJsReactFrameworkVersionDisclosure","NextJsReactFrameworkOutOfDate","DaiquiriVersionDisclosure","W3TotalCacheOutOfDate","W3TotalCacheIdentified","W3TotalCacheVersionDisclosure","PhusionPassengerIdentified","PhusionPassengerVersionDisclosure","PhusionPassengerOutOfDate","SqlInjectionIast","LfiIast","RcePhpIast","HeaderInjectionIast","CommandInjectionIast","AxwaySecureTransportIdentified","AxwaySecureTransportVersionDisclosure","AxwaySecureTransportOutOfDate","BurpCollaboratorServerIdentified","ResinApplicationServerIdentified","ResinApplicationServerVersionDisclosure","ResinApplicationServerOutOfDate","TracSoftwareProjectManagementToolIdentified","TracSoftwareProjectManagementToolVersionDisclosure","TracSoftwareProjectManagementToolOutOfDate","TornadoWebServerIdentified","TornadoWebServerOutOfDate","JettyWebServerIdentified","JettyWebServerOutOfDate","TracyDebuggingToolOutOfDate","ZopeWebServerVersionDisclosure","ZopeWebServerOutOfDate","ArtifactoryIdentified","ArtifactoryVersionDisclosure","ArtifactoryOutOfDate","JBossEAPIdentified","WildFlyIdentified","GunicornIdentified","GunicornVersionDisclosure","GunicornOutOfDate","JBossCSIdentified","WebSealIdentified","OracleHTTPIdentified","SonicWallSSLVPNIdentified","PloneCMSIdentified","PloneCMSVersionDisclosure","PloneCMSOutOfDate","GlassFishIdentified","IBMRTCIdentified","IBMRTCVersionDisclosure","IBMRTCOutOfDate","NexusIdentified","NexusVersionDisclosure","NexusOutOfDate","IBMHTTPServerIdentified","IBMHTTPServerVersionDisclosure","IBMHTTPServerOutOfDate","PythonWSGIServerIdentified","PythonWSGIServerVersionDisclosure","PythonWSGIServerOutOfDate","PlayFrameworkIdentified","VarnishCacheIdentified","RestletFrameworkIdentified","RestletFrameworkVersionDisclosure","RestletFrameworkOutOfDate","ZopeWebServerIdentified","WebSealOutOfDate","WebSealVersionDisclosure","CowboyIdentified","CowboyOutOfDate","CowboyVersionDisclosure","LiferayPortalVersionDisclosure","RevokedSslCertificate","SslCertificateHostnameMismatch","SslCertificateSignedByUntrustedRoot","ExpiredSslCertificate","JwtNoneAlgorithmAllowed","JwtSignatureNotChecked","JwtInsecureSecretDetected","JwtSqlInjectionInKid","ZshHistoryFileDetected","JwtPathTraversalInKid","JwtJkuHijack","JwtJkuForgeryWithOpenRedirect","DaiquiriIdentified","Typo3CmsIdentified","Typo3CmsOutOfDate","SslCertificateAboutToExpire","MagentoIdentified","MagentoOutOfDate","PleskLinIdentified","PleskWinIdentified","LighthouseIdentified","BitNinjaCaptchaServerIdentified","PardotServerIdentified","MasheryProxyIdentified","DaiquiriOutOfDate","AtlassianProxyIdentified","AtlassianProxyVersionDisclosure","AtlassianProxyOutOfDate","WindowsAzureWebIdentified","TaleoWebServerIdentified","TaleoWebServerVersionDisclosure","TaleoWebServerOutOfDate","CraftCmsIdentified","DataDomeIdentified","OpenVpnAccessServerIdentified","SquarespaceIdentified","SquidIdentified","SugarCrmVersionDisclosure","HubSpotIdentified","KongServerIdentified","KongServerVersionDisclosure","KongServerOutOfDate","VegurIdentified","JavaServerPageIdentified","JavaServerPageVersionDisclosure","TomcatIdentified","PHPIdentified","IisIdentified","WebLogicIdentified","LighttpdIdentified","SharePointIdentified","ApacheCoyoteIdentified","OracleApplicationServerIdentified","OpenSslIdentified","ApacheModuleIdentified","PerlIdentified","FrontPageIdentified","PythonIdentified","JavaServletIdentified","MvcIdentified","MongrelIdentified","NuSoapIdentified","RorIdentified","RubyGemsIdentified","DjangoIdentified","CherryPyIdentified","HiawathaIdentified","CherokeeIdentified","TelerikWebUiIdentified","JavaIdentified","ApacheTrafficServerIdentified","UndertowWebServerIdentified","JenkinsIdentified","JolokiaIdentified","GrafanaIdentified","TracyDebuggingToolIdentified","LiferayDXPIdentified","LiferayDXPVersionDisclosure","LiferayDXPOutOfDate","JavaServerPageOutOfDate","SquidVersionDisclosure","SquidOutOfDate","SharePointOutOfDate","ApacheCoyoteOutOfDate","OracleApplicationServerOutOfDate","FrontPageOutOfDate","MvcOutOfDate","MongrelOutOfDate","IbmBpmIdentified","PhpMyAdminVersionDisclosure","ShopifyIdentified","AtlassianConfluenceIdentified","AtlassianConfluenceVersionDisclosure","AtlassianConfluenceOutOfDate","AtlassianJiraIdentified","AtlassianJiraVersionDisclosure","AtlassianJiraOutOfDate","OutOfBandRceJavaLog4j","GqlIdentified","GrapheneIdentified","AriadneIdentified","ApolloIdentified","GraphqlGoIdentified","GqlgenIdentified","WPGraphQLIdentified","GraphQLApiWordPressIdentified","GraphQLRubyIdentified","GraphQLPHPIdentified","HasuraIdentified","GraphQLJavaIdentified","JuniperIdentified","SangriaIdentified","TartifletteIdentified","DgraphIdentified","DirectusIdentified","XssViaFileUpload","NodeJsExpressDevModeEnabled","NodeJsExpressSessionWeakSecret","NodeJsUncaughtException","NodeJsUnhandledRejection","JavaVerbTamperingMisconfiguredSecurityConstraint","JavaLongSessionTimeout","JavaUnsafeSessionTrackingValue","JavaUnconfiguredCustomErrorPage","JavaSpringBootActuatorAllEndpointsExposed","JavaSpringBootActuatorShutdownExposed","JavaSpringBootDevToolsEnabled","JavaSpringBootUnsafeSessionTrackingValue","JavaSpringLongSessionTimeout","JavaSpringH2ConsoleEnabled","JavaSpringDataSourceCredsStoredAsPlainText","JavaSpringMongoDbCredsStoredAsPlainText","JavaSpringBootAdminEnabled","JavaSpringBootActuatorEndpointSecurityDisabled","JavaSpringHtmlEscapingDisabled","StrutsConfigBrowserEnabled","StrutsDevModeEnabled","AxisSystemConfigurationListingEnabled","AxisDevModeEnabled","OutOfBandRceNode","HsqldbIdentified","PossibleRceSpring","SqLiteIdentified","SqLiteOutOfDate","ConfirmedErrorBasedMongoDbInjection","PossibleErrorBasedMongoDbInjection","ConfirmedBooleanBasedMongoDbInjection","PossibleBooleanBasedMongoDbInjection","ConfirmedBlindMongoDbInjection","PossibleBlindMongoDbInjection","ConfirmedOperatorMongoDbInjection","PossibleOperatorMongoDbInjection","MongoDbIdentified","SwaggerUIOutOfDate","MailHeaderInjectionIast","OutOfBandRceText4Shell","SensitiveDataExposure","SensitiveDataAmazonAwsAccessKeyId","SensitiveDataAmazonAwsSecretKey","SensitiveDataFacebookAppSecret","SensitiveDataFacebookAppId","SensitiveDataTwitterApiSecretKey","SensitiveDataTwitterAccessTokenSecret","SensitiveDataHerokuApiKey","SensitiveDataSshKey","SensitiveDataSendGridApiKey","SensitiveDataGoogleCloudApiKey","SensitiveDataMailGunApiKey","SensitiveDataNuGetApiKey","SensitiveDataSlackWebhook","SensitiveDataSlackToken","SensitiveDataSlackV1XToken","SensitiveDataStripeApiKey","SensitiveDataMailChimpApiKey","SensitiveDataLinkedInApiKey","SensitiveDataDatabaseConnectionStringMongoDbMySql","SensitiveDataDatabaseConnectionStringPostgres","SensitiveDataJdbcDbConnectionString","SensitiveDataWordPressAuthenticationKey","SensitiveDataSymfonyApplicationSecret","SensitiveDataMapboxToken","SensitiveDataAmazonSessMtpPassword","SensitiveDataSentryAuthToken","SensitiveDataTeamsWebhook","SensitiveDataTwilioApiKey","SensitiveDataPaypalAccessToken","SensitiveDataSquareAccessToken","SensitiveDataSquareOAuthSecret","SensitiveDataPicaticApiKey","SensitiveDataAmazonMwsAuthToken","SensitiveDataGoogleOAuthAccessToken","SensitiveDataFacebookAccessToken","SensitiveDataSonarQubeUserToken","SensitiveDataNexmoSecret","SensitiveDataTelegramBotApiToken","SensitiveDataDeviseSecretKey","SensitiveDataGitlabPersonalAccessToken","SensitiveDataConsulToken","SensitiveDataOmiseSecretKey","SensitiveDataNpmAccessToken","GuidV1OnCookie","JwtDetected","CloudflareIdentified","CloudflareBMIdentified","CloudflareBIdentified","CdnJsIdentified","WindowsServerIdentified","WindowsCEOSIdentified","PossibleSsrfEquinix","VarnishVersionDisclosure","ApacheShiroStackTrace","ApacheShiroIdentified","StackPathCdnIdentified","JBossWebConsole","AEMDetected","JavaServletOutOfDate","JsDelivrCdnIdentified","Mod_SslOutOfDate","Mod_SslIdentified","Mod_SslVersionDisclosure","SpringFrameworkIdentified","JavaMelodyInterfaceDetected","BootstrapTableOutOfDate","BootstrapSelectOutOfDate","BootstrapTypeaheadOutOfDate","LuaIdentified","LuaVersionDisclosure","LuaOutOfDate","SpringActuatorEndpointDetected","MsExchangeVersionDisclosure","MsExchangeOutOfDate","OutOfBandCodeExecutionViaJwtKid","MongoDbInjectionIast","LdapInjectionIast","XPathInjectionIast","ServerSideTemplateInjectionIast","XxeInjectionIast","JetBrainsIdeaDirectoryDetected","NodeJsStackTraceDisclosure","ItHitWebDavNetVersionDisclosure","ItHitWebDavNetOutOfDate","EzProxyIdentified","CanvasJSOutOfDate","WordPressVersionDisclosure","JoomlaVersionDisclosure","DrupalVersionDisclosure","MovableTypeVersionDisclosure","MediaWikiVersionDisclosure","OscommerceVersionDisclosure","PhpBBVersionDisclosure","OpenCartVersionDisclosure","OsTicketVersionDisclosure","PrestashopVersionDisclosure","AbanteCartVersionDisclosure","AmpacheVersionDisclosure","AtutorVersionDisclosure","ClarolineVersionDisclosure","Concrete5VersionDisclosure","CoppermineVersionDisclosure","CubeCartVersionDisclosure","CollabtiveVersionDisclosure","DotClearVersionDisclosure","E107VersionDisclosure","FamilyConnectionsVersionDisclosure","FluxBBVersionDisclosure","FormToolsVersionDisclosure","ChamiloVersionDisclosure","FrontAccountingVersionDisclosure","GibbonEduVersionDisclosure","HeskVersionDisclosure","LimeSurveyVersionDisclosure","MibewMessengerVersionDisclosure","ModXVersionDisclosure","MoodleVersionDisclosure","MyBBVersionDisclosure","OmekaVersionDisclosure","OsClassVersionDisclosure","EspoCrmVersionDisclosure","ElggVersionDisclosure","PhorumVersionDisclosure","PhpFusionVersionDisclosure","PhpAddressBookVersionDisclosure","PhpListVersionDisclosure","PmWikiVersionDisclosure","PodcastGeneratorVersionDisclosure","ProjectSendVersionDisclosure","Question2AnswerVersionDisclosure","RukovoditelVersionDisclosure","SeoPanelVersionDisclosure","SerendipityVersionDisclosure","TcExamVersionDisclosure","VanillaForumsVersionDisclosure","WebErpVersionDisclosure","WeBidVersionDisclosure","XoopsVersionDisclosure","YetiForceCrmVersionDisclosure","YourlsVersionDisclosure","ZenCartVersionDisclosure","ZenPhotoVersionDisclosure","PiwigoVersionDisclosure","OwnCloudVersionDisclosure","PhpMyFaqVersionDisclosure","RoundcubeVersionDisclosure","ZikulaVersionDisclosure","ReviveAdserverVersionDisclosure","B2evolutionVersionDisclosure","DolphinVersionDisclosure","PH7CMSVersionDisclosure","QdPMVersionDisclosure","DolibarrVersionDisclosure","ClipBucketVersionDisclosure","ContaoVersionDisclosure","Typo3CmsVersionDisclosure","MagentoVersionDisclosure","PopperJSOutOfDate","SailsJsIdentified","ActionheroJsIdentified","OutOfBandXxeSamlConsumer","OutOfBandXsltSamlConsumer","PossibleSsrfKeyInfoSamlConsumer","PossibleXssSamlConsumer","RetiredHashSaml","SamlResponseWithoutSignature","NoSamlResponseSignatureCheck","SamlResponseSignatureExclusion","GraphQLStackTraceDisclosure","JqueryIdentified","JqueryMigrateIdentified","JqueryMobileIdentified","JqueryUiDialogIdentified","JqueryUiAutocompleteIdentified","JqueryUiTooltipIdentified","PrettyPhotoIdentified","jPlayerIdentified","YuiIdentified","PrototypejsIdentified","EmberIdentified","AngularjsIdentified","BackbonejsIdentified","MustachejsIdentified","HandlebarsjsIdentified","EasyXdmIdentified","PluploadIdentified","DomPurifyIdentified","DwrIdentified","VideojsIdentified","CkeditorIdentified","TypeaheadjsIdentified","BootboxIdentified","BootstrapjsIdentified","Bootstrap3DateTimePickerIdentified","BootstrapToggleIdentified","FootablejsIdentified","ImagePickerIdentified","RespondjsIdentified","IonRangeSliderIdentified","JsTreeIdentified","ModernizrIdentified","MomentjsIdentified","Select2Identified","Html5ShivIdentified","SortablejsIdentified","KnockoutjsIdentified","JavaScriptCookieIdentified","JqueryMaskIdentified","JqueryValidationIdentified","KnockoutMappingIdentified","ReactIdentified","ZeptojsIdentified","HammerjsIdentified","PhaserIdentified","RamdaIdentified","VuejsIdentified","RevealJsIdentified","ChartjsIdentified","LeafletIdentified","FoundationIdentified","SemanticUIIdentified","PixiJsIdentified","ThreeJsIdentified","PdfJsIdentified","FabricJsIdentified","LightboxIdentified","UnderscorejsIdentified","FancyBoxIdentified","LazyjsIdentified","DataTablesIdentified","XRegExpIdentified","Fingerprintjs2Identified","SweetAlert2Identified","IntrojsIdentified","LodashIdentified","AxiosIdentified","PolymerIdentified","BluebirdIdentified","ListJsIdentified","MithrilIdentified","MathJsIdentified","RiotJsIdentified","RequireJsIdentified","EfJsIdentified","MarionetteJsIdentified","GsapIdentified","InfernoIdentified","D3JsIdentified","HighchartsIdentified","RickshawIdentified","MathJaxIdentified","ScrollRevealIdentified","SlickIdentified","FlickityIdentified","SnapSvgIdentified","ExtJsIdentified","JqueryVersionDisclosure","JqueryMigrateVersionDisclosure","JqueryMobileVersionDisclosure","JqueryUiDialogVersionDisclosure","JqueryUiAutocompleteVersionDisclosure","JqueryUiTooltipVersionDisclosure","PrettyPhotoVersionDisclosure","jPlayerVersionDisclosure","YuiVersionDisclosure","PrototypejsVersionDisclosure","EmberVersionDisclosure","AngularjsVersionDisclosure","BackbonejsVersionDisclosure","MustachejsVersionDisclosure","HandlebarsjsVersionDisclosure","EasyXdmVersionDisclosure","PluploadVersionDisclosure","DomPurifyVersionDisclosure","DwrVersionDisclosure","VideojsVersionDisclosure","CkeditorVersionDisclosure","TypeaheadjsVersionDisclosure","BootboxVersionDisclosure","BootstrapjsVersionDisclosure","Bootstrap3DateTimePickerVersionDisclosure","BootstrapToggleVersionDisclosure","FootablejsVersionDisclosure","ImagePickerVersionDisclosure","RespondjsVersionDisclosure","IonRangeSliderVersionDisclosure","JsTreeVersionDisclosure","ModernizrVersionDisclosure","MomentjsVersionDisclosure","Select2VersionDisclosure","Html5ShivVersionDisclosure","SortablejsVersionDisclosure","KnockoutjsVersionDisclosure","JavaScriptCookieVersionDisclosure","JqueryMaskVersionDisclosure","JqueryValidationVersionDisclosure","KnockoutMappingVersionDisclosure","ReactVersionDisclosure","ZeptojsVersionDisclosure","HammerjsVersionDisclosure","PhaserVersionDisclosure","RamdaVersionDisclosure","VuejsVersionDisclosure","RevealJsVersionDisclosure","ChartjsVersionDisclosure","LeafletVersionDisclosure","FoundationVersionDisclosure","SemanticUIVersionDisclosure","PixiJsVersionDisclosure","ThreeJsVersionDisclosure","PdfJsVersionDisclosure","FabricJsVersionDisclosure","LightboxVersionDisclosure","UnderscorejsVersionDisclosure","FancyBoxVersionDisclosure","LazyjsVersionDisclosure","DataTablesVersionDisclosure","XRegExpVersionDisclosure","Fingerprintjs2VersionDisclosure","SweetAlert2VersionDisclosure","IntrojsVersionDisclosure","LodashVersionDisclosure","AxiosVersionDisclosure","PolymerVersionDisclosure","BluebirdVersionDisclosure","ListJsVersionDisclosure","MithrilVersionDisclosure","MathJsVersionDisclosure","RiotJsVersionDisclosure","RequireJsVersionDisclosure","EfJsVersionDisclosure","MarionetteJsVersionDisclosure","GsapVersionDisclosure","InfernoVersionDisclosure","D3JsVersionDisclosure","HighchartsVersionDisclosure","RickshawVersionDisclosure","MathJaxVersionDisclosure","ScrollRevealVersionDisclosure","SlickVersionDisclosure","FlickityVersionDisclosure","SnapSvgVersionDisclosure","ExtJsVersionDisclosure","AspNetSignalRIdentified","FuelUxIdentified","SwaggerUIIdentified","BootstrapTableIdentified","BootstrapSelectIdentified","BootstrapTypeaheadIdentified","AspNetSignalRVersionDisclosure","FuelUxVersionDisclosure","SwaggerUIVersionDisclosure","BootstrapTableVersionDisclosure","BootstrapSelectVersionDisclosure","BootstrapTypeaheadVersionDisclosure","ConfirmedWordpressThemeDetected","PossibleWordpressThemeDetected","ConfirmedWordpressPluginDetected","PossibleWordpressPluginDetected","WordpressThemeHelloElementorIdentified","WordpressThemeTwentyTwentyThreeIdentified","WordpressThemeTwentyTwentyTwoIdentified","WordpressThemeAstraIdentified","WordpressThemeTwentyTwentyOneIdentified","WordpressThemeTwentyTwentyIdentified","WordpressThemeOceanWPIdentified","WordpressThemeTwentySeventeenIdentified","WordpressThemeKadenceIdentified","WordpressThemeTwentySixteenIdentified","WordpressThemeTwentyNineteenIdentified","WordpressThemePopularFXIdentified","WordpressThemeGeneratePressIdentified","WordpressThemeInspiroIdentified","WordpressThemeGoIdentified","WordpressThemeHelloElementorOutOfDate","WordpressThemeTwentyTwentyThreeOutOfDate","WordpressThemeTwentyTwentyTwoOutOfDate","WordpressThemeAstraOutOfDate","WordpressThemeTwentyTwentyOneOutOfDate","WordpressThemeTwentyTwentyOutOfDate","WordpressThemeOceanWPOutOfDate","WordpressThemeTwentySeventeenOutOfDate","WordpressThemeKadenceOutOfDate","WordpressThemeTwentySixteenOutOfDate","WordpressThemeTwentyNineteenOutOfDate","WordpressThemePopularFXOutOfDate","WordpressThemeGeneratePressOutOfDate","WordpressThemeInspiroOutOfDate","WordpressThemeGoOutOfDate","WordpressThemeHelloElementorVersionDisclosure","WordpressThemeTwentyTwentyThreeVersionDisclosure","WordpressThemeTwentyTwentyTwoVersionDisclosure","WordpressThemeAstraVersionDisclosure","WordpressThemeTwentyTwentyOneVersionDisclosure","WordpressThemeTwentyTwentyVersionDisclosure","WordpressThemeOceanWPVersionDisclosure","WordpressThemeTwentySeventeenVersionDisclosure","WordpressThemeKadenceVersionDisclosure","WordpressThemeTwentySixteenVersionDisclosure","WordpressThemeTwentyNineteenVersionDisclosure","WordpressThemePopularFXVersionDisclosure","WordpressThemeGeneratePressVersionDisclosure","WordpressThemeInspiroVersionDisclosure","WordpressThemeGoVersionDisclosure","WordpressPluginUltimateMemberIdentified","WordpressPluginLoginWithPhoneNumberIdentified","WordpressPluginInstagramFeedIdentified","WordpressPluginContactFormSevenIdentified","WordpressPluginYoastSeoIdentified","WordpressPluginElementorIdentified","WordpressPluginClassicEditorIdentified","WordpressPluginAkismetIdentified","WordpressPluginWooCommerceIdentified","WordpressPluginWpFormsIdentified","WordpressPluginReallySimpleSslIdentified","WordpressPluginJetpackIdentified","WordpressPluginAllInOneWpMigrationIdentified","WordpressPluginWordfenceSecurityIdentified","WordpressPluginYoastDuplicatePostIdentified","WordpressPluginWordpressImporterIdentified","WordpressPluginLiteSpeedCacheIdentified","WordpressPluginUpdraftPlusIdentified","WordpressPluginJupiterXIdentified","WordpressPluginUltimateMemberOutOfDate","WordpressPluginLoginWithPhoneNumberOutOfDate","WordpressPluginInstagramFeedOutOfDate","WordpressPluginContactFormSevenOutOfDate","WordpressPluginYoastSeoOutOfDate","WordpressPluginElementorOutOfDate","WordpressPluginClassicEditorOutOfDate","WordpressPluginAkismetOutOfDate","WordpressPluginWooCommerceOutOfDate","WordpressPluginWpFormsOutOfDate","WordpressPluginReallySimpleSslOutOfDate","WordpressPluginJetpackOutOfDate","WordpressPluginAllInOneWpMigrationOutOfDate","WordpressPluginWordfenceSecurityOutOfDate","WordpressPluginYoastDuplicatePostOutOfDate","WordpressPluginWordpressImporterOutOfDate","WordpressPluginLiteSpeedCacheOutOfDate","WordpressPluginUpdraftPlusOutOfDate","WordpressPluginJupiterXOutOfDate","WordpressPluginInstagramFeedVersionDisclosure","WordpressPluginContactFormSevenVersionDisclosure","WordpressPluginYoastSeoVersionDisclosure","WordpressPluginUltimateMemberVersionDisclosure","WordpressPluginLoginWithPhoneNumberVersionDisclosure","WordpressPluginElementorVersionDisclosure","WordpressPluginClassicEditorVersionDisclosure","WordpressPluginAkismetVersionDisclosure","WordpressPluginWooCommerceVersionDisclosure","WordpressPluginWpFormsVersionDisclosure","WordpressPluginReallySimpleSslVersionDisclosure","WordpressPluginJetpackVersionDisclosure","WordpressPluginAllInOneWpMigrationVersionDisclosure","WordpressPluginWordfenceSecurityVersionDisclosure","WordpressPluginYoastDuplicatePostVersionDisclosure","WordpressPluginWordpressImporterVersionDisclosure","WordpressPluginLiteSpeedCacheVersionDisclosure","WordpressPluginUpdraftPlusVersionDisclosure","WordpressPluginJupiterXVersionDisclosure","DockerDisclosure","DockerComposeDisclosure","DockerRunDisclosure","DockerIgnoreDisclosure","DockerCloudDisclosure","CanvasJSIdentified","CanvasJSVersionDisclosure","PopperJSIdentified","PopperJSVersionDisclosure","HotChocolateIdentified","JQueryPlaceholderJSOutOfDate","JQueryPlaceholderJSVersionDisclosure","JQueryPlaceholderJSIdentified","MOVEitTransferSqlInjection","MOVEitTransferVersionDisclosure","MOVEitTransferIdentified","DianaJlIdentified","MissingXContentTypeOptionsHeader","JwkIdentified","PrivateJwkIdentified","DotCMSOutOfDate","DotCMSVersionDisclosure","DotCMSIdentified","WordpressPluginBackupMigrationIdentified","WordpressPluginBackupMigrationOutOfDate","WordpressPluginBackupMigrationVersionDisclosure","TinyMCEVersionDisclosure","TinyMCEIdentified","TinyMCEOutOfDate","PossiblePrototypePollution","PhpStackTraceDisclosure","ActiveMqRCE","TorchServeApiIdentified","TorchServeApiSsrf","VmWareAriaRCE","WordPressConfigDisclosure","AuthenticationBypassIvanti","RceIvanti","PrototypePollution","SmallSSLKeyLength","WpadminDetected","OracleEbsRce","AngularVersionDisclosure","AngularIdentified","AngularOutOfDate","WordpressThemeNusaiFashionStoreIdentified","WordpressThemeNusaiFashionStoreOutOfDate","WordpressThemeNusaiFashionStoreVersionDisclosure","WordpressThemeGrShopsGroceryIdentified","WordpressThemeGrShopsGroceryOutOfDate","WordpressThemeGrShopsGroceryVersionDisclosure","WordpressThemeSedonaShopIdentified","WordpressThemeSedonaShopOutOfDate","WordpressThemeSedonaShopVersionDisclosure","WordpressThemeStoremateIdentified","WordpressThemeStoremateOutOfDate","WordpressThemeStoremateVersionDisclosure","WordpressThemeYithWonderIdentified","WordpressThemeYithWonderOutOfDate","WordpressThemeYithWonderVersionDisclosure","FortigateSslvpnFileReading","WordpressThemeHomevillasRealEstateIdentified","WordpressThemeHomevillasRealEstateOutOfDate","WordpressThemeHomevillasRealEstateVersionDisclosure","WordpressThemeJobCareerIdentified","WordpressThemeJobCareerOutOfDate","WordpressThemeJobCareerVersionDisclosure","WordpressThemeShopyMallIdentified","WordpressThemeShopyMallOutOfDate","WordpressThemeShopyMallVersionDisclosure","WordpressThemeShop4uIdentified","WordpressThemeShop4uOutOfDate","WordpressThemeShop4uVersionDisclosure","WordpressThemeKONStoreIdentified","WordpressThemeKONStoreOutOfDate","WordpressThemeKONStoreVersionDisclosure","WordpressThemeAlishopIdentified","WordpressThemeAlishopOutOfDate","WordpressThemeAlishopVersionDisclosure","WordpressThemeFlorisIdentified","WordpressThemeFlorisOutOfDate","WordpressThemeFlorisVersionDisclosure","WordpressThemeLevogueIdentified","WordpressThemeLevogueOutOfDate","WordpressThemeLevogueVersionDisclosure","WordpressThemeNicemerryIdentified","WordpressThemeNicemerryOutOfDate","WordpressThemeNicemerryVersionDisclosure","WordpressThemeNeoMarketIdentified","WordpressThemeNeoMarketOutOfDate","WordpressThemeNeoMarketVersionDisclosure","WordpressThemeImarketIdentified","WordpressThemeImarketOutOfDate","WordpressThemeImarketVersionDisclosure","WordpressThemeHiStoreIdentified","WordpressThemeHiStoreOutOfDate","WordpressThemeHiStoreVersionDisclosure","WordpressThemeSiezzIdentified","WordpressThemeSiezzOutOfDate","WordpressThemeSiezzVersionDisclosure","WordpressThemeBosmarketIdentified","WordpressThemeBosmarketOutOfDate","WordpressThemeBosmarketVersionDisclosure","WordpressThemeSecretshoIdentified","WordpressThemeSecretshoOutOfDate","WordpressThemeSecretshoVersionDisclosure","WordpressThemeRozyIdentified","WordpressThemeRozyOutOfDate","WordpressThemeRozyVersionDisclosure","WordpressThemeFurnikiIdentified","WordpressThemeFurnikiOutOfDate","WordpressThemeFurnikiVersionDisclosure","WordpressThemeGaionIdentified","WordpressThemeGaionOutOfDate","WordpressThemeGaionVersionDisclosure","WordpressThemeHouskitIdentified","WordpressThemeHouskitOutOfDate","WordpressThemeHouskitVersionDisclosure","WordpressThemeSoazIdentified","WordpressThemeSoazOutOfDate","WordpressThemeSoazVersionDisclosure","WordpressThemeAvesaIdentified","WordpressThemeAvesaOutOfDate","WordpressThemeAvesaVersionDisclosure","GeoServerIdentified","GeoServerVersionDisclosure","GeoServerOutOfDate","RegreSshion","PolyfillSupplyChain","MailmanIdentified","MailmanVersionDisclosure","MailmanOutOfDate","PayaraIdentified","PayaraVersionDisclosure","PayaraOutOfDate","GoAnywhereMftAuthBypass","CacheableSensitivePage","SensitiveDataOktaSecretKey","SensitiveDataJenkinsSecretKey","WordPressPluginBackdoor","InsecureFrameAncestorsDirectiveDetected","FrameAncestorsDirectiveMissing","Sast","XWikiplatformIdentified","XWikiplatformVersionDisclosure","XWikiplatformOutOfDate","MasaCmsIdentified","MasaCmsVersionDisclosure","MasaCmsOutOfDate","MarkdownitIdentified","MarkdownitVersionDisclosure","MarkdownitOutOfDate","jszipIdentified","jszipVersionDisclosure","jszipOutOfDate","uaparserjsIdentified","uaparserjsVersionDisclosure","uaparserjsOutOfDate","dojoIdentified","dojoVersionDisclosure","dojoOutOfDate","MongoDbOutOfDate","VarnishCacheVersionDisclosure","PHPMyAdminOutOfDate","VarnishCacheOutOfDate"],"type":"string"},"Url":{"description":"Gets or sets the page URL which contains the vulnerability.","type":"string"},"ExternalId":{"type":"string"},"SupplySource":{"enum":["Unspecified","ApiHub","Blr"],"type":"string"},"Severity":{"enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"}}},"BaseScanApiModel":{"description":"Contains properties for the base scan.","required":["BaseScanId"],"type":"object","properties":{"AgentName":{"description":"Gets or sets the agent name.","type":"string"},"BaseScanId":{"format":"uuid","description":"Gets or sets the base scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"}}},"NewScheduledScanApiModel":{"description":"Contains properties that required to start scheduled scan.","required":["Name","NextExecutionTime","ScheduleRunType"],"type":"object","properties":{"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"NextExecutionTime":{"description":"Gets or sets the next execution time.\r\nDate string must be in the same format as in the account settings.","type":"string"},"ScheduleRunType":{"description":"Gets or sets the run interval of scheduled scan.","enum":["Once","Daily","Weekly","Monthly","Quarterly","Biannually","Yearly","Custom"],"type":"string"},"CustomRecurrence":{"$ref":"#/definitions/ScheduledScanRecurrenceApiModel","description":"Gets or sets the advanced scheduled scan recurrence model."},"IsAutoDisableActivated":{"description":"Gets or sets the auto disable activation","type":"boolean"},"TargetUri":{"description":"Gets or sets the target URI.","type":"string"},"IsTargetUrlRequired":{"description":"Gets or sets whether is target URL required.","type":"boolean","readOnly":true},"CreateType":{"description":"Gets or sets the type of the create.","enum":["Website","WebsiteGroup"],"type":"string"},"WebsiteGroupId":{"format":"uuid","description":"Gets or sets the website group identifier. This property is required if CreateType is WebsiteGroup","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AdditionalWebsites":{"description":"Gets or sets the additional websites to scan.","type":"array","items":{"$ref":"#/definitions/AdditionalWebsiteModel"}},"BasicAuthenticationApiModel":{"$ref":"#/definitions/BasicAuthenticationSettingModel","description":"Gets or sets the basic authentication API model."},"ClientCertificateAuthenticationSetting":{"$ref":"#/definitions/ClientCertificateAuthenticationApiModel","description":"Gets or sets the client certificate authentication setting."},"Cookies":{"description":"Gets or sets the cookies. Separate multiple cookies with semicolon. Cookie values must be URL encoded. You can use the\r\nfollowing format: Cookiename=Value","type":"string"},"CrawlAndAttack":{"description":"Gets or sets a value indicating whether parallel attacker is enabled.\r\nDefault: true","type":"boolean"},"EnableHeuristicChecksInCustomUrlRewrite":{"description":"Gets or sets a value indicating whether Heuristic URL Rewrite support is enabled together with custom URL Rewrite\r\nsupport.","type":"boolean"},"ExcludedLinks":{"description":"Gets or sets the excluded links.\r\nDefault: \"(log|sign)\\\\-?(out|off)\", \"exit\", \"endsession\", \"gtm\\\\.js\"","type":"array","items":{"$ref":"#/definitions/ExcludedLinkModel"}},"ExcludedUsageTrackers":{"description":"Gets or sets the excluded usage trackers.","type":"array","items":{"$ref":"#/definitions/ExcludedUsageTrackerModel"}},"DisallowedHttpMethods":{"description":"Gets or sets the disallowed http methods.","type":"array","items":{"enum":["GET","POST","CONNECT","HEAD","TRACE","DEBUG","TRACK","PUT","OPTIONS","DELETE","LINK","UNLINK","PATCH"],"type":"string"}},"ExcludeLinks":{"description":"Gets or sets a value indicating whether links should be excluded/included.\r\nDefault: <see ref=\"bool.True\" />","type":"boolean"},"ExcludeAuthenticationPages":{"description":"Specifies whether the authentication related pages like login, logout etc. should be excluded from the scan.\r\nIf form authentication is enabled, exclude authentication pages will be set as true. If you want to scan exclude authentication pages please set as false.","type":"boolean"},"FindAndFollowNewLinks":{"description":"Gets or sets a value indicating whether automatic crawling is enabled.","type":"boolean"},"FormAuthenticationSettingModel":{"$ref":"#/definitions/FormAuthenticationSettingModel","description":"Gets or sets the form authentication setting model."},"HeaderAuthentication":{"$ref":"#/definitions/HeaderAuthenticationModel","description":"Gets or sets the header authentication."},"SharkSetting":{"$ref":"#/definitions/SharkModel","description":"Gets or sets the header SharkSetting."},"AuthenticationProfileOption":{"description":"Gets or sets the type of the authentication profile option.","enum":["DontUse","UseMatchedProfile","SelectedProfile"],"type":"string"},"AuthenticationProfileId":{"format":"uuid","description":"Gets or sets the type of the authentication profile identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ImportedLinks":{"description":"Gets or sets the imported links.","type":"array","items":{"type":"string"}},"IsApiHubLinked":{"type":"boolean"},"ApiHubLinkDetails":{"type":"string"},"ImportedFiles":{"description":"Gets or sets the imported files. If imported files have not contains any URL, the file not added to scan profile.","type":"array","items":{"$ref":"#/definitions/ApiFile"}},"IsMaxScanDurationEnabled":{"description":"Gets or sets a value indicating whether max scan duration is enabled.\r\nThis is only used for scheduled group scan and regular group scan.","type":"boolean"},"MaxDynamicSignatures":{"format":"int32","description":"Gets or sets the root path maximum dynamic signatures for heuristic URL Rewrite detection.\r\nDefault: 60","maximum":10000,"minimum":1,"type":"integer"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.\r\nDefault: 48 hours","type":"integer"},"PolicyId":{"format":"uuid","description":"Gets or sets the scan policy identifier.\r\nDefault: Default Security Checks","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ReportPolicyId":{"format":"uuid","description":"Gets or sets the report policy identifier.\r\nDefault: Default Report Policy","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Scope":{"description":"Gets or sets the scan scope.\r\nDefault: {Invicti.Cloud.Core.Models.ScanTaskScope.EnteredPathAndBelow}","enum":["EnteredPathAndBelow","OnlyEnteredUrl","WholeDomain"],"type":"string"},"SubPathMaxDynamicSignatures":{"format":"int32","description":"Gets or sets the sub path maximum dynamic signatures for heuristic URL Rewrite detection.\r\nDefault: 30","maximum":10000,"minimum":1,"type":"integer"},"TimeWindow":{"$ref":"#/definitions/ScanTimeWindowModel","description":"Gets or sets the scan time window API model. You can use it for configuring time periods when scanning is\r\nallowed/disallowed."},"UrlRewriteAnalyzableExtensions":{"description":"Gets or sets the extensions that will be analyzed for heuristic URL Rewrite detection.\r\nDefault: htm,html","type":"string"},"UrlRewriteBlockSeparators":{"description":"Gets or sets the block separators for heuristic URL Rewrite detection.\r\nDefault: /_ $.,;|:","type":"string"},"UrlRewriteMode":{"description":"Gets or sets the URL Rewrite mode.\r\nDefault: Heuristic","enum":["None","Heuristic","Custom"],"type":"string"},"UrlRewriteRules":{"description":"Gets or sets the URL Rewrite rules.","type":"array","items":{"$ref":"#/definitions/UrlRewriteRuleModel"}},"PreRequestScriptSetting":{"$ref":"#/definitions/PreRequestScriptSettingModel","description":"Gets or sets the Pre-Request Script Setting."},"DoNotDifferentiateProtocols":{"description":"Gets or sets a value indicating whether http and https protocols are differentiated.","type":"boolean"},"UrlRewriteExcludedLinks":{"description":"Gets or sets the URL rewrite excluded links.","type":"array","items":{"$ref":"#/definitions/UrlRewriteExcludedPathModel"}},"OAuth2SettingModel":{"$ref":"#/definitions/OAuth2SettingApiModel","description":"Gets or sets the OAuth2 authentication setting model."},"EnablePciScanTask":{"description":"Defines whether a pci scan task going to be started.","type":"boolean"},"EnableMendResults":{"description":"Defines whether mend results can be retrieved.","type":"boolean"},"BusinessLogicRecorderSetting":{"$ref":"#/definitions/BusinessLogicRecorderSettingModel","description":"Gets or sets the business logic recorder setting."},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}},"Comments":{"description":"Gets or sets the Comments","type":"string"}},"example":{"Name":"Scheduled Scan-1","NextExecutionTime":"21/07/2014 03:30 PM","ScheduleRunType":"Weekly","CustomRecurrence":{"RepeatType":"Weeks","Interval":1,"EndingType":"Never","DaysOfWeek":["Friday"],"EndOn":"21/07/2020 03:30 PM"},"IsAutoDisableActivated":false,"TargetUri":"http://example.com/foo/","IsTargetUrlRequired":true,"CreateType":"Website","Cookies":"name1=value1; name2=value2","CrawlAndAttack":true,"EnableHeuristicChecksInCustomUrlRewrite":true,"ExcludedLinks":[{"RegexPattern":"(log|sign)\\-?(out|off)"}],"ExcludedUsageTrackers":[{"Url":"UA-XXXXX-Y"}],"DisallowedHttpMethods":[],"ExcludeLinks":true,"ExcludeAuthenticationPages":false,"FindAndFollowNewLinks":true,"AuthenticationProfileOption":"DontUse","IsApiHubLinked":false,"IsMaxScanDurationEnabled":false,"MaxDynamicSignatures":60,"MaxScanDuration":48,"PolicyId":"e43c8693-b6d1-41d1-aecd-b8d8d6f4a1a1","ReportPolicyId":"b3bc3665-5647-4887-b5ed-4fdf6b70a9ee","SubPathMaxDynamicSignatures":30,"TimeWindow":{"Items":[{"Day":"Monday","From":"09:00","ScanningAllowed":false,"To":"18:00"},{"Day":"Tuesday","From":"09:00","ScanningAllowed":false,"To":"18:00"},{"Day":"Wednesday","From":"09:00","ScanningAllowed":false,"To":"18:00"},{"Day":"Thursday","From":"09:00","ScanningAllowed":false,"To":"18:00"},{"Day":"Friday","From":"09:00","ScanningAllowed":false,"To":"18:00"},{"Day":"Saturday","From":"09:00","ScanningAllowed":false,"To":"18:00"},{"Day":"Sunday","From":"09:00","ScanningAllowed":false,"To":"18:00"}]},"UrlRewriteAnalyzableExtensions":"htm,html","UrlRewriteBlockSeparators":"/$.,;|:","UrlRewriteMode":"Heuristic","UrlRewriteRules":[],"PreRequestScriptSetting":{"IsEnabled":false},"DoNotDifferentiateProtocols":true,"EnablePciScanTask":false,"EnableMendResults":false,"Tags":[]}},"ScheduledScanRecurrenceApiModel":{"description":"Scheduled scan recurrence view model.","type":"object","properties":{"RepeatType":{"description":"The {Invicti.Dates.Recurring.Enums.RepeatTypes}.","enum":["Days","Weeks","Months","Years"],"type":"string"},"Interval":{"format":"int32","description":"The interval.","maximum":32767,"minimum":1,"type":"integer"},"EndingType":{"description":"The ending type.","enum":["Never","Date","Occurences"],"type":"string"},"DaysOfWeek":{"description":"The day of weeks.","type":"array","items":{"enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"type":"string"}},"MonthsOfYear":{"description":"The months of year.","type":"array","items":{"enum":["January","February","March","April","May","June","July","August","September","October","November","December"],"type":"string"}},"Ordinal":{"description":"The ordinals.","enum":["First","Second","Third","Fourth","Last"],"type":"string"},"EndOn":{"description":"The ending date.","type":"string"},"EndOnOccurences":{"format":"int32","description":"The limit of the scheduled scan executions.","maximum":32767,"minimum":1,"type":"integer"},"DayOfMonth":{"format":"int32","description":"The day of month.","type":"integer"},"DayOfWeek":{"description":"The recurrence builder.","enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"type":"string"}}},"UpdateScheduledScanModel":{"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"OccurencesCount":{"format":"int32","description":"Gets or sets the how many times a scheduled scan triggered.","type":"integer"},"Disabled":{"description":"Gets or sets a value indicating whether scheduled scan is disabled.","type":"boolean"},"EnableScheduling":{"description":"Gets or sets a value indicating whether scheduling enabled.","type":"boolean"},"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"NextExecutionTime":{"description":"Gets or sets the next execution time.","type":"string"},"ScanGroupId":{"format":"uuid","description":"Gets or sets scan group id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ScanType":{"description":"Gets or sets scan type.","enum":["Full","Retest","Incremental"],"type":"string"},"ScheduleRunType":{"description":"Gets or sets the run interval of scheduled scan.","enum":["Once","Daily","Weekly","Monthly","Quarterly","Biannually","Yearly","Custom"],"type":"string"},"CustomRecurrence":{"$ref":"#/definitions/ScheduledScanRecurrenceViewModel","description":"Gets or sets the advanced scheduled scan recurrence model."},"IsAutoDisableActivated":{"description":"Gets or sets the auto disable activation","type":"boolean"},"CustomScriptTemplateType":{"description":"The Template Type","enum":["Default","SimpleLoginForm","SimpleLoginFormQuery","SimpleLoginFormDelay"],"type":"string","readOnly":true},"IsTargetUrlRequired":{"description":"Gets or sets whether is target URL required.","type":"boolean","readOnly":true},"IsGenerateOptimizedCss":{"description":"Get or set the is generate optimize css or not.","type":"boolean"},"AccountTags":{"type":"array","items":{"$ref":"#/definitions/TagViewModel"}},"EntityCurrentTags":{"type":"array","items":{"type":"string"}},"ScheduledTaskNames":{"description":"Gets or sets scheduledTaskNames","type":"array","items":{"$ref":"#/definitions/ScheduledScanUpdateViewModel"}},"LaunchSettingId":{"format":"uuid","description":"Gets or sets the foreign key reference to the related Launch Setting Id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AdditionalWebsites":{"$ref":"#/definitions/AdditionalWebsitesSettingModel","description":"Gets or sets the additional websites to scan."},"AgentGroupId":{"format":"uuid","description":"Gets or sets the agent group identifier","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AgentId":{"format":"uuid","description":"Gets or sets the agent identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"BasicAuthenticationSetting":{"$ref":"#/definitions/BasicAuthenticationSettingModel","description":"Gets or sets the basic authentication setting."},"CanEdit":{"description":"Gets or sets the can edit.","type":"boolean","readOnly":true},"ClientCertificateAuthentication":{"$ref":"#/definitions/ClientCertificateAuthenticationViewModel","description":"Gets or sets the client certificate authentication."},"Cookies":{"description":"Gets or sets the cookies.","type":"string"},"Comments":{"description":"Gets or sets the comments.","type":"string"},"CrawlAndAttack":{"description":"Gets or sets a value indicating whether parallel attacker is enabled.","type":"boolean"},"CreateType":{"description":"Gets or sets the type of the create.","enum":["Website","WebsiteGroup"],"type":"string"},"AuthenticationProfileOption":{"description":"Gets or sets the type of the authentication profile.","type":"string"},"AuthenticationProfileName":{"description":"Gets or sets the type of the authentication profile name.","type":"string"},"FindAndFollowNewLinks":{"description":"Gets or sets a value indicating whether automatic crawling is enabled.","type":"boolean"},"FormAuthenticationSetting":{"$ref":"#/definitions/FormAuthenticationSettingModel","description":"Gets or sets the form authentication setting."},"HeaderAuthentication":{"$ref":"#/definitions/HeaderAuthenticationModel","description":"Gets or sets the header authentication settings."},"Shark":{"$ref":"#/definitions/SharkModel","description":"Gets or sets the Shark Setting"},"ImportedLinks":{"$ref":"#/definitions/ImportedLinksSetting","description":"Gets or sets the imported links."},"IsMaxScanDurationEnabled":{"description":"Gets or sets a value indicating whether max scan duration is enabled.\r\nThis is only used for scheduled group scan and regular group scan.","type":"boolean"},"IsPrimary":{"description":"Gets or sets a value indicating whether this instance is primary.","type":"boolean"},"IsShared":{"description":"Gets or sets a value indicating whether this instance is shared.","type":"boolean"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.","type":"integer"},"PolicyId":{"format":"uuid","description":"Gets or sets the scan policy identifier. This property is required if CreateType is Website","type":"string","example":"00000000-0000-0000-0000-000000000000"},"PolicyName":{"description":"Gets or sets scan policy name","type":"string"},"ProfileId":{"format":"uuid","description":"Gets or sets the profile identifier.\r\nKeep this up-to-date with the UniqueProfileNameAttribute.ProfileIdPropertyName const","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ProfileName":{"description":"Gets or sets a name for this instance.","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"ReportPolicyId":{"format":"uuid","description":"Gets or sets the report policy identifier. This property is required if CreateType is Website","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ReportPolicyName":{"description":"Gets or sets report policy name","type":"string"},"SaveScanProfile":{"description":"Gets or sets the save scan profile.","type":"boolean"},"ScopeSetting":{"$ref":"#/definitions/ScopeSetting","description":"Gets or sets the scope setting."},"SelectedAgents":{"description":"Gets or sets the agent selections for the websites that use custom agent. This property is needed for Gorup Scans.","type":"array","items":{"$ref":"#/definitions/AgentSelectionModel"}},"SelectedScanProfileId":{"format":"uuid","description":"Gets or sets the selected scan profile identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"SelectedScanProfileName":{"description":"Gets or sets the name of the selected scan profile.","type":"string"},"TargetUrl":{"description":"Gets or sets the target website URL. This property is required if CreateType is Website","type":"string"},"Description":{"description":"Gets or sets the target website's Descripition. This property is used if CreateType is Website","maxLength":255,"minLength":0,"type":"string"},"TimeWindow":{"$ref":"#/definitions/ScanTimeWindowViewModel","description":"Gets or sets the scan time window."},"UrlRewriteSetting":{"$ref":"#/definitions/UrlRewriteSetting","description":"Gets or sets the URL rewrite setting."},"PreRequestScriptSetting":{"$ref":"#/definitions/PreRequestScriptSettingModel","description":"Gets or sets the Pre-Request Script Setting."},"UserId":{"format":"uuid","description":"Gets or sets the user identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteGroupId":{"format":"uuid","description":"Gets or sets the website group identifier. This property is required if CreateType is WebsiteGroup","type":"string","example":"00000000-0000-0000-0000-000000000000"},"EnablePciScanTask":{"description":"Defines whether a pci scan task going to be started.","type":"boolean"},"EnableMendResults":{"description":"Defines whether a mend results going to be fetched.","type":"boolean"},"OAuth2Setting":{"$ref":"#/definitions/OAuth2SettingModel","description":"Gets or sets the oauth2 settings"},"BusinessLogicRecorder":{"$ref":"#/definitions/BusinessLogicRecorderSettingModel","description":"Gets or sets the business logic recorder settings."},"ApiHubLinkDetails":{"type":"string"},"IsApiHubLinked":{"type":"boolean"}}},"ImportedLinksSetting":{"description":"Represents a class that carries out imported links.","type":"object","properties":{"ImportedFiles":{"description":"Gets or sets the imported files.","type":"array","items":{"$ref":"#/definitions/CachedFile"}},"ImportedLinks":{"description":"Gets or sets the imported links.","type":"string"},"ImportedURL":{"type":"string"},"IsApiHubLinked":{"type":"boolean"},"ApiHubLinkDetails":{"type":"string"}}},"ScanTimeWindowViewModel":{"description":"Represents a model for carrying out scan time window settings.","type":"object","properties":{"IsEnabled":{"description":"Gets or sets a value indicating whether scan time window is enabled.","type":"boolean"},"IsEnabledForWebsite":{"description":"Gets or sets a value indicating whether scan time window is enabled.","type":"boolean"},"IsEnabledForWebsiteGroup":{"description":"Gets or sets a value indicating whether scan time window is enabled.","type":"boolean"},"Items":{"description":"Gets or sets the time range items.","type":"array","items":{"$ref":"#/definitions/ScanTimeWindowItemViewModel"}},"TimeZone":{"description":"Scan time window created time zone.","type":"string"},"ScanCreateType":{"description":"Gets or sets the scan create type.","enum":["Website","WebsiteGroup"],"type":"string"}}},"ScanTimeWindowItemViewModel":{"description":"Represents a scan time window item.","type":"object","properties":{"Day":{"description":"Gets or sets the day.","enum":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"type":"string"},"From":{"format":"int32","description":"Gets or sets the left side of the time range as minutes past from midnight.","type":"integer"},"ScanningAllowed":{"description":"Gets or sets a value indicating whether scanning is allowed or not.","type":"boolean"},"To":{"format":"int32","description":"Gets or sets the right side of the time range as minutes past from midnight.","type":"integer"}}},"NewScheduledIncrementalScanApiModel":{"description":"Contains properties that required to start incremental scheduled scan.","required":["Name","NextExecutionTime","ScheduleRunType","BaseScanId"],"type":"object","properties":{"IsMaxScanDurationEnabled":{"description":"Gets or sets a value indicating whether max scan duration is enabled.","type":"boolean"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.","type":"integer"},"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"NextExecutionTime":{"description":"Gets or sets the next execution time.\r\nDate string must be in the same format as in the account settings.","type":"string"},"ScheduleRunType":{"description":"Gets or sets the run interval of scheduled scan.","enum":["Once","Daily","Weekly","Monthly","Quarterly","Biannually","Yearly","Custom"],"type":"string"},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}},"IsAutoDisableActivated":{"description":"Gets or sets the auto disable activation","type":"boolean"},"AgentName":{"description":"Gets or sets the agent name.","type":"string"},"BaseScanId":{"format":"uuid","description":"Gets or sets the base scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"example":{"IsMaxScanDurationEnabled":false,"MaxScanDuration":48,"Name":"Scheduled Incremental Scan-1","NextExecutionTime":"21/07/2014 03:30 PM","ScheduleRunType":"Once","IsAutoDisableActivated":false,"BaseScanId":"75d751e3-526f-4271-91c7-5f0621491aef"}},"NewScheduledWithProfileApiModel":{"description":"Contains properties that required to start a scheduled scan according to profile specified.","required":["ProfileName","TargetUri","Name","NextExecutionTime","ScheduleRunType"],"type":"object","properties":{"ProfileName":{"description":"Gets or sets the profile name.","type":"string"},"TargetUri":{"description":"Gets or sets the target URI.","type":"string"},"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"NextExecutionTime":{"description":"Gets or sets the next execution time.\r\nDate string must be in the same format as in the account settings.","type":"string"},"ScheduleRunType":{"description":"Gets or sets the run interval of scheduled scan.","enum":["Once","Daily","Weekly","Monthly","Quarterly","Biannually","Yearly","Custom"],"type":"string"},"CustomRecurrence":{"$ref":"#/definitions/ScheduledScanRecurrenceApiModel","description":"Gets or sets the advanced scheduled scan recurrence model."},"IsAutoDisableActivated":{"description":"Gets or sets the auto disable activation","type":"boolean"}}},"ApiScanStatusModel":{"description":"Represents a model for carrying out scan status data for API.","type":"object","properties":{"CompletedSteps":{"format":"int32","description":"Gets or sets the completed steps.","type":"integer"},"EstimatedLaunchTime":{"format":"int32","description":"Gets or sets the estimated launch time in minutes for queued scans.","type":"integer"},"EstimatedSteps":{"format":"int32","description":"Gets or sets the estimated steps.","type":"integer"},"State":{"description":"Gets or sets the state.","enum":["Queued","Scanning","Archiving","Complete","Failed","Cancelled","Delayed","Pausing","Paused","Resuming","AsyncArchiving"],"type":"string"}}},"UpdateScheduledScanApiModel":{"description":"Contains properties that required to update scheduled scan.","required":["Id","Name","NextExecutionTime","ScheduleRunType"],"type":"object","properties":{"Disabled":{"description":"Gets or sets a value indicating whether scheduled scan is disabled.","type":"boolean"},"Id":{"format":"uuid","description":"Gets or sets the scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"NextExecutionTime":{"description":"Gets or sets the next execution time.\r\nDate string must be in the same format as in the account settings.","type":"string"},"ScheduleRunType":{"description":"Gets or sets the run interval of scheduled scan.","enum":["Once","Daily","Weekly","Monthly","Quarterly","Biannually","Yearly","Custom"],"type":"string"},"CustomRecurrence":{"$ref":"#/definitions/ScheduledScanRecurrenceApiModel","description":"Gets or sets the advanced scheduled scan recurrence model."},"IsAutoDisableActivated":{"description":"Gets or sets the auto disable activation","type":"boolean"},"TargetUri":{"description":"Gets or sets the target URI.","type":"string"},"IsTargetUrlRequired":{"description":"Gets or sets whether is target URL required.","type":"boolean","readOnly":true},"CreateType":{"description":"Gets or sets the type of the create.","enum":["Website","WebsiteGroup"],"type":"string"},"WebsiteGroupId":{"format":"uuid","description":"Gets or sets the website group identifier. This property is required if CreateType is WebsiteGroup","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AdditionalWebsites":{"description":"Gets or sets the additional websites to scan.","type":"array","items":{"$ref":"#/definitions/AdditionalWebsiteModel"}},"BasicAuthenticationApiModel":{"$ref":"#/definitions/BasicAuthenticationSettingModel","description":"Gets or sets the basic authentication API model."},"ClientCertificateAuthenticationSetting":{"$ref":"#/definitions/ClientCertificateAuthenticationApiModel","description":"Gets or sets the client certificate authentication setting."},"Cookies":{"description":"Gets or sets the cookies. Separate multiple cookies with semicolon. Cookie values must be URL encoded. You can use the\r\nfollowing format: Cookiename=Value","type":"string"},"CrawlAndAttack":{"description":"Gets or sets a value indicating whether parallel attacker is enabled.\r\nDefault: true","type":"boolean"},"EnableHeuristicChecksInCustomUrlRewrite":{"description":"Gets or sets a value indicating whether Heuristic URL Rewrite support is enabled together with custom URL Rewrite\r\nsupport.","type":"boolean"},"ExcludedLinks":{"description":"Gets or sets the excluded links.\r\nDefault: \"(log|sign)\\\\-?(out|off)\", \"exit\", \"endsession\", \"gtm\\\\.js\"","type":"array","items":{"$ref":"#/definitions/ExcludedLinkModel"}},"ExcludedUsageTrackers":{"description":"Gets or sets the excluded usage trackers.","type":"array","items":{"$ref":"#/definitions/ExcludedUsageTrackerModel"}},"DisallowedHttpMethods":{"description":"Gets or sets the disallowed http methods.","type":"array","items":{"enum":["GET","POST","CONNECT","HEAD","TRACE","DEBUG","TRACK","PUT","OPTIONS","DELETE","LINK","UNLINK","PATCH"],"type":"string"}},"ExcludeLinks":{"description":"Gets or sets a value indicating whether links should be excluded/included.\r\nDefault: <see ref=\"bool.True\" />","type":"boolean"},"ExcludeAuthenticationPages":{"description":"Specifies whether the authentication related pages like login, logout etc. should be excluded from the scan.\r\nIf form authentication is enabled, exclude authentication pages will be set as true. If you want to scan exclude authentication pages please set as false.","type":"boolean"},"FindAndFollowNewLinks":{"description":"Gets or sets a value indicating whether automatic crawling is enabled.","type":"boolean"},"FormAuthenticationSettingModel":{"$ref":"#/definitions/FormAuthenticationSettingModel","description":"Gets or sets the form authentication setting model."},"HeaderAuthentication":{"$ref":"#/definitions/HeaderAuthenticationModel","description":"Gets or sets the header authentication."},"SharkSetting":{"$ref":"#/definitions/SharkModel","description":"Gets or sets the header SharkSetting."},"AuthenticationProfileOption":{"description":"Gets or sets the type of the authentication profile option.","enum":["DontUse","UseMatchedProfile","SelectedProfile"],"type":"string"},"AuthenticationProfileId":{"format":"uuid","description":"Gets or sets the type of the authentication profile identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ImportedLinks":{"description":"Gets or sets the imported links.","type":"array","items":{"type":"string"}},"IsApiHubLinked":{"type":"boolean"},"ApiHubLinkDetails":{"type":"string"},"ImportedFiles":{"description":"Gets or sets the imported files. If imported files have not contains any URL, the file not added to scan profile.","type":"array","items":{"$ref":"#/definitions/ApiFile"}},"IsMaxScanDurationEnabled":{"description":"Gets or sets a value indicating whether max scan duration is enabled.\r\nThis is only used for scheduled group scan and regular group scan.","type":"boolean"},"MaxDynamicSignatures":{"format":"int32","description":"Gets or sets the root path maximum dynamic signatures for heuristic URL Rewrite detection.\r\nDefault: 60","maximum":10000,"minimum":1,"type":"integer"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.\r\nDefault: 48 hours","type":"integer"},"PolicyId":{"format":"uuid","description":"Gets or sets the scan policy identifier.\r\nDefault: Default Security Checks","type":"string","example":"00000000-0000-0000-0000-000000000000"},"ReportPolicyId":{"format":"uuid","description":"Gets or sets the report policy identifier.\r\nDefault: Default Report Policy","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Scope":{"description":"Gets or sets the scan scope.\r\nDefault: {Invicti.Cloud.Core.Models.ScanTaskScope.EnteredPathAndBelow}","enum":["EnteredPathAndBelow","OnlyEnteredUrl","WholeDomain"],"type":"string"},"SubPathMaxDynamicSignatures":{"format":"int32","description":"Gets or sets the sub path maximum dynamic signatures for heuristic URL Rewrite detection.\r\nDefault: 30","maximum":10000,"minimum":1,"type":"integer"},"TimeWindow":{"$ref":"#/definitions/ScanTimeWindowModel","description":"Gets or sets the scan time window API model. You can use it for configuring time periods when scanning is\r\nallowed/disallowed."},"UrlRewriteAnalyzableExtensions":{"description":"Gets or sets the extensions that will be analyzed for heuristic URL Rewrite detection.\r\nDefault: htm,html","type":"string"},"UrlRewriteBlockSeparators":{"description":"Gets or sets the block separators for heuristic URL Rewrite detection.\r\nDefault: /_ $.,;|:","type":"string"},"UrlRewriteMode":{"description":"Gets or sets the URL Rewrite mode.\r\nDefault: Heuristic","enum":["None","Heuristic","Custom"],"type":"string"},"UrlRewriteRules":{"description":"Gets or sets the URL Rewrite rules.","type":"array","items":{"$ref":"#/definitions/UrlRewriteRuleModel"}},"PreRequestScriptSetting":{"$ref":"#/definitions/PreRequestScriptSettingModel","description":"Gets or sets the Pre-Request Script Setting."},"DoNotDifferentiateProtocols":{"description":"Gets or sets a value indicating whether http and https protocols are differentiated.","type":"boolean"},"UrlRewriteExcludedLinks":{"description":"Gets or sets the URL rewrite excluded links.","type":"array","items":{"$ref":"#/definitions/UrlRewriteExcludedPathModel"}},"OAuth2SettingModel":{"$ref":"#/definitions/OAuth2SettingApiModel","description":"Gets or sets the OAuth2 authentication setting model."},"EnablePciScanTask":{"description":"Defines whether a pci scan task going to be started.","type":"boolean"},"EnableMendResults":{"description":"Defines whether mend results can be retrieved.","type":"boolean"},"BusinessLogicRecorderSetting":{"$ref":"#/definitions/BusinessLogicRecorderSettingModel","description":"Gets or sets the business logic recorder setting."},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}},"Comments":{"description":"Gets or sets the Comments","type":"string"}},"example":{"Disabled":false,"Id":"a5f2531c-74a6-441e-9b77-33f44b9e0000","Name":"Scheduled Scan-1","NextExecutionTime":"21/07/2014 03:30 PM","ScheduleRunType":"Weekly","CustomRecurrence":{"RepeatType":"Days","Interval":1,"EndingType":"Never"},"IsAutoDisableActivated":false,"TargetUri":"http://example.com/foo/","IsTargetUrlRequired":true,"CreateType":"Website","Cookies":"name1=value1; name2=value2","CrawlAndAttack":true,"EnableHeuristicChecksInCustomUrlRewrite":true,"ExcludedLinks":[{"RegexPattern":"(log|sign)\\-?(out|off)"}],"ExcludedUsageTrackers":[{"Url":"UA-XXXXX-Y"}],"DisallowedHttpMethods":[],"ExcludeLinks":true,"ExcludeAuthenticationPages":false,"FindAndFollowNewLinks":true,"AuthenticationProfileOption":"DontUse","IsApiHubLinked":false,"IsMaxScanDurationEnabled":false,"MaxDynamicSignatures":60,"MaxScanDuration":48,"PolicyId":"f2f959ff-da0a-4523-808a-53dde24c9e3e","SubPathMaxDynamicSignatures":30,"UrlRewriteAnalyzableExtensions":"htm,html","UrlRewriteBlockSeparators":"/$.,;|:","UrlRewriteMode":"Heuristic","UrlRewriteRules":[],"PreRequestScriptSetting":{"IsEnabled":false},"DoNotDifferentiateProtocols":true,"EnablePciScanTask":false,"EnableMendResults":false,"Tags":[]}},"UpdateScheduledIncrementalScanApiModel":{"description":"Represents a model for carrying out an update incremental scan notification data","required":["Id","Name","NextExecutionTime","ScheduleRunType","BaseScanId"],"type":"object","properties":{"Disabled":{"description":"Gets or sets a value indicating whether scheduled scan is disabled.","type":"boolean"},"Id":{"format":"uuid","description":"Gets or sets the scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IsMaxScanDurationEnabled":{"description":"Gets or sets a value indicating whether max scan duration is enabled.","type":"boolean"},"MaxScanDuration":{"format":"int32","description":"Gets or sets the maximum duration of the scan in hours.","type":"integer"},"Name":{"description":"Gets or sets the name.","maxLength":255,"minLength":0,"type":"string"},"NextExecutionTime":{"description":"Gets or sets the next execution time.\r\nDate string must be in the same format as in the account settings.","type":"string"},"ScheduleRunType":{"description":"Gets or sets the run interval of scheduled scan.","enum":["Once","Daily","Weekly","Monthly","Quarterly","Biannually","Yearly","Custom"],"type":"string"},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}},"IsAutoDisableActivated":{"description":"Gets or sets the auto disable activation","type":"boolean"},"AgentName":{"description":"Gets or sets the agent name.","type":"string"},"BaseScanId":{"format":"uuid","description":"Gets or sets the base scan identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"example":{"Disabled":false,"Id":"2581662b-d12d-49cb-b56c-25ca068784ae","Name":"Scheduled Incremental Scan-1","NextExecutionTime":"21/07/2014 03:30 PM","ScheduleRunType":"Once","IsAutoDisableActivated":false,"BaseScanId":"6178668f-7b2e-4ee4-8a48-b2d63377a784"}},"FormAuthenticationVerificationApiModel":{"description":"Represents a form authentication verification model.","required":["LoginFormUrl","Password","ScanTargetUrl","Username"],"type":"object","properties":{"LoginFormUrl":{"description":"Gets or sets the login form URL.","type":"string"},"Password":{"description":"Gets or sets the password.","type":"string"},"ScanTargetUrl":{"description":"Gets or sets the scan target URL.","type":"string"},"Username":{"description":"Gets or sets the user name.","type":"string"},"OtpSettings":{"$ref":"#/definitions/OtpSettings","description":"Gets or sets the otp settings."}}},"AuthVerificationApiResult":{"type":"object","properties":{"Keywords":{"description":"Gets or sets the suggested logout keywords.","type":"array","items":{"type":"string"}},"LoginRequiredUrl":{"description":"Gets or sets the login required URL.","type":"string"},"LogoutSignatureType":{"description":"Gets or sets the type of the logout signature.","enum":["None","RedirectBased","KeywordBased"],"type":"string"},"RedirectLocation":{"description":"Gets or sets the redirect location.","type":"string"}}},"TestScanProfileCredentialsRequestModel":{"description":"The test scan profile credentials request model.","required":["ProfileId","Url"],"type":"object","properties":{"ProfileId":{"format":"uuid","description":"Gets or sets the profile id.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Url":{"description":"Gets or sets the URL.","type":"string"}}},"ScanImportLinksValidationDto":{"required":["SiteUrl"],"type":"object","properties":{"SiteUrl":{"type":"string"},"ImportType":{"enum":["None","Fiddler","Burp","Swagger","OwaspZap","AspNet","HttpArchive","Wadl","Wsdl","Postman","InvictiSessionFile","CsvImporter","Iodocs","WordPress","Raml","GraphQl"],"type":"string"}}},"TeamApiViewModel":{"type":"object","properties":{"Id":{"format":"uuid","description":"Id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Role Name field","type":"string"},"Members":{"description":"Selected users","type":"array","items":{"$ref":"#/definitions/ReducedMemberApiViewModel"}},"RoleWebsiteGroupMappings":{"type":"array","items":{"$ref":"#/definitions/RoleWebsiteGroupMappingDto"}}},"example":{"Id":"3ac1d2a1-c736-4b6b-aabe-e27a9c889161","Name":"Team Name","Members":[{"Id":"5ba9520e-417c-41fb-9760-1095626da522","AccountId":"0143d14c-1835-4514-8df8-4fcd67a9985b","Name":"Name Surname","Email":"email@email.com","AlternateLoginEmail":"alternateemail@email.com"}],"RoleWebsiteGroupMappings":[{"RoleName":"Role Name","RoleId":"af35cd73-a3e4-4322-8f1d-0865b8bfa53a","WebsiteGroupName":"Website Group Name","WebsiteGroupId":"b05e0313-77d5-4088-879f-ae8cb23ba8f3"},{"RoleName":"Role Name 2","RoleId":"cb977dbc-ce5e-4c17-9a87-53ea14009af5","WebsiteGroupName":"Website Group Name 2","WebsiteGroupId":"9a73ec67-ea4a-4b27-acd9-4a1285411caf"}]}},"ReducedMemberApiViewModel":{"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the foreign key reference to the related User instance.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"AccountId":{"format":"uuid","description":"Gets or sets the account identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the display name of the user.","type":"string"},"Email":{"description":"Gets or sets the email.","type":"string"},"AlternateLoginEmail":{"description":"Gets or sets the alternative login email.","type":"string"}}},"TeamApiModelListApiResult":{"type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/TeamApiViewModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"NewTeamApiModel":{"required":["Name"],"type":"object","properties":{"RoleWebsiteGroupMappings":{"type":"array","items":{"$ref":"#/definitions/RoleWebsiteGroupMappingApiModel"}},"Name":{"description":"Role Name field","maxLength":255,"minLength":0,"type":"string"},"Members":{"description":"users","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}},"LdapDistinguishedName":{"type":"string"}},"example":{"RoleWebsiteGroupMappings":[{"WebsiteGroupId":"f370d9f8-4442-4cd3-9c58-d8881896afa5","RoleId":"d20a7530-78a2-4bb7-baa7-20d13f35f708"},{"WebsiteGroupId":"bca87488-ce0f-427e-9e17-588edf5c7956","RoleId":"df569641-f6c7-408e-ae48-70d14c4ca17f"}],"Name":"Team Name","Members":["161f9893-ae48-401c-a3ad-c7531299e2ac","a819e3f3-97a9-4005-a686-317ee9c8cfda"]}},"UpdateTeamApiModel":{"required":["Id","Name"],"type":"object","properties":{"RoleWebsiteGroupMappings":{"type":"array","items":{"$ref":"#/definitions/RoleWebsiteGroupMappingApiModel"}},"Id":{"format":"uuid","description":"Id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Role Name field","maxLength":255,"minLength":0,"type":"string"},"Members":{"description":"users","type":"array","items":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"}}}},"TechnologyListApiResult":{"description":"Represents a model for carrying out a paged technology list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/TechnologyApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"TechnologyApiModel":{"description":"Represents a model for carrying out technology.","type":"object","properties":{"Category":{"description":"Gets or sets name of the technology's category.","type":"string"},"DisplayName":{"description":"Gets or sets display name of the technology.","type":"string"},"EndOfLife":{"description":"Gets or sets indicating a value whether the technology's version is ended up.\r\nReturns a date value if the version is ended up; otherwise, null.","type":"string"},"Id":{"format":"uuid","description":"Gets or sets unique identifier of the technology.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"IdentifiedVersion":{"description":"Gets or sets version of a technology.","type":"string"},"IsNotificationDisabled":{"description":"Gets or sets a value indicating whether notifications is disabled.","type":"boolean"},"IsOutofDate":{"description":"Gets or sets whether a technology is out-of-date.\r\nReturns a boolean value if there is out-of-date information about the version; otherwise, null.","type":"boolean"},"IssueCriticalCount":{"format":"int32","description":"Gets or sets the count of issues with critical level severity.","type":"integer"},"IssueHighCount":{"format":"int32","description":"Gets or sets the count of issues with high level severity.","type":"integer"},"IssueInfoCount":{"format":"int32","description":"Gets or sets the count of issues with information level severity.","type":"integer"},"IssueLowCount":{"format":"int32","description":"Gets or sets the count of issues with low level severity.","type":"integer"},"IssueMediumCount":{"format":"int32","description":"Gets or sets the count of issues with medium level severity.","type":"integer"},"LastSeenDate":{"description":"Gets or sets last seen date of the technology.","type":"string"},"LatestVersion":{"description":"Gets or sets latest version of the technology.","type":"string"},"Name":{"description":"Gets or sets name of the technology.","type":"string"},"ScanTaskId":{"format":"uuid","description":"Gets or sets the scan task identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteId":{"format":"uuid","description":"Gets or sets the website identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"WebsiteName":{"description":"Gets or sets name of the website.","type":"string"},"OverallLatestVersion":{"description":"Gets or sets overall latest version of the technology.","type":"string"}}},"VulnerabilityTemplate":{"type":"object","properties":{"Description":{"type":"string"},"Actions":{"type":"string"},"ExternalReferences":{"type":"string"},"Impact":{"type":"string"},"ProofOfConcept":{"type":"string"},"Remedy":{"type":"string"},"RemedyReferences":{"type":"string"},"Skills":{"type":"string"},"Summary":{"type":"string"},"Type":{"enum":["Custom","Sca","None","HighlyPossibleSqlInjection","Xss","PossibleXss","PermanentXss","PossiblePermanentXss","InternalServerError","ForbiddenResource","PassiveVulns","PossibleBlindSqlInjection","NtlmAuthrizationRequired","BasicAuthorisationRequired","DigestAuthorizationRequired","ClearTextBasicAuth","ConfirmedBlindSqlInjection","PossibleSqlInjection","ConfirmedSqlInjection","FileUploadFound","AutoCompleteEnabled","PasswordOverHttp","PasswordFormOverHttp","InternalIPLeakage","CookieNotMarkedAsSecure","CookieNotMarkedAsHttpOnly","ConfirmedBooleanSqlInjection","PossibleBooleanSqlInjection","PasswordToHttp","CommandInjection","BlindCommandInjection","PossibleBlindCommandInjection","HeaderInjection","MySqlIdentified","MsSqlIdentified","MsAccessIdentified","DbConnectedAsAdmin","AspNetIdentified","AspNetVersionDisclosure","IisDirectoryListing","ApacheDirectoryListing","TomcatDirectoryListing","PhpSourceCodeDisclosure","AspNetSourceCodeDisclosure","GenericSourceCodeDisclosure","PossibleInternalUnixPathLeakage","MsOfficeDocumentInformationDisclosure","PhpInfoIdentified","PossibleLocalFileInclusion","OracleIdentified","PostgreSqlIdentified","HighPossibilityLfi","Lfi","PossibleInternalWindowsPathLeakage","EmailDisclosure","SocialSecurityNumberDisclosure","ApacheVersionDisclosure","TomcatVersionDisclosure","PhpVersionDisclosure","IisVersionDisclosure","WebLogicVersionDisclosure","LighttpdVersionDisclosure","SharePointVersionDisclosure","ApacheCoyoteVersionDisclosure","OracleApplicationServerVersionDisclosure","OpenSslVersionDisclosure","ApacheModuleVersionDisclosure","PerlVersionDisclosure","FrontPageVersionDisclosure","PythonVersionDisclosure","JavaServletVersionDisclosure","SitemapIdentified","CrossDomainXml","RobotsIdentified","SpecialCase","SpecialCaseNoCookies","SpecialCaseNoBasicAuthentication","ApacheServerStatus","ApacheServerInfo","ClientAccessPolicy","OpenCrossDomainXml","OpenClientAccessPolicy","HighPossibleBooleanSqlInjection","DatabaseErrorMessages","ProgrammingErrorMessages","ApacheMultiViewsEnabled","BackupFileFound","BackupSourceCodeFound","TraceTrackIdentified","TraceaxdFound","ElmahaxdFound","AspNetDebugEnabled","LfiCodeInclusion","AspNetStackTrace","SvnDisclosure","GitDisclosure","CvsDisclosure","Rfi","PossibleRfi","PossibleCi","XssViaRfi","RceAsp","PossibleRceAsp","RcePhp","PossibleRcePhp","RcePerl","PossibleRcePerl","ViewStateMacNotEnabled","ViewStateNotEncrypted","ViewStateAnalyzer","OpenRedirect","TomcatExceptionReport","DjangoStackTraceDisclosure","Struts2DevModeEnabled","AspNetDirectoryListing","MySqlUsernameDisclosure","MsSqlUsernameDisclosure","WinUsernameDisclosure","RceViaLfi","XssProtectionDisabled","MdbFound","WeakCredentials","PythonStackTraceDisclosure","ColdFusionStackTraceDisclosure","DefaultIis7Page","DefaultIis6Page","DefaultApachePage","SinatraStackTraceDisclosure","SqliteFound","OutlookFileFound","DsStoreFileFound","FrameInjection","DefaultTomcatPage","TomcatSourceCodeDisclosure","WebBackdoorIdentified","PassiveWebBackdoorIdentified","PossibleAdminFile","PossibleConfigFile","PossibleReadmeFile","PossibleInstallationFile","PossibleLogFile","PossibleSqlFile","PossibleTestFile","TomcatOutOfDate","ApacheOutOfDate","MsSqlOutOfDate","MySqlOutOfDate","HsqlDbOutOfDate","PhpOutOfDate","OpenSslOutOfDate","RedirectBodyTooLarge","RedirectTwoResponses","SslVersion2Support","WeakCiphersDetected","AnonAuthDetected","WeakSignatureAlgorithmDetected","InvalidSslCertificate","SslVersion3Support","IntermediateWeakSignatureAlgorithmDetected","MvcVersionDisclosure","MongrelVersionDisclosure","NginxVersionDisclosure","MySQLDoSDetected","GrailsStackTraceDisclosure","PossibleElInjection","ElInjection","ApacheMyFacesStackTraceDisclosure","PasswordOverQuerystring","ColdFusionSourceCodeDisclosure","AWStatsIdentified","MintIdentified","PiwikIdentified","WSFTPLogFileIdentified","WebConfigIdentified","LighttpdDirectoryListing","NginxDirectoryListing","LiteSpeedDirectoryListing","GenericEmailDisclosure","DefaultIis8Page","ShellScriptIdentified","PossibleDatabaseConnectionStringIdentified","UNCServerAndShareDisclosure","HstsNotEnabled","HstsMaxAge","HstsViaHttp","HstsErrors","WordPressOutOfDate","DrupalOutOfDate","JoomlaOutOfDate","MediaWikiOutOfDate","MovableTypeOutOfDate","OscommerceOutOfDate","PhpBBOutOfDate","TWikiOutOfDate","WordPressIdentified","DrupalIdentified","JoomlaIdentified","MediaWikiIdentified","MovableTypeIdentified","OscommerceIdentified","PhpBBIdentified","TWikiIdentified","RceRorXml","RceRorJson","PossibleRceRorXml","PossibleRceRorJson","ModSslVersionDisclosure","PHPMyAdminIdentified","WebalizerIdentified","RubyVersionDisclosure","WebrickVersionDisclosure","OptionsMethodEnabled","WebDavEnabled","WebDavDirectoryHasWritePermissions","CodeExecutionViaWebDav","WebDavDirectoryListing","CsrfDetected","CsrfInLoginFormDetected","CookieLeakageInAntiCsrfTokenDetected","MisconfiguredFrame","InsecureFrameExternal","DomBasedXss","NuSoapVersionDisclosure","NuSoapOutOfDate","AutoCompleteEnabledPasswordField","NginxOutOfDate","PerlSourceCodeDisclosure","PythonSourceCodeDisclosure","RubySourceCodeDisclosure","JavaSourceCodeDisclosure","OpenSslHeartbleedVulnerability","NginxIdentified","ApacheIdentified","JavaStackTraceDisclosure","MissingXFrameOptionsHeader","MissingContentTypeHeader","CommandInjectionShellshock","PossibleReflectedFileDownload","InsecureJsonpEndpoint","InsecureReflectedContent","MisconfiguredAccessControlOrigin","PassiveMixedContent","Teapot","PossibleXxe","Xxe","UnrestrictedFileUpload","CodeExecutionViaFileUpload","PossibleCreditCardDisclosure","RsaPrivateKeyDetected","RceInHttpSys","OpenRedirectInPost","FormHijacking","BaseTagHijacking","WindowsShortFilename","RorDatabaseConfigurationFileDetected","RorDevelopmentModeEnabled","RorVersionDisclosure","RubyGemsVersionDisclosure","RubyGemsOutOfDate","RubyOutOfDate","RorOutOfDate","PythonOutOfDate","PerlOutOfDate","DjangoDebugModeEnabled","DjangoVersionDisclosure","DjangoOutOfDate","PhpLiteAdminIdentified","AdminerIdentified","MicrosoftIisLogFileIdentified","PhpMoAdminIdentified","DbNinjaIdentified","LaravelEnvironmentConfigurationFileDetected","LaravelDebugModeEnabled","LaravelStackTraceDisclosure","SublimeSftpConfigFileDetected","RorStackTraceDisclosure","JqueryOutOfDate","JqueryMigrateOutOfDate","JqueryMobileOutOfDate","JqueryUiDialogOutOfDate","JqueryUiAutocompleteOutOfDate","JqueryUiTooltipOutOfDate","PrettyPhotoOutOfDate","jPlayerOutOfDate","YuiOutOfDate","PrototypejsOutOfDate","EmberOutOfDate","DojoOutOfDate","AngularjsOutOfDate","BackbonejsOutOfDate","MustachejsOutOfDate","HandlebarsjsOutOfDate","EasyXdmOutOfDate","PluploadOutOfDate","DomPurifyOutOfDate","DwrOutOfDate","InsecureHttpUsage","OpenCartIdentified","OpenCartOutOfDate","MissingXssProtectionHeader","VideojsOutOfDate","TlsVersion1Support","SameSiteCookieNotImplemented","ReverseTabnabbing","SubResourceIntegrityNotImplemented","SubResourceIntegrityHashInvalid","PossibleSsrf","OutOfBandSqlInjection","OutOfBandXxe","BlindXss","OutOfBandRfi","OutOfBandRcePhp","OutOfBandCommandInjection","SsrfAws","PossibleSsrfAws","SsrfElmah","PossibleSsrfElmah","SsrfTrace","PossibleSsrfTrace","OutOfBandRceAsp","OutOfBandRcePerl","DomBasedOpenRedirect","DeprecatedCspHeader","CspNotImplemented","InvalidCspMetaTag","InvalidCspInsructionInMeta","CspKeywordUsedAsTarget","UnsafeCspInstructionDetected","NonceDetectedInCsp","NoScriptTagDetectedWithNonce","SameNonceValueDetected","DefaultSrcUsedInCsp","InsecureReportUriDetectedInCsp","ReportUriWithDifferentHostDetectedInCsp","WildcardDetectedInScheme","WildcardDetectedInDomain","WildcardDetectedInPort","UnsupportedHashDetectedInScriptInstruction","InsecureNonceValueDetected","SsrfElmahMvc","PossibleSsrfElmahMvc","DeprecatedHeaderDetectedWithCspHeader","InvalidNonceDetectedInCsp","NoScriptTagDetectedWithHash","DataCspDirectiveDetected","CspReportOnlyHeaderDetectedWithoutReportUri","CspReportOnlyUsedInMeta","SingleHeaderMultipleCookies","OutOfBandRceRoRXml","OutOfBandRceRoRJson","ObjectSrcNotUsed","ApacheMultiChoiceEnabled","HttpOrHttpsDetectedOnScriptSrc","InsecureTargetUriDetectedInCsp","PossibleTimeBasedSsrf","PossibleBlindXss","PossibleSsrfSsh","PossibleSsrfMySql","RceApacheStruts","PossibleRceApacheStruts","ControllableCookie","ReferrerPolicyNotImplemented","ReferrerPolicyReferrerLeakToSameProtocol","ReferrerPolicyOriginLeakToCrossSite","ReferrerPolicySameProtocolLeak","ReferrerPolicyCrossOriginLeak","ReferrerPolicyStrictCrossOriginLeak","ReferrerPolicyCrossSiteReferrerLeak","ReferrerPolicyUnknown","ReferrerPolicyFallbackMissing","MsSqlDatabaseNameDisclosure","MySqlDatabaseNameDisclosure","ActiveMixedContent","MixedContentScript","MixedContentResource","KnockoutjsOutOfDate","BootstrapjsOutOfDate","TypeaheadjsOutOfDate","FootablejsOutOfDate","SortablejsOutOfDate","ImagePickerOutOfDate","JqueryValidationOutOfDate","AspNetSignalROutOfDate","Select2OutOfDate","MomentjsOutOfDate","Html5ShivOutOfDate","IonRangeSliderOutOfDate","JsTreeOutOfDate","ModernizrOutOfDate","RespondjsOutOfDate","FuelUxOutOfDate","BootboxOutOfDate","KnockoutMappingOutOfDate","JqueryMaskOutOfDate","Bootstrap3DateTimePickerOutOfDate","BootstrapToggleOutOfDate","JavaScriptCookieOutOfDate","MixedContentFont","MixedContentXhrEndpoint","PossibleRceNodeJs","RceNodeJs","ReactOutOfDate","PossibleSsrfApacheServerStatus","DefaultIis85Page","DefaultIis100Page","DefaultIis75Page","DefaultIis7XPage","CkeditorOutOfDate","WordPressSetupConfigurationFile","PossibleOutOfBandCommandInjectionStruts052","OutOfBandCommandInjectionStruts053","LighttpdOutOfDate","PostgreSqlOutOfDate","RceApacheStrutsS0253","PossibleRceApacheStrutsS0253","RceApacheStrutsS2046","PossibleRceApacheStrutsS2046","RceApacheStrutsS2045","PossibleRceApacheStrutsS2045","AbanteCartIdentified","AbanteCartOutOfDate","AmpacheIdentified","AmpacheOutOfDate","AtutorIdentified","AtutorOutOfDate","ChamiloIdentified","ChamiloOutOfDate","ClarolineIdentified","ClarolineOutOfDate","CollabtiveIdentified","CollabtiveOutOfDate","Concrete5Identified","Concrete5OutOfDate","CoppermineIdentified","CoppermineOutOfDate","CubeCartIdentified","CubeCartOutOfDate","DokuWikiIdentified","DokuWikiOutOfDate","DotClearIdentified","DotClearOutOfDate","E107Identified","E107OutOfDate","FamilyConnectionsIdentified","FamilyConnectionsOutOfDate","FluxBBIdentified","FluxBBOutOfDate","FormToolsIdentified","FormToolsOutOfDate","FrontAccountingIdentified","FrontAccountingOutOfDate","GibbonEduIdentified","GibbonEduOutOfDate","HeskIdentified","HeskOutOfDate","LimeSurveyIdentified","LimeSurveyOutOfDate","LiveHelperChatIdentified","LiveHelperChatOutOfDate","LogaholicIdentified","LogaholicOutOfDate","MibewMessengerIdentified","MibewMessengerOutOfDate","ModXIdentified","ModXOutOfDate","MoodleIdentified","MoodleOutOfDate","MyBBIdentified","MyBBOutOfDate","OmekaIdentified","OmekaOutOfDate","OsClassIdentified","OsClassOutOfDate","OsTicketIdentified","OsTicketOutOfDate","PrestashopIdentified","PrestashopOutOfDate","EspoCrmIdentified","EspoCrmOutOfDate","ElggIdentified","ElggOutOfDate","PhorumIdentified","PhorumOutOfDate","PhpFusionIdentified","PhpFusionOutOfDate","PhpAddressBookIdentified","PhpAddressBookOutOfDate","PhpListIdentified","PhpListOutOfDate","PmWikiIdentified","PmWikiOutOfDate","PodcastGeneratorIdentified","PodcastGeneratorOutOfDate","ProjectSendIdentified","ProjectSendOutOfDate","Question2AnswerIdentified","Question2AnswerOutOfDate","RukovoditelIdentified","RukovoditelOutOfDate","SeoPanelIdentified","SeoPanelOutOfDate","SerendipityIdentified","SerendipityOutOfDate","TcExamIdentified","TcExamOutOfDate","VanillaForumsIdentified","VanillaForumsOutOfDate","WebErpIdentified","WebErpOutOfDate","WeBidIdentified","WeBidOutOfDate","XoopsIdentified","XoopsOutOfDate","YetiForceCrmIdentified","YetiForceCrmOutOfDate","YourlsIdentified","YourlsOutOfDate","ZenCartIdentified","ZenCartOutOfDate","ZenPhotoIdentified","ZenPhotoOutOfDate","PiwigoIdentified","PiwigoOutOfDate","ZurmoIdentified","ZurmoOutOfDate","OwnCloudIdentified","OwnCloudOutOfDate","PhpMyFaqIdentified","PhpMyFaqOutOfDate","RoundcubeIdentified","RoundcubeOutOfDate","ZikulaIdentified","ZikulaOutOfDate","WeakRobotOracleDetected","StrongRobotOracleDetected","ZeptojsOutOfDate","HammerjsOutOfDate","VuejsOutOfDate","PhaserOutOfDate","ChartjsOutOfDate","RamdaOutOfDate","RevealJsOutOfDate","PixiJsOutOfDate","FabricJsOutOfDate","SemanticUIOutOfDate","LeafletOutOfDate","PossibleOutOfBandCommandInjection","FoundationOutOfDate","ThreeJsOutOfDate","PdfJsOutOfDate","ExpressJsIdentified","PossibleSsti","Ssti","PossibleCodeExecutionViaSsti","CodeExecutionViaSsti","PossibleCodeExecutionViaSstiTwig","CodeExecutionViaSstiTwig","PossibleCodeExecutionViaSstiMako","CodeExecutionViaSstiMako","PossibleCodeExecutionViaSstiSmarty","CodeExecutionViaSstiSmarty","PossibleCodeExecutionViaSstiNunjucks","CodeExecutionViaSstiNunjucks","PossibleCodeExecutionViaSstiJade","CodeExecutionViaSstiJade","PossibleSstiDot","SstiDot","PossibleCodeExecutionViaSstiDot","CodeExecutionViaSstiDot","PossibleSstiEjs","SstiEjs","PossibleCodeExecutionViaSstiEjs","CodeExecutionViaSstiEjs","PossibleCodeExecutionViaSstiMarko","CodeExecutionViaSstiMarko","PossibleCodeExecutionViaSstiTornado","CodeExecutionViaSstiTornado","PossibleCodeExecutionViaSstiFreeMarker","CodeExecutionViaSstiFreeMarker","PossibleSstiVelocity","SstiVelocity","PossibleCodeExecutionViaSstiVelocity","CodeExecutionViaSstiVelocity","PossibleSstiErb","SstiErb","PossibleCodeExecutionViaSstiErb","CodeExecutionViaSstiErb","PossibleCodeExecutionViaSstiSlim","CodeExecutionViaSstiSlim","PossibleCodeExecutionViaSstiJinja","CodeExecutionViaSstiJinja","PossibleSstiFreeMarker","SstiFreeMarker","OutOfBandCodeExecutionViaSsti","OutOfBandCodeExecutionViaSstiMako","OutOfBandCodeExecutionViaSstiTornado","OutOfBandCodeExecutionViaSstiJinja","OutOfBandCodeExecutionViaSstiMarko","OutOfBandCodeExecutionViaSstiDot","OutOfBandCodeExecutionViaSstiNunjucks","OutOfBandCodeExecutionViaSstiJade","OutOfBandCodeExecutionViaSstiSmarty","ExpectCtIsMissing","ExpectCtShouldBeServedOverTls","ExpectCtReportOnlyModeIsEnabled","ExpectCtErrors","AuthenticationRequired","CaddyWebServerIdentified","AahGoServerIdentified","JbossApplicationServerIdentified","JbossApplicationServerVersionDisclosure","Ckeditor5OutOfDate","CakePhpIdentified","CakePhpStackTraceDisclosure","DefaultPageCakePhp","CakePhpVersionDisclosure","CakePhpOutOfDate","CherryPyVersionDisclosure","CherryPyOutOfDate","OutOfBandCodeExecutionViaSstiEjs","OutOfBandCodeExecutionViaSstiTwig","OutOfBandCodeExecutionViaSstiFreeMarker","OutOfBandCodeExecutionViaSstiVelocity","CherryPyStackTraceDisclosure","IntrojsOutOfDate","AxiosOutOfDate","Fingerprintjs2OutOfDate","XRegExpOutOfDate","DataTablesOutOfDate","LazyjsOutOfDate","FancyBoxOutOfDate","UnderscorejsOutOfDate","LightboxOutOfDate","JbossApplicationServerOutOfDate","SweetAlert2OutOfDate","LodashOutOfDate","BluebirdOutOfDate","PolymerOutOfDate","ReviveAdserverIdentified","ReviveAdserverOutOfDate","B2evolutionIdentified","B2evolutionOutOfDate","DolphinIdentified","DolphinOutOfDate","PH7CMSIdentified","PH7CMSOutOfDate","QdPMIdentified","QdPMOutOfDate","VtigerIdentified","VtigerOutOfDate","DolibarrIdentified","DolibarrOutOfDate","ClipBucketIdentified","ClipBucketOutOfDate","ContaoIdentified","ContaoOutOfDate","MisconfiguredXFrameOptionsHeader","RubyErrorDisclosure","WpEngineConfigurationFileDetected","SessionCookieNotMarkedAsSecure","PossibleHeaderInjection","OracleOutOfDate","TsWebIdentified","DrupalRce","MithrilOutOfDate","EfJsOutOfDate","MathJsOutOfDate","ListJsOutOfDate","RequireJsOutOfDate","RiotJsOutOfDate","InfernoOutOfDate","MarionetteJsOutOfDate","GsapOutOfDate","TravisYamlIdentified","UnicodeTransformationIssue","MalwareIdentified","RorFileContentDisclosure","AppSiteAssociationIdentified","OpenSearchIdentified","ServletSourceCodeDisclosure","JspSourceCodeDisclosure","HtaccessIdentified","RcePython","PossibleRcePython","OutOfBandRcePython","RceRuby","PossibleRceRuby","OutOfBandRceRuby","SwaggerJsonIdentified","SslNotImplemented","SecurityTxtIdentified","RceApacheStrutsS2016","PossibleRceApacheStrutsS2016","SlickOutOfDate","ScrollRevealOutOfDate","MathJaxOutOfDate","RickshawOutOfDate","HighchartsOutOfDate","SnapSvgOutOfDate","FlickityOutOfDate","D3JsOutOfDate","GoogleChartsOutOfDate","HiawathaVersionDisclosure","CherokeeVersionDisclosure","HiawathaOutOfDate","CherokeeOutOfDate","WebLogicOutOfDate","WebCacheDeception","IisOutOfDate","ImmutablejsOutOfDate","AxwaySecureTransportDetected","MisconfiguredXFrameOptionsHeaderMultipleDirectives","TlsVersion11Support","PossibleSsrfOracleCloud","PossibleSsrfPacketCloud","ExtJsOutOfDate","PossibleHpp","PossibleBreachAttack","TelerikWebUiVersionDisclosure","TelerikWebUiOutOfDate","JavaVersionDisclosure","GlassFishVersionDisclosure","JavaOutOfDate","GlassFishOutOfDate","WafIdentified","AkamaiCdnIdentified","AzureCdnIdentified","GoogleCloudCdnIdentified","ArvanCloudCdnIdentified","FastlyCdnIdentified","IncapsulaCdnIdentified","SucuriCdnIdentified","NetlifyCdnIdentified","MaxCdnIdentified","KeyCdnIdentified","FirebladeCdnIdentified","AireeCdnIdentified","West263CdnIdentified","InstartCdnIdentified","QratorCdnIdentified","PowerCdnIdentified","Cdn77Identified","F5BigIpProxyIdentified","EnvoyProxyIdentified","CitrixNetScalerProxyIdentified","ApacheTrafficServerProxyIdentified","HaProxyIdentified","SkipperProxyIdentified","LoginPageIdentified","SameSiteCookieNotMarkedAsSecure","LiferayPortalIdentified","LiferayPortalOutOfDate","ApacheTrafficServerVersionDisclosure","ApacheTrafficServerOutOfDate","UndertowWebServerVersionDisclosure","UndertowWebServerOutOfDate","JenkinsVersionDisclosure","JenkinsOutOfDate","KestrelIdentified","TableauServerIdentified","BomgarIdentified","JolokiaVersionDisclosure","JolokiaOutOfDate","F5BigIpLocalFileInclusion","PossibleF5BigIpLocalFileInclusion","PossibleSstiPebble","SstiPebble","PossibleCodeExecutionViaSstiPebble","CodeExecutionViaSstiPebble","SugarCrmIdentified","SugarCrmOutOfDate","GrafanaVersionDisclosure","GrafanaOutOfDate","PossibleSstiJinJava","SstiJinJava","PossibleCodeExecutionViaSstiJinJava","CodeExecutionViaSstiJinJava","PossibleSstiAspNetRazor","SstiAspNetRazor","PossibleCodeExecutionViaSstiAspNetRazor","CodeExecutionViaSstiAspNetRazor","PhpMagicQuotesGpcDisabled","PhpRegisterGlobalsEnabled","PhpDisplayErrorsEnabled","PhpAllowUrlFopenEnabled","PhpAllowUrlIncludeEnabled","PhpSessionUseTransSidEnabled","PhpOpenBaseDirIsNotSet","PhpEnableDlEnabled","AspNetApplicationTraceEnabled","AspNetCookilessSessionStateEnabled","AspNetCookilessAuthenticationEnabled","AspNetNoSslAuth","AspNetLoginCredentialsPlainText","AspNetValidateRequestDisabled","AspNetViewStateUserKeyNotSet","JettyVersionDisclosure","TornadoWebServerVersionDisclosure","TracyDebuggingToolVersionDisclosure","AspNetCustomErrorsDisabled","WhoopsFrameworkIdentified","PhpUseOnlyCookiesIsDisabled","CrushFtpServerIdentified","RceWebLogic","WeblogicAuthenticationBypass","ArbitraryFileCreation","ArbitraryFileDeletion","WerkzeugIdentified","WerkzeugVersionDisclosure","WerkzeugOutOfDate","OpenRestyIdentified","OpenRestyVersionDisclosure","OpenRestyOutOfDate","LiteSpeedWebServerIdentified","TwistedWebHTTPServerIdentified","TwistedWebHTTPServerVersionDisclosure","TwistedWebHTTPServerOutOfDate","NextJsReactFrameworkIdentified","NextJsReactFrameworkVersionDisclosure","NextJsReactFrameworkOutOfDate","DaiquiriVersionDisclosure","W3TotalCacheOutOfDate","W3TotalCacheIdentified","W3TotalCacheVersionDisclosure","PhusionPassengerIdentified","PhusionPassengerVersionDisclosure","PhusionPassengerOutOfDate","SqlInjectionIast","LfiIast","RcePhpIast","HeaderInjectionIast","CommandInjectionIast","AxwaySecureTransportIdentified","AxwaySecureTransportVersionDisclosure","AxwaySecureTransportOutOfDate","BurpCollaboratorServerIdentified","ResinApplicationServerIdentified","ResinApplicationServerVersionDisclosure","ResinApplicationServerOutOfDate","TracSoftwareProjectManagementToolIdentified","TracSoftwareProjectManagementToolVersionDisclosure","TracSoftwareProjectManagementToolOutOfDate","TornadoWebServerIdentified","TornadoWebServerOutOfDate","JettyWebServerIdentified","JettyWebServerOutOfDate","TracyDebuggingToolOutOfDate","ZopeWebServerVersionDisclosure","ZopeWebServerOutOfDate","ArtifactoryIdentified","ArtifactoryVersionDisclosure","ArtifactoryOutOfDate","JBossEAPIdentified","WildFlyIdentified","GunicornIdentified","GunicornVersionDisclosure","GunicornOutOfDate","JBossCSIdentified","WebSealIdentified","OracleHTTPIdentified","SonicWallSSLVPNIdentified","PloneCMSIdentified","PloneCMSVersionDisclosure","PloneCMSOutOfDate","GlassFishIdentified","IBMRTCIdentified","IBMRTCVersionDisclosure","IBMRTCOutOfDate","NexusIdentified","NexusVersionDisclosure","NexusOutOfDate","IBMHTTPServerIdentified","IBMHTTPServerVersionDisclosure","IBMHTTPServerOutOfDate","PythonWSGIServerIdentified","PythonWSGIServerVersionDisclosure","PythonWSGIServerOutOfDate","PlayFrameworkIdentified","VarnishCacheIdentified","RestletFrameworkIdentified","RestletFrameworkVersionDisclosure","RestletFrameworkOutOfDate","ZopeWebServerIdentified","WebSealOutOfDate","WebSealVersionDisclosure","CowboyIdentified","CowboyOutOfDate","CowboyVersionDisclosure","LiferayPortalVersionDisclosure","RevokedSslCertificate","SslCertificateHostnameMismatch","SslCertificateSignedByUntrustedRoot","ExpiredSslCertificate","JwtNoneAlgorithmAllowed","JwtSignatureNotChecked","JwtInsecureSecretDetected","JwtSqlInjectionInKid","ZshHistoryFileDetected","JwtPathTraversalInKid","JwtJkuHijack","JwtJkuForgeryWithOpenRedirect","DaiquiriIdentified","Typo3CmsIdentified","Typo3CmsOutOfDate","SslCertificateAboutToExpire","MagentoIdentified","MagentoOutOfDate","PleskLinIdentified","PleskWinIdentified","LighthouseIdentified","BitNinjaCaptchaServerIdentified","PardotServerIdentified","MasheryProxyIdentified","DaiquiriOutOfDate","AtlassianProxyIdentified","AtlassianProxyVersionDisclosure","AtlassianProxyOutOfDate","WindowsAzureWebIdentified","TaleoWebServerIdentified","TaleoWebServerVersionDisclosure","TaleoWebServerOutOfDate","CraftCmsIdentified","DataDomeIdentified","OpenVpnAccessServerIdentified","SquarespaceIdentified","SquidIdentified","SugarCrmVersionDisclosure","HubSpotIdentified","KongServerIdentified","KongServerVersionDisclosure","KongServerOutOfDate","VegurIdentified","JavaServerPageIdentified","JavaServerPageVersionDisclosure","TomcatIdentified","PHPIdentified","IisIdentified","WebLogicIdentified","LighttpdIdentified","SharePointIdentified","ApacheCoyoteIdentified","OracleApplicationServerIdentified","OpenSslIdentified","ApacheModuleIdentified","PerlIdentified","FrontPageIdentified","PythonIdentified","JavaServletIdentified","MvcIdentified","MongrelIdentified","NuSoapIdentified","RorIdentified","RubyGemsIdentified","DjangoIdentified","CherryPyIdentified","HiawathaIdentified","CherokeeIdentified","TelerikWebUiIdentified","JavaIdentified","ApacheTrafficServerIdentified","UndertowWebServerIdentified","JenkinsIdentified","JolokiaIdentified","GrafanaIdentified","TracyDebuggingToolIdentified","LiferayDXPIdentified","LiferayDXPVersionDisclosure","LiferayDXPOutOfDate","JavaServerPageOutOfDate","SquidVersionDisclosure","SquidOutOfDate","SharePointOutOfDate","ApacheCoyoteOutOfDate","OracleApplicationServerOutOfDate","FrontPageOutOfDate","MvcOutOfDate","MongrelOutOfDate","IbmBpmIdentified","PhpMyAdminVersionDisclosure","ShopifyIdentified","AtlassianConfluenceIdentified","AtlassianConfluenceVersionDisclosure","AtlassianConfluenceOutOfDate","AtlassianJiraIdentified","AtlassianJiraVersionDisclosure","AtlassianJiraOutOfDate","OutOfBandRceJavaLog4j","GqlIdentified","GrapheneIdentified","AriadneIdentified","ApolloIdentified","GraphqlGoIdentified","GqlgenIdentified","WPGraphQLIdentified","GraphQLApiWordPressIdentified","GraphQLRubyIdentified","GraphQLPHPIdentified","HasuraIdentified","GraphQLJavaIdentified","JuniperIdentified","SangriaIdentified","TartifletteIdentified","DgraphIdentified","DirectusIdentified","XssViaFileUpload","NodeJsExpressDevModeEnabled","NodeJsExpressSessionWeakSecret","NodeJsUncaughtException","NodeJsUnhandledRejection","JavaVerbTamperingMisconfiguredSecurityConstraint","JavaLongSessionTimeout","JavaUnsafeSessionTrackingValue","JavaUnconfiguredCustomErrorPage","JavaSpringBootActuatorAllEndpointsExposed","JavaSpringBootActuatorShutdownExposed","JavaSpringBootDevToolsEnabled","JavaSpringBootUnsafeSessionTrackingValue","JavaSpringLongSessionTimeout","JavaSpringH2ConsoleEnabled","JavaSpringDataSourceCredsStoredAsPlainText","JavaSpringMongoDbCredsStoredAsPlainText","JavaSpringBootAdminEnabled","JavaSpringBootActuatorEndpointSecurityDisabled","JavaSpringHtmlEscapingDisabled","StrutsConfigBrowserEnabled","StrutsDevModeEnabled","AxisSystemConfigurationListingEnabled","AxisDevModeEnabled","OutOfBandRceNode","HsqldbIdentified","PossibleRceSpring","SqLiteIdentified","SqLiteOutOfDate","ConfirmedErrorBasedMongoDbInjection","PossibleErrorBasedMongoDbInjection","ConfirmedBooleanBasedMongoDbInjection","PossibleBooleanBasedMongoDbInjection","ConfirmedBlindMongoDbInjection","PossibleBlindMongoDbInjection","ConfirmedOperatorMongoDbInjection","PossibleOperatorMongoDbInjection","MongoDbIdentified","SwaggerUIOutOfDate","MailHeaderInjectionIast","OutOfBandRceText4Shell","SensitiveDataExposure","SensitiveDataAmazonAwsAccessKeyId","SensitiveDataAmazonAwsSecretKey","SensitiveDataFacebookAppSecret","SensitiveDataFacebookAppId","SensitiveDataTwitterApiSecretKey","SensitiveDataTwitterAccessTokenSecret","SensitiveDataHerokuApiKey","SensitiveDataSshKey","SensitiveDataSendGridApiKey","SensitiveDataGoogleCloudApiKey","SensitiveDataMailGunApiKey","SensitiveDataNuGetApiKey","SensitiveDataSlackWebhook","SensitiveDataSlackToken","SensitiveDataSlackV1XToken","SensitiveDataStripeApiKey","SensitiveDataMailChimpApiKey","SensitiveDataLinkedInApiKey","SensitiveDataDatabaseConnectionStringMongoDbMySql","SensitiveDataDatabaseConnectionStringPostgres","SensitiveDataJdbcDbConnectionString","SensitiveDataWordPressAuthenticationKey","SensitiveDataSymfonyApplicationSecret","SensitiveDataMapboxToken","SensitiveDataAmazonSessMtpPassword","SensitiveDataSentryAuthToken","SensitiveDataTeamsWebhook","SensitiveDataTwilioApiKey","SensitiveDataPaypalAccessToken","SensitiveDataSquareAccessToken","SensitiveDataSquareOAuthSecret","SensitiveDataPicaticApiKey","SensitiveDataAmazonMwsAuthToken","SensitiveDataGoogleOAuthAccessToken","SensitiveDataFacebookAccessToken","SensitiveDataSonarQubeUserToken","SensitiveDataNexmoSecret","SensitiveDataTelegramBotApiToken","SensitiveDataDeviseSecretKey","SensitiveDataGitlabPersonalAccessToken","SensitiveDataConsulToken","SensitiveDataOmiseSecretKey","SensitiveDataNpmAccessToken","GuidV1OnCookie","JwtDetected","CloudflareIdentified","CloudflareBMIdentified","CloudflareBIdentified","CdnJsIdentified","WindowsServerIdentified","WindowsCEOSIdentified","PossibleSsrfEquinix","VarnishVersionDisclosure","ApacheShiroStackTrace","ApacheShiroIdentified","StackPathCdnIdentified","JBossWebConsole","AEMDetected","JavaServletOutOfDate","JsDelivrCdnIdentified","Mod_SslOutOfDate","Mod_SslIdentified","Mod_SslVersionDisclosure","SpringFrameworkIdentified","JavaMelodyInterfaceDetected","BootstrapTableOutOfDate","BootstrapSelectOutOfDate","BootstrapTypeaheadOutOfDate","LuaIdentified","LuaVersionDisclosure","LuaOutOfDate","SpringActuatorEndpointDetected","MsExchangeVersionDisclosure","MsExchangeOutOfDate","OutOfBandCodeExecutionViaJwtKid","MongoDbInjectionIast","LdapInjectionIast","XPathInjectionIast","ServerSideTemplateInjectionIast","XxeInjectionIast","JetBrainsIdeaDirectoryDetected","NodeJsStackTraceDisclosure","ItHitWebDavNetVersionDisclosure","ItHitWebDavNetOutOfDate","EzProxyIdentified","CanvasJSOutOfDate","WordPressVersionDisclosure","JoomlaVersionDisclosure","DrupalVersionDisclosure","MovableTypeVersionDisclosure","MediaWikiVersionDisclosure","OscommerceVersionDisclosure","PhpBBVersionDisclosure","OpenCartVersionDisclosure","OsTicketVersionDisclosure","PrestashopVersionDisclosure","AbanteCartVersionDisclosure","AmpacheVersionDisclosure","AtutorVersionDisclosure","ClarolineVersionDisclosure","Concrete5VersionDisclosure","CoppermineVersionDisclosure","CubeCartVersionDisclosure","CollabtiveVersionDisclosure","DotClearVersionDisclosure","E107VersionDisclosure","FamilyConnectionsVersionDisclosure","FluxBBVersionDisclosure","FormToolsVersionDisclosure","ChamiloVersionDisclosure","FrontAccountingVersionDisclosure","GibbonEduVersionDisclosure","HeskVersionDisclosure","LimeSurveyVersionDisclosure","MibewMessengerVersionDisclosure","ModXVersionDisclosure","MoodleVersionDisclosure","MyBBVersionDisclosure","OmekaVersionDisclosure","OsClassVersionDisclosure","EspoCrmVersionDisclosure","ElggVersionDisclosure","PhorumVersionDisclosure","PhpFusionVersionDisclosure","PhpAddressBookVersionDisclosure","PhpListVersionDisclosure","PmWikiVersionDisclosure","PodcastGeneratorVersionDisclosure","ProjectSendVersionDisclosure","Question2AnswerVersionDisclosure","RukovoditelVersionDisclosure","SeoPanelVersionDisclosure","SerendipityVersionDisclosure","TcExamVersionDisclosure","VanillaForumsVersionDisclosure","WebErpVersionDisclosure","WeBidVersionDisclosure","XoopsVersionDisclosure","YetiForceCrmVersionDisclosure","YourlsVersionDisclosure","ZenCartVersionDisclosure","ZenPhotoVersionDisclosure","PiwigoVersionDisclosure","OwnCloudVersionDisclosure","PhpMyFaqVersionDisclosure","RoundcubeVersionDisclosure","ZikulaVersionDisclosure","ReviveAdserverVersionDisclosure","B2evolutionVersionDisclosure","DolphinVersionDisclosure","PH7CMSVersionDisclosure","QdPMVersionDisclosure","DolibarrVersionDisclosure","ClipBucketVersionDisclosure","ContaoVersionDisclosure","Typo3CmsVersionDisclosure","MagentoVersionDisclosure","PopperJSOutOfDate","SailsJsIdentified","ActionheroJsIdentified","OutOfBandXxeSamlConsumer","OutOfBandXsltSamlConsumer","PossibleSsrfKeyInfoSamlConsumer","PossibleXssSamlConsumer","RetiredHashSaml","SamlResponseWithoutSignature","NoSamlResponseSignatureCheck","SamlResponseSignatureExclusion","GraphQLStackTraceDisclosure","JqueryIdentified","JqueryMigrateIdentified","JqueryMobileIdentified","JqueryUiDialogIdentified","JqueryUiAutocompleteIdentified","JqueryUiTooltipIdentified","PrettyPhotoIdentified","jPlayerIdentified","YuiIdentified","PrototypejsIdentified","EmberIdentified","AngularjsIdentified","BackbonejsIdentified","MustachejsIdentified","HandlebarsjsIdentified","EasyXdmIdentified","PluploadIdentified","DomPurifyIdentified","DwrIdentified","VideojsIdentified","CkeditorIdentified","TypeaheadjsIdentified","BootboxIdentified","BootstrapjsIdentified","Bootstrap3DateTimePickerIdentified","BootstrapToggleIdentified","FootablejsIdentified","ImagePickerIdentified","RespondjsIdentified","IonRangeSliderIdentified","JsTreeIdentified","ModernizrIdentified","MomentjsIdentified","Select2Identified","Html5ShivIdentified","SortablejsIdentified","KnockoutjsIdentified","JavaScriptCookieIdentified","JqueryMaskIdentified","JqueryValidationIdentified","KnockoutMappingIdentified","ReactIdentified","ZeptojsIdentified","HammerjsIdentified","PhaserIdentified","RamdaIdentified","VuejsIdentified","RevealJsIdentified","ChartjsIdentified","LeafletIdentified","FoundationIdentified","SemanticUIIdentified","PixiJsIdentified","ThreeJsIdentified","PdfJsIdentified","FabricJsIdentified","LightboxIdentified","UnderscorejsIdentified","FancyBoxIdentified","LazyjsIdentified","DataTablesIdentified","XRegExpIdentified","Fingerprintjs2Identified","SweetAlert2Identified","IntrojsIdentified","LodashIdentified","AxiosIdentified","PolymerIdentified","BluebirdIdentified","ListJsIdentified","MithrilIdentified","MathJsIdentified","RiotJsIdentified","RequireJsIdentified","EfJsIdentified","MarionetteJsIdentified","GsapIdentified","InfernoIdentified","D3JsIdentified","HighchartsIdentified","RickshawIdentified","MathJaxIdentified","ScrollRevealIdentified","SlickIdentified","FlickityIdentified","SnapSvgIdentified","ExtJsIdentified","JqueryVersionDisclosure","JqueryMigrateVersionDisclosure","JqueryMobileVersionDisclosure","JqueryUiDialogVersionDisclosure","JqueryUiAutocompleteVersionDisclosure","JqueryUiTooltipVersionDisclosure","PrettyPhotoVersionDisclosure","jPlayerVersionDisclosure","YuiVersionDisclosure","PrototypejsVersionDisclosure","EmberVersionDisclosure","AngularjsVersionDisclosure","BackbonejsVersionDisclosure","MustachejsVersionDisclosure","HandlebarsjsVersionDisclosure","EasyXdmVersionDisclosure","PluploadVersionDisclosure","DomPurifyVersionDisclosure","DwrVersionDisclosure","VideojsVersionDisclosure","CkeditorVersionDisclosure","TypeaheadjsVersionDisclosure","BootboxVersionDisclosure","BootstrapjsVersionDisclosure","Bootstrap3DateTimePickerVersionDisclosure","BootstrapToggleVersionDisclosure","FootablejsVersionDisclosure","ImagePickerVersionDisclosure","RespondjsVersionDisclosure","IonRangeSliderVersionDisclosure","JsTreeVersionDisclosure","ModernizrVersionDisclosure","MomentjsVersionDisclosure","Select2VersionDisclosure","Html5ShivVersionDisclosure","SortablejsVersionDisclosure","KnockoutjsVersionDisclosure","JavaScriptCookieVersionDisclosure","JqueryMaskVersionDisclosure","JqueryValidationVersionDisclosure","KnockoutMappingVersionDisclosure","ReactVersionDisclosure","ZeptojsVersionDisclosure","HammerjsVersionDisclosure","PhaserVersionDisclosure","RamdaVersionDisclosure","VuejsVersionDisclosure","RevealJsVersionDisclosure","ChartjsVersionDisclosure","LeafletVersionDisclosure","FoundationVersionDisclosure","SemanticUIVersionDisclosure","PixiJsVersionDisclosure","ThreeJsVersionDisclosure","PdfJsVersionDisclosure","FabricJsVersionDisclosure","LightboxVersionDisclosure","UnderscorejsVersionDisclosure","FancyBoxVersionDisclosure","LazyjsVersionDisclosure","DataTablesVersionDisclosure","XRegExpVersionDisclosure","Fingerprintjs2VersionDisclosure","SweetAlert2VersionDisclosure","IntrojsVersionDisclosure","LodashVersionDisclosure","AxiosVersionDisclosure","PolymerVersionDisclosure","BluebirdVersionDisclosure","ListJsVersionDisclosure","MithrilVersionDisclosure","MathJsVersionDisclosure","RiotJsVersionDisclosure","RequireJsVersionDisclosure","EfJsVersionDisclosure","MarionetteJsVersionDisclosure","GsapVersionDisclosure","InfernoVersionDisclosure","D3JsVersionDisclosure","HighchartsVersionDisclosure","RickshawVersionDisclosure","MathJaxVersionDisclosure","ScrollRevealVersionDisclosure","SlickVersionDisclosure","FlickityVersionDisclosure","SnapSvgVersionDisclosure","ExtJsVersionDisclosure","AspNetSignalRIdentified","FuelUxIdentified","SwaggerUIIdentified","BootstrapTableIdentified","BootstrapSelectIdentified","BootstrapTypeaheadIdentified","AspNetSignalRVersionDisclosure","FuelUxVersionDisclosure","SwaggerUIVersionDisclosure","BootstrapTableVersionDisclosure","BootstrapSelectVersionDisclosure","BootstrapTypeaheadVersionDisclosure","ConfirmedWordpressThemeDetected","PossibleWordpressThemeDetected","ConfirmedWordpressPluginDetected","PossibleWordpressPluginDetected","WordpressThemeHelloElementorIdentified","WordpressThemeTwentyTwentyThreeIdentified","WordpressThemeTwentyTwentyTwoIdentified","WordpressThemeAstraIdentified","WordpressThemeTwentyTwentyOneIdentified","WordpressThemeTwentyTwentyIdentified","WordpressThemeOceanWPIdentified","WordpressThemeTwentySeventeenIdentified","WordpressThemeKadenceIdentified","WordpressThemeTwentySixteenIdentified","WordpressThemeTwentyNineteenIdentified","WordpressThemePopularFXIdentified","WordpressThemeGeneratePressIdentified","WordpressThemeInspiroIdentified","WordpressThemeGoIdentified","WordpressThemeHelloElementorOutOfDate","WordpressThemeTwentyTwentyThreeOutOfDate","WordpressThemeTwentyTwentyTwoOutOfDate","WordpressThemeAstraOutOfDate","WordpressThemeTwentyTwentyOneOutOfDate","WordpressThemeTwentyTwentyOutOfDate","WordpressThemeOceanWPOutOfDate","WordpressThemeTwentySeventeenOutOfDate","WordpressThemeKadenceOutOfDate","WordpressThemeTwentySixteenOutOfDate","WordpressThemeTwentyNineteenOutOfDate","WordpressThemePopularFXOutOfDate","WordpressThemeGeneratePressOutOfDate","WordpressThemeInspiroOutOfDate","WordpressThemeGoOutOfDate","WordpressThemeHelloElementorVersionDisclosure","WordpressThemeTwentyTwentyThreeVersionDisclosure","WordpressThemeTwentyTwentyTwoVersionDisclosure","WordpressThemeAstraVersionDisclosure","WordpressThemeTwentyTwentyOneVersionDisclosure","WordpressThemeTwentyTwentyVersionDisclosure","WordpressThemeOceanWPVersionDisclosure","WordpressThemeTwentySeventeenVersionDisclosure","WordpressThemeKadenceVersionDisclosure","WordpressThemeTwentySixteenVersionDisclosure","WordpressThemeTwentyNineteenVersionDisclosure","WordpressThemePopularFXVersionDisclosure","WordpressThemeGeneratePressVersionDisclosure","WordpressThemeInspiroVersionDisclosure","WordpressThemeGoVersionDisclosure","WordpressPluginUltimateMemberIdentified","WordpressPluginLoginWithPhoneNumberIdentified","WordpressPluginInstagramFeedIdentified","WordpressPluginContactFormSevenIdentified","WordpressPluginYoastSeoIdentified","WordpressPluginElementorIdentified","WordpressPluginClassicEditorIdentified","WordpressPluginAkismetIdentified","WordpressPluginWooCommerceIdentified","WordpressPluginWpFormsIdentified","WordpressPluginReallySimpleSslIdentified","WordpressPluginJetpackIdentified","WordpressPluginAllInOneWpMigrationIdentified","WordpressPluginWordfenceSecurityIdentified","WordpressPluginYoastDuplicatePostIdentified","WordpressPluginWordpressImporterIdentified","WordpressPluginLiteSpeedCacheIdentified","WordpressPluginUpdraftPlusIdentified","WordpressPluginJupiterXIdentified","WordpressPluginUltimateMemberOutOfDate","WordpressPluginLoginWithPhoneNumberOutOfDate","WordpressPluginInstagramFeedOutOfDate","WordpressPluginContactFormSevenOutOfDate","WordpressPluginYoastSeoOutOfDate","WordpressPluginElementorOutOfDate","WordpressPluginClassicEditorOutOfDate","WordpressPluginAkismetOutOfDate","WordpressPluginWooCommerceOutOfDate","WordpressPluginWpFormsOutOfDate","WordpressPluginReallySimpleSslOutOfDate","WordpressPluginJetpackOutOfDate","WordpressPluginAllInOneWpMigrationOutOfDate","WordpressPluginWordfenceSecurityOutOfDate","WordpressPluginYoastDuplicatePostOutOfDate","WordpressPluginWordpressImporterOutOfDate","WordpressPluginLiteSpeedCacheOutOfDate","WordpressPluginUpdraftPlusOutOfDate","WordpressPluginJupiterXOutOfDate","WordpressPluginInstagramFeedVersionDisclosure","WordpressPluginContactFormSevenVersionDisclosure","WordpressPluginYoastSeoVersionDisclosure","WordpressPluginUltimateMemberVersionDisclosure","WordpressPluginLoginWithPhoneNumberVersionDisclosure","WordpressPluginElementorVersionDisclosure","WordpressPluginClassicEditorVersionDisclosure","WordpressPluginAkismetVersionDisclosure","WordpressPluginWooCommerceVersionDisclosure","WordpressPluginWpFormsVersionDisclosure","WordpressPluginReallySimpleSslVersionDisclosure","WordpressPluginJetpackVersionDisclosure","WordpressPluginAllInOneWpMigrationVersionDisclosure","WordpressPluginWordfenceSecurityVersionDisclosure","WordpressPluginYoastDuplicatePostVersionDisclosure","WordpressPluginWordpressImporterVersionDisclosure","WordpressPluginLiteSpeedCacheVersionDisclosure","WordpressPluginUpdraftPlusVersionDisclosure","WordpressPluginJupiterXVersionDisclosure","DockerDisclosure","DockerComposeDisclosure","DockerRunDisclosure","DockerIgnoreDisclosure","DockerCloudDisclosure","CanvasJSIdentified","CanvasJSVersionDisclosure","PopperJSIdentified","PopperJSVersionDisclosure","HotChocolateIdentified","JQueryPlaceholderJSOutOfDate","JQueryPlaceholderJSVersionDisclosure","JQueryPlaceholderJSIdentified","MOVEitTransferSqlInjection","MOVEitTransferVersionDisclosure","MOVEitTransferIdentified","DianaJlIdentified","MissingXContentTypeOptionsHeader","JwkIdentified","PrivateJwkIdentified","DotCMSOutOfDate","DotCMSVersionDisclosure","DotCMSIdentified","WordpressPluginBackupMigrationIdentified","WordpressPluginBackupMigrationOutOfDate","WordpressPluginBackupMigrationVersionDisclosure","TinyMCEVersionDisclosure","TinyMCEIdentified","TinyMCEOutOfDate","PossiblePrototypePollution","PhpStackTraceDisclosure","ActiveMqRCE","TorchServeApiIdentified","TorchServeApiSsrf","VmWareAriaRCE","WordPressConfigDisclosure","AuthenticationBypassIvanti","RceIvanti","PrototypePollution","SmallSSLKeyLength","WpadminDetected","OracleEbsRce","AngularVersionDisclosure","AngularIdentified","AngularOutOfDate","WordpressThemeNusaiFashionStoreIdentified","WordpressThemeNusaiFashionStoreOutOfDate","WordpressThemeNusaiFashionStoreVersionDisclosure","WordpressThemeGrShopsGroceryIdentified","WordpressThemeGrShopsGroceryOutOfDate","WordpressThemeGrShopsGroceryVersionDisclosure","WordpressThemeSedonaShopIdentified","WordpressThemeSedonaShopOutOfDate","WordpressThemeSedonaShopVersionDisclosure","WordpressThemeStoremateIdentified","WordpressThemeStoremateOutOfDate","WordpressThemeStoremateVersionDisclosure","WordpressThemeYithWonderIdentified","WordpressThemeYithWonderOutOfDate","WordpressThemeYithWonderVersionDisclosure","FortigateSslvpnFileReading","WordpressThemeHomevillasRealEstateIdentified","WordpressThemeHomevillasRealEstateOutOfDate","WordpressThemeHomevillasRealEstateVersionDisclosure","WordpressThemeJobCareerIdentified","WordpressThemeJobCareerOutOfDate","WordpressThemeJobCareerVersionDisclosure","WordpressThemeShopyMallIdentified","WordpressThemeShopyMallOutOfDate","WordpressThemeShopyMallVersionDisclosure","WordpressThemeShop4uIdentified","WordpressThemeShop4uOutOfDate","WordpressThemeShop4uVersionDisclosure","WordpressThemeKONStoreIdentified","WordpressThemeKONStoreOutOfDate","WordpressThemeKONStoreVersionDisclosure","WordpressThemeAlishopIdentified","WordpressThemeAlishopOutOfDate","WordpressThemeAlishopVersionDisclosure","WordpressThemeFlorisIdentified","WordpressThemeFlorisOutOfDate","WordpressThemeFlorisVersionDisclosure","WordpressThemeLevogueIdentified","WordpressThemeLevogueOutOfDate","WordpressThemeLevogueVersionDisclosure","WordpressThemeNicemerryIdentified","WordpressThemeNicemerryOutOfDate","WordpressThemeNicemerryVersionDisclosure","WordpressThemeNeoMarketIdentified","WordpressThemeNeoMarketOutOfDate","WordpressThemeNeoMarketVersionDisclosure","WordpressThemeImarketIdentified","WordpressThemeImarketOutOfDate","WordpressThemeImarketVersionDisclosure","WordpressThemeHiStoreIdentified","WordpressThemeHiStoreOutOfDate","WordpressThemeHiStoreVersionDisclosure","WordpressThemeSiezzIdentified","WordpressThemeSiezzOutOfDate","WordpressThemeSiezzVersionDisclosure","WordpressThemeBosmarketIdentified","WordpressThemeBosmarketOutOfDate","WordpressThemeBosmarketVersionDisclosure","WordpressThemeSecretshoIdentified","WordpressThemeSecretshoOutOfDate","WordpressThemeSecretshoVersionDisclosure","WordpressThemeRozyIdentified","WordpressThemeRozyOutOfDate","WordpressThemeRozyVersionDisclosure","WordpressThemeFurnikiIdentified","WordpressThemeFurnikiOutOfDate","WordpressThemeFurnikiVersionDisclosure","WordpressThemeGaionIdentified","WordpressThemeGaionOutOfDate","WordpressThemeGaionVersionDisclosure","WordpressThemeHouskitIdentified","WordpressThemeHouskitOutOfDate","WordpressThemeHouskitVersionDisclosure","WordpressThemeSoazIdentified","WordpressThemeSoazOutOfDate","WordpressThemeSoazVersionDisclosure","WordpressThemeAvesaIdentified","WordpressThemeAvesaOutOfDate","WordpressThemeAvesaVersionDisclosure","GeoServerIdentified","GeoServerVersionDisclosure","GeoServerOutOfDate","RegreSshion","PolyfillSupplyChain","MailmanIdentified","MailmanVersionDisclosure","MailmanOutOfDate","PayaraIdentified","PayaraVersionDisclosure","PayaraOutOfDate","GoAnywhereMftAuthBypass","CacheableSensitivePage","SensitiveDataOktaSecretKey","SensitiveDataJenkinsSecretKey","WordPressPluginBackdoor","InsecureFrameAncestorsDirectiveDetected","FrameAncestorsDirectiveMissing","Sast","XWikiplatformIdentified","XWikiplatformVersionDisclosure","XWikiplatformOutOfDate","MasaCmsIdentified","MasaCmsVersionDisclosure","MasaCmsOutOfDate","MarkdownitIdentified","MarkdownitVersionDisclosure","MarkdownitOutOfDate","jszipIdentified","jszipVersionDisclosure","jszipOutOfDate","uaparserjsIdentified","uaparserjsVersionDisclosure","uaparserjsOutOfDate","dojoIdentified","dojoVersionDisclosure","dojoOutOfDate","MongoDbOutOfDate","VarnishCacheVersionDisclosure","PHPMyAdminOutOfDate","VarnishCacheOutOfDate"],"type":"string"},"TypeId":{"format":"uuid","type":"string","example":"00000000-0000-0000-0000-000000000000"},"TypeSignature":{"type":"string","readOnly":true},"Severity":{"enum":["BestPractice","Information","Low","Medium","High","Critical"],"type":"string"},"Classification":{"$ref":"#/definitions/VulnerabilityClassification"},"CvssVectorString":{"type":"string"},"Cvss31VectorString":{"type":"string"},"Cvss40VectorString":{"type":"string"},"CvssVector":{"type":"object","additionalProperties":{"$ref":"#/definitions/CvssScoreValue"}},"Cvss31Vector":{"type":"object","additionalProperties":{"$ref":"#/definitions/CvssScoreValue"}},"Cvss40Vector":{"type":"object","additionalProperties":{"$ref":"#/definitions/CvssScoreValue"}},"Order":{"enum":["Confirmed","Probable","Possible","Inactive"],"type":"string"},"TemplateVariables":{"type":"object","additionalProperties":{"type":"string"}}}},"DeleteWebsiteGroupApiModel":{"description":"Represents a model for deleting a website group.","required":["Name"],"type":"object","properties":{"Name":{"description":"Gets or sets the website group name.","maxLength":255,"minLength":0,"type":"string"}},"example":{"Name":"string"}},"WebsiteGroupDeleteResponse":{"description":"DeleteWebsiteGroupResponse","type":"object","properties":{"Result":{"enum":["Ok","NotFound","WebsitesExisting","ScheduledScanExists","OneWebsiteGroupMustExist","ScanNotificationRuleExists"],"type":"string"},"Message":{"description":"Message for WebsiteGroupDeleteResult","type":"string"}}},"WebsiteGroupApiModel":{"description":"Represents a model for carrying out website group data.","required":["Id","Name"],"type":"object","properties":{"TotalWebsites":{"format":"int32","description":"Gets or sets the total websites.","type":"integer"},"CreatedAt":{"format":"date-time","description":"Gets or sets the date which this website group created at.","type":"string"},"UpdatedAt":{"format":"date-time","description":"Gets or sets the date which this website group was updated at.","type":"string"},"Id":{"format":"uuid","description":"Gets or sets the website group identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the website group name.","maxLength":255,"minLength":0,"type":"string"},"Description":{"description":"Gets or sets the website group description.","maxLength":255,"minLength":0,"type":"string"},"Tags":{"description":"Tags","type":"array","items":{"type":"string"}}}},"WebsiteGroupListApiResult":{"description":"Represents a model for carrying out a paged website group list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/WebsiteGroupApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"NewWebsiteGroupApiModel":{"description":"Represents a model for creating a new website group.","required":["Name"],"type":"object","properties":{"Name":{"description":"Gets or sets the website group name.","maxLength":255,"minLength":0,"type":"string"},"Description":{"description":"Gets or sets the website group description.","maxLength":255,"minLength":0,"type":"string"},"Tags":{"description":"Tags","type":"array","items":{"type":"string"}}},"example":{"Name":"string","Description":"Sample Description","Tags":["TagWithNoValue","TagWithValue:Value"]}},"UpdateWebsiteGroupApiModel":{"description":"Represents a model for updating a new website group.","required":["Id","Name"],"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the website group identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the website group name.","maxLength":255,"minLength":0,"type":"string"},"Description":{"description":"Gets or sets the website group description.","maxLength":255,"minLength":0,"type":"string"},"Tags":{"description":"Tags","type":"array","items":{"type":"string"}}},"example":{"Id":"00aaaed7-07cc-4094-b238-583bc439feb9","Name":"string","Description":"Sample Description","Tags":["TagWithNoValue","TagWithValue:Value"]}},"WebsiteSearchApiResult":{"type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets the name.","type":"string"},"RootUrl":{"description":"Gets or sets the root URL.","type":"string"},"Description":{"description":"Gets or sets the Description.","type":"string"}}},"WebsiteListApiResult":{"description":"Represents a model for carrying out a paged website list.","type":"object","properties":{"FirstItemOnPage":{"format":"int32","type":"integer"},"HasNextPage":{"type":"boolean"},"HasPreviousPage":{"type":"boolean"},"IsFirstPage":{"type":"boolean"},"IsLastPage":{"type":"boolean"},"LastItemOnPage":{"format":"int32","type":"integer"},"List":{"type":"array","items":{"$ref":"#/definitions/WebsiteApiModel"}},"PageCount":{"format":"int32","type":"integer"},"PageNumber":{"format":"int32","type":"integer"},"PageSize":{"format":"int32","type":"integer"},"TotalItemCount":{"format":"int32","type":"integer"}}},"WebsiteApiModel":{"description":"Represents a model for carrying out website data.","type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets the website identifier.","type":"string","example":"00000000-0000-0000-0000-000000000000"},"CreatedAt":{"format":"date-time","description":"Gets or sets the date which this website was created at.","type":"string"},"UpdatedAt":{"format":"date-time","description":"Gets or sets the date which this website was updated at.","type":"string"},"RootUrl":{"description":"Gets or sets the root domain URL.","type":"string"},"Name":{"description":"Gets or sets a name for this website.","type":"string"},"Description":{"description":"Gets or sets a name for this description.","type":"string"},"TechnicalContactEmail":{"description":"Gets or sets the technical contact email.","type":"string"},"Groups":{"description":"Gets or sets the name of groups this website will belong to.","type":"array","items":{"$ref":"#/definitions/IdNamePair"}},"IsVerified":{"description":"Gets or sets a value indicating whether this website is verified.","type":"boolean"},"LicenseType":{"description":"Gets or sets the type of the subscription.","enum":["Subscription","Credit"],"type":"string"},"AgentMode":{"description":"Gets or sets the agent mode.","enum":["Cloud","Internal"],"type":"string"},"Tags":{"description":"Tags","type":"array","items":{"type":"string"}}}},"IdNamePair":{"description":"Represents the Id and Name pair","type":"object","properties":{"Id":{"format":"uuid","description":"Gets or sets id","type":"string","example":"00000000-0000-0000-0000-000000000000"},"Name":{"description":"Gets or sets name","type":"string"}}},"NewWebsiteApiModel":{"description":"Represents a model for creating a new website.","required":["RootUrl","LicenseType","Name"],"type":"object","properties":{"AgentMode":{"description":"Gets or sets the agent mode for the website.","enum":["Cloud","Internal"],"type":"string"},"RootUrl":{"description":"Gets or sets the root URL.","type":"string"},"Groups":{"description":"Gets or sets the name of groups this website will belong to.\r\nExample : \"Groups\": [\"Default\",\"Other\"]","type":"array","items":{"type":"string"}},"LicenseType":{"description":"Gets or sets the type of the subscription.","enum":["Subscription","Credit"],"type":"string"},"Name":{"description":"Gets or sets the website name.","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"Description":{"description":"Gets or sets the website description.","maxLength":255,"minLength":0,"type":"string"},"TechnicalContactEmail":{"description":"Gets or sets the technical contact email.","type":"string"},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}}},"example":{"AgentMode":"Cloud","RootUrl":"http://example.com","Groups":["Marketing Sites","Staging"],"LicenseType":"Subscription","Name":"Blue Fizz","Description":"Sample Description","Tags":["TagWithNoValue","TagWithValue:Value"]}},"VerifyApiModel":{"description":"Represents a model for verifying website.","required":["WebsiteUrl"],"type":"object","properties":{"VerificationMethod":{"description":"Gets or sets the verification method.","enum":["File","Tag","Dns","Email"],"type":"string"},"VerificationSecret":{"description":"Gets or sets the verification secret.","type":"string"},"WebsiteUrl":{"description":"Gets or sets the website URL.","type":"string"}}},"StartVerificationApiModel":{"description":"Represents a model to start verification.","required":["VerificationMethod","WebsiteUrl"],"type":"object","properties":{"VerificationMethod":{"description":"Gets or sets the verification method.","enum":["File","Tag","Dns","Email"],"type":"string"},"WebsiteUrl":{"description":"Gets or sets the website URL.","type":"string"}}},"StartVerificationResult":{"description":"Represents a model that carries out result of attempt to start verification.","type":"object","properties":{"Data":{"description":"Gets or sets the data that required for verification method as explained in Message />.","type":"object"},"Message":{"description":"Gets or sets the message that explains how to verify this website with specified method.","type":"string"},"VerifyOwnershipResult":{"description":"Gets or sets the verification status of website.","enum":["Verified","NotVerified","VerificationLimitExceed"],"type":"string"}}},"SendVerificationEmailModel":{"description":"Represents a verification result model.","type":"object","properties":{"IsMailSent":{"description":"Gets or sets a value indicating whether sent verification email.","type":"boolean"},"VerificationMessage":{"description":"Gets or sets a value indicating message of verification.","type":"string"}}},"UpdateWebsiteApiModel":{"description":"Represents a model for creating a website data.","required":["RootUrl","LicenseType","Name"],"type":"object","properties":{"DefaultProtocol":{"description":"Gets or sets the default protocol.","enum":["Http","Https"],"type":"string"},"AgentMode":{"description":"Gets or sets the agent mode for the website.","enum":["Cloud","Internal"],"type":"string"},"RootUrl":{"description":"Gets or sets the root URL.","type":"string"},"Groups":{"description":"Gets or sets the name of groups this website will belong to.\r\nExample : \"Groups\": [\"Default\",\"Other\"]","type":"array","items":{"type":"string"}},"LicenseType":{"description":"Gets or sets the type of the subscription.","enum":["Subscription","Credit"],"type":"string"},"Name":{"description":"Gets or sets the website name.","maxLength":255,"minLength":0,"pattern":"^[a-zA-Z0-9\\/.:_ ()+,\\-İÜüÖöĞğŞşÇçæÆøØåÅñÑäÄëËïÏ]{0,1000}$","type":"string"},"Description":{"description":"Gets or sets the website description.","maxLength":255,"minLength":0,"type":"string"},"TechnicalContactEmail":{"description":"Gets or sets the technical contact email.","type":"string"},"Tags":{"description":"Gets or sets the tags","type":"array","items":{"type":"string"}}}},"DeleteWebsiteApiModel":{"description":"Represents a model for deleting a website.","required":["RootUrl"],"type":"object","properties":{"RootUrl":{"description":"Gets or sets the root URL.","type":"string"}}}},"securityDefinitions":{"basic":{"type":"basic","description":"Basic Http Authentication"}}}