Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 850 Bytes

FTP-Protocol.md

File metadata and controls

37 lines (19 loc) · 850 Bytes

FTP protocol

Overview

** Working branch: ** ftp

** Started date: ** 21/09/2015

** Deadline: ** 26/10/2015

** Developer: ** @luongnv89

** Probe example **: reconstruct file content and extract file information such as: MIME/Type, size, name, ...

List of tasks

  • Study about protocol -> understand packet format specification/ how to classify protocol -> OK

  • Create data struct for extracting protocol attributes -> OK

  • Study some open-source library (if it exists) to see how do they do -> OK

  • Implement classify FTP packet -> OK

  • Implement parse FTP packet data -> OK

  • Test FTP plugin -> OK

  • Merge to MMT-SDK -> Waiting for fixing libntoh

Contents

Structure design

Test case

Documents