From 648af6a4c890f214b244714c1343810b4ecea829 Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Thu, 9 May 2013 17:59:11 -0400 Subject: [PATCH] added a hint dropdown to every tutorial section --- app/views/tutorials/broken_auth.html.erb | 14 ++++++++++++++ app/views/tutorials/crypto.html.erb | 14 ++++++++++++++ app/views/tutorials/csrf.html.erb | 16 +++++++++++++++- app/views/tutorials/injection.html.erb | 16 +++++++++++++++- app/views/tutorials/insecure_dor.html.erb | 16 +++++++++++++++- app/views/tutorials/misconfig.html.erb | 16 +++++++++++++++- app/views/tutorials/redirects.html.erb | 16 +++++++++++++++- app/views/tutorials/ssl_tls.html.erb | 14 ++++++++++++++ app/views/tutorials/url_access.html.erb | 16 +++++++++++++++- app/views/tutorials/xss.html.erb | 16 +++++++++++++++- 10 files changed, 147 insertions(+), 7 deletions(-) diff --git a/app/views/tutorials/broken_auth.html.erb b/app/views/tutorials/broken_auth.html.erb index 86e1709..837acc9 100644 --- a/app/views/tutorials/broken_auth.html.erb +++ b/app/views/tutorials/broken_auth.html.erb @@ -53,6 +53,20 @@ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor + +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
diff --git a/app/views/tutorials/crypto.html.erb b/app/views/tutorials/crypto.html.erb index c61d80b..2ab0279 100644 --- a/app/views/tutorials/crypto.html.erb +++ b/app/views/tutorials/crypto.html.erb @@ -51,6 +51,20 @@ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor + +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
diff --git a/app/views/tutorials/csrf.html.erb b/app/views/tutorials/csrf.html.erb index d60acca..ac729c6 100644 --- a/app/views/tutorials/csrf.html.erb +++ b/app/views/tutorials/csrf.html.erb @@ -90,7 +90,21 @@ - +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
+
+ diff --git a/app/views/tutorials/injection.html.erb b/app/views/tutorials/injection.html.erb index f19e954..2b72588 100644 --- a/app/views/tutorials/injection.html.erb +++ b/app/views/tutorials/injection.html.erb @@ -54,7 +54,21 @@ - +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
+
+ diff --git a/app/views/tutorials/insecure_dor.html.erb b/app/views/tutorials/insecure_dor.html.erb index 2c63cd4..4a40955 100644 --- a/app/views/tutorials/insecure_dor.html.erb +++ b/app/views/tutorials/insecure_dor.html.erb @@ -52,7 +52,21 @@ - +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
+
+ diff --git a/app/views/tutorials/misconfig.html.erb b/app/views/tutorials/misconfig.html.erb index d7f03c0..3dc8cc9 100644 --- a/app/views/tutorials/misconfig.html.erb +++ b/app/views/tutorials/misconfig.html.erb @@ -52,7 +52,21 @@ - +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
+
+ diff --git a/app/views/tutorials/redirects.html.erb b/app/views/tutorials/redirects.html.erb index a082195..9823dc9 100644 --- a/app/views/tutorials/redirects.html.erb +++ b/app/views/tutorials/redirects.html.erb @@ -52,7 +52,21 @@ - +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
+
+ diff --git a/app/views/tutorials/ssl_tls.html.erb b/app/views/tutorials/ssl_tls.html.erb index 39d64b6..f6f957a 100644 --- a/app/views/tutorials/ssl_tls.html.erb +++ b/app/views/tutorials/ssl_tls.html.erb @@ -51,6 +51,20 @@ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor + +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
diff --git a/app/views/tutorials/url_access.html.erb b/app/views/tutorials/url_access.html.erb index 48525f3..180a0eb 100644 --- a/app/views/tutorials/url_access.html.erb +++ b/app/views/tutorials/url_access.html.erb @@ -52,7 +52,21 @@ - +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
+
+ diff --git a/app/views/tutorials/xss.html.erb b/app/views/tutorials/xss.html.erb index 9a43d89..45b97c4 100644 --- a/app/views/tutorials/xss.html.erb +++ b/app/views/tutorials/xss.html.erb @@ -62,7 +62,21 @@ - +
+ +
+
+ Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor +
+
+
+