Skip to content

Instantly share code, notes, and snippets.

@microphone-mathematics
microphone-mathematics / opengraph_svg_probe.svg
Created May 10, 2026 17:33
nextcloud opengraph svg probe
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@microphone-mathematics
microphone-mathematics / massdns-brute.sh
Created June 4, 2019 14:08
massdns bruteforce with jhaddix subdomain-list
#!/bin/bash
$DOMAIN=$1
for host in $(dig +short $DOMAIN ns);
do
dig +short $host >> resolvers.txt;
done
/opt/massdns/scripts/subbrute.py /usr/share/wordlists/SecLists/Discovery/DNS/dns-Jhaddix.txt $DOMAIN | massdns -r ./resolvers.txt -w $DOMAIN.massdns.jhaddix.txt -t A -o S