Gets the alternate subject DNS names from a PEM certificate and performs a DNS lookup on them
A small collection of cloudflare workers, that can be used for scanning purposes 😃
Parse the CSP policy from the returned headers of a given URI and try to extract URL and fully qualified domain names (that optionally match a given word)
example
cspparse https://intigriti.com
A small collection of https://github.com/gchq/CyberChef functions that can be used into other projects. Right now only AnalyzeHash is implemented.
Takes a domain performs dns lookups for interesting txt records along with other interesting queries (NS, A, MX, SOA) all in one go. update: found this little baby instead https://github.com/projectdiscovery/dnsx and gonna be focusing on it
Takes a host and optional https port and after it resolves the hostname, grabs the DNS names of its certificate and performs GET requests, pinned on the first hosts' IP and thus keeping SNI happy