Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-11-17 | 428 Bytes | |
shc-4.0.0 source code.tar.gz | 2018-11-17 | 123.4 kB | |
shc-4.0.0 source code.zip | 2018-11-17 | 133.7 kB | |
Totals: 3 Items | 257.6 kB | 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