Colin McKinnon
Colin McKinnon
## Summary Cronicle provides a doorway to root privilege. Relying on standalone authentication adds additional maintenance overheads / operational vulnerabilities in a secure environment. I really like this tool, but...
**Is your feature request related to a problem? Please describe.** I require the ability to verify and rotate passwords. This depends on a lot of meta-data which can be stored...
I want to propose a feature request - it requires no coding at all! I recently configured a locked-down jump box. Lxterminal was the only terminal emulator I could find...
(fingers crossed I've managed to get this right - this is my first time playing with git) Page size is mod to BW which reports the size of the current...
I see this on the the Ubuntu 0.5.10build1 pkg, also reported here - http://sudoall.com/incrond-cannot-exec-process-no-such-file-or-directory/ If there is more than one space between the three attributes in the incrontab (possibly, this...
The installation on my Ubuntu 18.04 (incron 0.5.10, installed from repo) sees changes in specified directories but not in sub-directories. Example config: ``` /etc/nginx IN_CLOSE_WRITE,IN_DELETE,IN_MOVE_FROM,IN_MOVE_TO /usr/local/bin/replicate.php sslproxy $@ $# $%...
I believe there is a session fixation vulnerability here - the fix is simple: ``` if(!$_SESSION['_sfm_allowed']) { session_regenerate_id(); // add this line ``` HTH