Home ยป Archives for January 2023
Hello Friends, In this post. I am going to cover Deserialization or Unserialization Vulnerability detailed with a Practical Example. Before going in depth of this post. be clear Desirialize and Unserialize is a same this in two different computer programming language. that is Unserialize in PHP and Deserialize in JAVA.…
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 are in the right place. Blah BLah ๐ .. let’s continue our post. ๐ Index What is File Inclusion Attack?…
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 (SSRF) is a type of web application vulnerability that allows an attacker to manipulate the server into making unintended requests…
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 used. This can lead to unexpected results and can potentially create security vulnerabilities if not handled properly. In PHP, there…