Giter VIP home page Giter VIP logo

webappsec-nutshell's Introduction

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 online viewers

  1. Open http://webappsec-nutshell.kimminich.de/
  2. Done!

...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/bkimminich/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.

webappsec-nutshell's People

Contributors

bkimminich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

webappsec-nutshell's Issues

Missing info

  • Slide 15 should mention a pbkdf like bcrypt/scrypt instead of suggesting to design their own derivation function. Those are usually badly designed when homebrew.
  • The chapter about https lacks hsts and preloaded hsts which are essential to prevent protocol downgrade attacks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.