Add CNVD-C-2019-48814

This commit is contained in:
rpkr
2019-04-26 19:52:06 +08:00
parent 8184b2adf4
commit d9e8bbf10e
5 changed files with 132 additions and 8 deletions

View File

@@ -7,9 +7,9 @@ import tomcat.tomcat_weakpasswd
def exec(URL):
tomcat.example_vulnerability.attack(URL)
tomcat.CVE_2017_12615.attack(URL)
tomcat.CVE_2017_12617.attack(URL)
tomcat.example_vulnerability.attack(URL)
tomcat.tomcat_weakpasswd.attack(URL)