Command to find the hacked files



You can search the hacked files using the below mentioned command


#grep -ril <hack content> ./*

For example
#grep -ril 'Hacked By Sizzling Soul' ./*

No comments:

Post a Comment