.WAR
Web Application Resource
A Web Application Resource is a single file container that holds all the potential files necessary for a Java-based web application. It can have Java Archives (.jar), Java Server Pages (.jsp), Java Servlets, Java classes, webpages, css, etc.
The /WEB-INF
directory inside the archive is a special one, with a file named web.xml
which defines the structure of the application.
Create Malicious WAR files:
Windows: msfvenom
WAR files are basically ZIP files:
Finding JSP files:
Last updated