chore(branche): garder uniquement 1-Blue-Team-Phishing-ELK-Sarah — NE… - #16
Open
Jacob-dot-bit wants to merge 3 commits into
Open
chore(branche): garder uniquement 1-Blue-Team-Phishing-ELK-Sarah — NE…#16Jacob-dot-bit wants to merge 3 commits into
Jacob-dot-bit wants to merge 3 commits into
Conversation
… PAS MERGER DANS MAIN
There was a problem hiding this comment.
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-Lucaschallenge (Dockerfile, scenario/writeup docs, and all embedded challenge artifacts). - Deletes the full
2-Blue-Team-Memory-Forensics-Jakubchallenge (tools, setup generators, Docker packaging, docs, and solution material). - Deletes the full
1-Red-Team-Binary-Vault-Jakubchallenge (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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… PAS MERGER DANS MAIN