|
|
|
|
|
by dundarious
1523 days ago
|
|
Javascript is absolutely not the only way these payloads can infect your device, so I wouldn't consider that particularly safe. Also, if you aren't on a phone or similar, you can just use curl to expand shortened URLS. Tell it follow redirects (-L) and print headers (-I), and use the last "location: " header it spits out. e.g., curl -fsSLI https://t.co/blahblah | sed -n 's/^location: //p'
|
|