From 55a2aa43b52cf9ce6e9994541471e7283935a744 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Sat, 30 May 2015 19:31:28 -0500 Subject: [PATCH] Update bap_dryrun_only.rc --- scripts/resource/bap_dryrun_only.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/resource/bap_dryrun_only.rc b/scripts/resource/bap_dryrun_only.rc index 2eb5619401..855aca5f4d 100644 --- a/scripts/resource/bap_dryrun_only.rc +++ b/scripts/resource/bap_dryrun_only.rc @@ -5,6 +5,12 @@ print_status("You can do 'notes -t baps.clicks' in msfconsole to track clicks an run_single("use exploit/multi/browser/autopwn") run_single("set RealList true") run_single("set MaxSessions 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 Content \"Hello, this is a security test. You shouldn't have clicked on that link :-)\"") + run_single("run") \ No newline at end of file