Reversing Decrypting Database Credentials Using Damn Vulnerable Thick Client App
In the previous article, we have discussed injection attacks in Thick Client Applications specifically in DVTA. In this article, we will discuss how to decompile .NET applications to abuse the vulnerabilities exposed through the source code. To better understand this article, it is recommended to read the previous parts of this series if you haven’t done yet. There are multiple tools available for decompiling .NET applications. We are going to use dotPeek in this article....