Live data from Hacker News

WordPress base configuration files on GitHub

github.com

11–20 of 90 posts

Re: WordPress base configuration files on GitHub

#16
post #3

150,000,000+ database passwords, of which 99.9999%+ are from local development servers.

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

#17
post #3

150,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_...

Excluding localhost will exclude a lot of legitimate installs.

Re: WordPress base configuration files on GitHub

#18
post #3

150,000,000+ database passwords, of which 99.9999%+ are from local development servers.

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)

Re: WordPress base configuration files on GitHub

#19
post #3

150,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_...

Most wordpress devs support multiple environments in their .wpadmin (dev -> localhost, prod -> some server). So this is creating a lot of false negatives.
Post reply on HN