Files
blog/content/posts/commits/2026-08-16-commit-d584542.md
Claude Code 456799ca2a
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit d584542 in borodino
2026-08-16 13:51:38 +02:00

1.5 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[borodino] feat(sdk): add ZAP/Nuclei/Sliver wrappers + vuln_context dispatcher (v0.2.0) 2026-08-16T13:51:30+02:00 false
commit
borodino
main
Git Activity
Commit d584542 par Claude Code dans borodino 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(-)