This is just a collection of POC's I write for a variety of challenges.
This is a summary of the challenges taken on in this repo.
Damn Vulnerable Web Application (DVWA) is a PHP/MySQL web application that is damn vulnerable.
DVWA: https://github.com/digininja/DVWA
Simple Java client and server application that implements a custom network protocol using the Java serialization format to demonstrate Java deserialization vulnerabilities.
DeserLab: https://github.com/NickstaDB/DeserLab
The HackSys Extreme Vulnerable Driver (HEVD) is a Windows Kernel driver that is intentionally vulnerable. It has been developed for security researchers and enthusiasts to improve their skills in kernel-level exploitation.
HEVD: HacksysExtremeVulnerableDriver.
Vulnserver is a multithreaded Windows based TCP server that listens for client connections on port 9999 (by default) and allows the user to run a number of different commands that are vulnerable to various types of exploitable buffer overflows.
VulnServer: https://github.com/stephenbradshaw/vulnserver
This is a repo of a variety of solutions to various coding challenges. Unfortunately, I don't have many reference links as these challenges are quite common.