Want to create interactive content? It’s easy in Genially!
SQL Injection Presentation
Declan Carroll
Created on October 11, 2022
Start designing with a free template
Discover more than 1500 professional designs like these:
View
Practical Presentation
View
Smart Presentation
View
Essential Presentation
View
Akihabara Presentation
View
Pastel Color Presentation
View
Modern Presentation
View
Relaxing Presentation
Transcript
SQL Injection Presentation
What is SQL Injection?
SQL Injection is a code injection that could potentially destroy your database.It is a common technique used by hackers in web hacking. It allows an attacker to alter and interfere with any queries that an application makes to its database. These attackers take advantage of any vulnerabilities that a webpage may have.
What happens during SQL Injection?
Thirdly, the hacker is granted access to view and alter records or potentially act as database administrator,
Firstly, the hacker identifies a vulnerable SQL-driven website & injects malicious SQL query via input dataSecondly, malicious SQL query is validated and the command is executed by the databaseSeS
How to prevent SQL Injections
You can prevent SQL Injections via input validation and parametrized queries including prepared statements.
You can also prevent SQL Injections by using character escaping