Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/jas502n/finalshelldecodepass
密码破解加密/解密工具逆向工程实用工具与框架
GitHubjas502n/finalshelldecodepass

FinalShellDecodePass

FinalShellDecodePass 加密解密

查看仓库
9019404年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

FinalShellDecodePass 加密解密

/Applications/FinalShell.app/Contents/Java/finalshell.jar!/myssh/O0O0OO0OOOO0OO0000O0O0O0000O00OOO0OOOOO00000OO0O0O0OOO00OOO0O00O000OOOO0OO00000O0OO0OOO00O0000OOOOOO.class

password 字段在 ~/Library/FinalShell/conn/xxxxxx/xxxxxx_connect_config.json

快速查找

root@kitploit:~
$ ~/Library/FinalShell/conn

$ grep -rni "password" *

例如:

将明文beac3d85988e 加密成密文得到 OGNqLj1Le11Br3AIelAiPaDJpfhBzmEN

将密文UU8hWV51DmVNgmX/pUd0LlaEo53VTa6s 解密得到明文 beac3d85988e

root@kitploit:~

$ javac FinalShellDecodePass.java
$ java FinalShellDecodePass
>>>>
[*] 明文=beac3d85988e
[*] 密文=OGNqLj1Le11Br3AIelAiPaDJpfhBzmEN
[*] 明文=beac3d85988e

下载工具