Local File Inclusion(LFI) Explained
Hello Guys! Today I'm gonna explain you some Local File Inclusion Tricks. If you are really interested in Web Application Pentesting and want to learn in-depth about LFI soo, you…
Server Side Request Forgery(SSRF) Explained with Examples
Hello All Finally, I managed my time to write something about SSRF (Server Side Request Forgery) Vulnerability which is going wild nowadays in Bug Bounty Programs. Server Side Request Forgery…
PHP Type Juggling Explained with Demo
Hello All, PHP type juggling is a feature of the PHP programming language that allows variables to automatically change their data type based on the context in which they are…