First draft at XSS

This commit is contained in:
mayhew64
2016-11-21 13:39:43 -05:00
parent f2a114419a
commit 95607089d4
42 changed files with 1652 additions and 5 deletions

View File

@ -1,5 +1,3 @@
= SQL Injection
== Concept
This lesson describes what is Structured Query Language (SQL) and how it can be manipulated to perform tasks that were not the original intent of the developer.
@ -11,5 +9,5 @@ This lesson describes what is Structured Query Language (SQL) and how it can be
* The user will demonstrate knowledge on:
** String SQL Injection
** Numeric SQL Injection
** Combining SQL Injection Techniques