neurobin / shc

Shell script compiler

Home Page:https://neurobin.org/projects/softwares/unix/shc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revealing the script with 'ps auxww'

intika opened this issue · comments

From @TJokiel
'cat /proc/[pid]/cmdline' issue is covered in latest shc version but still you could reveal all script code with simple 'ps auxww' command even if you use the '-H' flag.

-H -s -U does not protect against this...

Todo :

  • Fix this
  • And try to #65

Closing this here i migrated it to my repo https://github.com/intika/shc/issues/1 and will report back when i have the time to solve this ;)