<?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: Bill trammell</title>
    <description>The latest articles on DEV Community by Bill trammell (@bill-jtrammell).</description>
    <link>https://dev.to/bill-jtrammell</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%2F4074630%2Fa28b8b65-21be-42b9-af48-51e9800e2470.png</url>
      <title>DEV Community: Bill trammell</title>
      <link>https://dev.to/bill-jtrammell</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bill-jtrammell"/>
    <language>en</language>
    <item>
      <title>How to Root the Moto G Play 2026 (XT2615-1) — Fully Automatic</title>
      <dc:creator>Bill trammell</dc:creator>
      <pubDate>Wed, 12 Aug 2026 11:08:46 +0000</pubDate>
      <link>https://dev.to/bill-jtrammell/how-to-root-the-moto-g-play-2026-xt2615-1-fully-automatic-3e4f</link>
      <guid>https://dev.to/bill-jtrammell/how-to-root-the-moto-g-play-2026-xt2615-1-fully-automatic-3e4f</guid>
      <description>&lt;h1&gt;
  
  
  How to Root the Moto G Play 2026 (XT2615-1) — Fully Automatic
&lt;/h1&gt;

&lt;p&gt;Want to root the Moto G Play 2026? Here's the deal: almost nobody has covered this device yet. It's a MediaTek phone running Android 16, and the usual tooling doesn't quite fit. So I wrote a script that does the whole thing — bootloader unlock through Magisk — with zero manual steps.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you need
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;A Moto G Play 2026 (XT2615-1, codename &lt;code&gt;nevada&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;adb&lt;/code&gt; and &lt;code&gt;fastboot&lt;/code&gt; (Android platform tools)&lt;/li&gt;
&lt;li&gt;USB debugging enabled in Developer Options&lt;/li&gt;
&lt;li&gt;A Linux, macOS, or WSL machine&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The one-liner
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/bill-jtrammell/moto-root-2026.git
&lt;span class="nb"&gt;cd &lt;/span&gt;moto-root-2026
&lt;span class="nb"&gt;chmod&lt;/span&gt; +x moto-root-2026.sh
./moto-root-2026.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  What the script does
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Verifies the device&lt;/strong&gt; — checks you're on the right model and the bootloader is reachable.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Handles the bootloader unlock&lt;/strong&gt; — Motorola still makes you go through their &lt;code&gt;oem unlock&lt;/code&gt; flow, and the annoying part is fetching your unlock data string. The script extracts it for you automatically (no manual &lt;code&gt;fastboot oem get_unlock_data&lt;/code&gt; parsing).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backs up the stock boot image&lt;/strong&gt; — before it touches anything. You'll want this if you ever need to restore.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Patches boot with Magisk&lt;/strong&gt; — pushes the patched image so your root survives reboots.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flashes slot-aware&lt;/strong&gt; — MediaTek + A/B slots can trip up naive scripts. This one detects the active slot and flashes both so you don't brick on reboot.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Has an unbrick path&lt;/strong&gt; — if something goes sideways, there's a recovery mode for soft-bricked devices.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why this matters
&lt;/h2&gt;

&lt;p&gt;The Moto G Play 2026 shipped with Android 16 and a MediaTek chipset. Most "universal" root tools assumed your device is a Snapdragon phone from 2021. The XT2615-1 needs slot-aware MediaTek handling, and no public script covered it — so I built one.&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/bill-jtrammell/moto-root-2026" rel="noopener noreferrer"&gt;bill-jtrammell/moto-root-2026&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;More tools: &lt;a href="https://dev.to/bill-jtrammell"&gt;sysadmin-bill&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If this saves your phone (or your weekend), a coffee is appreciated:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;PayPal:&lt;/strong&gt; &lt;a href="mailto:bill.jtrammell@gmail.com"&gt;bill.jtrammell@gmail.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cash App:&lt;/strong&gt; $slauter99&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>android</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>I Built 5 Python Security Tools in a Week — Here's What I Learned</title>
      <dc:creator>Bill trammell</dc:creator>
      <pubDate>Wed, 12 Aug 2026 10:58:12 +0000</pubDate>
      <link>https://dev.to/bill-jtrammell/i-built-5-python-security-tools-in-a-week-heres-what-i-learned-44di</link>
      <guid>https://dev.to/bill-jtrammell/i-built-5-python-security-tools-in-a-week-heres-what-i-learned-44di</guid>
      <description>&lt;h1&gt;
  
  
  I Built 5 Python Security Tools in a Week — Here's What I Learned
&lt;/h1&gt;

&lt;p&gt;I've been building open-source tools for BLE automation, network reconnaissance, and penetration testing. Here's what I shipped and what each one does.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tools
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. blecontroller — Control Any BLE LED Device
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;blecontroller
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Universal Bluetooth Low Energy controller for LED strips and devices. Right now it powers a Hello Fairy 20×20 LED curtain light — full HSV color control, per-pixel addressing, and rainbow effects at 30fps. It speaks the raw BLE GATT protocol, so it works with cheap devices that have no official API.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. ble-radar — BLE Device Scanner &amp;amp; Fingerprinter
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;ble-radar
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Scans for nearby Bluetooth devices and fingerprints them. Identifies brands and models from the manufacturer ID, and detects AirTags and Tile trackers. Built for security research — walk into a room and see every IoT device broadcasting around you.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. py-adbkit — Python ADB Automation
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;py-adbkit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;A clean Python wrapper around the Android Debug Bridge. Shell automation, app management, screenshots, logcat streaming, file push/pull, and battery monitoring. It pairs with my Moto G Play 2026 root script, so I can drive the whole root flow programmatically.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. py-netrecon — Network Recon Toolkit
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;py-netrecon
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Port scanning, service detection, and OS fingerprinting with a Python-first API. Wraps nmap but gives you structured results instead of raw XML.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. shellforge — Reverse Shell Generator
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;shellforge
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Generate reverse shells in 16+ languages from one command. Includes payload encoding (base64, hex, XOR, double-base64), obfuscation techniques, and a built-in listener. Made for CTFs and authorized pentests.&lt;/p&gt;

&lt;h3&gt;
  
  
  Bonus: moto-root-2026
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/bill-jtrammell/moto-root-2026
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;One-click root script for the Moto G Play 2026 (XT2615-1). Handles bootloader unlock, Magisk patching, boot image backup, and unbrick recovery — MediaTek chipsets have almost no coverage, so I wrote my own.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Package naming matters more than code quality&lt;/strong&gt; for PyPI discoverability. &lt;code&gt;py-adbkit&lt;/code&gt; gets searched. &lt;code&gt;adb-wrapper-python&lt;/code&gt; doesn't.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;READMEs are your landing page&lt;/strong&gt;. Shields.io badges, a &lt;code&gt;pip install&lt;/code&gt; one-liner, and usage examples in the first 20 lines.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;One tool feeds the next&lt;/strong&gt;. The root script drives people to py-adbkit. ble-radar drives people to blecontroller. Cross-link everything.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Google autocomplete IS your keyword research&lt;/strong&gt;. Type your seed keyword and see what people actually search.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;New PyPI packages have a rate limit&lt;/strong&gt;. Publish 2-3 at a time, not 5. And the Tor-metadata endpoint will 429 you — wait it out.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/bill-jtrammell" rel="noopener noreferrer"&gt;bill-jtrammell&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;All tools: pip install blecontroller ble-radar py-adbkit py-netrecon shellforge&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All tools are MIT licensed. If one saves you time, a coffee is appreciated.&lt;/p&gt;

</description>
      <category>security</category>
      <category>python</category>
    </item>
  </channel>
</rss>
