From fc647cd65100eab6535cb91424ca074ef137404f Mon Sep 17 00:00:00 2001 From: rpkr <13591644403@139.com> Date: Mon, 25 Feb 2019 20:21:04 +0800 Subject: [PATCH] Update example_vulnerability.py --- tomcat/example_vulnerability.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tomcat/example_vulnerability.py b/tomcat/example_vulnerability.py index 5dafc9f..6b864e8 100644 --- a/tomcat/example_vulnerability.py +++ b/tomcat/example_vulnerability.py @@ -24,7 +24,8 @@ def attack(URL): '/manager/html', # 401 '/host-manager/html', #401 '/icons/', - '/manual/' + '/manual/', + '/examples/jsp/snp/snoop.jsp' ) print('[+]开始检测-Tomcat-example_vulnerability。[+]')