add Drupal exploit to the configuration

This commit is contained in:
ophirharpazg 2020-08-27 19:43:41 +03:00
parent 36d8487877
commit a87640c4aa
1 changed files with 7 additions and 0 deletions

View File

@ -99,6 +99,13 @@ SCHEMA = {
"VSFTPDExploiter"
],
"title": "VSFTPD Exploiter"
},
{
"type": "string",
"enum": [
"DrupalExploiter"
],
"title": "Drupal Exploiter"
}
]
},