Overview: A guide to common web vulnerabilities and how they are exploited.
A vulnerability allowing attackers to manipulate a database by injecting malicious SQL.
Example:
SELECT * FROM users WHERE username = 'admin' OR '1'='1';
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Overview: A guide to common web vulnerabilities and how they are exploited.
A vulnerability allowing attackers to manipulate a database by injecting malicious SQL.
Example:
SELECT * FROM users WHERE username = 'admin' OR '1'='1';