Skip to content

proditis/mini-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-tools: A collection of mini tools and snippets for various purposes

certnames

Gets the alternate subject DNS names from a PEM certificate and performs a DNS lookup on them

cfworkers

A small collection of cloudflare workers, that can be used for scanning purposes 😃

cspparse

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

cyberchef

A small collection of https://github.com/gchq/CyberChef functions that can be used into other projects. Right now only AnalyzeHash is implemented.

nsparse (heavily experimental atm)

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

sniprobe

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