From 31f2fb546a68ee2bbb55645de6247a6b1409d98e Mon Sep 17 00:00:00 2001 From: Betty Date: Fri, 19 Jun 2026 07:17:04 +0200 Subject: [PATCH] post: commit 7250b03 in bojemoi --- .../commits/2026-06-19-commit-7250b03.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/posts/commits/2026-06-19-commit-7250b03.md diff --git a/content/posts/commits/2026-06-19-commit-7250b03.md b/content/posts/commits/2026-06-19-commit-7250b03.md new file mode 100644 index 0000000..614ffd4 --- /dev/null +++ b/content/posts/commits/2026-06-19-commit-7250b03.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(mcp): normalize bytes→str in MSF RPC msgpack responses" +date: 2026-06-19T07:17:04+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 7250b03 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `7250b03` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `7250b03b29582ffea77bdf49bb28375fa4a2e036` | + + +### Description + +MSF RPC returns bytes keys even with raw=False — add recursive +_decode() to normalize all bytes to str in responses. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M mcp-server/tools/metasploit.py +``` + +### Diff Summary + +``` + mcp-server/tools/metasploit.py | 14 +++++++++++++- + 1 file changed, 13 insertions(+), 1 deletion(-) +```