mirror of https://github.com/cowrie/cowrie.git
Add TFTP without path (#338)
This commit is contained in:
parent
a895f0242a
commit
30b372c878
|
@ -125,4 +125,5 @@ class command_tftp(HoneyPotCommand):
|
|||
|
||||
self.exit()
|
||||
|
||||
commands['tftp'] = command_tftp
|
||||
commands['/usr/bin/tftp'] = command_tftp
|
||||
|
|
Loading…
Reference in New Issue