Skip to content

Commit 4f20490

Browse files
authored
fix typo in index.md
I am sorry but i couldn't find the corresponding html file or is it generated using gradle or something else? Signed-off-by: Umesh Joshi <[email protected]>
1 parent 5122c8a commit 4f20490

File tree

1 file changed

+1
-1
lines changed
  • site/content/blog/2021-12-01-the-eval-villain-add-on

1 file changed

+1
-1
lines changed

site/content/blog/2021-12-01-the-eval-villain-add-on/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To get started with Eval Villain launch Firefox from ZAP, select the Eval Villai
2424

2525
More likely that's not the case, so let's fake an interaction just to see what it’s like. For the sake of example, let's put something into `eval` and see if Eval Villain can catch it. You can quickly experiment with Eval Villain by typing into the console.
2626

27-
Imagine the website uses `eval` to pop an alert box and welcome you to the site. Try typing this into the console: `eval(‘alert("welcome to the website"))`. You’ll see the alert box work, but you’ll also get a notification from Eval Villain. If you expand all the console groups, you should see something like this:
27+
Imagine the website uses `eval` to pop an alert box and welcome you to the site. Try typing this into the console: `eval(‘alert("welcome to the website"))`. You’ll see the alert box work, but you’ll also get a notification from Eval Villain. If you expand all the console groups, you should see something like this:
2828

2929
![Eval Villain start](images/ev_first.png)
3030

0 commit comments

Comments
 (0)