Launch HN: Integuru (YC W24) – Reverse-engineer internal APIs using LLMs
81–87 of 87 posts
Re: Launch HN: Integuru (YC W24) – Reverse-engineer internal APIs using LLMs
#82Earlier quoted context omitted.
A browser is a user agent, it's some software that makes requests to a server and renders them in a way I can understand. There's no difference between using a screen reader to vocalize content and using an AI agent to summarize it.
Sigh and now you're arguing with me instead of the law, as if I matter. Bits have color and if you don't know what that means, Google that before responding.
Re: Launch HN: Integuru (YC W24) – Reverse-engineer internal APIs using LLMs
#83What's the stance on security for handling private tokens/cookies/sessions/etc?
Re: Launch HN: Integuru (YC W24) – Reverse-engineer internal APIs using LLMs
#84Just wanted to say this is super neat! Looking forward to playing with it.
Re: Launch HN: Integuru (YC W24) – Reverse-engineer internal APIs using LLMs
#85I just noticed over the weekend new Claude agreed to reverse engineer a graphql server with introspection turned off, something Im pretty sure it would have refused for ethical reasons before the new version it kept writing scripts, i would paste the output, and it would keep going, until it was able to create its own working discount code on an actual retail website The only issue with these kinds of things is break…
Until LLMs become smart enough to emulate a full JS stack, I think we're safe :)
Re: Launch HN: Integuru (YC W24) – Reverse-engineer internal APIs using LLMs
#86Will this work for SSR applications? e.g. think old school net or jsp apps which make network requests then receive HTML which then needs to be parsed in order to understand the key pieces of information and then additional network requests? I've found it relatively straight forward to reverse engineer SPA requests however with server side rendered apps, yow would your service handle that?
I work at a milk delivery company in the UK (The Modern Milkman). There's this website called findmeamilkman.com and I wanted to scrape all the milk delivery services that serve every UK postcodes to create polygons I can overlay on a map to identify competitors in each region.
I keep getting rate limited by the servers, and there doesn't seem to be any fetch/XHR requests on the network. Instead a SSR request that returns the full HTML.
If you're product could help me solve this by reverse engineering an API that would be amazing