wireghoul / doona

Network based protocol fuzzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix FTP module

wireghoul opened this issue · comments

There are several items that would make fuzzing with the FTP module easier.

  1. Default to anonymous login if no login details given
  2. Default to only fuzzing unauth operations if login/anonymous login fails
  3. Update FTP support to more recent RFC levels

Didn't fix #2 because code coverage!