SQL injection attack, querying the database type and version on MySQL and Microsoft

Published: 22 September 2024
on channel: Aditi Decrypts
18
1

Learn SQL Injection with Burp Suite! 🔍💻

Did you know that Burp Suite can help you intercept and modify requests to identify SQL vulnerabilities? Let's explore a practical example:

1️⃣ Intercept the request that sets the product category filter.
2️⃣ Modify the request to determine the number of columns returned by the query and which columns contain text data.

💡 Use this payload in the category parameter to verify the query returns two text columns:
`'+UNION+SELECT+'abc','def'#`

🔍 To check the database version, use this payload:
`'+UNION+SELECT+@@version,+NULL#`

This will help you understand the backend database structure and reveal valuable info like the database version! 📊

#BurpSuite #CyberSecurity 🛡️ #SQLInjection #AppSec #EthicalHacking


Watch video SQL injection attack, querying the database type and version on MySQL and Microsoft online without registration, duration hours minute second in high quality. This video was added by user Aditi Decrypts 22 September 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 18 once and liked it 1 people.