<?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/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Networking on Solvere Labs</title>
    <link>https://solvere.app/tags/networking/</link>
    <description>Recent content in Networking on Solvere Labs</description>
    <language>en-us</language>
    <managingEditor>contact@solvere.app (Solvere Labs)</managingEditor>
    <webMaster>contact@solvere.app (Solvere Labs)</webMaster>
    <copyright>© 2026 Solvere Labs</copyright>
    <lastBuildDate>Fri, 19 Jun 2026 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://solvere.app/icon-512.png</url>
      <title>Solvere Labs</title>
      <link>https://solvere.app/tags/networking/</link>
    </image><atom:link href="https://solvere.app/tags/networking/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Netcat File Transfer</title>
      <link>https://solvere.app/tutorials/guides/netcat-file-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>netcat</category><category>networking</category><category>linux</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/netcat-file-transfer/</guid>
      <description>The netcat file-transfer quick reference: flags, a modular cheat sheet, and worked breakdowns. Listen and save, connect and send, close cleanly with -N or -q0, stream a directory with tar, encrypt with socat OPENSSL, fall back to bash /dev/tcp when nc is missing, and checksum to catch truncation.</description>
    </item>
    
    <item>
      <title>HTTP File Transfer</title>
      <link>https://solvere.app/tutorials/guides/http-file-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>networking</category><category>linux</category><category>windows</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/http-file-transfer/</guid>
      <description>The HTTP file-transfer quick reference: serve a folder from your attacker box in one line, then pull files onto the target with wget, curl, certutil, PowerShell, or curl.exe. Flags, a modular cheat sheet, in-memory execution, upload-back with updog, checksum verification, and beating egress filters by serving on 80 or 443.</description>
    </item>
    
    <item>
      <title>Getting Files onto a Target</title>
      <link>https://solvere.app/tutorials/guides/file-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>post-exploitation</category><category>networking</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/file-transfer/</guid>
      <description>The file-transfer quick reference: the serve-and-pull vs push-and-receive decision, a modular copy-paste cheat sheet, and a worked breakdown of every method. Serve a folder over HTTP, pull with wget or certutil, host an SMB share, move a file with netcat or socat, copy over scp, paste a base64 blob, and checksum both ends.</description>
    </item>
    
    <item>
      <title>socat</title>
      <link>https://solvere.app/tutorials/guides/socat/</link>
      <pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/socat/</guid>
      <description>The socat quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Verbose TCP client, port forward, UNIX-socket-to-TCP bridge, TLS wrap, hex-dump a protocol, upgrade a reverse shell to a full PTY, and a virtual serial pair.</description>
    </item>
    
    <item>
      <title>wget</title>
      <link>https://solvere.app/tutorials/guides/wget/</link>
      <pubDate>Sun, 24 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/wget/</guid>
      <description>The wget quick reference: install and verify, a modular copy-paste cheat sheet, and one command for every real situation. Resume a broken download, mirror a site for offline viewing, pull a list of URLs, reuse a login cookie, POST a form, and rate-limit to stay quiet.</description>
    </item>
    
    <item>
      <title>TShark</title>
      <link>https://solvere.app/tutorials/guides/tshark/</link>
      <pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/tshark/</guid>
      <description>The TShark quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Read a PCAP, filter by BPF or display syntax, extract clean fields, follow a TCP stream, pull cleartext creds, carve files out of HTTP, and spot a port scan.</description>
    </item>
    
    <item>
      <title>tcpdump</title>
      <link>https://solvere.app/tutorials/guides/tcpdump/</link>
      <pubDate>Sat, 18 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/tcpdump/</guid>
      <description>The tcpdump quick reference: install and verify, the flags you actually use, a modular BPF cheat sheet, and one command per real situation. Isolate one host, watch a single service, catch DNS, filter by direction or protocol, read clear-text payload, save a clean PCAP for Wireshark, and rotate long captures unattended.</description>
    </item>
    
    <item>
      <title>RustScan</title>
      <link>https://solvere.app/tutorials/guides/rustscan/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>recon</category><category>enumeration</category><category>rustscan</category><category>nmap</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/rustscan/</guid>
      <description>The RustScan quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Sweep all 65535 TCP ports in seconds, hand the open ones to Nmap for versions and scripts, scan a subnet or a file of hosts, fix too many open files, tune speed on a laggy link, and pull a greppable port list.</description>
    </item>
    
    <item>
      <title>Chisel</title>
      <link>https://solvere.app/tutorials/guides/chisel/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>lateral-movement</category><category>chisel</category><category>linux</category><category>windows</category><category>ssh</category>
      <guid>https://solvere.app/tutorials/guides/chisel/</guid>
      <description>A practical Chisel guide: tunnel TCP and UDP over HTTP, build a reverse SOCKS pivot from a foothold, reach internal hosts, and keep the noise low in a lab.</description>
    </item>
    
    <item>
      <title>Nmap</title>
      <link>https://solvere.app/tutorials/guides/nmap/</link>
      <pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>recon</category><category>enumeration</category><category>nmap</category><category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/nmap/</guid>
      <description>The Nmap quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Ping-sweep a subnet, scan all 65535 ports, fingerprint service versions, run safe NSE scripts, scan UDP, get past a blocked ping, and save output for your notes.</description>
    </item>
    
    <item>
      <title>curl</title>
      <link>https://solvere.app/tutorials/guides/curl/</link>
      <pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/curl/</guid>
      <description>The curl quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. POST JSON, follow redirects, reuse cookies, pin DNS, resume a download, ignore a self-signed cert, time a slow endpoint, and proxy through Burp.</description>
    </item>
    
    <item>
      <title>Responder</title>
      <link>https://solvere.app/tutorials/guides/responder/</link>
      <pubDate>Wed, 04 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>active-directory</category><category>smb</category><category>networking</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/responder/</guid>
      <description>A practical Responder guide: install it, pick the right interface, start in analyze mode, capture lab name-resolution traffic safely, read the output honestly, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>Netcat</title>
      <link>https://solvere.app/tutorials/guides/netcat/</link>
      <pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/netcat/</guid>
      <description>The netcat quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Check a port, grab a banner, hand-speak HTTP or SMTP, scan a small range, move a file or a whole directory between lab hosts, dial through a SOCKS proxy, and catch a reverse shell.</description>
    </item>
    
  </channel>
</rss>
