From 7d0f3ce09cb8c11c6d083cdfe0c2b1ab8e2a061b Mon Sep 17 00:00:00 2001 From: Betty Date: Mon, 23 Mar 2026 18:56:51 +0100 Subject: [PATCH] post: commit 392a1a2 in bojemoi --- .../commits/2026-03-23-commit-392a1a2.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/posts/commits/2026-03-23-commit-392a1a2.md diff --git a/content/posts/commits/2026-03-23-commit-392a1a2.md b/content/posts/commits/2026-03-23-commit-392a1a2.md new file mode 100644 index 0000000..72562f2 --- /dev/null +++ b/content/posts/commits/2026-03-23-commit-392a1a2.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] feat(borodino/uzi): enrich meterpreter Telegram alerts with sysinfo/uid/pid" +date: 2026-03-23T18:56:51+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 392a1a2 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `392a1a2` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `392a1a2a4a7be69eb0f597ac7f6eca2b20290355` | + + +### Description + +- Add arch, tunnel_peer from MSF session dict to all alerts +- Run sysinfo, getuid, getpid on meterpreter session after upgrade +- Fix alert spam: send only new_shells (not all current sessions) +- Add send_telegram_alert call on successful meterpreter upgrade + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_uzi +``` + +### Diff Summary + +``` + borodino/thearm_uzi | 388 ++++++++++++++++++++++++++++++++++++++++++---------- + 1 file changed, 314 insertions(+), 74 deletions(-) +```