Advertisement
phieulang1993

forensic_split

Sep 7th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. filenames = ["0-468.zip", "469-937.zip", "938-1406.zip","1407-1875.zip","1876-2344.zip", "2345-2813.zip","2814-3282.zip",  "3283-3744.zip"]
  2. open("flag.zip","wb").write("".join(open(x,"rb").read() for x in filenames))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement