Brute.Fail: Watch brute force attacks fail in real time
1–10 of 268 posts
Re: Brute.Fail: Watch brute force attacks fail in real time
#2Just curious, why x out the IP at all?
Re: Brute.Fail: Watch brute force attacks fail in real time
#3Re: Brute.Fail: Watch brute force attacks fail in real time
#4This is fun to watch, seeing all the passwords is pretty interesting. Just curious, why x out the IP at all?
Re: Brute.Fail: Watch brute force attacks fail in real time
#5Re: Brute.Fail: Watch brute force attacks fail in real time
#6This is fun to watch, seeing all the passwords is pretty interesting. Just curious, why x out the IP at all?
Trying to avoid being a jerk. The sources are likely hacked boxes where the owner has no idea.
Re: Brute.Fail: Watch brute force attacks fail in real time
#7EDIT: Unless it's happening on the server side where it's being saved, I don't think they're being escaped:
col1.innerHTML = ' ' + msg.src;
col2.innerHTML = msg.proto;
col3.innerHTML = '' + msg.u + '';
col4.innerHTML = '' + msg.p + '';Re: Brute.Fail: Watch brute force attacks fail in real time
#8Seems like some of them are residential IP addresses! I guess parts of a botnet or a compromised device?
Lets put 20 unpatched linux computers on every network and see how that goes.
Re: Brute.Fail: Watch brute force attacks fail in real time
#9Re: Brute.Fail: Watch brute force attacks fail in real time
#10That’s neat. What’s the total volume per day? Are the passwords themselves being escaped in the final UI rendering? Otherwise you’d have an XSS for a password like “ /* code */ ". EDIT: Unless it's happening on the server side where it's being saved, I don't think they're being escaped: col1.innerHTML = ' ' + msg.src; col2.innerHTML = msg.proto; col3.innerHTML = ' ' + msg.u + ' '; col4.innerHTML = ' ' + msg.p + ' ';