Skip to content

Is there a way to detect bad credentials? #343

@nathanl

Description

@nathanl

The meow attack makes it seem good to check one's instances for weak login credentials. But that's not straightforward to do. This function call:

Mongo.start_link(
      url: "mongodb://#{hostname}:#{port}/admin",
      username: username,
      password: password
    )

...returns {:ok, pid} even if the credentials are wrong.

Is there a way to try a simple connection and get back an {:error, reason} if the credentials are not valid?

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