careyjames/dns-scout

View on GitHub
dns-scout.metainfo.xml.tpl

Summary

Maintainability
Test Coverage

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>com.dns-scout.DnsScout</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>MIT</project_license>
  <name>DNS Scout</name>
  <summary>DNS troubleshooting tool for email deliverability, checking SPF, DMARC, DKIM, and MX records. Compatible with multiple platforms.</summary>
  <url type="homepage">https://github.com/careyjames/dns-scout/</url>
  <developer_name>Carey James Balboa - Mac Help Nashville, Inc.</developer_name>
  <launchable type="desktop-id">dns-scout.desktop</launchable>
  <keywords>
    <keyword>macos</keyword>
    <keyword>raspberry pi</keyword>
    <keyword>ubuntu</keyword>
    <keyword>kali linux</keyword>
    <keyword>spf record</keyword>
    <keyword>dmarc record</keyword>
    <keyword>intelligence gathering</keyword>
    <keyword>hacking tools</keyword>
    <keyword>hacking tool</keyword>
    <keyword>dns security tool</keyword>
    <keyword>dmarc checker</keyword>
    <keyword>email troubleshooting tool</keyword>
    <keyword>dns troubleshooting tool</keyword>
    <keyword>dns reconnaissance tool</keyword>
    <keyword>dns record checker</keyword>
    <keyword>my email goes directly to spam</keyword>
    <keyword>get your email to the inbox</keyword>
    <keyword>spf check</keyword>
    <keyword>dmarc check</keyword>
    <keyword>raspberry pi 5</keyword>
  </keywords>
  <categories>
    <category>Network</category>
    <category>Utility</category>
  </categories>
  <screenshots>
    <screenshot type="default">
      <image>https://raw.githubusercontent.com/careyjames/dns-scout/main/example-domain.png</image>
    </screenshot>
    <screenshot>
      <image>https://raw.githubusercontent.com/careyjames/dns-scout/main/example-IP.png</image>
    </screenshot>
  </screenshots>
  <description>
    <p>DNS Scout is a DNS troubleshooting tool designed to ensure your email reaches the inbox. It performs comprehensive checks on SPF, DMARC, DKIM, and MX records, making it an indispensable tool for both InfoSec professionals and general users.</p>
    <p>The application is compatible with a wide range of platforms including macOS, Ubuntu, Raspberry Pi, and Kali Linux, offering flexibility and ease of use.</p>
  </description>
  
    <permissions>
      <permission>network</permission>
      <permission>file</permission>
    </permissions>
  
    <releases>
      <release version="$VERSION" date="2023-11-2"/>
    </releases>
  <content_rating type="oars-1.1">
    <content_attribute id="violence-cartoon">none</content_attribute>
    <content_attribute id="violence-fantasy">none</content_attribute>
    <content_attribute id="violence-realistic">none</content_attribute>
    <content_attribute id="violence-bloodshed">none</content_attribute>
    <content_attribute id="violence-sexual">none</content_attribute>
    <content_attribute id="drugs-alcohol">none</content_attribute>
    <content_attribute id="drugs-narcotics">none</content_attribute>
    <content_attribute id="drugs-tobacco">none</content_attribute>
    <content_attribute id="sex-nudity">none</content_attribute>
    <content_attribute id="sex-themes">none</content_attribute>
    <content_attribute id="language-profanity">none</content_attribute>
    <content_attribute id="language-humor">none</content_attribute>
    <content_attribute id="language-discrimination">none</content_attribute>
    <content_attribute id="social-chat">none</content_attribute>
    <content_attribute id="social-info">none</content_attribute>
    <content_attribute id="social-audio">none</content_attribute>
    <content_attribute id="social-location">none</content_attribute>
    <content_attribute id="social-contacts">none</content_attribute>
    <content_attribute id="money-purchasing">none</content_attribute>
    <content_attribute id="money-gambling">none</content_attribute>
  </content_rating>
</component>