Skip to content

Instantly share code, notes, and snippets.

@Spy0x7
Forked from bendtheory/urlscan.sh
Created February 21, 2022 08:50
Show Gist options
  • Save Spy0x7/6270ccb9d10d8635feeef66803c3893d to your computer and use it in GitHub Desktop.
Save Spy0x7/6270ccb9d10d8635feeef66803c3893d 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