mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
adjust config for beelzebub
This commit is contained in:
parent
cec948b083
commit
e346316945
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ COPY --from=builder /root/beelzebub/configurations /opt/beelzebub/configurations
|
|||
#
|
||||
# Setup user, groups and configs
|
||||
RUN sed -i "s#logsPath: ./log#logsPath: ./configurations/log/beelzebub.json#g" /opt/beelzebub/configurations/beelzebub.yaml && \
|
||||
sed -i 's/passwordRegex: "^(root|qwerty|Smoker666|123456|jenkins|minecraft|sinus|alex|postgres|Ly123456)$"/passwordRegex: ".*"/g' /opt/beelzebub/configurations/services/ssh-22.yaml && \
|
||||
addgroup -g 2000 beelzebub && \
|
||||
adduser -S -s /bin/ash -u 2000 -D -g 2000 beelzebub && \
|
||||
mkdir -p /beelzebub/configurations/key \
|
||||
|
|
Loading…
Reference in a new issue