Skip to content

Doesn't find Explicit FTPS #22

Description

@Paladin

Explicit FTPS (FTP over TLS) requires a normal, non-encrypted connection be made, then the command "AUTH TLS" to invoke the encryption handshake.

Because that doesn't happen until after the connection is made, this test doesn't locate it. It's probably ridiculous to ask this to try and make a connection and send the command on every port it finds, but how about trying it on the standard FTP port? It won't help in discovery of unauthorized ports, but at least it could be used to test the port you know you set the server on. (Possibility of including a second list of excluded ports, being the ports -- or port ranges -- not to look for Explicit FTPS on, occurred to me, but seems like it might be one toke over the line.)

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