Decsh
Shell Script to decrypt SHC and SSC
Install / Use
/learn @kawaii-ghost/DecshREADME
decsh
Shell Script to decrypt SHC and SSC
Due to Android user complaining about shebang because system hiearchy problem, I recommend you to run it via shell instead of treating it as an executable
Usage : sh ./deshc.sh <shc binary>
Example : ./deshc.sh ./shcfiles.sh
Output : shc_binary.dec.sh
Multiple files are supported
SECURITY
This shell script still execute in the machine. I still configuring it by using prlimit --pid <pid> --nofile=X so it can only open the shared library.
Give time with sleep 0.01 until it calls execve and then send SIGSTOP signal after that so atleast the shell script isn't running while being decrypted.
How does it work?
SHC
SHC works internally called execve to shell, it decrypted at runtimes and visible via command line args process
eg: /bin/sh -c "decrypted shell"
SSC
SSC works almost same with SHC except the shell reads from file descriptor 3.
It visible via fd number 3 on the process
Read my Indonesian writeup here https://medium.com/@kaw411gh0st/membongkar-program-shc-encrypted-shell-script-1d945b76080b
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
