Goby/json/Kyan.json

51 lines
1.7 KiB
JSON

{
"Name": "Kyan",
"Level": "3",
"Tags": [],
"GobyQuery": "title=\"platform - Login\" && body=\"login_files\"",
"Description": "",
"Product": "",
"Homepage": "https://gobies.org/",
"Author": "gobysec@gmail.com",
"Impact": "",
"Recommandation": "",
"References": [
"https://gobies.org/"
],
"ScanSteps": [
"AND",
{
"Request": {
"method": "GET",
"uri": "/hosts",
"follow_redirect": true,
"header": {},
"data_type": "text",
"data": ""
},
"ResponseTest": {
"type": "group",
"operation": "AND",
"checks": [
{
"type": "item",
"variable": "$code",
"operation": "==",
"value": "200",
"bz": ""
},
{
"type": "item",
"variable": "$body",
"operation": "contains",
"value": "UserName",
"bz": ""
}
]
},
"SetVariable": []
}
],
"PostTime": "2021-04-25 12:36:15",
"GobyVersion": "1.8.239"
}