mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking:
- bump nginx to alpine 3.20 - bump cyberchef to latest release - bump elasticvue to latest release - update nginx config
This commit is contained in:
3
docker/nginx/dist/conf/lsweb.conf
vendored
3
docker/nginx/dist/conf/lsweb.conf
vendored
@ -7,7 +7,8 @@ server {
|
||||
#########################
|
||||
### Basic server settings
|
||||
#########################
|
||||
listen 64294 ssl http2;
|
||||
listen 64294 ssl;
|
||||
http2 on;
|
||||
index index.html;
|
||||
ssl_protocols TLSv1.3;
|
||||
server_name example.com;
|
||||
|
3
docker/nginx/dist/conf/tpotweb.conf
vendored
3
docker/nginx/dist/conf/tpotweb.conf
vendored
@ -7,7 +7,8 @@ server {
|
||||
#########################
|
||||
### Basic server settings
|
||||
#########################
|
||||
listen 64297 ssl http2;
|
||||
listen 64297 ssl;
|
||||
http2 on;
|
||||
index index.html;
|
||||
ssl_protocols TLSv1.3;
|
||||
server_name example.com;
|
||||
|
BIN
docker/nginx/dist/html/cyberchef/cyberchef.tgz
vendored
BIN
docker/nginx/dist/html/cyberchef/cyberchef.tgz
vendored
Binary file not shown.
BIN
docker/nginx/dist/html/esvue/esvue.tgz
vendored
BIN
docker/nginx/dist/html/esvue/esvue.tgz
vendored
Binary file not shown.
Reference in New Issue
Block a user