Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 457 Bytes

Workshop_3_Security.MD

File metadata and controls

21 lines (18 loc) · 457 Bytes

Cookies? CSRF

Implement NodeJS cookie example https://en.wikipedia.org/wiki/HTTP_cookie

  • Cookie attacks
  • CSRF
  • XSS
  • NodeJS secure protection library
  • JWT (Explicit attachment)
  • HTTP auth
  • Query String
  • Hidden form fields
  • window.name property for tracking (json, js objects 2-32MB)
  • ETags
  • HTML5 standard (tied to single page only)
  • Browser cache identifier.. eg. var userId = 23232 for the user
  • Browser finger printing
  • Super cookie .com