Bharath

Results 25 comments of Bharath

Will look into this behaviour.

I suppose Cloudflare has changed their API. Cloudflare technique is not very practical anyway, it's just a fancy technique. I'll go ahead and remove it soon.

Hey, The script here https://github.com/appsecco/the-art-of-subdomain-enumeration/blob/master/crtsh_enum_psql.py already extracts domain names(dNSName). If you want to extract emails then there is a script that does exactly that https://gist.github.com/yamakira/d449e502f432278f772bd672ec785d7c . I have also written...

There are couple of ways to go about it. crt.sh provides access to PSQL database(certwatch) so you can take a look into the tables to find out what is the...

If I'm not wrong those are the only tables that are related to "certwatch" database. certificate_identity table is where the domain names are stored. You could explore the tables to...

It looks like Cloudflare changed their response format. Will take a look into fixing this script.

Excuse the delay. We are reviewing this now.

Thanks for your contribution @dmdhrumilmistry !

This error occurs because of changes to `docker compose ps` command output in the latest docker compose versions. Can you update your docker compose to the latest version and try...