piighost/certificate-block

A PEM certificate block, from the BEGIN line to the END line. A certificate carries the subject's name, organisation and often an email address in clear text, so pasting one into a model hands over an identity as surely as a password does. The body is matched lazily so two blocks in one file stay separate.

Label: CERTIFICATE_BLOCK

Pattern

-----BEGIN [A-Z ]*CERTIFICATE-----[\s\S]*?-----END [A-Z ]*CERTIFICATE-----

Must be caught

Must be left alone

Tags: international, secrets, network

Download the detector as TOML