
GitLab 13.10 से नीचे के किसी भी संस्करण के लिए exploit का संशोधन
मूल रिपॉजिटरी : https://github.com/CsEnox/Gitlab-Exiftool-RCE CsEnox को श्रेय। Gitlab < 13.10.3 के लिए RCE एक्सप्लॉइट
python3 exploit.py -c "command here" -t http://gitlab.example.com
export GITLAB_HOME=/srv/gitlab
sudo docker run --detach \
--hostname gitlab.example.com \
--publish 443:443 --publish 80:80 \
--name gitlab \
--restart always \
--volume $GITLAB_HOME/config:/etc/gitlab \
--volume $GITLAB_HOME/logs:/var/log/gitlab \
--volume $GITLAB_HOME/data:/var/opt/gitlab \
gitlab/gitlab-ce:13.10.2-ce.0