Tomcat
101
βββ bin # stores scripts and bins needed to start and run Tomcat
βββ conf # config files
β βββ catalina.policy
β βββ catalina.properties
β βββ context.xml
β βββ tomcat-users.xml # user creds and roles, IMPORTANT FILE!!!
β βββ tomcat-users.xsd
β βββ web.xml
βββ lib # JAR files needed for proper functioning
βββ logs # temp log files
βββ temp # temp log files
βββ webapps # default webroot, hosts all apps
β βββ manager
β β βββ images
β β βββ META-INF
β β βββ WEB-INF
| | βββ web.xml
β βββ ROOT
β βββ WEB-INF
βββ work # acts as a cache during runtime
βββ Catalina
βββ localhostFootprinting

Attacks
BFA
RCE


Last updated