Posts

Showing posts from August, 2025

find wordpress viruses/worms/hackware/garbage and delete

 find . -type f -regextype posix-extended -regex '.*/[a-z0-9]{8}\.php' \     | grep -E '[a-z]' \     | grep -E '[0-9]' | xargs rm