mirror of
https://github.com/telekom-security/tpotce.git
synced 2026-03-28 03:03:09 +00:00
Update GitHub repository URL for HellPot
This PR replaces references to the unmaintained repository `yunginnanet/HellPot` with the community-maintained `bdk38/HellPot`. Rationale: - `yunginnanet/HellPot` appears unmaintained; `bdk38/HellPot` is the community fork currently maintained. - Using the maintained repo helps ensure builds remain reproducible and security fixes/updates are available. What I changed: - Replaced occurrences of `yunginnanet/HellPot` → `bdk38/HellPot` in the Dockerfile.
This commit is contained in:
parent
13bf21bb82
commit
3422e73270
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ RUN apk --no-cache -U upgrade && \
|
||||||
#
|
#
|
||||||
# Setup go, hellpot
|
# Setup go, hellpot
|
||||||
cd /root && \
|
cd /root && \
|
||||||
git clone https://github.com/yunginnanet/HellPot && \
|
git clone https://github.com/bdk38/HellPot && \
|
||||||
cd HellPot && \
|
cd HellPot && \
|
||||||
git checkout c48b70110148918255f93df4fa49c675ba5a5754 && \
|
git checkout c48b70110148918255f93df4fa49c675ba5a5754 && \
|
||||||
sed -i 's#logFileName := "HellPot"#logFileName := "hellpot"#g' internal/config/logger.go && \
|
sed -i 's#logFileName := "HellPot"#logFileName := "hellpot"#g' internal/config/logger.go && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue