Skip to content

Commit f43b141

Browse files
committed
Fine-tunning docs
1 parent 61a0d68 commit f43b141

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

documentation/modules/auxiliary/scanner/http/pretalx_file_read_cve_2023_28459.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ RUN chmod +x /usr/local/bin/pretalx && \
5959
chown -R pretalxuser:pretalxuser /pretalx /data /public && \
6060
rm -f /pretalx/src/data/.secret && \
6161
cat /public/static/CACHE/css/main.* >> /pretalx/src/static.dist/common/scss/uncompressed.css && \
62-
cat /public/static/CACHE/css/main.* >> /pretalx/src/pretalx/static/common/scss/uncompressed.css
62+
cat /public/static/CACHE/css/main.* >> /pretalx/src/pretalx/static/common/scss/uncompressed.css && \
63+
python3 /pretalx/src/manage.py compress --force
6364
6465
USER pretalxuser
6566
VOLUME ["/etc/pretalx", "/data", "/public"]

documentation/modules/exploit/linux/http/pretalx_rce_cve_2023_28458.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ RUN chmod +x /usr/local/bin/pretalx && \
5959
chown -R pretalxuser:pretalxuser /pretalx /data /public && \
6060
rm -f /pretalx/src/data/.secret && \
6161
cat /public/static/CACHE/css/main.* >> /pretalx/src/static.dist/common/scss/uncompressed.css && \
62-
cat /public/static/CACHE/css/main.* >> /pretalx/src/pretalx/static/common/scss/uncompressed.css
62+
cat /public/static/CACHE/css/main.* >> /pretalx/src/pretalx/static/common/scss/uncompressed.css && \
63+
python3 /pretalx/src/manage.py compress --force
6364
6465
USER pretalxuser
6566
VOLUME ["/etc/pretalx", "/data", "/public"]
@@ -137,7 +138,7 @@ volumes:
137138
1. Do: `set PYTHON_VERSION [running Python version - e.g. python3.8]`
138139
1. Do: `set RHOSTS [target IP address]`
139140
1. Do: `run`
140-
1. Wait for shell to be spawned by *cron* (or run Python3 as `pretalx` user)
141+
1. Wait for shell to be spawned by *cron* (or run `docker exec -it pretalx pretalx runperiodic`)
141142

142143
## Options
143144

0 commit comments

Comments
 (0)