TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Bypass WhatsApp Web's Locked Chat Feature

75 pointsby loncat42156 months ago

8 comments

netsharc6 months ago
Semi-related: On the old F1 website, they&#x27;d post the lap and sector times of drivers during an F1 session (practice, qualifying, race). First it was a Java app which had all the data, and then they got fancy and wrote it in JavaScript, and enshittified it: if you don&#x27;t subscribe to their premium... website offering?.. you just get colored sectors whenever the driver&#x27;s finished that sector (yellow as they&#x27;ve passed it, green if it&#x27;s the fastest time they&#x27;ve driven through this sector, purple if it&#x27;s the fastest of anyone, in the current session). I was wondering if they still had the sector times and just hid it on the frontend, and it was the case. There was an if-block that was called during initialization that checked if user was premium. Adding a breakpoint and adding a condition to set premium = true got me the sector times!<p>And then they changed their app to use Unity and WASM, and it&#x27;s all Assembly-esque in the developer tool.
评论 #42347578 未加载
评论 #42347841 未加载
评论 #42346792 未加载
评论 #42349248 未加载
评论 #42350844 未加载
RandomDistort6 months ago
A lot of WhatsApp&#x27;s features are enforced client-side, which means on Web they just break with DevTools.<p>I&#x27;ve done some research into this (haven&#x27;t published it) but also can&#x27;t get Facebook&#x27;s bug bounty report tool to work (whenever I create a facebook account it gets autobanned) so I haven&#x27;t been able to report them either. I wonder if stuff like this would be eligible, I don&#x27;t see why it wouldn&#x27;t.
评论 #42355050 未加载
beders6 months ago
It is a good reminder for front-end devs that security-through-obscurity is not sufficient. It never has.<p>Reminds me of a security company that claimed they could force a watermark onto any content in their web-front-end. Turns out it was a canvas overlay you could just simple delete from the HTML. LOL.
评论 #42350004 未加载
评论 #42349179 未加载
unixfox6 months ago
<a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20241206210921&#x2F;https:&#x2F;&#x2F;lcat.dev&#x2F;post.php?id=3cf8e1b9-e5e3-4a6d-af27-12720c5b2d54" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20241206210921&#x2F;https:&#x2F;&#x2F;lcat.dev&#x2F;...</a>
thimabi6 months ago
I think my expectations for a feature called “locked chats” are somewhat different from those of WhatsApp.<p>What is the value of locking something if the lock can be easily bypassed? Just preventing the least sophisticated attacks?<p>In this case, I think WhatsApp should have done better — or refrained from adding this feature at all.
评论 #42346106 未加载
评论 #42348312 未加载
评论 #42347418 未加载
rini176 months ago
Is there also a bypass for the silly insufficient disk space error in whatsapp web, other than reloading the page?
评论 #42355034 未加载
IG_Semmelweiss6 months ago
hugged to death : 503 Service Unavailable<p>I turned off VPN.No dice.
评论 #42355004 未加载
aperezalbela6 months ago
&quot;Trying something?&quot;
评论 #42347660 未加载