You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add entity-smuggler service for XXE lab and update documentation
- Introduced a new service `entity-smuggler` in `docker-compose.yml` for the XML External Entity (XXE) lab, configured with specific network settings and port mappings.
- Updated `README.md` to include details about the new lab, including its IP address and port.
- Enhanced `additional-labs/README.md` with information on the XXE lab's objectives and setup instructions.
- Added Dockerfile, application code, and requirements for the XXE lab in the `additional-labs/XXE` directory, providing a complete educational resource for practicing XXE vulnerabilities.
|**sqli-breach**| A login portal vulnerable to SQL Injection authentication bypass. Practice union-based, error-based, and blind SQLi techniques. |
84
86
|**shell-inject**| Network tool simulator that demonstrates OS command injection vulnerabilities. Learn filter bypass and chaining techniques. |
85
87
|**maze-walker**| File viewer application with path traversal vulnerabilities. Practice LFI, directory traversal, null byte injection, and filter bypasses. |
88
+
|**entity-smuggler**| XML processing gateway vulnerable to XXE injection. Practice file disclosure, SSRF via XML, blind XXE, and entity expansion attacks. |
0 commit comments