Skip to content

chore(branche): garder uniquement 1-Blue-Team-Phishing-ELK-Sarah — NE… - #16

Open
Jacob-dot-bit wants to merge 3 commits into
mainfrom
Blue-Team-Phishing-ELK
Open

chore(branche): garder uniquement 1-Blue-Team-Phishing-ELK-Sarah — NE…#16
Jacob-dot-bit wants to merge 3 commits into
mainfrom
Blue-Team-Phishing-ELK

Conversation

@Jacob-dot-bit

Copy link
Copy Markdown
Owner

… PAS MERGER DANS MAIN

Copilot AI review requested due to automatic review settings July 21, 2026 09:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR appears to be a branch-cleanup change that removes multiple existing challenges entirely (Red Team “SILENT LEDGER”, Blue Team “Memory Forensics”, Red Team “Binary Vault”), leaving only challenges/1-Blue-Team-Phishing-ELK-Sarah/ in the repository.

Changes:

  • Deletes the full 2-Red-Team-Operation-Silent-Ledger-Lucas challenge (Dockerfile, scenario/writeup docs, and all embedded challenge artifacts).
  • Deletes the full 2-Blue-Team-Memory-Forensics-Jakub challenge (tools, setup generators, Docker packaging, docs, and solution material).
  • Deletes the full 1-Red-Team-Binary-Vault-Jakub challenge (C source, Docker packaging, setup scripts, docs, and solutions).

Reviewed changes

Copilot reviewed 59 out of 59 changed files in this pull request and generated no comments.

Show a summary per file
File Description
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/README.md Removed Silent Ledger challenge documentation.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/docs/SOLUTION_WRITEUP.md Removed Silent Ledger full solution writeup.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/docs/SCENARIO_JOUEUR.md Removed Silent Ledger player scenario/brief text.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/docs/CTFD_SETUP.md Removed Silent Ledger CTFd integration instructions.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/docs/ARCHITECTURE.md Removed Silent Ledger architecture documentation.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/Dockerfile Removed Silent Ledger container build.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/welcome_note.txt Removed embedded Silent Ledger artifact (F1).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/sudoers_rdubois Removed embedded sudoers misconfig artifact (F6).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/readme_orchestrator.txt Removed embedded orchestrator hint artifact.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/r_dubois_creds.txt Removed embedded credentials/flag artifact (F4).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/orchestrator.py Removed embedded orchestrator service code (F8).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/orchestrator_token.txt Removed embedded token artifact.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/motd Removed embedded SSH banner/MOTD.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/logviewer.c Removed embedded vulnerable SUID source (F5).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/flag3.txt Removed embedded flag artifact (F3).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/flag5.txt Removed embedded flag artifact (F5).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/flag6.txt Removed embedded flag artifact (F6).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/flag7.txt Removed embedded flag artifact (F7).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/flag8.txt Removed embedded flag artifact (F8).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/flag9.txt Removed embedded flag artifact (F9).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/flag10.txt Removed embedded flag artifact (F10).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/entrypoint.sh Removed container entrypoint for SSH/cron/orchestrator.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/decoy_website_2019.bak Removed decoy artifact.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/decoy_db_dump_old.bak Removed decoy artifact.
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/decoy_customers.csv Removed decoy artifact (vault decoy).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/cron_meridian Removed cron configuration artifact (F4).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/cleanup.sh Removed cron-executed script artifact (F4).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/bash_history_jmartin Removed .bash_history seed artifact (F3).
challenges/2-Red-Team-Operation-Silent-Ledger-Lucas/challenge/app_config.bak Removed backup config/flag artifact (F2).
challenges/2-Blue-Team-Memory-Forensics-Jakub/tools/vol_analyzer.py Removed Blue Team analysis tool.
challenges/2-Blue-Team-Memory-Forensics-Jakub/tools/extract_strings.py Removed Blue Team strings extraction tool.
challenges/2-Blue-Team-Memory-Forensics-Jakub/solution/validate_flag.py Removed Blue Team flag validation/scoring script.
challenges/2-Blue-Team-Memory-Forensics-Jakub/solution/SOLUTION.md Removed Blue Team full solution (spoilers).
challenges/2-Blue-Team-Memory-Forensics-Jakub/setup/requirements.txt Removed generator dependencies list.
challenges/2-Blue-Team-Memory-Forensics-Jakub/setup/generate_pcap.py Removed PCAP generator script.
challenges/2-Blue-Team-Memory-Forensics-Jakub/setup/generate_challenge.py Removed memory dump challenge generator script.
challenges/2-Blue-Team-Memory-Forensics-Jakub/report/report_template.md Removed report template.
challenges/2-Blue-Team-Memory-Forensics-Jakub/README.md Removed Blue Team challenge README.
challenges/2-Blue-Team-Memory-Forensics-Jakub/docs/USER_GUIDE.md Removed player guide.
challenges/2-Blue-Team-Memory-Forensics-Jakub/docs/ADMIN_DEPLOYMENT.md Removed admin/deployment guide.
challenges/2-Blue-Team-Memory-Forensics-Jakub/Dockerfile Removed container build for the Blue Team challenge.
challenges/2-Blue-Team-Memory-Forensics-Jakub/docker-entrypoint.sh Removed container entrypoint (HTTP + terminal mode).
challenges/2-Blue-Team-Memory-Forensics-Jakub/docker-compose.yml Removed local compose file.
challenges/2-Blue-Team-Memory-Forensics-Jakub/.gitignore Removed challenge-specific gitignore.
challenges/2-Blue-Team-Memory-Forensics-Jakub/.dockerignore Removed challenge-specific dockerignore.
challenges/1-Red-Team-Binary-Vault-Jakub/solution/SOLUTION.md Removed Binary Vault solution (spoilers).
challenges/1-Red-Team-Binary-Vault-Jakub/solution/exploit.py Removed Binary Vault reference exploit.
challenges/1-Red-Team-Binary-Vault-Jakub/setup/gen_secret.py Removed Binary Vault secret generator script.
challenges/1-Red-Team-Binary-Vault-Jakub/setup/challenge.env.example Removed example secret config file.
challenges/1-Red-Team-Binary-Vault-Jakub/report/report_template.md Removed report template.
challenges/1-Red-Team-Binary-Vault-Jakub/README.md Removed Binary Vault challenge README.
challenges/1-Red-Team-Binary-Vault-Jakub/docs/USER_GUIDE.md Removed player guide.
challenges/1-Red-Team-Binary-Vault-Jakub/docs/ADMIN_DEPLOYMENT.md Removed admin/deployment guide.
challenges/1-Red-Team-Binary-Vault-Jakub/Dockerfile Removed container build for Binary Vault challenge.
challenges/1-Red-Team-Binary-Vault-Jakub/docker-entrypoint.sh Removed container entrypoint.
challenges/1-Red-Team-Binary-Vault-Jakub/docker-compose.yml Removed local compose file.
challenges/1-Red-Team-Binary-Vault-Jakub/challenge/vault.c Removed Binary Vault C source.
challenges/1-Red-Team-Binary-Vault-Jakub/.gitignore Removed challenge-specific gitignore.
challenges/1-Red-Team-Binary-Vault-Jakub/.dockerignore Removed challenge-specific dockerignore.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants