Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jas502n/FinalShellDecodePass
FinalShellDecodePass 加密解密
https://github.com/jas502n/FinalShellDecodePass
Last synced: 21 days ago
JSON representation
FinalShellDecodePass 加密解密
- Host: GitHub
- URL: https://github.com/jas502n/FinalShellDecodePass
- Owner: jas502n
- Created: 2021-12-01T19:51:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T20:22:05.000Z (about 3 years ago)
- Last Synced: 2024-08-05T17:36:21.848Z (4 months ago)
- Language: Java
- Size: 1.13 MB
- Stars: 76
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - jas502n/FinalShellDecodePass - FinalShellDecodePass 加密解密 (Java)
README
# FinalShellDecodePass 加密解密
`/Applications/FinalShell.app/Contents/Java/finalshell.jar!/myssh/O0O0OO0OOOO0OO0000O0O0O0000O00OOO0OOOOO00000OO0O0O0OOO00OOO0O00O000OOOO0OO00000O0OO0OOO00O0000OOOOOO.class`
`password` 字段在 `~/Library/FinalShell/conn/xxxxxx/xxxxxx_connect_config.json`
快速查找
```bash
$ ~/Library/FinalShell/conn$ grep -rni "password" *
```![](./finalShell.png)
#### 例如:
将明文`beac3d85988e` 加密成密文得到 `OGNqLj1Le11Br3AIelAiPaDJpfhBzmEN`
将密文`UU8hWV51DmVNgmX/pUd0LlaEo53VTa6s` 解密得到明文 `beac3d85988e`
```bash
$ javac FinalShellDecodePass.java
$ java FinalShellDecodePass
>>>>
[*] 明文=beac3d85988e
[*] 密文=OGNqLj1Le11Br3AIelAiPaDJpfhBzmEN
[*] 明文=beac3d85988e
```![](./decode.png)