This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP Appsec Tutorial Series"

From OWASP
Jump to: navigation, search
Line 3: Line 3:
 
= Overview  =
 
= Overview  =
  
The OWASP Appsec Tutorial Series breaks down security concepts in a easily accessible, friendly way. Each video is 5-10 minutes long and highlights a different security concept, tool or methodology.
+
WebGoat.NET is a purposefully broken ASP.NET web application. It contains many common vulnerabilities, and is intended for use in classroom environments.
  
 +
= Dependencies  =
  
= Project Goals  =
+
Mono.Data.Sqlite
  
The goal is to cover each major OWASP project in a fun, informative way.
+
= Download  =
  
= Episode List  =
+
Download Page: https://github.com/jerryhoff/WebGoat.NET
 +
Zip File: http://github.com/jerryhoff/WebGoat.NET/zipball/master
  
*[http://www.youtube.com/watch?v=CDbWvEwBBxo Episode 1 - Introduction]
+
$ git clone git://github.com/jerryhoff/WebGoat.NET
*[http://www.youtube.com/watch?v=pypTYPaU7mM Episode 2 - Injection Attacks]
 
*[http://www.youtube.com/watch?v=_Z9RQSnf8-g Episode 3 - Cross Site Scripting]
 
  
= Participants List =
 
* Project Lead:
 
** Jerry Hoff - [email protected]
 
  
= License =  
+
= Participants List  =
The OWASP Appsec Tutorial Series is released under the Attribution-NonCommercial license.
 
  
http://creativecommons.org/licenses/by-nc/3.0/
+
*Project Lead:  
 +
**Jerry Hoff - jerry@owasp.org
 +
 
 +
= License  =
 +
 
 +
GPL

Revision as of 02:00, 20 October 2011

Main

Overview

WebGoat.NET is a purposefully broken ASP.NET web application. It contains many common vulnerabilities, and is intended for use in classroom environments.

Dependencies

Mono.Data.Sqlite

Download

Download Page: https://github.com/jerryhoff/WebGoat.NET Zip File: http://github.com/jerryhoff/WebGoat.NET/zipball/master

$ git clone git://github.com/jerryhoff/WebGoat.NET


Participants List

License

GPL