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.
Wow, the fake email and password I used happened to be a real account and it's MRGFTGJSDFHU. With an email and password like that, it's no wonder it's so massively shared.
thx for sig bobithan
Offline
^ why EE has 0 creativity
It's clearly a phishing site, can't say it's surprising or original for that matter.
Likely TeleportHacker1, though will research further, with the assistance of the hosting provider.
*u stinky*
Offline
Anyone knows how the emails are checked ? Otherwise it could be easy to bomb it with a small script
it only checks if the textbox is empty if im right so go ahead bomb it >:)
if you can read this....good for you
Offline
hehehe, script kiddies are the best
so yeah, the funeral for EUW the level 1 alt will be on Wednesday
tikenalpha wrote:Anyone knows how the emails are checked ? Otherwise it could be easy to bomb it with a small script
it only checks if the textbox is empty if im right so go ahead bomb it >:)
Indeed, there was an error in the script =P
I know squat about javascript, so I don't know if the following stuff works, but... help yourself (I tried it a few times and the first iteration works for sure, but I need an expert though):
function randomString() { var chars = '0123456789abcdefghijklmnopqrstuvwxyz'; var result = ''; var length = Math.random()*10; for (var i = length; i > 0; --i) result += chars[Math.round(Math.random() * (chars.length - 1))]; return result; } function randomMail() { var mails = ['@gmail', '@hotmail', '@yahoo', '@mail', '@caramail']; var dom = ['.com', '.net', '.org', '.edu', '.en', '.fr', '.es', '.cn'] return mails[Math.round(Math.random() * (mails.length - 1))] + dom[Math.round(Math.random() * (dom.length - 1))]; } function sleep(milliseconds) { var start = new Date().getTime(); for (var i = 0; i < 1e7; i++) { if ((new Date().getTime() - start) > milliseconds){ break; } } } for (var i = 100; i > 0; --i) { document.getElementsByName('Mail')[0].value= randomString()+randomMail(); document.getElementsByName('Pass')[0].value= randomString(); document.forms[0].submit(); //sleep(100); window.location.replace('http://everybodyishacked.clanteam.com/'); }
Last edited by tikenalpha (Aug 14 2014 3:21:16 pm)
Offline
i know nothing about javascript lel
if you can read this....good for you
Offline
[ Started around 1731915534.8024 - Generated in 0.038 seconds, 12 queries executed - Memory usage: 1.43 MiB (Peak: 1.55 MiB) ]