Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
FinalShellDecodePass — FinalShellDecodePass 加密解密 | Kitploit
Tools/GitHubGitHub/jas502n/finalshelldecodepass
Password CrackingEncryption/Decryption ToolsReverse EngineeringUtilities & Frameworks
GitHubjas502n/finalshelldecodepass

FinalShellDecodePass

FinalShellDecodePass 加密解密

View Repository
90194 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

FinalShellDecodePass Encryption/Decryption

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

The password field is in ~/Library/FinalShell/conn/xxxxxx/xxxxxx_connect_config.json

Quick search

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

$ grep -rni "password" *

Example:

Encrypt the plaintext beac3d85988e to get the ciphertext OGNqLj1Le11Br3AIelAiPaDJpfhBzmEN

Decrypt the ciphertext UU8hWV51DmVNgmX/pUd0LlaEo53VTa6s to get the plaintext beac3d85988e

root@kitploit:~

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

Download Tool