QUIZ: There is at least 6 security controls that could prevent several steps in the video including vulnerabilities or user errors. Can you spot them all?
FREEBIE: DVWA web server & IE8 browser security settings allow unencrypted XSS attack string to be sent during an SSL session. "Submit non-encrypted form data- ENABLED"
What else?

http://vimeo.com/26751019 I didn't watch the video yet, however now I'm just guessing the security controls, I get free cookies if I win right?

Security Controls / Applications Preventing XSS:
- NoScript (Browser Addon)
- Anti-Virus System (Some detects and blocks XSS payloads)
- HIPS (Host-based Intrusion Prevention System, similar to an Anti-Virus system somewhat.)
- Patch Management (Staying updated and patched from known vulnerabilities.)
- Other browsers with Sandboxes (e.g. Chrome), or sandboxing a browser.
- Virtual Machines / Jailing (Using a browser in a virtual machine that is only used for that.)
- Enforced Proxy (Filters malicious data, similar to an IPS system somewhat.)
- SPI Firewall (Can detect and remove malicious data.)
And so forth.. Just a few ideas I had
