Skip to content

Instantly share code, notes, and snippets.

View samit2040's full-sized avatar
💭
1+1=11

Amit Sharma samit2040

💭
1+1=11
View GitHub Profile
@samit2040
samit2040 / jenkins-decrypt.groovy
Created September 21, 2017 13:47 — forked from tuxfight3r/jenkins-decrypt.groovy
Decrypting Jenkins Password
#To Decrypt Jenkins Password from credentials.xml
#<username>jenkins</username>
#<passphrase>your-sercret-hash-S0SKVKUuFfUfrY3UhhUC3J</passphrase>
#go to the jenkins url
http://jenkins-host/script
#In the console paste the script
hashed_pw='your-sercret-hash-S0SKVKUuFfUfrY3UhhUC3J'