post: commit d584542 in borodino
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
Claude Code
2026-08-16 13:51:30 +02:00
committed by Betty
parent 35f223ecc5
commit 456799ca2a

View File

@@ -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 <noreply@anthropic.com>
### 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(-)
```