Tftp implementation (#330)

* ed:   cowrie/commands/tftp.py
	deleted:    cowrie/core/CustomParser.py

* Added TFTP implementation
This now needs tftpy from pip

* Added tftpy
This commit is contained in:
Dave Germiquet
2016-11-02 14:40:55 -04:00
committed by Michel Oosterhof
parent d9a26f2748
commit ff69e583b1
4 changed files with 190 additions and 1 deletions

View File

@ -6,3 +6,4 @@ gmpy2
service_identity
pycrypto
python-dateutil
tftpy