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

Popular posts from this blog

bash + python script to find wordpress malware and delete it.

Announcing the development of BirdPress(tm)

forcing deactivating of plugins via mysql