Difference between revisions of "WebGoat"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(Created page with "== Summary == This is a tutorial and info site on the OWASP's vulnerable web application WebGoat. == Requirements == * Operating system: Linux == Description == <ref>Acun...")
 
Line 8: Line 8:


== Description ==
== Description ==
<ref>Acunetix, ''Types of SQL Injection (SQLi)'', 2022, accessed on: 05.01.2022. [Online]. Available: https://www.acunetix.com/websitesecurity/sql-injection2/</ref>
WebGoat is a deliberately insecure web application maintained by OWASP designed to teach web application security lessons. It is a demonstration of common server-side application flaws. The exercises are intended to be used by people to learn about application security and penetration testing techniques.<ref>WebGoat Github, ''WebGoat'', 2022, accessed on: 08.01.2022. [Online]. Available: https://github.com/WebGoat/WebGoat</ref>


== Installation ==
== Installation ==


Enter these commands in the shell
echo foo
echo bar


=== Step 2 ===
=== Step 2 ===
Line 24: Line 20:
* Lord of the Rings
* Lord of the Rings
* The Baroque Cycle
* The Baroque Cycle
== Used Hardware ==
[[Device to be used with this documentation]]
[[Maybe another device to be used with this documentation]]
== Courses ==
* [[A course where this documentation was used]] (2017, 2018)
* [[Another one]] (2018)


== References ==
== References ==

Revision as of 20:43, 8 January 2022

Summary

This is a tutorial and info site on the OWASP's vulnerable web application WebGoat.

Requirements

  • Operating system: Linux

Description

WebGoat is a deliberately insecure web application maintained by OWASP designed to teach web application security lessons. It is a demonstration of common server-side application flaws. The exercises are intended to be used by people to learn about application security and penetration testing techniques.[1]

Installation

Step 2

Make sure to read

  • War and Peace
  • Lord of the Rings
  • The Baroque Cycle

References

  1. WebGoat Github, WebGoat, 2022, accessed on: 08.01.2022. [Online]. Available: https://github.com/WebGoat/WebGoat