snippet

  • find directory on windows

    cd \
    dir openssl /AD /s
    

  • dig without dig

    curl -s -H 'host: dns.google.com' \
      'https://8.8.8.8/resolve?name=assets.github.com&type=NS' \
      | jq