The article discusses using the Sulley fuzzing framework to test a vulnerable FTP server. Sulley allows users to describe a network protocol using a simple object-oriented grammar, and then generates test cases to fuzz the protocol. The article will demonstrate how to use Sulley to fuzz an FTP server by describing the protocol and having Sulley generate test inputs.