Find domains with Zend encoded PHP pages


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  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


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.