<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Writeups :: LPByte</title>
    <link>https://lpbyte.pages.dev/writeups/index.html</link>
    <description></description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 05 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://lpbyte.pages.dev/writeups/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>BlackField</title>
      <link>https://lpbyte.pages.dev/writeups/blackfield/index.html</link>
      <pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://lpbyte.pages.dev/writeups/blackfield/index.html</guid>
      <description>Overview Machine: BlackField Platform: HackTheBox Difficulty: Hard OS: Windows&#xA;This machine focuses on exploiting Kerberos pre-authentication and ASREPRoasting to gain a foothold, followed by ForceChangePassword abuse and DPAPI/LSASS credential extraction, culminating in NTDS.dit extraction via a Shadow Copy and SeBackupPrivilege abuse.&#xA;Kill Chain Kerberos Pre-Authentication Enumeration ASREPRoasting -&gt; Credentials Disclosure(support) SMB Share Enumeration -&gt; Forensic Data Exposure Credential Discovery via LSASS Memory Dump Pass-the-Hash -&gt; Initial Access (svc_backup) Privilege Enumeration (Backup Operators) Abuse of SeBackupPrivilege -&gt; NTDS.dit Extraction -&gt; Domain Compromise Needed Tools Nmap SmbMap SMBClient NetExec Impacket HashCat BloodHound BloodHound-ce-python Net PyPyKatz Evil-WinRM Dos2Unix Recon Perform an Nmap scan to identify open ports and running services. nmap -Pn -sCV 10.129.229.17</description>
    </item>
    <item>
      <title>WingData</title>
      <link>https://lpbyte.pages.dev/writeups/wingdata/index.html</link>
      <pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://lpbyte.pages.dev/writeups/wingdata/index.html</guid>
      <description>Overview Machine: WingData Platform: HackTheBox Difficulty: Easy OS: Linux&#xA;This machine focuses on exploiting a vulnerable FTP Server to gain initial access, followed by credential extraction and privilege escalation via a misconfigured sudo backup script.&#xA;Kill Chain Reconnaissance Enumeration Vulnerability Identification Exploiting the Vulnerability Credential Access Privilege Escalation Needed Tools FeroxBuster Hashcat ffuf Metasploit NCat Recon Add the target IP address to the local /etc/hosts file. echo &#34;$IP wingdata.htb&#34; | sudo tee -a /etc/hosts Perform an Nmap scan to identify open ports and running services. nmap -sV wingdata.htb</description>
    </item>
    <item>
      <title>Resolute</title>
      <link>https://lpbyte.pages.dev/writeups/resolute/index.html</link>
      <pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://lpbyte.pages.dev/writeups/resolute/index.html</guid>
      <description>Overview Machine: Resolute Platform: HackTheBox Difficulty: Medium OS: Windows&#xA;This machine focuses on Active Directory enumeration and credential discovery (especially via LDAP and user data) leading to privilege escalation through misconfigurations like group memberships.&#xA;Kill Chain Anonymous LDAP Enumeration Credential Disclosure via LDAP User Attributes Password spraying → Initial Access Credential Discovery via PowerShell Transcripts Privilege Enumeration (DnsAdmins) Abuse of DNS Service Configuration → Privilege Escalation Needed Tools NetExec SMBClient SMBMap WinRM Nmap MsfVenom Recon configure hosts entry nmap scan of the machine nmap -Pn resolute.htb</description>
    </item>
    <item>
      <title>Active</title>
      <link>https://lpbyte.pages.dev/writeups/active/index.html</link>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://lpbyte.pages.dev/writeups/active/index.html</guid>
      <description>Overview Machine: Active Platform: HackTheBox Difficulty: Easy OS: Windows&#xA;This machine focuses on SMB enumeration, Group Policy Preferences (GPP) credential extraction, and Kerberoasting.&#xA;Kill Chain Anonymous SMB access Retrieve Groups.xml from SYSVOL Decrypt GPP password Kerberoast Administrator account Crack hash -&gt; Administrator access Needed Tools NetExec SMBClient SMBMap targetedKerberoast Nmap Recon Add the target IP address to the local /etc/hosts file. echo &#34;$IP active.htb&#34; | sudo tee -a /etc/hosts Perform an Nmap scan to identify open ports and running services. nmap -Pn active.htb</description>
    </item>
  </channel>
</rss>