<?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>Windows on Solvere Labs</title>
    <link>https://solvere.app/tags/windows/</link>
    <description>Recent content in Windows 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/windows/</link>
    </image><atom:link href="https://solvere.app/tags/windows/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Windows Download Methods</title>
      <link>https://solvere.app/tutorials/guides/windows-download-methods/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>windows</category><category>powershell</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/windows-download-methods/</guid>
      <description>The Windows-native ways to pull a file when you have a shell on a Windows host: certutil, bitsadmin, PowerShell Invoke-WebRequest, WebClient, and the in-memory IEX cradle, with an honest look at how defenders see each one.</description>
    </item>
    
    <item>
      <title>SMB File Transfer</title>
      <link>https://solvere.app/tutorials/guides/smb-file-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>smb</category><category>windows</category><category>impacket</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/smb-file-transfer/</guid>
      <description>Move files to and from a Windows target over SMB: stand up a share with impacket-smbserver, then pull, run, and push back with native copy / net use or smbclient. Quick reference with a modular cheat sheet and per-command breakdowns.</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>base64 File Transfer</title>
      <link>https://solvere.app/tutorials/guides/base64-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>linux</category><category>windows</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/base64-transfer/</guid>
      <description>The base64 file-transfer quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Encode a file to one pasteable line, decode it with a heredoc, move files with certutil or PowerShell on Windows, chunk a blob too long to paste, and checksum both ends to prove it arrived intact.</description>
    </item>
    
    <item>
      <title>NetExec</title>
      <link>https://solvere.app/tutorials/guides/netexec/</link>
      <pubDate>Sat, 30 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>active-directory</category><category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/netexec/</guid>
      <description>A practical NetExec guide: install it, verify it, enumerate one protocol at a time, validate credentials without locking accounts, read the output honestly, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>enum4linux-ng</title>
      <link>https://solvere.app/tutorials/guides/enum4linux-ng/</link>
      <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/enum4linux-ng/</guid>
      <description>The enum4linux-ng quick reference: the flags that matter, a modular copy-paste cheat sheet, and a worked breakdown of every real SMB and RPC situation. List shares anonymously, enumerate users and groups, dump the password policy, RID-cycle when direct enum is blocked, add credentials for depth, and export clean JSON or YAML.</description>
    </item>
    
    <item>
      <title>John the Ripper</title>
      <link>https://solvere.app/tutorials/guides/john/</link>
      <pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>brute-force</category><category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/john/</guid>
      <description>The John the Ripper quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Identify a hash, convert a ZIP or SSH key with a *2john script, run wordlist and rule attacks, crack NT and sha512crypt, mask a known pattern, fork across CPU cores, and read the pot file honestly.</description>
    </item>
    
    <item>
      <title>ldapsearch</title>
      <link>https://solvere.app/tutorials/guides/ldapsearch/</link>
      <pubDate>Sun, 26 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>ldap</category><category>active-directory</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/ldapsearch/</guid>
      <description>The ldapsearch quick reference: the flags, a modular copy-paste cheat sheet, and a worked breakdown of every real task. Find the base DN from the Root DSE, bind anonymously or with credentials, list users and groups, enumerate computers, hunt Kerberoastable accounts, page past a size limit, and query over LDAPS.</description>
    </item>
    
    <item>
      <title>Metasploit</title>
      <link>https://solvere.app/tutorials/guides/metasploit/</link>
      <pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>recon</category><category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/metasploit/</guid>
      <description>A practical Metasploit guide: install it, verify it, search modules, set options safely, validate findings with auxiliary checks, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>msfvenom</title>
      <link>https://solvere.app/tutorials/guides/msfvenom/</link>
      <pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/msfvenom/</guid>
      <description>A practical msfvenom guide: install it, verify it, pick a payload, set LHOST and LPORT, choose a format, generate controlled lab payloads, pair them with a handler, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>PowerView</title>
      <link>https://solvere.app/tutorials/guides/powerview/</link>
      <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>windows</category><category>active-directory</category><category>enumeration</category><category>powershell</category><category>recon</category><category>ldap</category>
      <guid>https://solvere.app/tutorials/guides/powerview/</guid>
      <description>A practical PowerView guide for authorized AD labs: load the module, enumerate users, groups, ACLs, and trusts from a domain-joined host, read the output, and understand the defenses that watch it.</description>
    </item>
    
    <item>
      <title>WinPEAS</title>
      <link>https://solvere.app/tutorials/guides/winpeas/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>windows</category><category>privilege-escalation</category><category>enumeration</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/winpeas/</guid>
      <description>A practical WinPEAS guide: get the Windows privilege-escalation enumerator onto a target, read its color-coded output, focus on the high-signal findings, and avoid drowning in noise.</description>
    </item>
    
    <item>
      <title>Smbmap</title>
      <link>https://solvere.app/tutorials/guides/smbmap/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>smb</category><category>windows</category><category>active-directory</category><category>enumeration</category><category>recon</category>
      <guid>https://solvere.app/tutorials/guides/smbmap/</guid>
      <description>The smbmap quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. List shares over a null session, read the READ/WRITE flags honestly, recurse a share, pull and push files, pass the hash, and run an authorized remote command.</description>
    </item>
    
    <item>
      <title>PowerUp</title>
      <link>https://solvere.app/tutorials/guides/powerup/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>windows</category><category>privilege-escalation</category><category>enumeration</category><category>powershell</category><category>post-exploitation</category><category>unquoted-service-path</category>
      <guid>https://solvere.app/tutorials/guides/powerup/</guid>
      <description>A practical PowerUp guide: run the PowerSploit Windows privesc auditor, read its check output honestly, focus on the high-signal service and path findings, and keep it lab-safe.</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>BloodHound</title>
      <link>https://solvere.app/tutorials/guides/bloodhound/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>active-directory</category><category>bloodhound</category><category>enumeration</category><category>lateral-movement</category><category>kerberos</category><category>windows</category><category>ldap</category>
      <guid>https://solvere.app/tutorials/guides/bloodhound/</guid>
      <description>A practical BloodHound guide: collect Active Directory graph data, ingest it, hunt attack paths to Domain Admin, and read the output without chasing dead ends.</description>
    </item>
    
    <item>
      <title>Mimikatz</title>
      <link>https://solvere.app/tutorials/guides/mimikatz/</link>
      <pubDate>Tue, 24 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>windows</category><category>active-directory</category><category>mimikatz</category><category>pass-the-hash</category><category>dcsync</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/mimikatz/</guid>
      <description>A practical Mimikatz guide for authorized AD labs: what it extracts, the core modules, how to read the output, and the defenses that stop it.</description>
    </item>
    
    <item>
      <title>Evil-WinRM</title>
      <link>https://solvere.app/tutorials/guides/evil-winrm/</link>
      <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>windows</category><category>active-directory</category><category>winrm</category><category>evil-winrm</category><category>post-exploitation</category><category>lateral-movement</category>
      <guid>https://solvere.app/tutorials/guides/evil-winrm/</guid>
      <description>A practical Evil-WinRM guide: get an interactive WinRM shell on Windows with a password, hash, or certificate, move files, load scripts, and stay inside scope.</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>Hashcat</title>
      <link>https://solvere.app/tutorials/guides/hashcat/</link>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>brute-force</category><category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/hashcat/</guid>
      <description>The Hashcat quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Pick the exact hash mode, run dictionary, rule, mask, and hybrid attacks, crack NTLM, sha512crypt, WPA, and Kerberoast hashes, read the status screen, and resume long jobs.</description>
    </item>
    
    <item>
      <title>rpcclient</title>
      <link>https://solvere.app/tutorials/guides/rpcclient/</link>
      <pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/rpcclient/</guid>
      <description>The rpcclient quick reference: connection flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Open a null session, enumerate users, groups, RIDs, and shares, read the password policy, map names to SIDs, RID-cycle, authenticate with an NT hash, and read NT_STATUS errors honestly.</description>
    </item>
    
    <item>
      <title>Impacket</title>
      <link>https://solvere.app/tutorials/guides/impacket/</link>
      <pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>active-directory</category><category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/impacket/</guid>
      <description>A practical Impacket guide: install it, verify it, pick the right script, handle credential and hash syntax cleanly, read protocol errors honestly, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>smbclient</title>
      <link>https://solvere.app/tutorials/guides/smbclient/</link>
      <pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/smbclient/</guid>
      <description>The smbclient quick reference: flags, a modular cheat sheet, and a worked breakdown of every real situation. List shares over a null session, browse a share interactively, pull one file or a whole tree, pass-the-hash, force an SMB dialect, grab a share as a tar, and debug a refused connection.</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>
    
  </channel>
</rss>
