crtsher
1.0.0
Una herramienta utilizada para obtener dominios de los registros de transparencia de certificados (CRT.SH).
A diferencia de otras herramientas que a menudo hacen una sola solicitud a CRT.SH, esta herramienta está diseñada para manejar la lentitud inherente y la falta de fiabilidad de CRT.SH, especialmente cuando se trata de grandes respuestas. Incluye volver a intentar la lógica para detectar y recuperarse de las solicitudes fallidas. Ofrece una API simple que también se puede usar para ejecutar tareas de forma asincrónica.
Requiere Go 1.20 o posterior.
go install github.com/root4loot/cmd/crtsher@latest
git clone https://github.com/root4loot/crtsher
cd crtsher
docker run --rm -it $( docker build -q . ) example.com
Usage: crtsher [options] < domain | orgname >
-f, --file < file > Specify input file containing targets, one per line.
-t, --timeout < seconds > Set the timeout for each request (default: 90).
-c, --concurrency < number > Set the number of concurrent requests (default: 3).
--debug Enable debug mode.
--version Display the version information.
--help Display this help message.
Search Query Identity:
- Domain Name
- Organization Name
Examples:
crtsher example.com
crtsher " Hackerone Inc "
crtsher --file domains.txt
$ crtsher example.com
[crtsher] (INF) Querying example.com
[crtsher] (RES) www.example.org
[crtsher] (RES) hosted.jivesoftware.com
[crtsher] (RES) uat3.hosted.jivesoftware.com
[crtsher] (RES) www.example.com
[crtsher] (RES) example.com
Vea la carpeta examples
para ver ejemplos de uso.
Ver contribuyente.md