Files
blog/content/posts/commits/2026-04-26-commit-ab6e2cd.md
Betty 9989e0feb4
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit ab6e2cd in bojemoi
2026-04-26 18:46:35 +02:00

1.2 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] refactor(borodino): remplace MODE_RUN/SCAN_MODE/READ_MODE par MODE_DEBUG 2026-04-26T18:46:34+02:00 false
commit
bojemoi
main
Git Activity
Commit ab6e2cd par Betty dans bojemoi Betty

Commit ab6e2cd

Repository bojemoi
Branch main
Author Betty
Hash ab6e2cd426781691cdc0d403b810c45684a23f75

Description

Un seul env var MODE_DEBUG (bool, défaut false) remplace les trois variables :

  • MODE_DEBUG=true → lit host_debug, lecture séquentielle avec curseur+reset
  • MODE_DEBUG=false → lit hosts, lecture aléatoire TABLESAMPLE SYSTEM(0.5)

Supprime le check MODE_RUN==1 redondant (exploits toujours actifs si payloads dispo). Initialise MODE_DEBUG=false dans stack/40-service-borodino.yml.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Files Changed

M	borodino/thearm_uzi
M	stack/40-service-borodino.yml

Diff Summary

 borodino/thearm_uzi           | 96 ++++++++++++++++---------------------------
 stack/40-service-borodino.yml |  2 +-
 2 files changed, 36 insertions(+), 62 deletions(-)