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.
- Host: GitHub
- URL: https://github.com/bkimminich/webappsec-nutshell
- Owner: bkimminich
- License: other
- Created: 2014-11-03T20:01:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T14:59:51.000Z (over 7 years ago)
- Last Synced: 2025-03-24T03:11:31.910Z (4 months ago)
- Topics: application-security, owasp, security, security-awareness, training-materials, web-application-security
- Language: JavaScript
- Homepage: http://webappsec-nutshell.kimminich.de
- Size: 2.58 MB
- Stars: 31
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Application Security in a nutshell [](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
This work is licensed under a Creative Commons
Attribution-NonCommercial 4.0 International License.