/credmon

Utility for checking credentials.

Primary LanguagePythonMIT LicenseMIT

Utility for checking credentials.

Installation

pip install credmon

Usage

credmon check config.yml

Config example

FTP:

- name: example.com
  type: ftp
  config:
    hostname: ftp.example.com
    username: secret
    password: secret

Modx:

- name: example.com
  type: modx
  config:
    url: https://example.com/manager/
    username: secret
    password: secret