Advertisement
AZZATSSINS_CYBERSERK

JFIF

Sep 3rd, 2017
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. from sys import argv
  2. script, img, shell = argv
  3. i = open(img,'rb').read()
  4. i += open(shell,'rb').read()
  5. f = open('azzatssins.php','wb').write(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement