Files
blog/content/posts/commits/2026-06-10-commit-f3699f2.md
Betty 325eb4a4df
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
post: commit f3699f2 in bojemoi
2026-06-10 17:43:58 +02:00

1013 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(borodino): watchdog msf-teamserver — vérifier le port plutôt que le process 2026-06-10T17:43:56+02:00 false
commit
bojemoi
main
Git Activity
Commit f3699f2 par Betty dans bojemoi Betty

Commit f3699f2

Repository bojemoi
Branch main
Author Betty
Hash f3699f2ae26dff5b521108703f5d86276ed4815b

Description

Le handler multi/handler tourne comme job dans msfrpcd (pas dans msfconsole). L'ancienne condition kill -0 $MSF_PID redémarrait msfconsole même quand le port 4444 était up, causant des conflits de bind en boucle.

Nouvelle logique : relancer uniquement si nc -z 127.0.0.1 $C2_LPORT échoue.

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

Files Changed

M	borodino/start_msf_server.sh

Diff Summary

 borodino/start_msf_server.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)