by József Könnyű | Apr 24, 2019 | Security analysis
It’s been a while since I wrote the previous episode of my blog series. If you are interested in Remote Code Execution, then I definitely recommend reading the previous part. So, here we are again, the moment has come for my final article about cross-site scripting...by József Könnyű | Oct 29, 2018 | Security analysis
If someone wants to use a server resource or take control of the server in some way or wants to steal data, then he does it via remote code execution vulnerability. What is Remote Code Execution? This vulnerability triggers in so many ways, but in most cases, it is...by József Könnyű | Oct 8, 2018 | Security analysis
Before I begin to explain CSRFs we need to understand some facts. First of all, we have to see how websites usually work when they have a login. Most pages use username/email and password for authentication. In today’s world, it’s not uncommon for newer...by József Könnyű | Sep 21, 2018 | Security analysis
In the previous blog article, we learned about SQL injection and how it works. If you read it then you will know that it belongs to the family of the most serious vulnerabilities. The next vulnerability is not going to be so serious, but it’s worth taking care...by József Könnyű | Aug 31, 2018 | Security analysis
As a member of the BitNinja Development Team, one of our most important tasks is to develop the protection of BitNinja. When we deal with such a process we can see how an attack works or how a botnet can exploit a vulnerability. It’s almost like watching these...