Releases: neurobin/shc
Releases · neurobin/shc
shc-4.0.3
- Enhance -H flag by intika https://github.com/intika (Hide commands arguments from ps and cmdline)
- Remove -s flag (experimental feature not working as expected by intika https://github.com/intika)
shc-4.0.2
- Fix typo
- Fix NULL-ptr dereference in shll string (Thanks to Ren Kimurahttps://github.com/RKX1209)
shc-4.0.1
- Add LDFLAGS environment variable (Thanks to zboszor https://github.com/zboszor)
shc-4.0.0
- Add -H option for extra security without root (Thanks to intika https://github.com/intika). It protects against dumping, code injection,
cat /proc/pid/cmdline
, ptrace, etc.. (only works with Bourne shell (sh) scripts with no parameter) - Add -s option to force single process for hardening features (requires -H) https://github.com/intika. (only works with Bourne shell (sh) scripts with no parameter)
- dash support