clutter overflow - picoCTF practice challenges { Binary Exploitation }

preview_player
Показать описание
This is a challenge on picogym practice ,that has a buffer overflow vulnerability. This vulnerability is as a result of using gets() function which is a risky function in that we cant specify how much we can read from the user!
Instead ,for good coding practices you can use fgets()
So we overflow the buffer with a certain pattern to pass the conditional check that gets us the flag :)
Рекомендации по теме
visit shbcf.ru