Skip to content

adityaarakeri/ctf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAGE MAGIC

https://ctflearn.com/problems/89

Problem

It looks like someone messed up my picture! Can anyone reorganize the pixels? The python module PIL (Python Imaging Library) might be useful! https://mega.nz/#!OKxByZyT!vaabCJRG5D9zAUp7drTekcA5pszu67r_TbQMtxEzqGE

Hints:

  • I think whoever messed up my image took every column of pixels and put them side by side.
  • I think the width of the image was 304 before they messed with it.

install

  • prerequisites
$ brew install pipenv
  • dependency install
$ pipenv install

Solution

$ pipenv run python ctf.py

About

ctf challenges solved

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages