Skip to content

Jenkins凭据解密脚本,增加对publish_over_ssh插件支持

Notifications You must be signed in to change notification settings

rabbitmask/Jenkins_Credentials_Crack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins_Credentials_Crack

Jenkins凭据解密脚本,增加对publish_over_ssh插件支持

鸣谢

https://github.com/tweksteen/jenkins-decrypt

https://github.com/bstapes/jenkins-decrypt

感谢来自原作者的解密思路,本工具仅在原工具基础上魔改增加了对publish_over_ssh插件的支持
关于对credentials.xml文件的凭据解密,依然安利以上工具,/鞠躬。

Usage

# 单凭据解密:
python3 jenkins_credential.py <master.key> <hudson.util.Secret> <secretPassphrase>

# jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.xml文件批量解密:
python3 jenkins_credentials.py <master.key> <hudson.util.Secret> <jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.xml>"

# 涉及文件路径如下:
$JENKINS_HOME/secrets/master.key
$JENKINS_HOME/secrets/hudson.util.Secret
$JENKINS_HOME/jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.xml

About

Jenkins凭据解密脚本,增加对publish_over_ssh插件支持

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages