Skip to content

Commit 2854dc2

Browse files
committed
update crypto/weblogic_password.rb
1 parent 861867f commit 2854dc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ image/
2727

2828
### CRYPTO
2929
```ruby
30-
weblogic_password.rb -- Weblogic 密码解密脚本
31-
weblogic_password.py -- Weblogic 密码解密脚本(依赖旧版Cipher)
30+
weblogic_password.rb -- Weblogic 密码解密脚本 (支持{AES256})
31+
weblogic_password.py -- 旧版 Weblogic 密码解密脚本 (该版本停止维护; 依赖旧版Cipher)
3232
shiro_rememberMe_decrypt.rb -- Shiro Cookie rememberMe 解密
3333
```
3434

crypto/weblogic_password.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def weblogic_decrypt(ini_file, accounts)
110110
decrypt('des3', secret_key, salt[0,4] * 2, data)
111111
end
112112
if username.empty?
113-
puts "[+] Password: #{passwd}"
113+
puts "[+] Plaintext: #{passwd}"
114114
else
115115
puts "[+] Account: #{username}\t#{passwd}"
116116
end

0 commit comments

Comments
 (0)