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.

Snapshotting memory to scrape encrypted network requests

78 pointsby jonlucaover 3 years ago

4 comments

uniqueuidover 3 years ago
This is an awesome method. But it&#x27;s not where I need it - if you have the site in your browser, you can already do most interesting things with DOM scraping or MITM (as mentioned in the article).<p>Now, if we had a tool to extract the DOM from a mobile device and&#x2F;or from apps that use pinning, that would be MUCH more interesting.<p>PS yes, I know frida, but last time I looked it&#x27;s basically a platform that you&#x27;d need to build all the machinery on top of.
评论 #29654950 未加载
评论 #29656938 未加载
kingcharlesover 3 years ago
This is great. I&#x27;ve never even used that function of the devtools. I have a site I want to scrape but it encrypts the hell out of everything with a bunch of horrible obfuscated Javascript that I didn&#x27;t want to reverse engineer. This should hopefully make it easier to find the values I want.
xuhuover 3 years ago
Why not get the symmetric key from process memory and then decrypt the recorded or live traffic with it ? <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Vj_FjO6TqXg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Vj_FjO6TqXg</a>
评论 #29660553 未加载
评论 #29657411 未加载
coolgeekover 3 years ago
&gt; The rise of SPAs has made this approach a bit less impractical<p>I think you meant &quot;less practical&quot;, or &quot;more impractical&quot;