Added MSSQL exploiter to defaults and hadoop port to default scan ports

This commit is contained in:
VakarisZ 2019-10-11 17:21:17 +03:00
parent b78b7980ed
commit 1ce17a3bc8
2 changed files with 8 additions and 4 deletions

View File

@ -44,7 +44,8 @@
"Struts2Exploiter",
"WebLogicExploiter",
"HadoopExploiter",
"VSFTPDExploiter"
"VSFTPDExploiter",
"MSSQLExploiter"
],
"finger_classes": [
"SSHFinger",
@ -93,7 +94,8 @@
3306,
8008,
9200,
7001
7001,
8088
],
"timeout_between_iterations": 10,
"use_file_logging": true,

View File

@ -753,7 +753,8 @@ SCHEMA = {
"Struts2Exploiter",
"WebLogicExploiter",
"HadoopExploiter",
"VSFTPDExploiter"
"VSFTPDExploiter",
"MSSQLExploiter"
],
"description":
"Determines which exploits to use. " + WARNING_SIGN
@ -899,7 +900,8 @@ SCHEMA = {
8008,
3306,
9200,
7001
7001,
8088
],
"description": "List of TCP ports the monkey will check whether they're open"
},