This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/subject/adlin.6.md

112 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: ADLIN
section: 6
header: ADvanced LINux administration
footer: EPITA SRS 2019
author: Écrit par Pierre-Olivier *nemunaire* Mercier <**nemunaire+adlin@nemunai.re**>
date: 2018-02-21
...
# NOM
ADLIN - Travaux pratiques d'ADministration système LINux avancée
# SYNOPSIS
Au sein dune salle machine hostile, vous devez vous infiltrer au sein d'un
système et réussir à en reprendre le contrôle, alors quil ny a plus
dinfrastructure réseau, ni de système dautomatisation à votre disposition.
# DESCRIPTION
## STAGE -1
Authentification
## STAGE 0
Outrepasser la phase de connexion et devenir **root** sur le système.
## STAGE 1
**adlin token1 | curl -d @- http://172.23.0.1/challenge**
Voir aussi: **modprobe**(8), **fbi**(1), **ip**(8), **ip-link**(8), **ip-address**(8)
## STAGE 2
**adlin token2 | curl -d @- http://172.23.200.1/challenge**
Voir aussi: **ip-route**(8), **crontab**(1)
## STAGE 3
**adlin token3 | curl -d @- https://172.23.200.1/challenge**
Voir aussi: **ntpd**(1)
## STAGE 4 (bonus)
**cat token4 | curl -d @- https://172.23.200.1/challenge**
Voir aussi: **mount**(8)
## STAGE 5
**dig** *token5* **| curl -d @- https://172.23.200.1/challenge**
Voir aussi: **resolv.conf**(5), **dig**(1)
## STAGE 6
**adlin token6 | curl -d @- https://adlin.nemunai.re/challenge**
Voir aussi: **ip-link**(8), **udhcpc**(1), **traceroute**(8), **tcpdump**(1), **sysctl**(8)
## STAGE 7
**mail** [*OPTIONS*] **adlin@nemunai.re**
Voir aussi: **dig**(1), **mail**(1)
## STAGE 8
**cat ~/.ssh/***id_ssh* **| curl -d @- https://adlin.nemunai.re/sshkey**
Voir aussi: **ssh-keygen**(1)
## STAGE 9
**ssh -p** *23000* **root@adlin.nemunai.re**
# VOIR AUSSI
* <http://www.opsschool.org/> - Ops School Curriculum
* <https://github.com/kahun/awesome-sysadmin> - A curated list of amazingly awesome open source sysadmin resources
* <https://dvdhrm.wordpress.com/> - Ponyhof - Dysfunctional Programming
* The Practice of System and Network Administration - T. Limoncelli, C. Hogan, S. Chalup
* Programmation système en C sous Linux - Christophe Blaess Eyrolles
# HISTORIQUE
2018 - Première édition du cours à destination des SRS 2019.
# CONFORMITÉ
Certifié non conforme.