Files
blog/content/posts/commits/2026-07-06-commit-7028607.md
grafana-watcher 904838be03
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s
post: commit 7028607 in bojemoi
2026-07-06 00:38:54 +02:00

1.2 KiB
Raw Blame History

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] feat(cve-campaign): add feedback loop to improve GBR with real pwn data 2026-07-06T00:38:54+02:00 false
commit
bojemoi
main
Git Activity
Commit 7028607 par grafana-watcher dans bojemoi grafana-watcher

Commit 7028607

Repository bojemoi
Branch main
Author grafana-watcher
Hash 702860721fc05bc5894dc8ca9e36b9dfde2b0376

Description

  • feedback_loop.py: checks MSF DB (sessions/vulns) to label dispatches pwn=1 / miss=0, retrains GBR combining real data (×5 weight) + synthetic
  • cve_campaign_agent.py: add cve_campaign_dispatches table, record each (CVE, IP) at dispatch time for feedback loop consumption
  • Cron meta-68 08h00: runs daily after campaign agent (07h00)

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Files Changed

M	samsonov/pentest_orchestrator/cve_campaign_agent.py
A	samsonov/pentest_orchestrator/feedback_loop.py

Diff Summary

 .../pentest_orchestrator/cve_campaign_agent.py     |  39 +-
 samsonov/pentest_orchestrator/feedback_loop.py     | 435 +++++++++++++++++++++
 2 files changed, 471 insertions(+), 3 deletions(-)