Created
November 8, 2024 10:28
-
-
Save Jeckerson/be40aff3b368d15eb5719c1f2eb21bf5 to your computer and use it in GitHub Desktop.
cUrl trace redirects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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