phishing-frenzy
phishing-frenzy copied to clipboard
Introduce platform for tracking file downloads.
In the age of cryptolocker, training users not to download executables is just as important.
Phishing frenzy accommodates this great with only a minor modification.
I assume you have to configure the PHP yourself to deliver a file at the moment? I'm making movements to managing file downloads in https://github.com/pentestgeek/phishing-frenzy/pull/224 but I need some time to do a proper push on that :)
Yep, I just have a template that looks like this:
<a HREF="index2.php?uid=<?php echo $uid ?>&filename=video_codec.exe">CLICK HERE TO DOWNLOAD video_codec.exe</a>
Where index2.php just contains a meta redirect to a safe download. Of course they may click cancel when prompted by their browser, but if they've clicked the above link, they are very likely going to follow prompts. Cloning Vimeo is incredibly effective.