From 456799ca2a0a249120055ec622ec5369d5b5ce4d Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sun, 16 Aug 2026 13:51:30 +0200 Subject: [PATCH] post: commit d584542 in borodino --- .../commits/2026-08-16-commit-d584542.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 content/posts/commits/2026-08-16-commit-d584542.md diff --git a/content/posts/commits/2026-08-16-commit-d584542.md b/content/posts/commits/2026-08-16-commit-d584542.md new file mode 100644 index 0000000..46b8de9 --- /dev/null +++ b/content/posts/commits/2026-08-16-commit-d584542.md @@ -0,0 +1,50 @@ +--- +title: "[borodino] feat(sdk): add ZAP/Nuclei/Sliver wrappers + vuln_context dispatcher (v0.2.0)" +date: 2026-08-16T13:51:30+02:00 +draft: false +tags: ["commit", "borodino", "main"] +categories: ["Git Activity"] +summary: "Commit d584542 par Claude Code dans borodino" +author: "Claude Code" +--- + +## Commit `d584542` + +| | | +|---|---| +| **Repository** | borodino | +| **Branch** | `main` | +| **Author** | Claude Code | +| **Hash** | `d58454251a5167a65822d2d763a31cbc7cf9954b` | + + +### Description + +- pentest/zap.py: ZapClient REST + helpers scan_sqli/xss/auth +- pentest/nuclei.py: NucleiClient HTTP + helpers scan_sqli/xss/rce/exposure/misconfig/auth +- pentest/sliver.py: SliverClient gRPC mTLS + post_exploit_rce helper +- pentest/vuln_context.py: vuln_type→bojemoi context dispatcher for LLM prompt enrichment +- pyproject.toml: bump v0.1.0→v0.2.0, add sliver-py>=0.0.11 dep + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +A sdk/bojemoi/pentest/nuclei.py +A sdk/bojemoi/pentest/sliver.py +A sdk/bojemoi/pentest/vuln_context.py +A sdk/bojemoi/pentest/zap.py +M sdk/pyproject.toml +``` + +### Diff Summary + +``` + sdk/bojemoi/pentest/nuclei.py | 108 +++++++++++++++++++++++++ + sdk/bojemoi/pentest/sliver.py | 157 ++++++++++++++++++++++++++++++++++++ + sdk/bojemoi/pentest/vuln_context.py | 137 +++++++++++++++++++++++++++++++ + sdk/bojemoi/pentest/zap.py | 106 ++++++++++++++++++++++++ + sdk/pyproject.toml | 3 +- + 5 files changed, 510 insertions(+), 1 deletion(-) +```