Skip to content

d-oderbolz/webappsec-nutshell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Application Security in a nutshell Build Status

An ultra-compact intro (or refresher) to Web Application Security derived from my Web Application Security Training Workshop.

Setup...

...for offline viewers

  1. Download Source Code (zip) of latest release
  2. Unpack <version>.zip to disk
  3. $ cd webappsec-nutshell
  4. Open index.html with your favorite browser
  5. Done!

...for developers

  1. Install Node.js
  2. Install Grunt
  3. https://github.com/d-oderbolz/webappsec-nutshell.git```
    
  4. $ cd webappsec-nutshell
  5. $ npm install
  6. $ grunt serve
  7. Open http://localhost:8000 to view the presentation
  8. Done!

...for those who are happy with just a PDF

  1. Open http://slideshare.net/BjrnKimminich/web-application-security-in-a-nutshell
  2. Done! No fancy paralax background for you, though... :-)

Credits

Copyright

Copyright (c) by Bjoern Kimminich, http://kimminich.de

Creative
Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

About

An ultra-compact intro (or refresher) to Web Application Security.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 48.7%
  • CSS 26.2%
  • HTML 13.9%
  • SCSS 11.2%