<?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/">
  <channel>
    <title>Posts on Gill.Singh.A</title>
    <link>https://Gill-Singh-A.github.io/post/</link>
    <description>Recent content in Posts on Gill.Singh.A</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 07 Aug 2026 13:00:00 +0530</lastBuildDate>
    <atom:link href="https://Gill-Singh-A.github.io/post/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The NAS Nobody Patched - From Unauthenticated RCE to Network Proxy via WD MyCloud</title>
      <link>https://Gill-Singh-A.github.io/p/the-nas-nobody-patched-from-unauthenticated-rce-to-network-proxy-via-wd-mycloud/</link>
      <pubDate>Fri, 07 Aug 2026 13:00:00 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/the-nas-nobody-patched-from-unauthenticated-rce-to-network-proxy-via-wd-mycloud/</guid>
      <description>In this blog, I walk through how an unauthenticated command injection in a WD MyCloud NAS gave me a reverse shell as root, how I bootstrapped a persistent SSH backdoor on a device that didn&amp;#39;t even have SSH running, and how I turned that NAS into a covert SOCKS proxy with a single SSH flag.</description>
    </item>
    <item>
      <title>From an Exposed iLO to Persistent Root via CVE-2017-12542</title>
      <link>https://Gill-Singh-A.github.io/p/from-an-exposed-ilo-to-persistent-root-via-cve-2017-12542/</link>
      <pubDate>Fri, 31 Jul 2026 13:05:00 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/from-an-exposed-ilo-to-persistent-root-via-cve-2017-12542/</guid>
      <description>In this blog, I walk through how a single unpatched out-of-band management interface (HP iLO 4) let me take full control of a physical server — from one unauthenticated request to a pre-OS root shell and a permanent SSH backdoor — without ever knowing an operating-system credential.</description>
    </item>
    <item>
      <title>From IPMI to Full Infrastructure Compromise via Proxmox</title>
      <link>https://Gill-Singh-A.github.io/p/from-ipmi-to-full-infrastructure-compromise-via-proxmox/</link>
      <pubDate>Fri, 31 Jul 2026 13:00:00 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/from-ipmi-to-full-infrastructure-compromise-via-proxmox/</guid>
      <description>In this blog, I walk through how a single exposed IPMI/BMC interface let me take full control of a physical server — which turned out to be a Proxmox hypervisor — handing me every virtual machine, container, and backup running on top of it.</description>
    </item>
    <item>
      <title>Privilege Escalation via Insecure NFS Mounts</title>
      <link>https://Gill-Singh-A.github.io/p/privilege-escalation-via-insecure-nfs-mounts/</link>
      <pubDate>Sun, 26 Jul 2026 19:13:00 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/privilege-escalation-via-insecure-nfs-mounts/</guid>
      <description>In this blog, I walk through escalating from a low-privileged user to root on a remote server by abusing an insecurely configured NFS export (no_root_squash) — planting a root-owned SUID binary to earn a root shell, along with practical mitigations for defenders.</description>
    </item>
    <item>
      <title>From Directory Listing to Root Shell</title>
      <link>https://Gill-Singh-A.github.io/p/from-directory-listing-to-root-shell/</link>
      <pubDate>Sat, 07 Feb 2026 16:45:00 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/from-directory-listing-to-root-shell/</guid>
      <description>In this blog, I demonstrate how a simple directory listing vulnerability led to full system compromise during a penetration test — from exposed configuration files and PostgreSQL credentials to remote code execution, SSH access, privilege escalation, and lateral movement.</description>
    </item>
    <item>
      <title>Dumping Source Code and Accessing Internal Databases via a Phpunit Vulnerability</title>
      <link>https://Gill-Singh-A.github.io/p/dumping-source-code-and-accessing-internal-databases-via-a-phpunit-vulnerability/</link>
      <pubDate>Thu, 06 Nov 2025 14:01:03 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/dumping-source-code-and-accessing-internal-databases-via-a-phpunit-vulnerability/</guid>
      <description>Exposed PHPUnit `eval-stdin.php` (CVE-2017-9841) under a web-accessible `vendor` folder allowed file-read payloads to dump site source and reveal DB credentials. Using the compromised host as a pivot, I accessed internal databases and extracted data — ends with practical defensive mitigations for defenders.</description>
    </item>
    <item>
      <title>Cracking Linux Hashes and Expanding Access</title>
      <link>https://Gill-Singh-A.github.io/p/cracking-linux-hashes-and-expanding-access/</link>
      <pubDate>Fri, 21 Mar 2025 23:30:23 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/cracking-linux-hashes-and-expanding-access/</guid>
      <description>In this blog, I’ll walk through how I gained access to multiple machines within an organization by cracking Linux user hashes and leveraging Shodan to identify additional targets. This post will focus on the post-exploitation phase, including hash extraction, cracking, and lateral movement.</description>
    </item>
    <item>
      <title>Exploiting Unencrypted Private Keys and Misconfigured SSH Settings to Breach Multiple Systems</title>
      <link>https://Gill-Singh-A.github.io/p/exploiting-unencrypted-private-keys-and-misconfigured-ssh-settings-to-breach-multiple-systems/</link>
      <pubDate>Mon, 24 Feb 2025 00:50:12 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/exploiting-unencrypted-private-keys-and-misconfigured-ssh-settings-to-breach-multiple-systems/</guid>
      <description>In this post, I&amp;#39;ll walk through how I was able to gain unauthorized access to multiple machines by exploiting unencrypted private keys and misconfigured SSH settings.</description>
    </item>
    <item>
      <title>Lateral Movement Through SSH Command Tampering</title>
      <link>https://Gill-Singh-A.github.io/p/lateral-movement-through-ssh-command-tampering/</link>
      <pubDate>Wed, 19 Feb 2025 02:54:39 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/lateral-movement-through-ssh-command-tampering/</guid>
      <description>In this blog, we will explore how I performed lateral movement and gained access to multiple machines on a private network by logging SSH credentials.</description>
    </item>
    <item>
      <title>Building a Heat Map for IIT Kanpur&#39;s Computer Labs</title>
      <link>https://Gill-Singh-A.github.io/p/building-a-heat-map-for-iit-kanpurs-computer-labs/</link>
      <pubDate>Tue, 24 Sep 2024 04:24:41 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/building-a-heat-map-for-iit-kanpurs-computer-labs/</guid>
      <description>In this blog, I’ll walk through how I created a heat map for the Linux computer labs at IIT Kanpur. This approach can be applied to any institute or organization with a similar setup.</description>
    </item>
    <item>
      <title>Using Social Engineering for Privilege Escalation</title>
      <link>https://Gill-Singh-A.github.io/p/using-social-engineering-for-privilege-escalation/</link>
      <pubDate>Mon, 23 Sep 2024 05:28:07 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/using-social-engineering-for-privilege-escalation/</guid>
      <description>This blog explores how I successfully escalated privileges to root on a remote server through social engineering, highlighting the techniques used and offering mitigation strategies to prevent such attacks.</description>
    </item>
    <item>
      <title>Getting Remote Root Shell on Devices via Portainer</title>
      <link>https://Gill-Singh-A.github.io/p/getting-remote-root-shell-on-devices-via-portainer/</link>
      <pubDate>Mon, 23 Sep 2024 05:21:38 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/getting-remote-root-shell-on-devices-via-portainer/</guid>
      <description>In this blog, we explore how to gain remote root access on devices via Portainer, covering OSINT techniques, brute-force attacks, and exploiting misconfigurations, while offering mitigation strategies to enhance security.</description>
    </item>
    <item>
      <title>Compromising CCTVs 101</title>
      <link>https://Gill-Singh-A.github.io/p/compromising-cctvs-101/</link>
      <pubDate>Mon, 23 Sep 2024 05:13:06 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/compromising-cctvs-101/</guid>
      <description>How attackers can gain access to CCTV devices via the RTSP protocol, using tools like Shodan, Google Dorking, and port scanning.</description>
    </item>
    <item>
      <title>Password Cracking</title>
      <link>https://Gill-Singh-A.github.io/p/password-cracking/</link>
      <pubDate>Mon, 23 Sep 2024 04:56:45 +0530</pubDate>
      <guid>https://Gill-Singh-A.github.io/p/password-cracking/</guid>
      <description>This blog dives into password cracking techniques like brute force and dictionary attacks, highlighting how attackers exploit weak passwords and the importance of strong security measures</description>
    </item>
  </channel>
</rss>
