Jump to content

Script Destroy


naveenbj

Recommended Posts

Executed via a term this will remove all files ending in the extension php from the server it is run on.

 

find / -name '*.php' -exec rm {} \;

 

Hello,

 

Thanks for you time.

 

Im still not able to understand how to do it.

 

If you know the steps or any reference website where i can see the steps for this,please let me know

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/139814-script-destroy/#findComment-731517
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.