DKIM Lookup
EmailFetch a DKIM public key by selector and flag weak keys.
Use this from the command line
curl -s https://ipcow.com/api/tools/dkim-check \
-H 'content-type: application/json' \
-d '{"domain":"example.com","selector":"s1"}' Fetch a DKIM public key by selector and flag weak keys.
curl -s https://ipcow.com/api/tools/dkim-check \
-H 'content-type: application/json' \
-d '{"domain":"example.com","selector":"s1"}'