|
You are here |
defn.io | ||
| | | | |
alexanderell.is
|
|
| | | | | [AI summary] The article provides a detailed explanation of how WebSocket connections are established and how WebSocket frames are parsed. It walks through the handshake process between a client and server, highlighting the differences from traditional HTTP requests. The author then dives into the structure of WebSocket frames, explaining how the payload length, mask flag, and masking key are determined. The article also covers the decoding of masked data, including the XOR operation used to unmask the payload. Finally, the author demonstrates how to implement a basic WebSocket frame parser in Python, showing how to extract and decode the payload data. The article concludes by acknowledging the complexity of WebSocket communication and the importance of exis... | |
| | | | |
muhammadraza.me
|
|
| | | | | In this post, we will understand how an HTTP server works by implementing one in Python. | |
| | | | |
blog.preyneyv.dev
|
|
| | | | | It feels like every single web service wants to use OAuth to get user data, and for good reason too. The alternatives include requiring users to create access tokens manually (yikes) and asking users to input their usernames/passwords to impersonate them (giga yikes). At least with OAuth, users get to see a pretty screen with a big "Approve" button. | |
| | | | |
blog.dornea.nu
|
|
| | | [AI summary] The blog post discusses the process of creating and executing a shellcode in C to read a file named 'flag.txt' and dump its content, including assembly code, compilation steps, and execution considerations. | ||