mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
tweaking
Update Heralding to support SOCKS5 Correct Readme Resize tped.sh
This commit is contained in:
parent
20711cb633
commit
c0d0e016e6
9 changed files with 13 additions and 3 deletions
|
@ -413,7 +413,7 @@ You may opt out of the submission by removing the `# Ewsposter service` from `/o
|
|||
restart: always
|
||||
networks:
|
||||
- ewsposter_local
|
||||
image: "dtagdevsec/ewsposter:1810"
|
||||
image: "dtagdevsec/ewsposter:1903"
|
||||
volumes:
|
||||
- /data:/data
|
||||
- /data/ews/conf/ews.ip:/opt/ewsposter/ews.ip
|
||||
|
|
|
@ -29,7 +29,7 @@ for i in $myYMLS;
|
|||
do
|
||||
myITEMS+="$i $(echo $i | cut -d "." -f1 | tr [:lower:] [:upper:]) "
|
||||
done
|
||||
myEDITION=$(dialog --backtitle "$myBACKTITLE" --menu "Select T-Pot Edition" 13 50 6 $myITEMS 3>&1 1>&2 2>&3 3>&-)
|
||||
myEDITION=$(dialog --backtitle "$myBACKTITLE" --menu "Select T-Pot Edition" 12 50 5 $myITEMS 3>&1 1>&2 2>&3 3>&-)
|
||||
if [ "$myEDITION" == "" ];
|
||||
then
|
||||
echo "Have a nice day!"
|
||||
|
|
|
@ -15,7 +15,7 @@ services:
|
|||
networks:
|
||||
- glastopf_local
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8081:80"
|
||||
image: "dtagdevsec/glastopf:1903"
|
||||
read_only: true
|
||||
volumes:
|
||||
|
|
5
docker/heralding/dist/heralding.yml
vendored
5
docker/heralding/dist/heralding.yml
vendored
|
@ -150,3 +150,8 @@ capabilities:
|
|||
enabled: true
|
||||
port: 5900
|
||||
timeout: 30
|
||||
|
||||
socks5:
|
||||
enabled: true
|
||||
port: 1080
|
||||
timeout: 30
|
||||
|
|
|
@ -25,6 +25,7 @@ services:
|
|||
- "443:443"
|
||||
- "993:993"
|
||||
- "995:995"
|
||||
- "1080:1080"
|
||||
- "5432:5432"
|
||||
- "5900:5900"
|
||||
image: "dtagdevsec/heralding:1903"
|
||||
|
|
|
@ -33,6 +33,7 @@ services:
|
|||
- "443:443"
|
||||
- "993:993"
|
||||
- "995:995"
|
||||
- "1080:1080"
|
||||
- "5432:5432"
|
||||
- "5900:5900"
|
||||
image: "dtagdevsec/heralding:1903"
|
||||
|
|
|
@ -232,6 +232,7 @@ services:
|
|||
# - "443:443"
|
||||
- "993:993"
|
||||
- "995:995"
|
||||
- "1080:1080"
|
||||
- "5432:5432"
|
||||
- "5900:5900"
|
||||
image: "dtagdevsec/heralding:1903"
|
||||
|
|
|
@ -227,6 +227,7 @@ services:
|
|||
# - "443:443"
|
||||
- "993:993"
|
||||
- "995:995"
|
||||
- "1080:1080"
|
||||
- "5432:5432"
|
||||
- "5900:5900"
|
||||
image: "dtagdevsec/heralding:1903"
|
||||
|
|
|
@ -228,6 +228,7 @@ services:
|
|||
# - "443:443"
|
||||
- "993:993"
|
||||
- "995:995"
|
||||
- "1080:1080"
|
||||
- "5432:5432"
|
||||
- "5900:5900"
|
||||
image: "dtagdevsec/heralding:1903"
|
||||
|
|
Loading…
Reference in a new issue