This document discusses security testing methods for network protocol implementations. It proposes a new framework called FuSeBMC that uses a combination of fuzzing and symbolic execution to detect security vulnerabilities. FuSeBMC generates test input packets using fuzzing to guide symbolic execution, allowing it to achieve higher code coverage than using the techniques individually. The document evaluates FuSeBMC on a vulnerable FTP server, finding it can detect vulnerabilities faster than other tools like ESBMC, KLEE, and Map2Check. FuSeBMC provides an effective approach for security testing of network protocol implementations.