Earlier quoted context omitted.
no, they definitely shouldn't, for the same reason they don't store the real passwords in plain text. it would be a terrible security hole.
Sorry for being ignorant, but why is providing the passwords they guess/automate a security issue?
Github seems to be experiencing security issues
41–50 of 59 posts
Re: Github seems to be experiencing security issues
#42The list of IPs from China (& Indonesia, etc) - that most are seeing on their page - making failed login attempts, looks like a botnet or automated bruteforce on the GitHub authentication service. Hit enough usernames with a dictionary attack and they'll get some accounts. I assume that GH are doing some basic rate-limiting or 'fail2ban' style blacklisting on these attempts. As anyone who's put an EC2 up without secu…
I wonder if this is related to the recent Adobe and vBulletin user database breaches. They might be trying those passwords on GH.
We've just added a kill-list of known decrypted passwords and English language words and forced people to reset their passwords who are listed in the adobe breach.
Re: Github seems to be experiencing security issues
#43Very strange; I just checked my security history and see that there have been 5 unsuccessful login attempts from China/Venezuela to my account (last 14 hours). Everything before that is pretty clean and without fake logins. Does anyone have more information on this?
If nothing else it would encourage people to care more about their security.
Re: Github seems to be experiencing security issues
#44The list of IPs from China (& Indonesia, etc) - that most are seeing on their page - making failed login attempts, looks like a botnet or automated bruteforce on the GitHub authentication service. Hit enough usernames with a dictionary attack and they'll get some accounts. I assume that GH are doing some basic rate-limiting or 'fail2ban' style blacklisting on these attempts. As anyone who's put an EC2 up without secu…
Re: Github seems to be experiencing security issues
#45If anyone from GitHub is reading, it would be cool if the failed IP addresses had an approximate location appended to them.
Re: Github seems to be experiencing security issues
#46Very strange; I just checked my security history and see that there have been 5 unsuccessful login attempts from China/Venezuela to my account (last 14 hours). Everything before that is pretty clean and without fake logins. Does anyone have more information on this?
Re: Github seems to be experiencing security issues
#47The list of IPs from China (& Indonesia, etc) - that most are seeing on their page - making failed login attempts, looks like a botnet or automated bruteforce on the GitHub authentication service. Hit enough usernames with a dictionary attack and they'll get some accounts. I assume that GH are doing some basic rate-limiting or 'fail2ban' style blacklisting on these attempts. As anyone who's put an EC2 up without secu…
I wonder if this is related to the recent Adobe and vBulletin user database breaches. They might be trying those passwords on GH.
Re: Github seems to be experiencing security issues
#48They should provide the password used to attempt to log in too.
Re: Github seems to be experiencing security issues
#49Re: Github seems to be experiencing security issues
#50I would strongly suggest people enable two factor authentication: https://github.com/settings/two_factor_authentication/config...
Just one foot note (as I have just taken my own advice and turned it on). Suddenly I couldn't push/pull through the git command line access as it would not accept my password. Took me a bit to work it out but you need to go here https://github.com/settings/applications and create personal access tokens.