Skip to content

Instantly share code, notes, and snippets.

@Jeckerson
Created November 8, 2024 10:28
Show Gist options
  • Select an option

  • Save Jeckerson/be40aff3b368d15eb5719c1f2eb21bf5 to your computer and use it in GitHub Desktop.

Select an option

Save Jeckerson/be40aff3b368d15eb5719c1f2eb21bf5 to your computer and use it in GitHub Desktop.
cUrl trace redirects
#!/bin/bash
curl -s -L -D - https://google.com -o /dev/null -w '%{url_effective}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment