From b127fdc4f5351357aed733fda98fd996b8ec0943 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Tue, 14 Jul 2015 22:32:40 -0500 Subject: [PATCH] rickrolling is important --- scripts/resource/bap_dryrun_only.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/resource/bap_dryrun_only.rc b/scripts/resource/bap_dryrun_only.rc index a8e6299d81..9689d60d65 100644 --- a/scripts/resource/bap_dryrun_only.rc +++ b/scripts/resource/bap_dryrun_only.rc @@ -8,9 +8,9 @@ run_single("set MaxSessionCount 0") # Instead of set Content, you can also do set Custom404 to redirect the client to an SE training website # For example (why don't you try this? :-) ) -# run_single("set Custom404 https://www.youtube.com/watch?v=dQw4w9WgXcQ") +run_single("set Custom404 https://www.youtube.com/watch?v=dQw4w9WgXcQ") -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 :-)\"") run_single("run")