Return to Snippet

Revision: 16318
at July 30, 2009 19:44 by Figjam


Initial Code
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

Initial URL


Initial Description


Initial Title
Find domains with Zend encoded PHP pages

Initial Tags


Initial Language
Bash