From 5b090dddf0a4e340d541de06fa2d7c35431b5106 Mon Sep 17 00:00:00 2001 From: trustedsec Date: Tue, 15 Jan 2013 17:44:14 -0500 Subject: [PATCH] Added auto_redirect to on as default --- config/set_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/set_config b/config/set_config index bca13fb4d..749775a62 100644 --- a/config/set_config +++ b/config/set_config @@ -180,7 +180,7 @@ UPX_PATH=/usr/bin/upx ### This feature will turn on or off the automatic redirection. By default for example in multi-attack ### the site will redirect once one successful attack is used. Some people may want to use Java applet ### and credential harvester for example. -AUTO_REDIRECT=OFF +AUTO_REDIRECT=ON # ### This will redirect the harvester victim to this website once executed and not to the original website. ### For example if you clone abcompany.com and below it says blahblahcompany.com, it will redirect there instead.