Monday, November 5, 2012

Fwd: Find Command nice example

find public_html/ \( -name "*.php" \) -type f -print0 | xargs -0 grep --binary-files=without-match -ir "base64_decode\s*("

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home