Journal Week 11 Day 3
# Journal Week 11 Day 3
What is SQL injection?
What are 3 methods SQL injection can be done by?
How can we detect and sanitize SQL injection attacks?
SQL injection is when code is put into a data fields and submitted.
The first is through input. Two is to modify the cookies to poison the database. Third is through http headers.
You can sanitize by filtering out all non-number and letter data. You can detect through some programs such as IDS.
Daily Challenge https://github.com/NathanMQuam/Auth-Taskmaster