45 lines
1.2 KiB
Markdown
45 lines
1.2 KiB
Markdown
---
|
||
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(-)
|
||
```
|