If you’ve got a bunch of WordPress installs on a server and need to find all of them, try this shell command:
find . -name “wp-config.php” -print > {your favorite path}/wpinstalls.txt
It worked for me!
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Find all your WordPress installs
If you’ve got a bunch of WordPress installs on a server and need to find all of them, try this shell command:
find . -name “wp-config.php” -print > {your favorite path}/wpinstalls.txt
It worked for me!