diff --git a/slides/sql-xss-csrf.html b/slides/sql-xss-csrf.html index 6d9f3ab..c0daa09 100644 --- a/slides/sql-xss-csrf.html +++ b/slides/sql-xss-csrf.html @@ -168,7 +168,7 @@ - Changes to a different database - `show tables;` - Shows which tables are in the current DB -- `describe ` +- `describe
;` - Gives details about the table columns diff --git a/uva/index.html b/uva/index.html index b5e99d8..438c287 100644 --- a/uva/index.html +++ b/uva/index.html @@ -8,18 +8,10 @@ @@ -158,7 +150,7 @@

Course calendar

- + diff --git a/uva/index.md b/uva/index.md index 246444f..6cd8a34 100644 --- a/uva/index.md +++ b/uva/index.md @@ -84,7 +84,7 @@ Course calendar | 5 | Sep 18 | M,W,F | RSA | [Encryption](../slides/encryption.html#/) | Mon: policy to 4.8; Wed: policy to 7.19; Fri: networking to 3.13 | | 6 | Sep 25 | M,W,F | Hashing | [Networking Overview](../slides/networks.html#/), [Web Security](../slides/web-security.html#/) | Mon: overview to 5.2; Wed: finished overview, finished policy, web security to 4.8; Fri: web security to 6.10 | | 7 | Oct 2 | W,F | Networks | [Web Security](../slides/web-security.html#/), [Anonymity](../slides/anonymity.html#/) | Mon: fall break; Wed: web security to 7.7; Fri: web security to 8.14 | -| 8 | Oct 9 | M,W,F | (midterm week) | [SQL, XSS, and CSRF](../slides/sql-xss-csrf.html#/), midterm | | +| 8 | Oct 9 | M,W,F | (midterm week) | [SQL, XSS, and CSRF](../slides/sql-xss-csrf.html#/), midterm | Mon: finished web security, review session; Wed: midterm; Fri: SQL/XSS/CSRF to 4.11 | | 9 | Oct 16 | M,W,F | Network fuzzing | [Cryptocurrency](../slides/cryptocurrency.html#/) | | | 10 | Oct 23 | M,W,F | SQL/XSS/CSRF | [Rootkits](../slides/rootkits.html#/), [Stuxnet](../slides/stuxnet.html#/) | | | 11 | Oct 30 | M,W,F | Cryptocurrency | [Viruses](../slides/viruses.html#/)| |
M,W,F (midterm week) SQL, XSS, and CSRF, midtermMon: finished web security, review session; Wed: midterm; Fri: SQL/XSS/CSRF to 4.11
9