Intercepting t.co links using DNS rewrites
djharper.dev
Intercepting t.co links using DNS rewrites
1–10 of 60 posts
Re: Intercepting t.co links using DNS rewrites
#2Re: Intercepting t.co links using DNS rewrites
#3Re: Intercepting t.co links using DNS rewrites
#4Have you considered using services like https://wheregoes.com/ to fetch the final destination and navigate?
The annoying part is having to copy the link, navigate to the website, paste in the link etc.
I was looking for something more "seamless" and works cross device (e.g. on phone, in the Twitter app etc) not just browsers. With this you just click the t.co link and the result is there instantly.
It's a dumb solution but was fun to write.
Re: Intercepting t.co links using DNS rewrites
#5Have you considered using services like https://wheregoes.com/ to fetch the final destination and navigate?
Re: Intercepting t.co links using DNS rewrites
#6[flagged]
Re: Intercepting t.co links using DNS rewrites
#7Have you considered using services like https://wheregoes.com/ to fetch the final destination and navigate?
Author here, yeah I mention this at the start, there's quite a few of these link uncloakers. The annoying part is having to copy the link, navigate to the website, paste in the link etc. I was looking for something more "seamless" and works cross device (e.g. on phone, in the Twitter app etc) not just browsers. With this you just click the t.co link and the result is there instantly. It's a dumb solution but was fun…
Re: Intercepting t.co links using DNS rewrites
#8I understand why both HPKP and Expect-CT have been obsoleted, but it's a bummer that we still don't have a good enforcement mechanism for CA/cert pinning for a particular site. CT itself does a reasonable job of mitigating the "globally visible mis-issuring CA" problem, but does nothing to help users whose certificate stores contain all kinds of mystery enterprise or application-installed CAs.
Re: Intercepting t.co links using DNS rewrites
#9Re: Intercepting t.co links using DNS rewrites
#10Nice writeup, and a nice demonstration of one of WebPKI's limitations! I understand why both HPKP and Expect-CT have been obsoleted, but it's a bummer that we still don't have a good enforcement mechanism for CA/cert pinning for a particular site. CT itself does a reasonable job of mitigating the "globally visible mis-issuring CA" problem, but does nothing to help users whose certificate stores contain all kinds of m…