Lab-13-Fuzzing A Remote Network Service
Lab-13-Fuzzing A Remote Network Service
Objectives
1. Write a Python script to fuzz the remote FTP Shell Client
Overview
By now you have a basic idea of fuzzing and how to write different fuzzing scripts. This time you
are on your own. You are required to write a fuzzer for an FTP Client that will connect to a
fuzzing server. In other words, this time the server will be the fuzzer and not the one that will
get fuzzed! Does it make sense? If it does not, please send me an email or ask me to explain this
during our meetings time. You need to figure out how to make this application listen on a port
to receive connections, how this application works, and how to speak with it over the network.
Requirements
● Kali Linux and the Windows 10 VM given to you.
● Application could be downloaded from here even though you won’t need it, since it is
already installed on your system.