<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Misconfigurations on slightlymore</title><link>https://slightlymore.co.uk/tags/misconfigurations/</link><description>Recent content in Misconfigurations on slightlymore</description><generator>Hugo</generator><language>en-GB</language><copyright>&lt;a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license"&gt;CC BY 4.0&lt;/a&gt; by Clinton Montague</copyright><lastBuildDate>Wed, 17 Dec 2025 21:33:27 +0000</lastBuildDate><atom:link href="https://slightlymore.co.uk/tags/misconfigurations/index.xml" rel="self" type="application/rss+xml"/><item><title>DNS Zone transfers with dig</title><link>https://slightlymore.co.uk/dns-zone-transfers-with-dig/</link><pubDate>Wed, 10 Dec 2025 00:00:00 +0000</pubDate><guid>https://slightlymore.co.uk/dns-zone-transfers-with-dig/</guid><description>&lt;p&gt;You can do a DNS zone transfer using &lt;code&gt;dig&lt;/code&gt; by using &lt;code&gt;axfr&lt;/code&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;dig axfr @dns-server.com target.tld
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This will return all dns records for &lt;code&gt;target.tld&lt;/code&gt;. It&amp;rsquo;s intended to copy all records from a primary to secondary server and should only happen if trusted, but misconfigured servers may allow unauthorised transfers allowing for enumeration without &lt;a href="https://slightlymore.co.uk/brute-forcing-subdomain-enumeration"&gt;brute forcing 🌿&lt;/a&gt;
.&lt;/p&gt;</description></item></channel></rss>