We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8f640 commit b127fdcCopy full SHA for b127fdc
scripts/resource/bap_dryrun_only.rc
@@ -8,9 +8,9 @@ run_single("set MaxSessionCount 0")
8
9
# Instead of set Content, you can also do set Custom404 to redirect the client to an SE training website
10
# For example (why don't you try this? :-) )
11
-# run_single("set Custom404 https://www.youtube.com/watch?v=dQw4w9WgXcQ")
+run_single("set Custom404 https://www.youtube.com/watch?v=dQw4w9WgXcQ")
12
13
-run_single("set HTMLContent \"Hello, this is a security test. You shouldn't have clicked on that link :-)\"")
+# run_single("set HTMLContent \"Hello, this is a security test. You shouldn't have clicked on that link :-)\"")
14
15
run_single("run")
16
</ruby>
0 commit comments