diff --git a/README.md b/README.md index 1b91c7e1291a1ae15cf07ecbfd33fe316299f8f4..a4c7d930b92832c0bc89f14baa08586a31a40c80 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> +