<?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>0xEleven // xihacks.com</title>
        <link>https://xihacks.com</link>
        <description>Cybersecurity writeups, CTF solutions, red teaming research, and security lab notes.</description>
        <language>en-us</language>
        <atom:link href="https://xihacks.com/feed.xml" rel="self" type="application/rss+xml" />
        
        <item>
          <title><![CDATA[Escape]]></title>
          <link>https://xihacks.com/post/escape</link>
          <guid isPermaLink="true">https://xihacks.com/post/escape</guid>
          <pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Escape is a Medium difficulty Windows Active Directory machine that starts with an SMB share that guest authenticated users can download a sensitive PDF file. Inside the PDF file temporary credentials are available for accessing an MSSQL service running on the machine. An attacker is able to force the MSSQL service to authenticate to his machine and capture the hash. It turns out that the service is running under a user account and the hash is crackable. Having a valid set of credentials an attacker is able to get command execution on the machine using WinRM. Enumerating the machine, a log file reveals the credentials for the user ryan.cooper. Further enumeration of the machine, reveals that a Certificate Authority is present and one certificate template is vulnerable to the ESC1 attack, meaning that users who are legible to use this template can request certificates for any other user on the domain including Domain Administrators. Thus, by exploiting the ESC1 vulnerability, an attacker is able to obtain a valid certificate for the Administrator account and then use it to get the hash of the administrator user.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Authority]]></title>
          <link>https://xihacks.com/post/authority</link>
          <guid isPermaLink="true">https://xihacks.com/post/authority</guid>
          <pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Authority is a medium-difficulty Windows machine that highlights the dangers of misconfigurations, password reuse, storing credentials on shares, and demonstrates how default settings in Active Directory (such as the ability for all domain users to add up to 10 computers to the domain) can be combined with other issues (vulnerable AD CS certificate templates) to take over a domain.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Administrator]]></title>
          <link>https://xihacks.com/post/administrator</link>
          <guid isPermaLink="true">https://xihacks.com/post/administrator</guid>
          <pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Administrator is a medium-difficulty Windows machine designed around a complete domain compromise scenario, where credentials for a low-privileged user are provided. To gain access to the michael account, ACLs (Access Control Lists) over privileged objects are enumerated, leading us to discover that the user olivia has GenericAll permissions over michael, allowing us to reset his password. With access as michael, it is revealed that he can force a password change on the user benjamin, whose password is reset. This grants access to FTP where a backup.psafe3 file is discovered, cracked, and reveals credentials for several users. These credentials are sprayed across the domain, revealing valid credentials for the user emily. Further enumeration shows that emily has GenericWrite permissions over the user ethan, allowing us to perform a targeted Kerberoasting attack. The recovered hash is cracked and reveals valid credentials for ethan, who is found to have DCSync rights ultimately allowing retrieval of the Administrator account hash and full domain compromise.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Certified]]></title>
          <link>https://xihacks.com/post/certified</link>
          <guid isPermaLink="true">https://xihacks.com/post/certified</guid>
          <pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Certified is a medium-difficulty Windows machine designed around an assumed breach scenario, where credentials for a low-privileged user are provided. To gain access to the management_svc account, ACLs (Access Control Lists) over privileged objects are enumerated leading us to discover that judith.mader which has the write owner ACL over management group, management group has GenericWrite over the management_svc account where we can finally authenticate to the target using WinRM obtaining the user flag. Exploitation of the Active Directory Certificate Service (ADCS) is required to get access to the Administrator account by abusing shadow credentials and ESC9.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Sauna]]></title>
          <link>https://xihacks.com/post/sauna</link>
          <guid isPermaLink="true">https://xihacks.com/post/sauna</guid>
          <pubDate>Sun, 28 Jun 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Sauna demonstrates a chain of Active Directory misconfigurations: employee names exposed on a public website enabled ASREPRoasting, which yielded a foothold. Weak service account naming in autologon credentials, combined with excessive DCSync permissions, led directly to domain compromise. Each step relied on information left in plain sight, proving that AD security depends on securing every layer.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Return]]></title>
          <link>https://xihacks.com/post/return</link>
          <guid isPermaLink="true">https://xihacks.com/post/return</guid>
          <pubDate>Sun, 21 Jun 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Return is an easy difficulty Windows machine featuring a network printer administration panel that stores LDAP credentials. These credentials can be captured by inputting a malicious LDAP server which allows obtaining foothold on the server through the WinRM service. User found to be part of a privilege group which further exploited to gain system access.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Timelapse]]></title>
          <link>https://xihacks.com/post/timelapse</link>
          <guid isPermaLink="true">https://xihacks.com/post/timelapse</guid>
          <pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Timelapse is an Easy Windows machine, which involves accessing a publicly accessible SMB share that contains a zip file. This zip file requires a password which can be cracked by using John. Extracting the zip file outputs a password encrypted PFX file, which can be cracked with John as well, by converting the PFX file to a hash format readable by John.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Support]]></title>
          <link>https://xihacks.com/post/support</link>
          <guid isPermaLink="true">https://xihacks.com/post/support</guid>
          <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Support is an Easy difficulty Windows machine that features an SMB share that allows anonymous authentication. After connecting to the share, an executable file is discovered that is used to query the machine&amp;amp;#039;s LDAP server for available users.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Explore]]></title>
          <link>https://xihacks.com/post/explore</link>
          <guid isPermaLink="true">https://xihacks.com/post/explore</guid>
          <pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[This port is used by by ES File Explorer file manger application. We can also see a known vulnerability for this application, in which an attacker is able to execute arbitrary commands to the host. searching the metasploit framework reveals a module for this vulnerability:]]></description>
        </item>
      
        <item>
          <title><![CDATA[BoardLight]]></title>
          <link>https://xihacks.com/post/boardlight</link>
          <guid isPermaLink="true">https://xihacks.com/post/boardlight</guid>
          <pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[BoardLight is an easy difficulty Linux machine that features a `Dolibarr` instance vulnerable to [CVE-2023-30253](https://nvd.nist.gov/vuln/detail/CVE-2023-30253).]]></description>
        </item>
      
        <item>
          <title><![CDATA[Cicada]]></title>
          <link>https://xihacks.com/post/cicada</link>
          <guid isPermaLink="true">https://xihacks.com/post/cicada</guid>
          <pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Cicada is an easy-difficult Windows machine that focuses on beginner Active Directory enumeration and exploitation. In this machine, players will enumerate the domain, identify users, navigate shares, uncover plaintext passwords stored in files, execute a password spray, and use the SeBackupPrivilege to achieve full system compromise.]]></description>
        </item>
      
        <item>
          <title><![CDATA[EscapeTwo]]></title>
          <link>https://xihacks.com/post/escapetwo</link>
          <guid isPermaLink="true">https://xihacks.com/post/escapetwo</guid>
          <pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[EscapeTwo is an easy difficulty Windows machine designed around a complete domain compromise scenario, where credentials for a low-privileged user are provided. We leverage these credentials to access a file share containing a corrupted Excel document.]]></description>
        </item>
      
        <item>
          <title><![CDATA[SteamCloud]]></title>
          <link>https://xihacks.com/post/steamcloud</link>
          <guid isPermaLink="true">https://xihacks.com/post/steamcloud</guid>
          <pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[SteamCloud is an easy difficulty machine. The port scan reveals that it has a bunch of Kubernetes specific ports open. We cannot not enumerate the Kubernetes API because it requires authentication.]]></description>
        </item>
      
        <item>
          <title><![CDATA[TwoMillion]]></title>
          <link>https://xihacks.com/post/twomillion</link>
          <guid isPermaLink="true">https://xihacks.com/post/twomillion</guid>
          <pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[TwoMillion is an Easy difficulty Linux box that was released to celebrate reaching 2 million users on HackTheBox. The box features an old version of the HackTheBox platform that includes the old hackable invite code.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Driver]]></title>
          <link>https://xihacks.com/post/driver</link>
          <guid isPermaLink="true">https://xihacks.com/post/driver</guid>
          <pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Driver is an easy Windows machine that focuses on printer exploitation. Enumeration of the machine reveals that a web server is listening on port 80, along with SMB on port 445 and WinRM on port 5985]]></description>
        </item>
      
        <item>
          <title><![CDATA[Paper]]></title>
          <link>https://xihacks.com/post/paper</link>
          <guid isPermaLink="true">https://xihacks.com/post/paper</guid>
          <pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Paper is an easy Linux machine that features an Apache server on ports 80 and 443, which are serving the HTTP and HTTPS versions of a website respectively. The website on port 80 returns a default server webpage but the HTTP response header reveals a hidden domain. This hidden domain is running a WordPress blog]]></description>
        </item>
      
        <item>
          <title><![CDATA[Sau]]></title>
          <link>https://xihacks.com/post/sau</link>
          <guid isPermaLink="true">https://xihacks.com/post/sau</guid>
          <pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[`Sau` is an Easy Difficulty Linux machine that features a `Request Baskets` instance that is vulnerable to Server-Side Request Forgery (SSRF) via `[CVE-2023-27163](<https://nvd.nist.gov/vuln/detail/CVE-2023-27163>)`. Leveraging the vulnerability we are to gain access to a `Maltrail` instance that is vulnerable to Unauthenticated OS Command Injection, which allows us to gain a reverse shell on the machine as `puma`. A `sudo` misconfiguration is then exploited to gain a `root` shell. ]]></description>
        </item>
      
        <item>
          <title><![CDATA[Devvortex]]></title>
          <link>https://xihacks.com/post/devvortex</link>
          <guid isPermaLink="true">https://xihacks.com/post/devvortex</guid>
          <pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Devvortex is an easy-difficulty Linux machine that features a Joomla CMS that is vulnerable to information disclosure. Accessing the service&#039;s configuration file reveals plaintext credentials that lead to Administrative access to the Joomla instance. With administrative access, the Joomla template is modified to include malicious PHP code and gain a shell. After gaining a shell and enumerating the database contents, hashed credentials are obtained, which are cracked and lead to SSH access to the machine. Post-exploitation enumeration reveals that the user is allowed to run apport-cli as root, which is leveraged to obtain a root shell.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Lacasa Del Papel]]></title>
          <link>https://xihacks.com/post/lacasa-del-papel</link>
          <guid isPermaLink="true">https://xihacks.com/post/lacasa-del-papel</guid>
          <pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[LaCasaDePapel is an easy difficulty Linux box, which is running a backdoored vsftpd server. The backdoored port is running a PHP shell with disabled_functions. This is used to read a CA certificate, from which a client certificate can be created. The HTTPS page is vulnerable to LFI, leading to exposure of SSH keys. A configuration file can be hijacked to gain code execution as root.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Pentesterlab _ Serialize Badge]]></title>
          <link>https://xihacks.com/post/pentesterlab-serialize-badge</link>
          <guid isPermaLink="true">https://xihacks.com/post/pentesterlab-serialize-badge</guid>
          <pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Pentesterlab serialization vulnerabilities badge walkthrough]]></description>
        </item>
      
        <item>
          <title><![CDATA[Reverse Engineering I]]></title>
          <link>https://xihacks.com/post/reverse-engineering-i</link>
          <guid isPermaLink="true">https://xihacks.com/post/reverse-engineering-i</guid>
          <pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[The Hack The Box Reverse Engineering track focuses on dissecting and understanding compiled software to analyze its behavior, uncover vulnerabilities, and develop problem-solving skills in low-level security research.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Squashed]]></title>
          <link>https://xihacks.com/post/squashed</link>
          <guid isPermaLink="true">https://xihacks.com/post/squashed</guid>
          <pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Squashed is an Easy Difficulty Linux machine that features a combination of both identifying and leveraging misconfigurations in NFS shares through impersonating users. Additionally, the box incorporates the enumeration of an X11 display into the privilege escalation by having the attacker take a screenshot of the current Desktop.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Watersnake]]></title>
          <link>https://xihacks.com/post/watersnake</link>
          <guid isPermaLink="true">https://xihacks.com/post/watersnake</guid>
          <pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[As the United Nations of Zenium and the Board of Arodor engage in a fierce competition to establish a colony on Mars using Vitalium. State hackers from UNZ identify an exposed instance of the critical facility water management software, Watersnakev3, in one of Arodor's main water treatment plants. The objective is to gain control over the water supply, and weaken the Arodor's infrastructure.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Access]]></title>
          <link>https://xihacks.com/post/access</link>
          <guid isPermaLink="true">https://xihacks.com/post/access</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[We can issue SQL queries with the mdb-sql tool and look for credentials in the auth_user table]]></description>
        </item>
      
        <item>
          <title><![CDATA[Active Directory Hardening]]></title>
          <link>https://xihacks.com/post/active-directory-hardening</link>
          <guid isPermaLink="true">https://xihacks.com/post/active-directory-hardening</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[The domain acts as a core unit regarding the logical structure of the active directory  It initially stores all the critical information about the objects that belong to the domain only.]]></description>
        </item>
      
        <item>
          <title><![CDATA[active]]></title>
          <link>https://xihacks.com/post/active</link>
          <guid isPermaLink="true">https://xihacks.com/post/active</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Active directory, kerberos and impacket]]></description>
        </item>
      
        <item>
          <title><![CDATA[Dealing with computer data]]></title>
          <link>https://xihacks.com/post/dealing-with-computer-data</link>
          <guid isPermaLink="true">https://xihacks.com/post/dealing-with-computer-data</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Computer software communicates with each other by exchanged variously-formatted data via various communication channels. Learning about this concurrently with learning about security concepts can be overwhelming, and thus, this module tries to prepare you for the latter by covering the former.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Directory Traversal]]></title>
          <link>https://xihacks.com/post/directory-traversal</link>
          <guid isPermaLink="true">https://xihacks.com/post/directory-traversal</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Directory traversal also known as file path traversal is a web vulnerability that allows an attacker to read arbitrary files on the server that is running an application.]]></description>
        </item>
      
        <item>
          <title><![CDATA[FriendZone]]></title>
          <link>https://xihacks.com/post/friendzone</link>
          <guid isPermaLink="true">https://xihacks.com/post/friendzone</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[easy machine based on OS command injection and Python library hijacking]]></description>
        </item>
      
        <item>
          <title><![CDATA[Linux Hardening]]></title>
          <link>https://xihacks.com/post/linux-hardening</link>
          <guid isPermaLink="true">https://xihacks.com/post/linux-hardening</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Linux System provides a reliable and robust alternative to closed-source systems, such as  MS Windows Server and UNIX.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Linux Luminarium]]></title>
          <link>https://xihacks.com/post/linux-luminarium</link>
          <guid isPermaLink="true">https://xihacks.com/post/linux-luminarium</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[CSE365 ASU Linux Module]]></description>
        </item>
      
        <item>
          <title><![CDATA[Mastering Wireshark with Pentesterlab's PCAP]]></title>
          <link>https://xihacks.com/post/mastering-wireshark-with-pentesterlabs-pcap</link>
          <guid isPermaLink="true">https://xihacks.com/post/mastering-wireshark-with-pentesterlabs-pcap</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[pentesterlab wireshark module step by step]]></description>
        </item>
      
        <item>
          <title><![CDATA[Pentesterlab Essential]]></title>
          <link>https://xihacks.com/post/pentesterlab-essential</link>
          <guid isPermaLink="true">https://xihacks.com/post/pentesterlab-essential</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Pentersterlab introductory essential module to web vulnerabilities]]></description>
        </item>
      
        <item>
          <title><![CDATA[Pentesterlab UNIX module]]></title>
          <link>https://xihacks.com/post/pentesterlab-unix-module</link>
          <guid isPermaLink="true">https://xihacks.com/post/pentesterlab-unix-module</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Introduction to UNIX by pentesterlab]]></description>
        </item>
      
        <item>
          <title><![CDATA[Tabby]]></title>
          <link>https://xihacks.com/post/tabby</link>
          <guid isPermaLink="true">https://xihacks.com/post/tabby</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Exploiting tomcat LFI to read default credentials, the using msfvenom to upload a malicious .war file]]></description>
        </item>
      
        <item>
          <title><![CDATA[WEB APPLICATION PENTESTING CHECKLIST]]></title>
          <link>https://xihacks.com/post/web-application-pentesting-checklist</link>
          <guid isPermaLink="true">https://xihacks.com/post/web-application-pentesting-checklist</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Checklist for testing web applications]]></description>
        </item>
      
        <item>
          <title><![CDATA[White from pentesterlab]]></title>
          <link>https://xihacks.com/post/white-from-pentesterlab</link>
          <guid isPermaLink="true">https://xihacks.com/post/white-from-pentesterlab</guid>
          <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[The white badge covers a wide range of web vulnerabilities to give people a view of what kind of issues can be found in web application.]]></description>
        </item>
      
        <item>
          <title><![CDATA[cap]]></title>
          <link>https://xihacks.com/post/cap</link>
          <guid isPermaLink="true">https://xihacks.com/post/cap</guid>
          <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[After we download the capture file, we open it in a packet analysis tool, such as Wireshark. To help hunt for interesting information, we open the “Statistics” menu, and launch the Protocol Hierarchy window. In it, we see there are FTP packets that were captured.]]></description>
        </item>
      
        <item>
          <title><![CDATA[silo]]></title>
          <link>https://xihacks.com/post/silo</link>
          <guid isPermaLink="true">https://xihacks.com/post/silo</guid>
          <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[A general guide to attacking the service can be found [here](https://book.hacktricks.xyz/pentesting/1521-1522-1529-pentesting-oracle-listener). We will use odat to do this task. In Kali, it can be installed with apt. We can also check the GitHub [repo](https://github.com/quentinhardy/odat) if we need more up-to-date version]]></description>
        </item>
      
        <item>
          <title><![CDATA[Blue]]></title>
          <link>https://xihacks.com/post/blue</link>
          <guid isPermaLink="true">https://xihacks.com/post/blue</guid>
          <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[CVE-2017-0143, The associated ransomware attack, dubbed "WannaCry", is initiated through an SMBv2 remote code execution in Microsoft Windows. This exploit (codenamed "EternalBlue") has been made available on the internet through the Shadowbrokers dump on April 14th, 2017]]></description>
        </item>
      
        <item>
          <title><![CDATA[Bounty Hunter]]></title>
          <link>https://xihacks.com/post/bounty-hunter</link>
          <guid isPermaLink="true">https://xihacks.com/post/bounty-hunter</guid>
          <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[XXE Injection, EVAl Injection, Bounty Hunting]]></description>
        </item>
      
        <item>
          <title><![CDATA[GoodGames]]></title>
          <link>https://xihacks.com/post/goodgames</link>
          <guid isPermaLink="true">https://xihacks.com/post/goodgames</guid>
          <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Flask application this would be a good time to test the form for Server Side Template Injection.  After changing our username to {{7*7}} we see that our username has been changed to 49  and our SSTI payload was executed.]]></description>
        </item>
      
        <item>
          <title><![CDATA[Jerry]]></title>
          <link>https://xihacks.com/post/jerry</link>
          <guid isPermaLink="true">https://xihacks.com/post/jerry</guid>
          <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Apache Tomcat/Coyote JSP engine]]></description>
        </item>
      
        <item>
          <title><![CDATA[Lame]]></title>
          <link>https://xihacks.com/post/lame</link>
          <guid isPermaLink="true">https://xihacks.com/post/lame</guid>
          <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[VSFTPD v2.3.4 Backdoor Command Execution]]></description>
        </item>
      
        <item>
          <title><![CDATA[Netmon]]></title>
          <link>https://xihacks.com/post/netmon</link>
          <guid isPermaLink="true">https://xihacks.com/post/netmon</guid>
          <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[Paessler PRTG bandwidth monitor]]></description>
        </item>
      
        <item>
          <title><![CDATA[Remote]]></title>
          <link>https://xihacks.com/post/remote</link>
          <guid isPermaLink="true">https://xihacks.com/post/remote</guid>
          <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
          <description><![CDATA[POC, FTP, Anonymous login, ExploitDB]]></description>
        </item>
      
        <item>
          <title><![CDATA[Active Directory Attack Fundamentals]]></title>
          <link>https://xihacks.com/post/active-directory-basics</link>
          <guid isPermaLink="true">https://xihacks.com/post/active-directory-basics</guid>
          <pubDate>Sat, 08 Mar 2025 00:00:00 GMT</pubDate>
          <description><![CDATA[A deep dive into AD enumeration, Kerberoasting, Pass-the-Hash and lateral movement techniques.]]></description>
        </item>
      
      </channel>
    </rss>