# ТЪрси php файлове със съдържание eval и GLOBALS
find $PWD -iname \*.php -print0 | xargs -0 grep -E „eval.*GLOBALS“|awk -F „: “ ‘{print $1}’ >> trojans.txt
#Търси eval +стрингове над 200 символа
find $PWD -iname \*.php -print0 | xargs -0 grep -e ‘[^\ ]\{200,\}’|grep „eval“
#Търси eval
find $PWD -iname \*.php -print0 | xargs -0 grep „eval“
cat impulsko_trojans.txt |grep „.php“|awk -F „.php:“ ‘{print $1.“.php“}’;
Logged in as {{omniform_current_user_display_name}}. Edit your profile. Log out? Required fields are marked *
Your email address will not be published. Required fields are marked *
Comments are closed.
You must be logged in to post a comment.