Vulnerable Web Server written in C++
- mkdir build && cd build
- cmake ..
- make
- ./damn_vulnerable_web_server ../serve/ 8081
- Buffer Overflow
- Path Traversal
- Uncontrolled format string
- Command Injection
- Session Fixation
- Insecure Temporary File Creation Race Condition