Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/proditis/mini-tools

A collection of mini tools and snippets for various purposes
https://github.com/proditis/mini-tools

bugbounty csp cybersecurity dns hacking sni snippets

Last synced: 4 months ago
JSON representation

A collection of mini tools and snippets for various purposes

Awesome Lists containing this project

README

        

# mini-tools: A collection of mini tools and snippets for various purposes
- [mini-tools: A collection of mini tools and snippets for various purposes](#mini-tools-a-collection-of-mini-tools-and-snippets-for-various-purposes)
- [`certnames`](#certnames)
- [`cfworkers`](#cfworkers)
- [`cspparse`](#cspparse)
- [`cyberchef`](#cyberchef)
- [`nsparse` (heavily experimental atm)](#nsparse-heavily-experimental-atm)
- [`sniprobe`](#sniprobe)

## `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 :smiley:

## `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