This code is inspired by GitLab Community Edition (CE) 13.10.3 - User Enumeration in Python3 for Academy for Module "Attacking Common Applications" and section "Attacking GitLab".
The original code was written in Bash.
To run this code, you will need Python 3 installed on your system.
To run the code, simply execute the script in a terminal or command prompt using Python 3. For example:
$ wget https://raw.githubusercontent.com/dpgg101/GitLabUserEnum/main/gitlab_userenum.py
$ python3 gitlab_userenum.py
usage: gitlab_userenum.py [-h] --url URL --wordlist WORDLIST [-v]
If you find any issues with the code or have suggestions for improvements, please feel free to open an issue or submit a pull request.