
Modifikation von GitLab Exploit Anything für Versionen unter 13.10
Original-Repos: https://github.com/CsEnox/Gitlab-Exiftool-RCE Dank an CsEnox. RCE-Exploit für Gitlab < 13.10.3
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