mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-16 03:44:24 +01:00
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:
committed by
Michel Oosterhof
parent
b38010b01c
commit
6ad3a2ae6b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user