Want to create interactive content? It’s easy in Genially!

Get started free

sqlinj

James Wallace

Created on October 12, 2021

Start designing with a free template

Discover more than 1500 professional designs like these:

HR Organizational Chart

SWOT PRO

Branching diagram

Fishbone Diagram

Puzzle Diagram

Gear Diagram

Square Timeline Diagram

Transcript

SQL Injections can be prevented in many ways

  • Removing malicious SQL code from querys
  • Blocking out specific SQL terms
  • Locking the SQL code after the main query

SQL Injection

Statistics

PREVENTION

What is it

  • Lorem ipsum
  • Dolor sit amet
  • Consectetuer
  • Adipiscing elit
  • Sed diam
  • Nonummy nibh
  • Euismod
  • Represent 2 thirds of all cyber attacks
  • At least 80% of all the sites imperva WAF protect get SQL Injection attacks each month

SQL Injection is the technique of injecting malicious SQL code into search bars or login bars, the code inputs that into a SQL query for example "SELECT user_input FROM passwords" and the user inputs something like "password'SELECT * FROM passwords'" which would run the malicious SQL code