Skip to content

studoo-app/dns-exfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opération GHOST PIPE

Hackathon BTS SIO 2 — Exfiltration de données via DNS TXT records, inspiré du projet DOOM over DNS d'Adam Rice.

Démarrage rapide

chmod +x start.sh
./start.sh

Structure du projet

hackathon-dns-exfil/
├── docker-compose.yml          # Infrastructure complète
├── start.sh                    # Script de démarrage + validation
├── containers/
│   ├── dns-server/             # Bind9 avec zone corp.local
│   ├── workstation/            # Poste compromis + fichiers sensibles
│   │   └── data/               # 4 fichiers à exfiltrer
│   ├── attacker/               # Machine externe
│   └── ids/                    # Suricata IDS
│       └── suricata/rules/     # Règles (partiellement commentées)
├── corrections/                # Scripts de correction (formateur)
│   ├── phase1-inject.sh
│   ├── phase1-inject.py
│   ├── phase2-extract.sh
│   ├── phase2-extract.py
│   └── ghost-pipe-CORRECTION.rules
└── docs/
    ├── GHOST-PIPE-guide-pedagogique.md   # Guide formateur complet
    └── GHOST-PIPE-fiche-participant.md   # Fiche distribuée aux étudiants

Prérequis

  • Docker Engine 24+
  • Docker Compose v2
  • ~2 Go d'espace disque
  • ~1 Go de RAM

Licence

Usage pédagogique — BTS SIO

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors