-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Boolean-based SQL injection is a technique which relies on sending an SQL query to the database. This injection technique forces the application to return a different result, depending on the query. Depending on the boolean result (TRUE or FALSE), the content within the HTTP response will change, or remain the same. The result allows an attacker to judge whether the payload used returns true or false, even though no data from the database are recovered. Also, it is a slow attack; this will help the attacker to enumerate the database.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels