e911's comments

e911 | 11 years ago | on: Shelling Out Sucks (2012)

I think you can already do this without escaping strings? execve("/bin/bash", "-c", "command $1 $2", "-", "parameter1", "parameter2");

e911 | 12 years ago | on: Rackspace Launches Developer Discount

Is there any way to protect backups from being deleted? ServerA shouldn't be allowed to destroy ServerB's backups. And preferably it shouldn't be allowed to destroy it's own backups (bad backup script or evil attacker trying to delete eevrything).
page 1