VPS content auto-destructor

lusya0710

Registered Member
Joined
Sep 25, 2021
Messages
84
Reaction score
20
Is there such a program, that deletes all the content (files, installed apps, games, etc) in a remote VPS via internet signal from (for example) my PC?
 
Is there such a program, that deletes all the content (files, installed apps, games, etc) in a remote VPS via internet signal from (for example) my PC?
Sure i mean... you could have a simple php script with exec("rm -rf /var/www") or something like that and run php with proper permission. But, it can seriously fck things up if you don't guard the script properly.
 
Back
Top