mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-27 06:50:18 +00:00
Added auto_redirect to on as default
This commit is contained in:
parent
a8edfc54af
commit
5b090dddf0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue