An open API service indexing awesome lists of open source software.

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

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
````