Authentication Bypass in PHP | PHP Type Juggling

Опубликовано: 25 Октябрь 2021
на канале: CyberSecurityTV
3,500
43

Thank you for watching the video :
Authentication Bypass in PHP | PHP Type Juggling

Much like Python and Javascript, PHP is a dynamically typed language. This means that variable types are checked while the program is executing.

PHP has a feature called “type juggling”, or “type coercion”. This means that during the comparison of variables of different types, PHP will first convert them to a common, comparable type.

In this episode, we will learn about how the type of juggling can be exploited to bypass authentication.

01:12 What is Type Juggling
04:16 PHP Type Comparision
05:36 Example
06:36 Null Condition
07:45 Demo

ABOUT OUR CHANNEL📜
Cyber Security is a non-profit initiative taken by security professionals. Here we are uploading a series of videos to learn and get expertise in various domains of security. We are teaching tools, techniques, and methods which can be used on penetration testing assignments.

📌CHECK OUT OUR OTHER VIDEOS
▶️TOR Censorship Bypass Using VPN | CyberSecurityTV
   • TOR Censorship Bypass Using VPN | CyberSec...  
▶️TOR Bypasses Censorship Using Bridges | CyberSecurityTV
   • TOR Bypasses Censorship Using Bridges | Cy...  
▶️Bypass Internet Censorship Using Tor | CyberSecurityTV
   • Bypass Internet Censorship Using TOR | Cyb...  
▶️Privacy and Anonymity of the Internet | How to access dark web services
   • Privacy and Anonymity of the Internet | Ho...  


FOLLOW US ON SOCIAL
▶️Security Blog
https://bhaumikshah04.blogspot.com/
▶️Facebook
  / infosecforstarters  


#owasptop10 #webapppentest #appsec #applicationsecurity #apitesting #apipentest #cybersecurityonlinetraining #freesecuritytraining #penetrationtest #ethicalhacking #pentestforbegineers #ethicalhackingforbeginners #modernwebappattacks #phptypejuggling #phpvulnerability #authenticationbypass


Related Searches:
bypass authentication
php type juggling exploit
php type juggling authentication bypass
php type juggling ctf writeup
type juggling in php w3schools
php type juggling github