Wanted to create backups at certain intervals for a very important server. And what’s more I wanted to make sure that the backups were in couple of places. Including my e-mail. So,
We have all been there writing PHP code and trusting mysql_real_escape_string(). Alas it seems it is not enough, let us look at the example below ; $id = “0; DELETE FROM users”
If you have been following this blog you probably knew that this post was coming. I have been able to use SSH and Python together with some dependencies. These dependencies are Paramiko from