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 Normal View History

2018-02-20 09:31:03 +00:00
---
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
2018-02-20 12:04:37 +00:00
**adlin token1 | curl -d @- http://172.23.0.1/challenge**
2018-02-20 09:31:03 +00:00
Voir aussi: **modprobe**(8), **fbi**(1), **ip**(8), **ip-link**(8), **ip-address**(8)
## STAGE 2
2018-02-20 12:04:37 +00:00
**adlin token2 | curl -d @- http://172.23.200.1/challenge**
2018-02-20 09:31:03 +00:00
Voir aussi: **ip-route**(8), **crontab**(1)
2018-02-20 12:04:37 +00:00
## STAGE 3
2018-02-20 09:31:03 +00:00
2018-02-20 12:04:37 +00:00
**adlin token3 | curl -d @- https://172.23.200.1/challenge**
2018-02-20 09:31:03 +00:00
2018-02-20 12:04:37 +00:00
Voir aussi: **ntpd**(1)
2018-02-20 09:31:03 +00:00
2018-02-20 12:04:37 +00:00
## STAGE 4 (bonus)
2018-02-20 09:31:03 +00:00
2018-02-20 12:04:37 +00:00
**cat token4 | curl -d @- https://172.23.200.1/challenge**
2018-02-20 09:31:03 +00:00
2018-02-20 12:04:37 +00:00
Voir aussi: **mount**(8)
2018-02-20 09:31:03 +00:00
2018-02-20 12:04:37 +00:00
## STAGE 5
2018-02-20 09:31:03 +00:00
2018-02-20 12:04:37 +00:00
**dig** *token5* **| curl -d @- https://172.23.200.1/challenge**
2018-02-20 09:31:03 +00:00
Voir aussi: **resolv.conf**(5), **dig**(1)
2018-02-20 12:04:37 +00:00
## STAGE 6
2018-02-20 09:31:03 +00:00
2018-02-20 12:04:37 +00:00
**adlin token6 | curl -d @- https://adlin.nemunai.re/challenge**
2018-02-20 09:31:03 +00:00
Voir aussi: **ip-link**(8), **udhcpc**(1), **traceroute**(8), **tcpdump**(1), **sysctl**(8)
2018-02-20 12:04:37 +00:00
## STAGE 7
2018-02-20 09:31:03 +00:00
**mail** [*OPTIONS*] **adlin@nemunai.re**
Voir aussi: **dig**(1), **mail**(1)
2018-02-20 12:04:37 +00:00
## STAGE 8
2018-02-20 09:31:03 +00:00
**cat ~/.ssh/***id_ssh* **| curl -d @- https://adlin.nemunai.re/sshkey**
Voir aussi: **ssh-keygen**(1)
2018-02-20 12:04:37 +00:00
## STAGE 9
2018-02-20 09:31:03 +00:00
**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.