Server-side hacking techniques

WordPress Confusion

WordPress websites use many external plugins and themes. Importantly, they might be stored in the public WP plugins repository as well as in the private ones. It does remind me a bit the setup for dependency confusion vulnerability. That's pretty much what...

SQL injection in today’s web

Every once in a while, I get asked about whether vulnerabilities like SQL injection are still there. When pentesting, I was encountering this bug class regularly but to be honest, I wouldn’t test for this on any bug bounty target. However, I see that some people are...