
13.10 미만의 모든 GitLab 버전을 대상으로 하는 익스플로잇 수정
원본 저장소 : 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