Git Product home page Git Product logo

sstic-2016's Introduction

Solution of SSTIC 2016 challenge, in French

This repository contains the scripts and other resources I have used to solve the computer-security challenge of SSTIC 2016, available at http://communaute.sstic.org/ChallengeSSTIC2016

It also contains the files needed to generate the report I have written to describe my solution. The generated PDF file is available at http://static.sstic.org/challenge2016/solutions/solution_nicolas_iooss.pdf

I 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)
  • 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/
  • tshark, Wireshark command-line interface
  • xxd, to convert hexadecimal data back to binary, packaged with vim
  • dd
  • ... cf. Makefile (TODO: use variables to invoke commands)
  • python-crypto to use AES in Python
  • pandoc, to convert the markdown files into LaTeX files
  • LaTeX, to build the solution PDF

Build commands

  • To build everything possible in this repository, type:

    make
    
  • To build the solution PDF:

    make solution.pdf
    

sstic-2016's People

Contributors

fishilico avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.