Skip to content

Instantly share code, notes, and snippets.

#curl -X POST "https://urlscan.io/api/v1/scan/" \
# -H "Content-Type: application/json" \
# -H "API-Key: $apikey" \
# -d "{\"url\": \"$url\", \"public\": \"on\"}"
#
# #echo list|tr -d "\r"|while read url; do;
# curl -X POST "https://urlscan.io/api/v1/scan/" \
# -H "Content-Type: application/json" \
# -H "API-Key: $apikey" \
# -d "{\"url\": \"$url\", \"public\": \"on\"}"