SkillAgentSearch skills...

Comodo

Comodo

Install / Use

/learn @cloudflare/Comodo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

comodo domain verifier

This program expects to receive a list of domains to be validated on STDIN where each line consists of:

domainname,md5,sha1,orderid

and it will output CSV lines as follows

domainname,md5,sha1,orderid,status,timestamp

The status will be one of

OK        The domainname verified correctly
BAD       The domainname verification failed
ERROR     Some network error occurred (domains that get 
          this error can be retried)

The comodo program has a single parameter

-workers  The number of worker "threads" to run to perform validation

-resolver IP address of resolver (defaults to 8.8.8.8)

Example execution

$ cat list_of_domains_with_hashes | bin/comodo -workers=500

If a parsing error occurs (i.e. a bad line in the input file) then an error will be output on STDERR.

Validation

Validation is done based on the rules specified here:

http://secure.comodo.net/api/pdf/latest/Domain%20Control%20Validation.pdf

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated5mo ago
Forks5

Languages

Go

Security Score

67/100

Audited on Oct 6, 2025

No findings