<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Sql-Injection on Njeru Mtwaiti</title>
    <link>https://blog.njerumtwaiti.com/tags/sql-injection/</link>
    <description>Recent content in Sql-Injection on Njeru Mtwaiti</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 15 May 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.njerumtwaiti.com/tags/sql-injection/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>sqli-hunter</title>
      <link>https://blog.njerumtwaiti.com/projects/sqli-scanner/</link>
      <pubDate>Thu, 15 May 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.njerumtwaiti.com/projects/sqli-scanner/</guid>
      <description>&lt;p&gt;A purpose-built SQL injection detection and exploitation tool designed for web application pentesting engagements. Lighter and more scriptable than sqlmap for targeted assessments.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Capabilities:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Error-based injection detection across common databases (MySQL, PostgreSQL, MSSQL, SQLite)&lt;/li&gt;&#xA;&lt;li&gt;Boolean-based blind injection with binary search&lt;/li&gt;&#xA;&lt;li&gt;Time-based blind injection with adaptive delay tuning&lt;/li&gt;&#xA;&lt;li&gt;Cookie, header, and POST body injection points&lt;/li&gt;&#xA;&lt;li&gt;Simple CLI interface for quick integration into recon pipelines&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Tech:&lt;/strong&gt; Python, requests, argparse&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Intended for authorized security testing only.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SQL Injection from Zero to Shell: A Practical Walkthrough</title>
      <link>https://blog.njerumtwaiti.com/posts/sql-injection-zero-to-shell/</link>
      <pubDate>Mon, 10 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.njerumtwaiti.com/posts/sql-injection-zero-to-shell/</guid>
      <description>&lt;p&gt;SQL injection is one of the oldest and most consistently exploited vulnerability classes on the web. It&amp;rsquo;s been in the OWASP Top 10 since 2003. It keeps showing up in real engagements, bug bounty reports, and CTF challenges year after year.&lt;/p&gt;&#xA;&lt;p&gt;This post walks through SQL injection end-to-end — detection, manual exploitation, data extraction, and in some cases, a path to remote code execution.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;&#xA;  How It Works&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#how-it-works&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;When a web application constructs a SQL query by directly embedding user input, an attacker can manipulate that query&amp;rsquo;s logic.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
