Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abradabra/2753a54ae3492d5867f69acbc4f83be0 to your computer and use it in GitHub Desktop.
Save abradabra/2753a54ae3492d5867f69acbc4f83be0 to your computer and use it in GitHub Desktop.
Find all WordPress installs on a server and record the version
find /home/ -name 'version.php' -path '*wp-includes/*' -print -exec grep '$wp_version =' {} \; -exec echo '' \; > all-wp-versions-2.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment