mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
# short (Bash-Snippets)
|
|
# Unmasks shortended urls.
|
|
|
|
# Unmask the true url behind a shortened link
|
|
short tinyurl.com/jhkj
|
|
# Output: http://possiblemaliciouswebsiteornot.com
|