Files
blog/content/posts/commits/2026-04-03-commit-f6b4ac5.md
Betty a6bd13c28c
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit f6b4ac5 in bojemoi
2026-04-03 16:11:03 +02:00

2.8 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] feat: Ollama/Mistral local inference + remove Burp Suite + C2 listener auto-start 2026-04-03T16:11:02+02:00 false
commit
bojemoi
main
Git Activity
Commit f6b4ac5 par Betty dans bojemoi Betty

Commit f6b4ac5

Repository bojemoi
Branch main
Author Betty
Hash f6b4ac5822c8eb8186be28a2bc30af8d332757db

Description

Ollama/Mistral migration (ml-threat):

  • Add 51-service-ollama.yml: Ollama GPU stack on meta-68 (T400), OLLAMA_LOAD_TIMEOUT=300
  • Replace Anthropic API with Ollama OpenAI-compatible endpoint in 45-service-ml-threat-intel.yml
  • Remove anthropic_api_key secret, add OLLAMA_BASE_URL env var

Remove Burp Suite integration:

  • Drop plugin_burp from pentest orchestrator, commands, wiki, test scripts
  • Remove burp config block from config.json

MSF teamserver:

  • Auto-start C2 multi/handler (windows/x64/meterpreter/reverse_https) on startup
  • Support C2_REDIRECTORS env for OverrideLHOST/LPORT

ak47: switch from msfconsole db_nmap to local nmap + msf_import.pyc

ZAP scanner:

  • Replace token auth with basic auth (FARADAY_USER/FARADAY_PASSWORD)
  • Add faraday_get_or_create_host() for v3 API compliance
  • Skip active scan when spider finds 0 URLs (host unreachable)
  • Fix CIDR mask in build_url() and Faraday host IP

provision-redirector.sh: embed VPN config + MSF target as Fly secrets

Prometheus: update basicauth hash

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

Files Changed

M	.claude/commands/pentest.md
M	borodino/start_msf_server.sh
M	borodino/thearm_ak47
M	oblast-1/zap_scanner.py
M	samsonov/pentest_orchestrator/config/config.json
M	samsonov/pentest_orchestrator/main.py
M	scripts/provision-redirector.sh
M	scripts/test_wget.sh
M	stack/01-service-hl.yml
M	stack/45-service-ml-threat-intel.yml
A	stack/51-service-ollama.yml
M	stack/READ.me
M	wiki/Pentest-Orchestrator.md

Diff Summary

 .claude/commands/pentest.md                      |  2 +-
 borodino/start_msf_server.sh                     | 25 +++++++-
 borodino/thearm_ak47                             |  7 +-
 oblast-1/zap_scanner.py                          | 81 +++++++++++++++++++-----
 samsonov/pentest_orchestrator/config/config.json |  7 +-
 samsonov/pentest_orchestrator/main.py            |  4 +-
 scripts/provision-redirector.sh                  | 27 +++++++-
 scripts/test_wget.sh                             |  2 -
 stack/01-service-hl.yml                          |  5 +-
 stack/45-service-ml-threat-intel.yml             |  5 +-
 stack/51-service-ollama.yml                      | 51 +++++++++++++++
 stack/READ.me                                    |  2 +-
 wiki/Pentest-Orchestrator.md                     |  1 -
 13 files changed, 179 insertions(+), 40 deletions(-)