An open API service indexing awesome lists of open source software.

https://github.com/bkimminich/webappsec-nutshell

An ultra-compact intro (or refresher) to Web Application Security.
https://github.com/bkimminich/webappsec-nutshell

application-security owasp security security-awareness training-materials web-application-security

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Web Application Security in a nutshell [![Build Status](https://travis-ci.org/bkimminich/webappsec-nutshell.png?branch=master)](https://travis-ci.org/bkimminich/webappsec-nutshell)

An ultra-compact intro (or refresher) to Web Application Security
derived from my
[Web Application Security Training Workshop](http://de.slideshare.net/BjrnKimminich/web-application-security-21684264).

## Setup...

### ...for online viewers

1. Open
2. Done!

### ...for offline viewers

1. Download _Source Code (zip)_ of
[latest release](https://github.com/bkimminich/webappsec-nutshell/releases/latest)
2. Unpack ```.zip``` to disk
3. ```$ cd webappsec-nutshell```
4. Open ```index.html``` with your favorite browser
5. Done!

### ...for developers

1. Install [Node.js](http://nodejs.org/)
2. Install
[Grunt](http://gruntjs.com/getting-started#installing-the-cli)
3. ```$ git clone
https://github.com/bkimminich/webappsec-nutshell.git```
4. ```$ cd webappsec-nutshell```
5. ```$ npm install```
6. ```$ grunt serve```
7. Open to view the presentation
8. Done!

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

1. Open

2. Done! No fancy paralax background for you, though... :-)

## Credits

- Presentation created with
[reveal.js](https://github.com/hakimel/reveal.js)
- Based on free material provided by the
[Open Web Application Security Project (OWASP)](https://owasp.org)
- Background image based on
[Digital Shodan](http://sephiroth-kmfdm.deviantart.com/art/Digital-Shodan-56013493)
by [sephiroth-kmfdm](http://sephiroth-kmfdm.deviantart.com/)

## Copyright

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

Creative
<br />Commons License
This work is licensed under a Creative Commons
Attribution-NonCommercial 4.0 International License
.