check for eval(base64 in multiple files

If you have hacked joomla or wordpress site you need to check all your site files
This commans search all files in current dir and subdirs for eval(base64 which is one of most used combination

find * -name '*.php' |xargs grep -lirn "eval(base64"

Публикувано в linux

Вашият коментар

Вашият имейл адрес няма да бъде публикуван. Задължителните полета са отбелязани с *

*