View Single Post
Old 02-16-2013, 07:48 PM  
PornDiscounts-V
Confirmed User
 
PornDiscounts-V's Avatar
 
Industry Role:
Join Date: Oct 2003
Location: L.A.
Posts: 5,744
WP Blog Network Admins - Quickly Find Old WP Installs

Here is a quick way to find your old WP installs that might be open to cyber attacks.

Code:
grep 'wp_version =' */wp-includes/version.php|grep -v '3.5.1'
Each time the version changes just put the correct one in the end of the command line code.

Also, you might have to add something to the */wp-includes like */htdocs/wp-includes or */public_html/wp-includes to make up for how your server is handling where your installations are compared to your user directory.

Last edited by PornDiscounts-V; 02-16-2013 at 07:51 PM..
PornDiscounts-V is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote