issues
search
zMarch
/
Orc
Orc is a post-exploitation framework for Linux written in Bash
MIT License
390
stars
51
forks
source link
Improved error messages
#60
Closed
UlrichBerntien
closed
5 years ago
UlrichBerntien
commented
5 years ago
print all error and warnings to stderr (file handle 2)
add error messages if argument is missing to some functions
use orc_existsProg for all exist program checks (later orc_existsProg can be consult a blacklist of programs which are present but should not be used)
simplify and pretty format the gethelp output