-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Description
I would like to propose some additions and modifications to Server Security Misconfiguration > Exposed Admin Portal
for better VRT classifications on this kind of issues
Changes :
Modify Server Security Misconfiguration > Exposed Admin Portal > To Internet
to ;
- Server Security Misconfiguration
- Exposed Portal
- Protected :
P5
- Unprotected
- Admin Panel :
P1
- Other Panels :
P3
- Admin Panel :
- Protected :
- Exposed Portal
Update :
{
"id": "server_security_misconfiguration",
"name": "Server Security Misconfiguration",
"type": "category",
"children": [
{
"id": "exposed_portal",
"name": "Exposed Portal",
"type": "subcategory",
"children": [
{
"id": "protected",
"name": "Protected",
"type": "variant",
"priority": 5
},
{
"id": "unprotected",
"name": "Unprotected",
"type": "subcategory",
"children": [
{
"id": "admin_panel",
"name": "Admin Panel",
"type": "variant",
"priority": 1
},
{
"id": "other_panels",
"name": "Other Panels",
"type": "variant",
"priority": 3
}
]
}
]
}
]
}
Metadata
Metadata
Assignees
Labels
No labels