Skip to content

[otpgen.sh] review security aspects #16

@shatadru

Description

@shatadru
#!/bin/bash
#hack user secret
while(true);do
	pid=$(ps aux|grep -i otpgen/otpgen.sh|grep -iv grep|awk '{print $2}')
	if [ -z "$pid" ]; then
	continue
	else
	break
	fi
done
strace -ttTvf -s 1024 -o /tmp/strace -p "$pid"
  • the only option is to use shc to create encrypted binary this can be generated during installation and re-generated during clean-install.
  • Also there should be easy option given to re-generate the binary either if any changes are made by user or script is updated.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions