mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 20:51:52 +08:00
feat: 增加Tomcat测试环境
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tomcat-users xmlns="http://tomcat.apache.org/xml"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
|
||||
version="1.0">
|
||||
|
||||
<role rolename="manager-gui"/>
|
||||
<role rolename="manager-script"/>
|
||||
<role rolename="manager-jmx"/>
|
||||
<role rolename="manager-status"/>
|
||||
<role rolename="admin-gui"/>
|
||||
<role rolename="admin-script"/>
|
||||
|
||||
<user username="admin" password="123456" roles="manager-gui,manager-script,manager-jmx,manager-status"/>
|
||||
<user username="tomcat" password="tomcat" roles="manager-gui"/>
|
||||
<user username="both" password="both" roles="manager-gui,admin-gui"/>
|
||||
<user username="root" password="root123" roles="manager-gui,manager-script"/>
|
||||
|
||||
</tomcat-users>
|
||||
Reference in New Issue
Block a user