mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
bump spiderfoot to 3.1 final
Fix Spiderfoot issue not showing current scan
This commit is contained in:
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 && \
|
||||||
|
Reference in New Issue
Block a user