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

45 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "[bojemoi] feat(cve-campaign): add feedback loop to improve GBR with real pwn data"
date: 2026-07-06T00:38:54+02:00
draft: false
tags: ["commit", "bojemoi", "main"]
categories: ["Git Activity"]
summary: "Commit 7028607 par grafana-watcher dans bojemoi"
author: "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(-)
```