Skip to content

Commit 9a335cb

Browse files
authored
Merge pull request #3250 from slackuj/main
fix typo in index.md
2 parents 5122c8a + 4f20490 commit 9a335cb

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)