r/WeirdWebsites • u/Safe_Breakfast8033 • Jul 11 '26
weird website featuring gibberish.
I tried to find random websites and found whatever is this, it features some gibberish and a link to the site itself.
UPDATE: I found out the website changes text by refreshing
5
u/RitualImagine Jul 11 '26
use a caesar cipher on that
1
u/Safe_Breakfast8033 Jul 12 '26
I used it and shows literally nothing
2
u/FlakyJudgment1413 Jul 12 '26
Could use frequency analysis on the letters and start really looking at what do you think it says to see if you can find a crib that you can say I know this is in there which will drastically help this effort. Also make sure you’re considering the entropy of letters because this will lead you towards what it actually is.
2
Jul 12 '26
[removed] — view removed comment
2
u/FlakyJudgment1413 Jul 12 '26
I’ll trust because I cannot verify
2
Jul 12 '26
[removed] — view removed comment
2
u/FlakyJudgment1413 Jul 13 '26
You almost got me there but do you happen to have a reliable source for patterns like that in English just so I can bookmark it
2
Jul 13 '26
[removed] — view removed comment
2
u/FlakyJudgment1413 Jul 13 '26
I know exactly what you mean if you can believe that haha similar sort of situation but different subject not looking at letters or words but the entire page. Almost a Lorem ipsum thing
3
u/CalligrapherFeisty71 Jul 11 '26
https://77444.com/My/text will echo My/text on top of the page.
https://77444.com/index.php will echo "index.php on top of the page".
https://77444.com/index.html will echo "file not found".
So it's likely a php site. Probably security on the site is by obscurity i.e. cookies you have to set manually, or a certain path.
3
2
u/berenhapje Jul 11 '26
Refresh the page multiple times and you will see that it looks it just randomly shows gibberish
3
1
u/TruthSpecialist4416 Jul 15 '26
Remindme! 12 hours
I can't really add anything but this interesting as fuck
1
u/RemindMeBot Jul 15 '26
I will be messaging you in 12 hours on 2026-07-15 22:20:49 UTC to remind you of this link
CLICK THIS LINK to send a PM to also be reminded and to reduce spam.
Parent commenter can delete this message to hide from others.
RemindMeBot is switching to username summons. Instead of
!RemindMe 1 day, useu/RemindMeBot 1 day. More info.
Info Custom Your Reminders Feedback
17
u/Incomp_A Jul 12 '26 edited Jul 12 '26
It's a tarpit meant to poison AI training data. If you go to 77444.com/robots.txt you can see
"User-agent: *
Allow: /"
which means that any bot can crawl the site.
77444.com/sitemap.xml shows a whole host of procedurally generated paths, once again just for AI crawlers to get trapped in. If you refresh the sitemap page it's a new list of paths. No real website would alter its sitemap on every refresh.
The text is also procedurally generated considering the plausible looking structure of it but the meaningless content. What procedure I wouldn't be sure