All relative symbolic link commands are currently broken and receive the response "bash: command not found: x" in the honeypot shell. The path is not being traversed correctly and fs.HoneyPotFilesystem.getfile() appears to be the source of problem. Removing the cwd join command resolves the problem but I am not aware of other potential side effects.
* Expanded MySQL Output Plugin Documentation
Per issue #605, I have updated the MySQL documentation for more clarity and updated requirements-output.txt. I also added a small section in INSTALL.md to mention output plugins and where to find more information.
* Expanded MySQL Output Plugin Documentation
Per issue #605, I have updated the MySQL documentation for more clarity and updated requirements-output.txt. I also added a small section in INSTALL.md to mention output plugins and where to find more information.
* Expanded MySQL Output Plugin Documentation
Per issue #605, I have updated the MySQL Installation README.md for more clarity and updated. I also added a small section in INSTALL.md to mention output plugins and where to find more information.
* Fix crash if 'command' is not present in cmd
* Print data received by cat command
* command_sh: Add support for commands passed via PIPE
* Add support for chaining commands with PIPEs
* command_sh: fix execution flow with "-c" flag passed