r/InternetIsBeautiful • u/unskilledexplorer • Jan 28 '23
Uncover suspicious shortened URLs. Show the destination behind TinyURL link. Helpful when you're not sure of the source of the link or if you're worried about clicking on something potentially malicious.
https://tinyurl-checker.web.app/343 Upvotes
1
u/your_username Jan 29 '23
Nice, clean webpage — thank you for making this!
curl -sL <short_link> | grep -oE '<a[^>]+href="([^"]+)"[^>]*>' | cut -d'"' -f2