Files
blog/content/posts/commits/2026-06-23-commit-43e90a3.md
Betty a538b5c6bd
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 43e90a3 in bojemoi
2026-06-23 23:28:03 +02:00

1.6 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] feat(borodino): orchestration multi-dimensionnelle par IP post-pwn 2026-06-23T23:28:02+02:00 false
commit
bojemoi
main
Git Activity
Commit 43e90a3 par Betty dans bojemoi Betty

Commit 43e90a3

Repository bojemoi
Branch main
Author Betty
Hash 43e90a3e60a79e397b1ec8cc6580163796bfd18c

Description

  • thearm_uzi: remplace feed_sliver (meterpreter-dépendant) par push_pentest_queues() qui push en parallèle vers nuclei_queue, zap:targets (services web) et sliver_queue immédiatement après un pwn SSH, sans dépendance meterpreter
  • thearm_uzi: crée/met à jour la vue target_profile au démarrage (JOIN hosts + uzi/zap/nuclei/sliver scan logs)
  • thearm_sliver: déploiement SSH standalone via paramiko (_get_ssh_creds + _deploy_beacon_ssh) — récupère les creds UZI en DB, upload implant via SFTP, attend callback avant recon
  • mcp-server: nouveau tool get_target_profile — profil complet d'une IP sur tous les scanners

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

Files Changed

M	borodino/thearm_sliver/thearm_sliver
M	borodino/thearm_uzi
M	mcp-server/server.py
M	mcp-server/tools/database.py

Diff Summary

 borodino/thearm_sliver/thearm_sliver | 93 ++++++++++++++++++++++++++++++++++++
 borodino/thearm_uzi                  | 74 +++++++++++++++++++++++++---
 mcp-server/server.py                 | 17 +++++++
 mcp-server/tools/database.py         |  9 ++++
 4 files changed, 187 insertions(+), 6 deletions(-)