issues
search
zMarch
/
Orc
Orc is a post-exploitation framework for Linux written in Bash
MIT License
390
stars
51
forks
source link
bugfix in getidle and $NHOME
#53
Closed
UlrichBerntien
closed
5 years ago
UlrichBerntien
commented
5 years ago
Bugfix
getidle function was not running. I quoted wrongly the stat argument. Now it works again.
Minor bugfix
NHOME could contain a wrong name if grep finds the current user id in a group-id or phone number.
Clean up
moved some helper functions to the help function section.
removed log2outp function, this function should be moved to orc_log2outp but was copied.
Bugfix
Minor bugfix
Clean up