mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-02-10 17:04:26 +01:00
busybox: Mimic correct "not found" behavior for invalid commands.
This commit is contained in:
committed by
Michel Oosterhof
parent
aafef68e39
commit
bffb2e31b7
@@ -88,7 +88,7 @@ class command_busybox(HoneyPotCommand):
|
||||
if self.input_data:
|
||||
self.write(self.input_data)
|
||||
else:
|
||||
self.help()
|
||||
self.write('{}: applet not found\n'.format(cmd))
|
||||
else:
|
||||
self.help()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user