!!! How many of them use the same credentials for their emails ? facebook ? twitter ? for their AWS account ? this is a nightmare.
WordPress base configuration files on GitHub
31–40 of 90 posts
Re: WordPress base configuration files on GitHub
#32150,000,000+ database passwords, of which 99.9999%+ are from local development servers.
Re: WordPress base configuration files on GitHub
#33You do know that you can play the same game with other languages as well? https://github.com/search?utf8=%E2%9C%93&q=filename%3Asettin... I feel like people don't accept the fact that people do stupid stuff in other languages.
Wordpress, and by extension, its predictably-named settings file, is an easy search-target because it's very popular among novice/new developers.
Re: WordPress base configuration files on GitHub
#34Earlier quoted context omitted.
How can you tell that? Just because it specifies "localhost" doesn't necessarily mean it's a dev box.
Exactly. Also remember that on many many wordpress servers you also have phpMyAdmin. You can use the username + password to login, and you'll get access even when it's restricted to localhost.
Re: WordPress base configuration files on GitHub
#35Earlier quoted context omitted.
I agree with mahouse and of course are some of these password legit. But this is nothing new, don't store sensitive data in git. Everyone know you can search this stuff on GitHub and if we look back - Google was a nice password search engine too (and still today)
Don't store sensitive data in git, or don't store sensitive data on public github repos?
If the organization is "closed" by default, i.e. it only rarely releases code to the public, this may not matter as much.
Re: WordPress base configuration files on GitHub
#36It just takes more time.
Re: WordPress base configuration files on GitHub
#371500 Results on Google: https://www.google.com/search?q=%22define%28+%27DB_PASSWORD%...
Re: WordPress base configuration files on GitHub
#38Earlier quoted context omitted.
Don't store sensitive data in git, or don't store sensitive data on public github repos?
Don't even store sensitive data in git , it can be a bad idea: http://www.jamiembrown.com/blog/one-in-every-600-websites-ha... Store credentials in environment variables.
Re: WordPress base configuration files on GitHub
#391500 Results on Google: https://www.google.com/search?q=%22define%28+%27DB_PASSWORD%...
Re: WordPress base configuration files on GitHub
#40Earlier quoted context omitted.
Don't store sensitive data in git, or don't store sensitive data on public github repos?
Don't even store sensitive data in git , it can be a bad idea: http://www.jamiembrown.com/blog/one-in-every-600-websites-ha... Store credentials in environment variables.