https://github.com/l4rm4nd/gitlab-enumerator
Python 3 script to fingerprint GitLab CE/EE instances
https://github.com/l4rm4nd/gitlab-enumerator
beautifulsoup4 cicd ctf enumeration ethical-hacking fingerprint fingerprinting gitlab gitlab-ce hack-the-box hacking osint pentest pwn python3 recon reconnaissance version version-detection
Last synced: 9 months ago
JSON representation
Python 3 script to fingerprint GitLab CE/EE instances
- Host: GitHub
- URL: https://github.com/l4rm4nd/gitlab-enumerator
- Owner: l4rm4nd
- Created: 2025-06-04T00:03:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-04T11:50:52.000Z (10 months ago)
- Last Synced: 2025-07-17T14:18:16.508Z (9 months ago)
- Topics: beautifulsoup4, cicd, ctf, enumeration, ethical-hacking, fingerprint, fingerprinting, gitlab, gitlab-ce, hack-the-box, hacking, osint, pentest, pwn, python3, recon, reconnaissance, version, version-detection
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# GitLab-Enumerator
Python 3 script to fingerprint GitLab CE/EE instances by public CSS files
## 🐍 Usage - Python3
````
usage: gnum.py [-h] url
GitLab version detector via CSS hash enumeration
positional arguments:
url GitLab URL (e.g. https://gitlab.example.com/users/sign_in)
options:
-h, --help show this help message and exit
````
## 🐳 Usage - Docker
````
docker run --rm ghcr.io/l4rm4nd/gitlab-enumerator:latest -h
````