SomeoneWeird / secureyournode

Security workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

secureyournode

You need to run this workshopper on a computer with a web-browser (preferably Chrome or FireFox)

Security workshop, with exercises in an attack/defense style format.

Attack exercises will teach you how to exploit vulnerabilities. Defense exercises will teach you how to protect against then.

This workshop will be a mix of general web security (XSS, CSRF), and javascript-specific gotchas (with etc.)

This is a work in progress, the code will be hacky and messy, so, fix it or don't complain!

Installation

npm install -g secureyournode

Problems

  • XSS - Attack
  • XSS - Defend
  • CSRF - Attack
  • CSRF - Defend
  • Injection - Attack
  • Injection - Defend
  • (JS) with - Attack
  • (JS) with - Defend

LICENSE

MIT

About

Security workshop

License:MIT License


Languages

Language:JavaScript 92.5%Language:CSS 7.5%