mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
# short (Bash-Snippets)
|
|
# Unmasks shortened URLs.
|
|
|
|
# Unmask the true URL behind a shortened link
|
|
short tinyurl.com/jhkj
|
|
# Output: http://possiblemaliciouswebsiteornot.com
|