Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gw3l/richelieu
Solution complète du challenge Richelieu de la DGSE
https://github.com/gw3l/richelieu
Last synced: 3 months ago
JSON representation
Solution complète du challenge Richelieu de la DGSE
- Host: GitHub
- URL: https://github.com/gw3l/richelieu
- Owner: gw3l
- License: gpl-3.0
- Created: 2019-06-05T17:03:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T17:50:01.000Z (almost 5 years ago)
- Last Synced: 2024-07-14T14:34:23.581Z (5 months ago)
- Language: Python
- Homepage:
- Size: 23 MB
- Stars: 46
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Challenge Richelieu DGSE
Je vais vous présenter ici ma solution pour le [challenge Richelieu](https://challengecybersec.fr/) initié par la [DGSE](https://fr.wikipedia.org/wiki/Direction_g%C3%A9n%C3%A9rale_de_la_S%C3%A9curit%C3%A9_ext%C3%A9rieure). Ce challenge comporte plusieurs parties comprenant de la **stéganographie (LSB)**, de la **cryptanalyse (cassage de clé RSA)**, un **crackme avec des fonctions anti-reverse engineering**, et enfin 3 **wargames (buffer Overflow+Ropchain et double free corruption)**
![Website Richelieu](./images/website.png)
Voici les différentes étapes du challenge :
- [Échauffement](./echauffement.md)
- [Cryptanalyse](./cryptanalyse.md)
- [Stéganographie](./steganographie.md)
- [Crackme](./crackme.md)
- [Wargame #1](./Wargame1.md)
- [Wargame #2](./Wargame2.md)
- [Wargame #3](./Wargame3.md)