This project demonstrates a simple directory traversal vulnerability.
Directory traversal is a type of security vulnerability that allows an attacker to access files and directories that are stored outside the web root folder. This project showcases how such vulnerabilities can be exploited and provides examples for educational purposes.
- Demonstrates directory traversal attack
- Provides examples of vulnerable code
- Educational purposes only
- Clone the repository:
git clone https://github.com/yourusername/homemade-dirtrav.git- Navigate to the project directory:
cd homemade-dirtravRun the vulnerable application:
docker-compose up --buildaccess the application at port 6969