Category Penetration Testing

Auth bypass with PHP type Juggling

This post will discuss PHP type juggling and how they lead to authentication bypass vulnerability. PHP type juggling has two main comparison modes, loos(==) and strict(===). loose comparison mode has a set of operand conversion rules to make it easier…

Spawning a TTY Shell

You should almost always upgrade your shell after taking control of an apache or www user. you may encounter limited shells that use bash and only allow you to execute a single command per session. you can overcome this by…

Upload Web Shell with SQLmap

In this tutorial, we are going to learn how to upload a web shell using SQLmap. SQLmap is an open-source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over database servers. Find…