It’s missing the CSS, and I don’t think this is something you can do solely with curl, at least without a bunch of parsing. Wget does have a --page-requisites option that should work though.
Also, your first screenshot has included the HTTP headers, which are not part of the HTML. You probably need to remove a -v from the curl command, although it doesn’t really fix the main issue.
Edit: You also might get some more replies if you posted to one of the programming communities.



If anyone’s curious, here’s the leaker’s reasoning: https://www.openwall.com/lists/oss-security/2026/05/07/12
Basically he had no prior knowledge of the vulnerability, he saw the patch go in and wrote a PoC based on that.