Skip to content

Instantly share code, notes, and snippets.

View c0rdis's full-sized avatar

Alexander Antukh c0rdis

View GitHub Profile
@c0rdis
c0rdis / jenkins-decrypt.groovy
Created June 24, 2017 18:42 — 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'