├── README.md ├── domainsNS.sh ├── grabtls.sh ├── hunterio.sh ├── massdns_ips.sh ├── nxdomain.sh └── rumble-split.sh /README.md: -------------------------------------------------------------------------------- 1 | # hacks 2 | Small snippets and scripts which I use 3 | -------------------------------------------------------------------------------- /domainsNS.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streaak/hacks/HEAD/domainsNS.sh -------------------------------------------------------------------------------- /grabtls.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streaak/hacks/HEAD/grabtls.sh -------------------------------------------------------------------------------- /hunterio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streaak/hacks/HEAD/hunterio.sh -------------------------------------------------------------------------------- /massdns_ips.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streaak/hacks/HEAD/massdns_ips.sh -------------------------------------------------------------------------------- /nxdomain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streaak/hacks/HEAD/nxdomain.sh -------------------------------------------------------------------------------- /rumble-split.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/streaak/hacks/HEAD/rumble-split.sh --------------------------------------------------------------------------------