<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Path-Traversal-Prevention on Netacoding | Cybersecurity, Assembly &amp; Network Research</title>
    <link>https://netacoding.com/tags/path-traversal-prevention/</link>
    <description>Recent content in Path-Traversal-Prevention on Netacoding | Cybersecurity, Assembly &amp; Network Research</description>
    <image>
      <title>Netacoding | Cybersecurity, Assembly &amp; Network Research</title>
      <url>https://netacoding.com/img/logo-netacoding.png</url>
      <link>https://netacoding.com/img/logo-netacoding.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 29 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://netacoding.com/tags/path-traversal-prevention/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Bare-Metal HTTP Server in x86_64 Assembly: sys_sendfile Zero-Copy, Raw Sockets &amp; Path Traversal Prevention | No libc</title>
      <link>https://netacoding.com/posts/assembly-httpserver/</link>
      <pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://netacoding.com/posts/assembly-httpserver/</guid>
      <description>Complete HTTP/1.1 server in pure x86_64 Assembly with zero external dependencies: sys_socket(41)→sys_bind(49)→sys_listen(50)→sys_accept(43)→sys_read(0) request parsing, SCASB/LODSB path traversal (../) detection, sys_fstat(5) file size, sys_sendfile(40) zero-copy kernel-to-NIC file transfer. Binary to ASCII IP conversion via bswap &#43; manual div loop.</description>
    </item>
  </channel>
</rss>
