Hacking a .NET Application or how to avoid getting hacked | counts for like all client code!
In this video i will show an example how easily you can hack a simple NET Application, when the developer did wrong, by like saving credentials into client-code. Many beginners do this one critical thing which makes their app pretty vulnerable and easy to hack. They are saving/hardcording User-, FTP-, or even database-credentials into the client-code. That basically means: Everyone can extract those and read them!! This counts for like every client-side application, whether it's java, or .NET or whatever. There will most likely exist a way, everytime.
đ Website & example app download:
https://bit.ly/hacking-a-dot-net-application
đ Chapters:
00:46 Notice for C# devs
01:00 Start
01:24 To be hacked example App
01:46 A word on dialogs
02:11 Little code explanation
03:01 The vulnerable code
03:28 Spying those credentials
04:46 Deepter into the file
05:09 Recap
05:42 Outro