<?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>Solvere Labs</title>
    <link>https://solvere.app/</link>
    <description>Recent content 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>Sat, 20 Jun 2026 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://solvere.app/icon-512.png</url>
      <title>Solvere Labs</title>
      <link>https://solvere.app/</link>
    </image><atom:link href="https://solvere.app/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>TheStickerShop Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/thestickershop/</link>
      <pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/thestickershop/</guid>
      <description>Today we are solving another easy-rated TryHackMe machine called TheStickerShop.</description>
    </item>
    
    <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>SCP and SSH File Transfer</title>
      <link>https://solvere.app/tutorials/guides/scp-ssh-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>ssh</category><category>linux</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/scp-ssh-transfer/</guid>
      <description>The scp and sftp quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real transfer. Upload and download, copy a directory with -r, authenticate with a recovered key, hop through a jump host, pipe over ssh when scp is missing, and verify with a checksum.</description>
    </item>
    
    <item>
      <title>Oh My Webserver Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/oh-my-webserver/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/oh-my-webserver/</guid>
      <description>Today we are solving another Linux-based TryHackMe machine called Oh My WebServer. This machine focuses on exploiting vulnerable web services, container breakout-style enumeration,</description>
    </item>
    
    <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>Investigation with Splunk Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/investigation-with-splunk/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category><category>forensics</category><category>powershell</category><category>persistence</category><category>php</category>
      <guid>https://solvere.app/ctfs/thm/investigation-with-splunk/</guid>
      <description>Today we are investigating another TryHackMe Defensive Security challenge where we are provided with Windows event logs that have already been ingested into Splunk.</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>Carnage Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/carnage/</link>
      <pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/carnage/</guid>
      <description>Today we are solving another Defensive Security challenge from TryHackMe called Carnage. In this challenge we are provided with a packet capture (PCAP) file from a real-world malwa</description>
    </item>
    
    <item>
      <title>BreakOutTheCage Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/breakoutthecage/</link>
      <pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/breakoutthecage/</guid>
      <description>Today we are solving another TryHackMe machine called Break Out The Cage, a Linux-based challenge inspired by Nicolas Cage. The machine contains multiple stages including anonymous</description>
    </item>
    
    <item>
      <title>Super Spammr Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/super-spammr/</link>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/super-spammr/</guid>
      <description>The infamous cosmic hacker Super-spam has returned. Originating from the planet Alpha Solaris IV, Super-spam&#39;s mission is to eliminate Linux systems across the galaxy and replace t</description>
    </item>
    
    <item>
      <title>Bypass Disable Functions Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/bypass-disable-functions/</link>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/bypass-disable-functions/</guid>
      <description>This challenge focuses on bypassing PHP security restrictions, specifically the disablefunctions directive commonly configured in hardened PHP environments.</description>
    </item>
    
    <item>
      <title>Tech Supp0rt Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/tech-supp0rt/</link>
      <pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/tech-supp0rt/</guid>
      <description>Today we are solving another TryHackMe machine named TechSupport.</description>
    </item>
    
    <item>
      <title>REvil Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/revil/</link>
      <pubDate>Tue, 16 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/revil/</guid>
      <description>One of the employees at Lockman Group reported that all of his files had suddenly been renamed with an unfamiliar extension. After a quick inspection, the IT department suspected r</description>
    </item>
    
    <item>
      <title>NewHireOldArtifacts Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/newhireoldartifacts/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/newhireoldartifacts/</guid>
      <description>We are working as a SOC Analyst for an MSSP called TryNotHackMe.</description>
    </item>
    
    <item>
      <title>Jump Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/jump/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/jump/</guid>
      <description>We are presented with a Linux machine that heavily relies on automation pipelines.</description>
    </item>
    
    <item>
      <title>Develpy Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/develpy/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/develpy/</guid>
      <description>Today we are solving another TryHackMe machine named DevelPy.</description>
    </item>
    
    <item>
      <title>Corridor Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/corridor/</link>
      <pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/corridor/</guid>
      <description>Today we solved a very easy TryHackMe challenge focused on IDOR (Insecure Direct Object Reference).</description>
    </item>
    
    <item>
      <title>Conti Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/conti/</link>
      <pubDate>Sun, 14 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/conti/</guid>
      <description>Today we are investigating a ransomware incident involving Conti Ransomware, one of the most notorious Ransomware-as-a-Service (RaaS) operations.</description>
    </item>
    
    <item>
      <title>Friday Overtime Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/friday-overtime/</link>
      <pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/friday-overtime/</guid>
      <description>It is a Friday evening at PandaProbe Intelligence when SwiftSpend Finance submits an urgent threat intelligence request.</description>
    </item>
    
    <item>
      <title>Expose Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/expose/</link>
      <pubDate>Sat, 13 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/expose/</guid>
      <description>The FTP server contained no useful files.</description>
    </item>
    
    <item>
      <title>IronShade Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/ironshade/</link>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/ironshade/</guid>
      <description>Based on threat intelligence reports, an APT group known as IronShade has been actively targeting Linux servers across the region.</description>
    </item>
    
    <item>
      <title>BluePrint Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/blueprint/</link>
      <pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/blueprint/</guid>
      <description>As usual, we begin with a full port scan to identify exposed services.</description>
    </item>
    
    <item>
      <title>Operation Coldstart Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/operation-coldstart/</link>
      <pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/operation-coldstart/</guid>
      <description>Operation ColdStart is an easy Linux-based machine where our objective is to compromise the target, gain user access, and ultimately escalate privileges to root.</description>
    </item>
    
    <item>
      <title>CacheMeOutside Challenge Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/cachemeoutside-challenge/</link>
      <pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/cachemeoutside-challenge/</guid>
      <description>Years after leaving the hacking scene, a retired hacker has unintentionally left traces of his identity scattered across the public internet.</description>
    </item>
    
    <item>
      <title>Itsybitsy Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/itsybitsy/</link>
      <pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/itsybitsy/</guid>
      <description>During routine SOC monitoring, Analyst John observed an IDS alert indicating potential Command and Control (C2) communication originating from a user named Browne in the HR departm</description>
    </item>
    
    <item>
      <title>IDE Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/ide/</link>
      <pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/ide/</guid>
      <description>Additional HTTP service on a high port.</description>
    </item>
    
    <item>
      <title>Operation Promotion Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/operation-promotion/</link>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category><category>web</category><category>command-injection</category><category>privilege-escalation</category><category>rce</category><category>reverse-shell</category><category>sqli</category><category>apache</category><category>enum4linux</category>
      <guid>https://solvere.app/ctfs/thm/operation-promotion/</guid>
      <description>You are up for promotion at Hadron Security. Your senior lead, Mara, has handed you a solo engagement against RecruitCorp, a small recruiting firm with a public-facing portal.</description>
    </item>
    
    <item>
      <title>Light Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/light/</link>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/light/</guid>
      <description>The room provides the following information:.</description>
    </item>
    
    <item>
      <title>Whiterose Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/whiterose/</link>
      <pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/whiterose/</guid>
      <description>Only SSH and HTTP are exposed.</description>
    </item>
    
    <item>
      <title>Monday Monitor Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/monday-monitor/</link>
      <pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/monday-monitor/</guid>
      <description>Swiftspend Finance, a fintech company, has recently deployed Wazuh and Sysmon to strengthen endpoint monitoring and improve threat detection capabilities.</description>
    </item>
    
    <item>
      <title>Glitch Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/glitch/</link>
      <pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/glitch/</guid>
      <description>At this point, web enumeration becomes the primary attack path.</description>
    </item>
    
    <item>
      <title>Dreaming Walkthrough</title>
      <link>https://solvere.app/ctfs/thm/dreaming/</link>
      <pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>naval0505</dc:creator>
      <category>thm</category>
      <guid>https://solvere.app/ctfs/thm/dreaming/</guid>
      <description>Dreaming is a Linux-based machine that focuses on web enumeration, CMS assessment, credential discovery, database abuse, and privilege escalation through insecure permissions and s</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>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>whois</title>
      <link>https://solvere.app/tutorials/guides/whois/</link>
      <pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>osint</category><category>recon</category><category>dns</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/whois/</guid>
      <description>The whois quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Look up a domain, find who owns an IP, enumerate a netblock, pull name servers, read registration dates, query a registry directly, and route around a redacted or wrong-server answer with RDAP.</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>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>sqlmap</title>
      <link>https://solvere.app/tutorials/guides/sqlmap/</link>
      <pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>sqli</category><category>sqlmap</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/sqlmap/</guid>
      <description>The sqlmap quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Confirm an injectable parameter, feed a saved Burp request, fingerprint the DBMS, walk the dbs/tables/columns ladder, dump only the columns you need, grab password hashes, evade a WAF with tamper scripts, and route through a proxy.</description>
    </item>
    
    <item>
      <title>Nikto</title>
      <link>https://solvere.app/tutorials/guides/nikto/</link>
      <pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>recon</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/nikto/</guid>
      <description>The Nikto quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real scan. Scan HTTP and HTTPS, hit odd ports, reach a vhost by Host header, tune out the noise, proxy through Burp, save a machine-readable report, and pull just the findings.</description>
    </item>
    
    <item>
      <title>dirsearch</title>
      <link>https://solvere.app/tutorials/guides/dirsearch/</link>
      <pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/dirsearch/</guid>
      <description>The dirsearch quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real content-discovery task. Pick a wordlist, append extensions, filter soft-404s by size, recurse into found directories, scan a list of hosts, save JSON, and proxy through Burp.</description>
    </item>
    
    <item>
      <title>dig</title>
      <link>https://solvere.app/tutorials/guides/dig/</link>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>dns</category><category>recon</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/dig/</guid>
      <description>The dig quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Resolve A/AAAA, find MX and NS, read SPF and DMARC TXT, reverse-lookup an IP, query a specific resolver, trace delegation from the root, and test a zone transfer.</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>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>
    
  </channel>
</rss>
