[fix]删除不必要模块,增加可能的风险路径
This commit is contained in:
@@ -25,7 +25,10 @@ def attack(URL):
|
||||
'/host-manager/html', #401
|
||||
'/icons/',
|
||||
'/manual/',
|
||||
'/examples/jsp/snp/snoop.jsp'
|
||||
'/examples/jsp/snp/snoop.jsp',
|
||||
'/lib/catalina.jar',
|
||||
'/conf/tomcat-users.xsd',
|
||||
'/bin/catalina-tasks.xml'
|
||||
)
|
||||
|
||||
print('[+]开始检测-Tomcat-example_vulnerability。[+]')
|
||||
|
||||
Reference in New Issue
Block a user