Your Ad Here

Posted By

Figjam on 07/30/09


Tagged


Versions (?)

Find domains with Zend encoded PHP pages


 / Published in: Bash
 

  1. find /usr/local/www/vhosts -type f -name '*.php' -exec grep -Hanom 1 ^Zend {} \; | grep ":1:Zend" | sed -e 's|^/usr/local/www/vhosts/\([^/]*\)/.*|\1|' | uniq

Report this snippet  

You need to login to post a comment.