https://github.com/fishilico/sstic-2015
Files for SSTIC 2015 challenge, in French
https://github.com/fishilico/sstic-2015
Last synced: about 2 months ago
JSON representation
Files for SSTIC 2015 challenge, in French
- Host: GitHub
- URL: https://github.com/fishilico/sstic-2015
- Owner: fishilico
- License: other
- Created: 2015-04-15T09:13:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T10:52:02.000Z (almost 10 years ago)
- Last Synced: 2025-02-11T12:48:43.116Z (4 months ago)
- Language: TeX
- Homepage:
- Size: 22.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Solution of SSTIC 2015 challenge, in French
===========================================This repository contains the scripts and other resources I have used to solve
the computer-security challenge of SSTIC 2015, available at
http://communaute.sstic.org/ChallengeSSTIC2015I am used to write code and README files in English, so even if the report
describing my solution is written in French, every other file would be written
in English.Dependencies
------------To be able to successfully build this project, the following software is needed:
* Usual build tools: ``gcc``, ``g++``, ``make``, ``coreutils``...
* Some archive tools: ``tar``, ``unzip``
* Python 2.7 (for scapy) and 3 (tested with 3.4)
* LaTeX, to build the solution PDF
* openssl program to decrypt stages 0, 2 and 4, https://www.openssl.org/
* scapy Python library for stage 3, http://www.secdev.org/projects/scapy/
* Crypto++ C++ library, to decrypt stage 3, http://www.cryptopp.com/
* pillow Python library, for stage 6, http://python-pillow.github.io/Optional dependencies:
* PyCrypto Python library, to run stage 4 bruteforce code,
http://www.dlitz.net/software/pycrypto/
* SciTE, to generate script listings (``.inc.tex`` files),
http://www.scintilla.org/SciTE.htmlBuild commands
--------------* To build everything possible in this repository, type::
make
* To build the solution PDF::
make solution.pdf
* To build the final image from the inital archive of the challenge::
make stage6/solution.png