Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1409-1440 of 1801 terms

S
32

SQL Injection Testing

Testing an application for SQL injection vulnerabilities by probing inputs with crafted payloads to detect whether they reach the database as code, a classic web-pentest activity.

SQL injection testing systematically probes application inputs (forms, parameters, headers, cookies) with payloads designed to alter the SQL the server runs, detecting injection via errors, response differences, or out-of-band behavior. Methodology covers identifying entry points, choosing payloads for each context, distinguishing blind from in-band, and documenting impact. As a web-application-pentest topic, it remains relevant because SQL injection still appears in real systems and parameterized queries aren't universal.

Introduced in: Web Application Penetration Testing

Examples

  • Probing form inputs with payloads to detect SQL injection.
  • Distinguishing blind from in-band SQL injection during testing.
  • Documenting injection impact for the pentest report.

No related terms linked yet.