Skip to content

ftp-fuzz.py "endless loop" #2

Description

@nrathaus

Please notice that in ftp-fuzz.py, your += that advances your buffer is inside the try..except, meaning that the buffer will not advance if an exception occurs (for example the server disconnects you because of an invalid command)

It makes sense to put the += of buffer outside the try..except

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions