From b717e7db809456764400f3e750774d23eb08c8fc Mon Sep 17 00:00:00 2001 From: radlaci97 <radlaci97@sch.bme.hu> Date: Sat, 11 Jun 2022 12:22:18 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b91c7e..a4c7d93 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ Feel free to add packages or use features! For cookie-based sessions, you can im In the last line, we make the counter available to the template, where we can inject the value: ```patch ---- a/attacker/templates/index.html -+++ b/attacker/templates/index.html +--- a/victim/templates/index.html ++++ b/victim/templates/index.html @@ -15,6 +15,8 @@ - <p>This is an ATTACKER Flask application running on <snap id="origin-text">(Origin)</snap>.</p> + <p>This is an VICTIM Flask application running on <snap id="origin-text">(Origin)</snap>.</p> +<p>You have visited this site {{ counter }} times.</p> + -- GitLab