Skip to content

Instantly share code, notes, and snippets.

@ishideo
Created November 26, 2020 05:00
Show Gist options
  • Save ishideo/ac37d0515d8e1ead536f5cf50f24926c to your computer and use it in GitHub Desktop.
Save ishideo/ac37d0515d8e1ead536f5cf50f24926c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
cat ip.tsv | parallel -t -j24 --pipe -q awk -F'\t' '{json="curl -s https://sonar.omnisint.io/reverse/" $1 " | jq -cr ."; json | getline output;print $1, output;close(json)}' | tee subdomains.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment