forked from p34709852/monkey
UT: Remove ShellShock from tests config
This commit is contained in:
parent
60d16ea4d6
commit
291755e5c9
|
@ -52,7 +52,6 @@
|
||||||
"SmbExploiter",
|
"SmbExploiter",
|
||||||
"WmiExploiter",
|
"WmiExploiter",
|
||||||
"SSHExploiter",
|
"SSHExploiter",
|
||||||
"ShellShockExploiter",
|
|
||||||
"ElasticGroovyExploiter",
|
"ElasticGroovyExploiter",
|
||||||
"Struts2Exploiter",
|
"Struts2Exploiter",
|
||||||
"ZerologonExploiter",
|
"ZerologonExploiter",
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
"SmbExploiter",
|
"SmbExploiter",
|
||||||
"WmiExploiter",
|
"WmiExploiter",
|
||||||
"SSHExploiter",
|
"SSHExploiter",
|
||||||
"ShellShockExploiter",
|
|
||||||
"ElasticGroovyExploiter",
|
"ElasticGroovyExploiter",
|
||||||
"Struts2Exploiter",
|
"Struts2Exploiter",
|
||||||
"WebLogicExploiter",
|
"WebLogicExploiter",
|
||||||
|
|
|
@ -187,7 +187,6 @@ def test_format_config_for_agent__exploiters(flat_monkey_config):
|
||||||
{"name": "DrupalExploiter", "options": {}},
|
{"name": "DrupalExploiter", "options": {}},
|
||||||
{"name": "ElasticGroovyExploiter", "options": {}},
|
{"name": "ElasticGroovyExploiter", "options": {}},
|
||||||
{"name": "HadoopExploiter", "options": {}},
|
{"name": "HadoopExploiter", "options": {}},
|
||||||
{"name": "ShellShockExploiter", "options": {}},
|
|
||||||
{"name": "Struts2Exploiter", "options": {}},
|
{"name": "Struts2Exploiter", "options": {}},
|
||||||
{"name": "WebLogicExploiter", "options": {}},
|
{"name": "WebLogicExploiter", "options": {}},
|
||||||
{"name": "ZerologonExploiter", "options": {}},
|
{"name": "ZerologonExploiter", "options": {}},
|
||||||
|
|
Loading…
Reference in New Issue