FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
SQL Injection – querying the database type and version | PortSwigger Lab Note #6
How-ToSecurity

SQL Injection – querying the database type and version | PortSwigger Lab Note #6

via Dev.toKenny Cipher3w ago

target: Lab URL: https://portswigger.net/web-security/learning-paths/sql-injection/sql-injection-examining-the-database-in-sql-injection-attacks/sql-injection/examining-the-database/lab-querying-database-version-mysql-microsoft Tools Used: browser Burp suite Vulnerability Summary: Type: SQL Injection Description: Steps to Exploit: 1.Determine the number of columns and which columns contain string data. 2.If the error-based payload fails, try changing the comment format. 3.According to the cheat sheet, determine that the database version is MySQL, and note the space after the double dash. 4.Solve the lab with the correct payload to disclose the MySQL version information. Remediation: Use parameterized queries / prepared statements Use server‑side input validation Escape and sanitize user input Lessons Learned:

Continue reading on Dev.to

Opens in a new tab

Read Full Article
21 views

Related Articles

Vibe Coding Isn’t for Everyone (And That’s the Point)
How-To

Vibe Coding Isn’t for Everyone (And That’s the Point)

Medium Programming • 16h ago

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)
How-To

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)

Medium Programming • 16h ago

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)
How-To

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)

Dev.to Beginners • 17h ago

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode
How-To

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode

Medium Programming • 18h ago

Clean Code Principles Every Software Engineer Should Follow
How-To

Clean Code Principles Every Software Engineer Should Follow

Medium Programming • 19h ago

Discover More Articles