Security testing requires a systematic approach to review an application with a comprehensive set of security-testing cases. We refer to some industry best practices and tools to plan security testing. On the other hand, we should also learn from white-hat or real hackers. The purpose of studying real threats and exploits is to review and improve the existing security testing methodologies and tools. The following sections contain some of the recommended references for real-world exploits.
Thinking like a hacker
Exploits and CVE
These resources provide the proof-of-concept (PoC) testing scripts and tools of CVEs. They're valuable because we may apply or customize those testing scripts to be parts of our security testing...