<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sabarish </title>
    <description>The latest articles on DEV Community by Sabarish  (@dev_blackgodlinux).</description>
    <link>https://dev.to/dev_blackgodlinux</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4124037%2Fae5a1638-9fc4-45ef-b25e-06325d5f8c1e.png</url>
      <title>DEV Community: Sabarish </title>
      <link>https://dev.to/dev_blackgodlinux</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dev_blackgodlinux"/>
    <language>en</language>
    <item>
      <title>Black God Linux — A custom Kali Rolling distribution with automated recon pipelines &amp; native Apple Silicon speed</title>
      <dc:creator>Sabarish </dc:creator>
      <pubDate>Mon, 14 Sep 2026 06:59:18 +0000</pubDate>
      <link>https://dev.to/dev_blackgodlinux/black-god-linux-a-custom-kali-rolling-distribution-with-automated-recon-pipelines-native-apple-2b2c</link>
      <guid>https://dev.to/dev_blackgodlinux/black-god-linux-a-custom-kali-rolling-distribution-with-automated-recon-pipelines-native-apple-2b2c</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkzan6h9srjkardd8yxha.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkzan6h9srjkardd8yxha.jpg" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hellooooo everyone,&lt;/p&gt;

&lt;p&gt;I built an offensive security operating system called Black God Linux, based directly on Kali Linux Rolling and Debian core.&lt;/p&gt;

&lt;p&gt;⚡ Key Features:&lt;br&gt;
• Native Apple Silicon (ARM64) Acceleration: Boots in UTM via Apple Hypervisor Framework in ~3.2 seconds with smooth 75Hz VirtIO graphics (no x86 emulation lag).&lt;br&gt;
• Automated Recon Engine (blackgod-recon): Chains DNS, WHOIS, Nmap, WhatWeb, and Gobuster with a single command, auto-generating 9 structured client reports.&lt;br&gt;
• Lean Footprint: Idles at ~650 MB RAM on XFCE4, allowing it to fly on modern M-series Macs and older 4GB legacy PCs.&lt;br&gt;
• Tactical Tools: Includes blackgod-wifi for instant monitor mode and blackgod-update for atomic system + Metasploit + ExploitDB updates.&lt;br&gt;
• 300+ Security Tools pre-installed.&lt;/p&gt;

&lt;p&gt;🔗 Links &amp;amp; Source:&lt;br&gt;
• Web Portal: &lt;a href="https://sabarishyuvasri8-del.github.io/black-god-linux/" rel="noopener noreferrer"&gt;https://sabarishyuvasri8-del.github.io/black-god-linux/&lt;/a&gt;&lt;br&gt;
• GitHub Repo: &lt;a href="https://github.com/sabarishyuvasri8-del/black-god-linux" rel="noopener noreferrer"&gt;https://github.com/sabarishyuvasri8-del/black-god-linux&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear your feedback and suggestions !!&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>linux</category>
      <category>security</category>
      <category>tools</category>
    </item>
    <item>
      <title>Black God Linux</title>
      <dc:creator>Sabarish </dc:creator>
      <pubDate>Mon, 14 Sep 2026 06:56:00 +0000</pubDate>
      <link>https://dev.to/dev_blackgodlinux/black-god-linux-3gl6</link>
      <guid>https://dev.to/dev_blackgodlinux/black-god-linux-3gl6</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I'm Sabarish ( Grade 12 cbse student )&lt;/p&gt;

&lt;p&gt;I'm a security enthusiast and developer, and over the past few weeks, I’ve been building my own penetration testing distribution called &lt;strong&gt;Black God Linux&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;It’s built directly on &lt;strong&gt;Kali Linux Rolling&lt;/strong&gt; and the &lt;strong&gt;Debian core&lt;/strong&gt;, but engineered specifically to solve two major frustrations I ran into constantly:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The Apple Silicon Struggle&lt;/strong&gt;: Running standard x86 Kali Linux on modern M-series MacBooks under QEMU software emulation is notoriously slow, with display lag, high CPU usage, and 60+ second boot times.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Recon Fatigue&lt;/strong&gt;: In everyday CTFs and pentesting engagements, running initial target discovery usually means opening 5 different terminal tabs and manually running &lt;code&gt;dig&lt;/code&gt;, &lt;code&gt;whois&lt;/code&gt;, &lt;code&gt;nmap&lt;/code&gt;, &lt;code&gt;whatweb&lt;/code&gt;, and &lt;code&gt;gobuster&lt;/code&gt;, then copying everything into notes manually.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So, I decided to build a dedicated distro from source to automate these bottlenecks and give it a custom dark cyber aesthetic.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚡ What Makes Black God Linux Different?
&lt;/h3&gt;

&lt;h4&gt;
  
  
  1. Native Apple Silicon (ARM64) Acceleration
&lt;/h4&gt;

&lt;p&gt;Instead of relying on slow CPU translation, I set up cloud compilation on native ARM64 GitHub runners. When booted in UTM under &lt;strong&gt;Virtualize mode&lt;/strong&gt; using Apple's Hypervisor Framework (&lt;code&gt;-accel hvf&lt;/code&gt;):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Boot time&lt;/strong&gt;: Drops from ~45–90s down to &lt;strong&gt;3.2 seconds flat&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Display&lt;/strong&gt;: Smooth 60–75 FPS with RedHat VirtIO GPU acceleration.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;(Note: There is also a dedicated &lt;code&gt;amd64 / x86_64&lt;/code&gt; ISO release for Intel/AMD PC laptops).&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  2. The &lt;code&gt;blackgod-recon&lt;/code&gt; Automated Engine
&lt;/h4&gt;

&lt;p&gt;I wrote a custom Bash orchestrator placed directly in &lt;code&gt;/usr/local/bin&lt;/code&gt;. Running a single command:&lt;br&gt;
&lt;code&gt;blackgod-recon target.com&lt;/code&gt;&lt;br&gt;
Sequentially executes 5 full phases:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Phase 1 (DNS)&lt;/strong&gt;: &lt;code&gt;host&lt;/code&gt; lookups and &lt;code&gt;dig ANY&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phase 2 (WHOIS)&lt;/strong&gt;: Registrar and IP block intelligence&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phase 3 (Nmap)&lt;/strong&gt;: Multi-threaded port scan &amp;amp; service detection (&lt;code&gt;-sV -sC -T4&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phase 4 (Web Fingerprinting)&lt;/strong&gt;: WhatWeb CMS detection and Wafw00f firewall analysis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Phase 5 (Directory Fuzzing)&lt;/strong&gt;: Gobuster dir scan with &lt;code&gt;common.txt&lt;/code&gt;
It automatically parses and exports &lt;strong&gt;9 structured reports&lt;/strong&gt; into a timestamped directory in your home folder. In testing, this reduced initial time-to-target from &lt;strong&gt;~18 minutes down to 3.4 minutes (a 5.4x speed gain)&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  3. Streamlined Memory Footprint (~650 MB Idle)
&lt;/h4&gt;

&lt;p&gt;By stripping default background bloat and configuring a lean XFCE4 desktop with LightDM, idle RAM consumption sits at just &lt;strong&gt;~650 MB – 720 MB&lt;/strong&gt;. This means it flies on modern hardware and can effortlessly revive 15-year-old laptops with only 4 GB of RAM.&lt;/p&gt;

&lt;h4&gt;
  
  
  4. Additional Tactical Binaries
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;blackgod-wifi&lt;/code&gt;&lt;/strong&gt;: Kills interfering network processes (&lt;code&gt;airmon-ng check kill&lt;/code&gt;) and puts compatible wireless adapters into monitor mode with one command.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;blackgod-update&lt;/code&gt;&lt;/strong&gt;: An atomic sync command that updates Debian packages, reinitializes the Metasploit payload database (&lt;code&gt;msfdb&lt;/code&gt;), and updates the offline Exploit-DB archive for &lt;code&gt;searchsploit&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  5. Custom Golden Skull Cyber Theme
&lt;/h4&gt;

&lt;p&gt;I wanted the OS to feel like a modern offensive terminal. It features a custom 4K cybernetic Golden Skull wallpaper, a pre-configured &lt;code&gt;Kali-Dark&lt;/code&gt; / &lt;code&gt;Flat-Remix&lt;/code&gt; theme, and a dual-tone red &amp;amp; gold ASCII welcome banner on terminal startup.&lt;/p&gt;




&lt;h3&gt;
  
  
  🛠️ How It Was Engineered (Under the Hood)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Build Engine&lt;/strong&gt;: Created using Debian &lt;code&gt;live-build&lt;/code&gt;. All branding, configuration overrides, and custom orchestrators are injected via the &lt;code&gt;includes.chroot/&lt;/code&gt; filesystem overlay.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud CI/CD&lt;/strong&gt;: The entire compilation runs through automated GitHub Actions workflows (&lt;code&gt;build-arm64-iso.yml&lt;/code&gt; and &lt;code&gt;build-iso.yml&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Overcoming GitHub's 2GB Limit&lt;/strong&gt;: Since GitHub Releases caps single file uploads at 2GB and the ISOs are ~4.8GB – 5.6GB, I automated split-binary chunking in GitHub Actions so users can download the pieces and recombine them with a simple &lt;code&gt;cat&lt;/code&gt; command.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  📊 Benchmark Summary vs. Vanilla Kali:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Recon Time-to-Deliverable&lt;/strong&gt;: ~3.4 min vs ~18.5 min (5.4x faster)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Apple Silicon Boot Latency&lt;/strong&gt;: 3.2s vs ~45s+&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Idle Memory&lt;/strong&gt;: ~650 MB vs ~1.4 GB&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tool Readiness&lt;/strong&gt;: 300+ Kali security packages pre-installed&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🔗 Project Links:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live Web Portal &amp;amp; Documentation&lt;/strong&gt;: &lt;a href="https://sabarishyuvasri8-del.github.io/black-god-linux/" rel="noopener noreferrer"&gt;https://sabarishyuvasri8-del.github.io/black-god-linux/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repository (Source &amp;amp; Workflows)&lt;/strong&gt;: &lt;a href="https://github.com/sabarishyuvasri8-del/black-god-linux" rel="noopener noreferrer"&gt;https://github.com/sabarishyuvasri8-del/black-god-linux&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ISO Releases (ARM64 &amp;amp; x86_64)&lt;/strong&gt;: &lt;a href="https://github.com/sabarishyuvasri8-del/black-god-linux/releases" rel="noopener noreferrer"&gt;https://github.com/sabarishyuvasri8-del/black-god-linux/releases&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm actively maintaining and expanding this project. I would really appreciate any feedback, bug reports, or tool recommendations you'd like to see automated next!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>security</category>
      <category>showdev</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
