Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Frichetten/gitlab-runner-research

Research on abusing GitLab Runners
https://github.com/Frichetten/gitlab-runner-research

Last synced: about 2 months ago
JSON representation

Research on abusing GitLab Runners

Awesome Lists containing this project

README

        

# gitlab-runner-research

This script is a part of some research I did on abusing GitLab Runners. The full blog post and information is here.

```
usage: hijack-runner.py [-h] [--target TARGET] [--register REGISTER] [--attack ATTACK] [--tag TAG]
[--clone]

Abuse GitLab Runners

optional arguments:
-h, --help show this help message and exit
--target TARGET The GitLab instance to target
--register REGISTER Register a token
--attack ATTACK Use Runner token to steal data
--tag TAG Taglist separated with commas
--clone Will clone the repo locally
```