Hi Team,
I am in need of resource for example code snippets of Vulnerable Code and corresponding Exploit Code.
I have googled the internet and I find sites like
Oracle Secure Code Guide and
Securing Java Chpt 7, which only supply me with rules of thumb and best practices or Other website trying to sell me a learning course.
I'm looking for a resource with side by side weak code and exploit code, because I intend to run the weak code through a data structure parser I made and see if vulnerabilities still exist. I'm mostly interested in whitebox exploits that require internal knowledge of the code and data structures.
With the resources I've come across it explains how some exploits are performed but no example code or demonstrations. I don't want to spend a month writing multiple code example code snippets because there must be a resource that already exists.
Any help would be much appreciated even key phrases to search for.