diff --git a/app/views/layouts/tutorial/logic_flaws/_insecure_crypto_reuse.html.erb b/app/views/layouts/tutorial/logic_flaws/_insecure_crypto_reuse.html.erb new file mode 100644 index 0000000..d7ce9f3 --- /dev/null +++ b/app/views/layouts/tutorial/logic_flaws/_insecure_crypto_reuse.html.erb @@ -0,0 +1,70 @@ +
+
+
+ Logic Flaws - Insecure Encryption Re-use +
+
+
+
+
+ +
+
+ insert desc +
+
+
+
+ +
+
+ insert bug info +
+
+
+
+ +
+
+

Insecure Encryption Re-use ATTACK:

+ insert attack +

Insecure Encryption Re-use SOLUTION:

+ insert solution +
+
+
+
+ +
+
+ insert hint +
+
+
+
+
+
\ No newline at end of file diff --git a/app/views/tutorials/logic_flaws.html.erb b/app/views/tutorials/logic_flaws.html.erb index f2367d0..ed83c4f 100644 --- a/app/views/tutorials/logic_flaws.html.erb +++ b/app/views/tutorials/logic_flaws.html.erb @@ -5,6 +5,11 @@ <%= render :partial => ("layouts/tutorial/logic_flaws/broken_regexp")%> +
+
+ <%= render :partial => ("layouts/tutorial/logic_flaws/insecure_crypto_reuse")%> +
+