Update Heralding to support SOCKS5
Correct Readme
Resize tped.sh
This commit is contained in:
t3chn0m4g3 2019-03-27 13:39:23 +00:00
parent 20711cb633
commit c0d0e016e6
9 changed files with 13 additions and 3 deletions

View file

@ -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

View file

@ -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!"

View file

@ -15,7 +15,7 @@ services:
networks:
- glastopf_local
ports:
- "80:80"
- "8081:80"
image: "dtagdevsec/glastopf:1903"
read_only: true
volumes:

View file

@ -150,3 +150,8 @@ capabilities:
enabled: true
port: 5900
timeout: 30
socks5:
enabled: true
port: 1080
timeout: 30

View file

@ -25,6 +25,7 @@ services:
- "443:443"
- "993:993"
- "995:995"
- "1080:1080"
- "5432:5432"
- "5900:5900"
image: "dtagdevsec/heralding:1903"

View file

@ -33,6 +33,7 @@ services:
- "443:443"
- "993:993"
- "995:995"
- "1080:1080"
- "5432:5432"
- "5900:5900"
image: "dtagdevsec/heralding:1903"

View file

@ -232,6 +232,7 @@ services:
# - "443:443"
- "993:993"
- "995:995"
- "1080:1080"
- "5432:5432"
- "5900:5900"
image: "dtagdevsec/heralding:1903"

View file

@ -227,6 +227,7 @@ services:
# - "443:443"
- "993:993"
- "995:995"
- "1080:1080"
- "5432:5432"
- "5900:5900"
image: "dtagdevsec/heralding:1903"

View file

@ -228,6 +228,7 @@ services:
# - "443:443"
- "993:993"
- "995:995"
- "1080:1080"
- "5432:5432"
- "5900:5900"
image: "dtagdevsec/heralding:1903"