mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
bump spiderfoot to 3.1 final
Fix Spiderfoot issue not showing current scan
This commit is contained in:
parent
c28642932a
commit
50d67fc286
2 changed files with 5 additions and 1 deletions
4
docker/heimdall/dist/conf/tpotweb.conf
vendored
4
docker/heimdall/dist/conf/tpotweb.conf
vendored
|
@ -149,4 +149,8 @@ server {
|
||||||
proxy_pass http://127.0.0.1:64303/spiderfoot/scandelete;
|
proxy_pass http://127.0.0.1:64303/spiderfoot/scandelete;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /scaninfo {
|
||||||
|
proxy_pass http://127.0.0.1:64303/spiderfoot/scaninfo;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,7 +33,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||||
adduser -S -s /bin/ash -u 2000 -D -g 2000 spiderfoot && \
|
adduser -S -s /bin/ash -u 2000 -D -g 2000 spiderfoot && \
|
||||||
#
|
#
|
||||||
# Install spiderfoot
|
# Install spiderfoot
|
||||||
git clone --depth=1 https://github.com/smicallef/spiderfoot /home/spiderfoot && \
|
git clone --depth=1 -b v3.1 https://github.com/smicallef/spiderfoot /home/spiderfoot && \
|
||||||
cd /home/spiderfoot && \
|
cd /home/spiderfoot && \
|
||||||
pip3 install --no-cache-dir wheel && \
|
pip3 install --no-cache-dir wheel && \
|
||||||
pip3 install --no-cache-dir -r requirements.txt && \
|
pip3 install --no-cache-dir -r requirements.txt && \
|
||||||
|
|
Loading…
Reference in a new issue