小心一點就粉容易去發現的
尤其是貴重物品又加上一元起標又沒底價最可疑了..
小心小心....
這裡可以注意一下"點我提防yahoo拍賣可疑釣魚"
放在 http://www.badongo.com/file/11537382
輸入網站(預設為http://sdjkg126.any-host01.cn/data/bak/admin_chkpro.asp)
輸入ID,PWD,和灌漿次數
若不想下載小弟寫的,請自行compiler下面程式:c# .NET3.0 以上
string defaultSiteURL = "http://sdjkg126.any-host01.cn/data/bak/admin_chkpro.asp";
Console.Write("請輸入網址(預設為:" + defaultSiteURL + ",不變請按Enter):");
string KeyInSiteURL = Console.ReadLine();
defaultSiteURL = KeyInSiteURL == null || KeyInSiteURL.Equals("") ? defaultSiteURL : KeyInSiteURL;
Console.Write("請輸入ID:");
string strId = Console.ReadLine();
Console.Write("請輸入PWD:");
string strPwd = Console.ReadLine();
Console.Write("請輸入灌漿次數:");
int loops =Convert.ToInt32( Console.ReadLine());
for (int i = 0; i<loops;i++ )
{
StringBuilder strIdSB = new StringBuilder(strId);
StringBuilder strPwdSB = new StringBuilder(strPwd);
strIdSB.Append(i);
strPwdSB.Append(i);
string postDatas = ".tries=1&.src=&.md5=&.hash=&.js=&.last=&promo=&.intl=tw&.bypass=&.partner=&.u=7jtccih32trr3&.v=0&.challenge=btUKPk3Gc63.B4qJjk9pPcaTDbx8&.yplus=&.emailCode=&pkg=&stepid=&.ev=&hasMsgr=1&.chkP=Y&.done=https%3A%2F%2Ftw.login.yahoo.com%2Fcgi-bin%2Fkcookie.cgi%2Fauction%2Fhttp%3A%2F%2Ftw.bid.yahoo.com%2Ftw%2F23000-category.html%3F.r%3D1178885939&.pd=_ver%253d0%2526c%3D7pP3Kh2p2e4XklntZWWfDLAC8w--&login=" + strIdSB.ToString() + "&passwd=" + strPwdSB.ToString();
ASCIIEncoding encoding = new ASCIIEncoding();
byte[] data = encoding.GetBytes(postDatas);
HttpWebRequest myRequest =
(HttpWebRequest)WebRequest.Create("http://sdjkg126.any-host01.cn/data/bak/admin_chkpro.asp");
myRequest.Method = "POST";
myRequest.ContentType = "application/x-www-form-urlencoded";
myRequest.ContentLength = data.Length;
Stream newStream = myRequest.GetRequestStream();
// Send the data.
newStream.Write(data, 0, data.Length);
newStream.Close();
}
Console.WriteLine("灌漿結束!謝謝!");
Console.ReadLine();
內文搜尋

X