Live data from Hacker News

The URL shortener that makes your links look as suspicious as possible

creepylink.com

141–150 of 157 posts

Re: The URL shortener that makes your links look as suspicious as possible

#141
post #39

This is fun. Is it not checking for previously submitted URLs though? I can seemingly re-submit the exact same URL and get a new link every time. I would expect this to fill the database unnecessarily but I have no idea how the backend works.

I got https://microsoft.web-safe.link/cZ17Xn_claim_gift_card.msi for this article. What do you get?

Re: The URL shortener that makes your links look as suspicious as possible

#142

There may actually be some utility here. LLM agents refuse to traverse the links. Tested with gemini-3-pro, gpt-5.2, and opus 4.5. edit: gpt-oss 20B & 120B both eagerly visit it.

I can confirm Mistral refuse to traverse the links

Re: The URL shortener that makes your links look as suspicious as possible

#143
post #77

Earlier quoted context omitted.

Yeah I meant using it as an experiment to test with two different links(or domains) and not as a solution to evade bot traffic. Still, I think it would be interesting to know if anybody noticed a visible spike in bot traffic(especially AI) after sharing their site info in that thread.

I didn't: no traffic before sharing, none since.

funny. what's your site?

Re: The URL shortener that makes your links look as suspicious as possible

#144
post #104
post #89

Earlier quoted context omitted.

I think it's just someone learning something new most of the time. I have home made url shorteners in go, rust, java, python, php, elixir, typescript, etc. why? because I'm trying the language and this kind of project touches on many things: web, databases, custom logic, how and what design patterns can I apply using as much of the language as I can to build the thing.

Right. But the question is why redo the exact same joke ? Why not come up with another twist (like the URL lengthener) or do no twist but be useful? I’m not criticising the author or anyone who came before. I’m trying to understand the impetus between redoing a joke that isn’t yours. You don’t learn anything new by redoing the exact same gag that you wouldn’t learn by being even slightly original or making the projec…

Hold on, registering www.0111001000101010.com before somebody else gets it...

Re: The URL shortener that makes your links look as suspicious as possible

#145
Every URL shortener is suspicious.

While this seems like it would make it harder for them I wouldn't be surprised if scammers eventually try to abuse this service too and I have no doubt that people would happily click these if they found in them in a phishing email, that said I give the folks behind this a lot of credit for having a way to contact them and report links if that happens.

Re: The URL shortener that makes your links look as suspicious as possible

#146
post #39

This is fun. Is it not checking for previously submitted URLs though? I can seemingly re-submit the exact same URL and get a new link every time. I would expect this to fill the database unnecessarily but I have no idea how the backend works.

I got https://microsoft.web-safe.link/cZ17Xn_claim_gift_card.msi for this article. What do you get?

Just resubmit it, you'll probably get a new link. I get something different every time.

Re: The URL shortener that makes your links look as suspicious as possible

#147
post #136

Earlier quoted context omitted.

Don't have any index pages or heavy cross-linking between pages.

None of that matters. AI bots can still figure out how to navigate the website.

The biggest problem I have seen with AI scrapping is that they blindly try every possible combination of URLs once they find your site and blast it 100 times per second for each page they can find.

They don’t respect robots.txt, they don’t care about your sitemap, they don’t bother caching, just mindlessly churning away effectively a DDOS.

Google at least played nice.

And so that is why things like anubis exist, why people flock to cloudflare and all the other tried and true methods to block bots.

Re: The URL shortener that makes your links look as suspicious as possible

#148
post #72
post #18

My favorite link of all time: https://jpmorgan.c1ic.link/logger_zcGFC2_bank_xss.docm Definitely not meta

With Firefox on Android it simply says Deceptive site issue This web page at [...] has been reported as a deceptive site and has been blocked based on your security preferences. What's going on? I can't find any setting to disable this.

I was able to get past that (Firefox on the Desktop) by clicking the "see details" button and then clicking the "ignore the risk" link. It took me a while to actually read the text too.

Re: The URL shortener that makes your links look as suspicious as possible

#149
post #136

Earlier quoted context omitted.

Don't have any index pages or heavy cross-linking between pages.

None of that matters. AI bots can still figure out how to navigate the website.

how? if you don't have a default page and index listings are disabled, how can they derive page names?
Post reply on HN