WordPress base configuration files on GitHub
51–60 of 90 posts
Re: WordPress base configuration files on GitHub
#52"Passwords" in the title is a bit misleading. Most of these are staging files with little or no sensitive information there. However there is the odd bit of interesting data there if you look hard enough. Github search is an untapped resource just like Algolia Search is on Hackernews. Infact I have largely replaced my Google searches with these ones for more refined and curated results.
Re: WordPress base configuration files on GitHub
#53Security experts, I have a question: if a database server just allow connections from a white list (trusted IP's), exposing database passwords on a GIT repository is still a problem?
Re: WordPress base configuration files on GitHub
#54Security experts, I have a question: if a database server just allow connections from a white list (trusted IP's), exposing database passwords on a GIT repository is still a problem?
Re: WordPress base configuration files on GitHub
#55Earlier quoted context omitted.
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.
It's pretty scary to have phpMyAdmin public facing. IIRC some older versions of mysql-server even had a bug where it'd let you in with a random password in 1/256 chance!
Re: WordPress base configuration files on GitHub
#56At what point do developers get criticized/held responsible for using public repositories for private websites? I get it, people like github but when you can get a private repo on bitbucket for free there's no excuse for this.
Re: WordPress base configuration files on GitHub
#57At what point do developers get criticized/held responsible for using public repositories for private websites? I get it, people like github but when you can get a private repo on bitbucket for free there's no excuse for this.
or just a bare repo on your server. I personally don't see the appeal of Github for private projects at all.
Re: WordPress base configuration files on GitHub
#58Earlier quoted context omitted.
localhost in the case of Wordpress just means the database is running on the same machine as the web server. Practically every WP instance is set up that way.
> localhost in the case of Wordpress Uh, the concept of localhost is not unique to Wordpress in the slightest.
Re: WordPress base configuration files on GitHub
#59150,000,000+ database passwords, of which 99.9999%+ are from local development servers.
Excluding localhost and some obvious cases where the values are in a local config file still leaves around 111,000: https://github.com/search?p=1&q=filename%3Awp-config.php+DB_...
Re: WordPress base configuration files on GitHub
#60"Passwords" in the title is a bit misleading. Most of these are staging files with little or no sensitive information there. However there is the odd bit of interesting data there if you look hard enough. Github search is an untapped resource just like Algolia Search is on Hackernews. Infact I have largely replaced my Google searches with these ones for more refined and curated results.