Compare commits

..

No commits in common. "896d719cfb0f20cbdf7bae2a6f0aaceba4dd39e6" and "c45cda4f7091b84170319feb6d54a787dcd9a182" have entirely different histories.

5 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ WORKDIR /root
# Build beelzebub
RUN git clone https://github.com/t3chn0m4g3/beelzebub && \
cd beelzebub && \
git checkout 0b9aba53ec1671f669d22782758142a1d411b858
git checkout 17a0854b8d9d1e41cf5435b5dc85354bbfb9093c
WORKDIR /root/beelzebub
RUN go mod download
RUN go build -o main .

View file

@ -22,7 +22,7 @@ services:
LLM_MODEL: "ollama"
LLM_HOST: "http://ollama.local:11434/api/chat"
OLLAMA_MODEL: "openchat"
image: "ghcr.io/telekom-security/beelzebub:24.04.1"
image: "dtagdevsec/beelzebub:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/beelzebub/key:/opt/beelzebub/configurations/key

View file

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.10
ENV DEBIAN_FRONTEND noninteractive
#
# Include dist
@ -28,7 +28,7 @@ RUN apt-get update && \
# Install honeytrap from source
git clone https://github.com/t3chn0m4g3/honeytrap /root/honeytrap && \
cd /root/honeytrap/ && \
# git checkout 9aa4f734f2ea2f0da790b02d79afe18204a23982 && \
git checkout 9b63a5452ed3d5004ca714a7965218c25226a504 && \
autoreconf -vfi && \
./configure \
--with-stream-mon=nfq \

View file

@ -12,7 +12,7 @@ services:
network_mode: "host"
cap_add:
- NET_ADMIN
image: "ghcr.io/telekom-security/honeytrap:24.04.1"
image: "dtagdevsec/honeytrap:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/honeytrap/attacks:/opt/honeytrap/var/attacks

View file

@ -356,7 +356,7 @@
shell: |
if [ "$(dnf repolist docker-ce-stable)" == "" ];
then
dnf -y config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo
dnf -y config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
fi
when: ansible_distribution in ["Fedora"]
tags: