IT/Jenkins

Jenkins decrypt credentials 젠킨스 secret key 복원하기

bepuri 2021. 11. 4. 16:29
728x90

일단 crendeitals 페이지까지 가서 update 버튼 클릭 후 가려진 scret key나 password를 요소보기 해준다.
요소보기 후 암호화된 코드가 나오는데, 해당 암호를 복사해준다.

아래 페이지 접속 후 아래 코드 중 decrypt안에 있는 암호를 붙여넣기 하고 실행하면 복호화된 암호를 확인할 수 있다.

println hudson.util.Secret.decrypt("{AQAAABAAAAAgPT7JbBVgyWiivobt0CJEduLyP0lB3uyTj+D5WBvVk6jyG6BQFPYGN4Z3VJN2JLDm}")

출처 - https://www.codurance.com/publications/2019/05/30/accessing-and-dumping-jenkins-credentials

[Accessing and dumping Jenkins credentials | Codurance

Jenkins offers a credentials store where we can keep our secrets. Of someone stole your source code and dumped your databases, you might think it's game over, but that's not always true...

www.codurance.com](https://www.codurance.com/publications/2019/05/30/accessing-and-dumping-jenkins-credentials)

728x90

'IT > Jenkins' 카테고리의 다른 글

jenkins suggested plugins 시작시 제안플러그인 목록  (0) 2021.11.04