commands: Add > as an alias for touch. Some worms use this as a lazy way to make an empty file.

This commit is contained in:
Sam Edwards
2016-10-05 18:25:52 -07:00
committed by Michel Oosterhof
parent b38010b01c
commit 6ad3a2ae6b

View File

@@ -555,5 +555,6 @@ class command_touch(HoneyPotCommand):
commands['/usr/bin/touch'] = command_touch
commands['/bin/touch'] = command_touch
commands['>'] = command_touch
# vim: set sw=4 et: