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