Route: https://api.kayran.live/SearchVulns
Using this feature will allow you to search all Vulnerabilities that are found in your system.
Roles Required: Admin and User. Private Users can only View Vulnerabilities from Scans they created.
Request Syntax
{
"apiKey": "String",
"limit": 100,
"offset": 0,
"search": "XSS",
"severity": 2,
"url": "example.com"
}
Request Parameters
Parameters being used in the Request
Parameter Name :
apiKey
Parameter Usage and Options :
Your Kayran given API Key.
How do I get it ? :
Located in the “Profile” section.
Note : by default, the “API Status” is enabled, unless, the Admin has disabled it in the “Server Settings” section.
Type :
String
Is it Optional ? :
No.