Skip to content

Instantly share code, notes, and snippets.

@bendtheory
Created May 16, 2021 20:09
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bendtheory/9ab94afdb40752aa514698c678ef1372 to your computer and use it in GitHub Desktop.
Save bendtheory/9ab94afdb40752aa514698c678ef1372 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -s "https://urlscan.io/api/v1/search/?q=domain:$1" | grep -E '"url"' | cut -d '"' -f4 | grep -F $1 | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment