Skip to content

Commit

Permalink
Update article.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frjcomp authored Nov 18, 2024
1 parent 103ba4a commit f4241cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ pipeleak vuln -g https://leakycompany.com -t glpat-[redacted]

# Misconfigurations And Mishandling

## Enumerating CI/CD Variables
If you already have access to projects and groups you can try to enumerate CI/CD variables and use these for potential privilege escalation/lateral movement paths.
Using Pipeleak:
```bash
pipeleak variables -g https://leakycompany.com -t glpat-[redacted]
```

## Secret Detection in Source Code
Manually looking for sensitive info can be cumbersome and should be partially automated.

Expand Down

0 comments on commit f4241cd

Please sign in to comment.