<?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: kalilinux</title>
    <description>The latest articles on DEV Community by kalilinux (@kalilinux).</description>
    <link>https://dev.to/kalilinux</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F565200%2F6cba44a9-3bc3-41f3-9f38-5c1938fb7b59.png</url>
      <title>DEV Community: kalilinux</title>
      <link>https://dev.to/kalilinux</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kalilinux"/>
    <language>en</language>
    <item>
      <title>Policy Reporter – Kubernetes Policy Dashboard</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Wed, 11 Aug 2021 07:02:00 +0000</pubDate>
      <link>https://dev.to/kalilinux/policy-reporter-kubernetes-policy-dashboard-2aj6</link>
      <guid>https://dev.to/kalilinux/policy-reporter-kubernetes-policy-dashboard-2aj6</guid>
      <description>&lt;p&gt;&lt;a href="https://kali-linuxtr.net/kyverno-kubernetes-native-policy-management"&gt;Kyverno&lt;/a&gt; ships with two types of validation. You can either enforce a rule or audit it. If you don’t want to block developers or if you want to try out a new rule, you can use the audit functionality. The audit configuration creates PolicyReports which you can access with kubectl. Because I can’t find a simple solution to get a general overview of this PolicyReports and PolicyReportResults, I created this tool to send information about PolicyReports to different targets like Grafana Loki, Elasticsearch or Slack.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/policy-reporter-kubernetes-policy-dashboard"&gt;Policy Reporter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>security</category>
      <category>policy</category>
    </item>
    <item>
      <title>jsPolicy – Kubernetes Policies </title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Tue, 10 Aug 2021 07:00:34 +0000</pubDate>
      <link>https://dev.to/kalilinux/jspolicy-kubernetes-policies-35e6</link>
      <guid>https://dev.to/kalilinux/jspolicy-kubernetes-policies-35e6</guid>
      <description>&lt;p&gt;Lightning Fast &amp;amp; Secure Policy Execution – jsPolicy runs policies with Google’s super fast V8 JavaScript engine in a pool of pre-heated sandbox environments. Most policies do not even take a single millisecond to execute&lt;br&gt;
Great Language For Policies – JavaScript is made for handling and manipulating JSON objects (short for: JavaScript Object Notation!) and Kubernetes uses JSON by converting your YAML to JSON during every API request&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/jspolicy-kubernetes-policies-using-javascript-or-typescript"&gt;jspolicy&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>javascript</category>
      <category>typescript</category>
      <category>policy</category>
    </item>
    <item>
      <title>Burpa – Burpsuite Automator</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Mon, 26 Jul 2021 08:25:08 +0000</pubDate>
      <link>https://dev.to/kalilinux/burpa-burpsuite-automator-38o7</link>
      <guid>https://dev.to/kalilinux/burpa-burpsuite-automator-38o7</guid>
      <description>&lt;p&gt;It provides a high level CLI and Python interfaces to Burp Suite scanner and can be used to setup Dynamic Application Security Testing (DAST).&lt;/p&gt;

&lt;p&gt;It will use the official REST API to launch the scan, and the burp-rest-api to get the pretty HTML report.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/burpa-burpsuite-automator"&gt;Burpa – Burpsuite Automator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>burp</category>
      <category>jenkins</category>
      <category>python</category>
    </item>
    <item>
      <title>OPA Gatekeeper Policy Manager (GPM)</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Thu, 24 Jun 2021 12:10:53 +0000</pubDate>
      <link>https://dev.to/kalilinux/opa-gatekeeper-policy-manager-gpm-259g</link>
      <guid>https://dev.to/kalilinux/opa-gatekeeper-policy-manager-gpm-259g</guid>
      <description>&lt;p&gt;Gatekeeper Policy Manager is a simple read-only web UI for viewing OPA Gatekeeper policies’ status in a Kubernetes Cluster.&lt;/p&gt;

&lt;p&gt;It can display all the defined Constraint Templates with their rego code, and all the Constraints with its current status, violations, enforcement action, matches definitions, etc. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/gatekeeper-policy-manager-gpm"&gt;Gatekeeper Policy Manager&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>docker</category>
      <category>security</category>
      <category>management</category>
    </item>
    <item>
      <title>PhoneInfoga – Advanced Information Gathering &amp; OSINT Framework for Phone Numbers</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Mon, 21 Jun 2021 12:32:05 +0000</pubDate>
      <link>https://dev.to/kalilinux/phoneinfoga-advanced-information-gathering-osint-framework-for-phone-numbers-pn0</link>
      <guid>https://dev.to/kalilinux/phoneinfoga-advanced-information-gathering-osint-framework-for-phone-numbers-pn0</guid>
      <description>&lt;p&gt;PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/phoneinfoga-advanced-information-gathering-osint-framework-for-phone-numbers"&gt;Osint Phone Numbers - Phoneinfoga&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>python</category>
      <category>phone</category>
      <category>osint</category>
    </item>
    <item>
      <title>Rustcat – Alternative Netcat</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Mon, 21 Jun 2021 11:14:23 +0000</pubDate>
      <link>https://dev.to/kalilinux/rustcat-alternative-netcat-eh8</link>
      <guid>https://dev.to/kalilinux/rustcat-alternative-netcat-eh8</guid>
      <description>&lt;p&gt;Rustcat is a port listener that can be used for different purposes. It is basically like netcat but with fewer options&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/rustcat-alternative-netcat"&gt;Rustcat&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
    </item>
    <item>
      <title>ColdFire -  Golang malware development framework</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Thu, 10 Jun 2021 07:13:11 +0000</pubDate>
      <link>https://dev.to/kalilinux/coldfire-golang-malware-development-framework-d1h</link>
      <guid>https://dev.to/kalilinux/coldfire-golang-malware-development-framework-d1h</guid>
      <description>&lt;p&gt;ColdFire provides various methods useful for malware development in Golang. Most functions are compatible with both Linux and Windows operating systems.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/coldfire-golang-malware-development-framework"&gt;malware development framework&lt;/a&gt;&lt;/p&gt;

</description>
      <category>malware</category>
      <category>security</category>
      <category>go</category>
      <category>framework</category>
    </item>
    <item>
      <title>Kubearmor – container-aware runtime security</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Fri, 07 May 2021 12:16:22 +0000</pubDate>
      <link>https://dev.to/kalilinux/kubearmor-container-aware-runtime-security-599</link>
      <guid>https://dev.to/kalilinux/kubearmor-container-aware-runtime-security-599</guid>
      <description>&lt;p&gt;KubeArmor is a container-aware runtime security enforcement system that restricts the behavior (such as process execution, file access, networking operation, and resource utilization) of containers at the system level.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/kubearmor-container-aware-runtime-security"&gt;kubearmor&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>devops</category>
      <category>security</category>
    </item>
    <item>
      <title>Wordlist and Password Generator</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Thu, 29 Apr 2021 09:12:26 +0000</pubDate>
      <link>https://dev.to/kalilinux/wordlist-and-password-generator-3gc3</link>
      <guid>https://dev.to/kalilinux/wordlist-and-password-generator-3gc3</guid>
      <description>&lt;p&gt;Easily create permutations and combinations of words with predefined sets of extensions, words and patterns/function to create complex endpoints, wordlists and passwords. Easy UX, Checkout Usage&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/cook-wordlist-and-password-generator"&gt;Cook – Wordlist and Password Generator&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>password</category>
    </item>
    <item>
      <title>CloudSniper – Cloud Security Operations</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Thu, 22 Apr 2021 20:55:52 +0000</pubDate>
      <link>https://dev.to/kalilinux/cloudsniper-cloud-security-operations-14ln</link>
      <guid>https://dev.to/kalilinux/cloudsniper-cloud-security-operations-14ln</guid>
      <description>&lt;p&gt;Cloud Sniper is a platform designed to manage Cloud Security Operations, intended to respond to security incidents by accurately analyzing and correlating cloud artifacts. It is meant to be used as a Cloud Security Operations platform to detect and remediate security incidents by showing a complete visibility of the company’s cloud security posture.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/cloudsniper-cloud-security-operations"&gt;CloudSniper &lt;/a&gt;&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>security</category>
      <category>monitoring</category>
    </item>
    <item>
      <title>WPRecon – Vulnerability recognition tool in CMS WordPress</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Thu, 22 Apr 2021 19:53:11 +0000</pubDate>
      <link>https://dev.to/kalilinux/wprecon-vulnerability-recognition-tool-in-cms-wordpress-2okc</link>
      <guid>https://dev.to/kalilinux/wprecon-vulnerability-recognition-tool-in-cms-wordpress-2okc</guid>
      <description>&lt;p&gt;For you to compile wprecon you will need to have the golang compiler installed. And for that you will access the official website of golang and will download and install it. Here!&lt;/p&gt;

&lt;p&gt;Once downloaded and installed you will download wprecon directly from github with the command:&lt;/p&gt;

&lt;p&gt;go get github.com/blackbinn/wprecon;&lt;br&gt;
cd $(go env GOPATH)/src/github.com/blackbinn/wprecon;&lt;br&gt;
make build.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/wprecon-vulnerability-recognition-tool-in-cms-wordpress"&gt;wprecon&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>php</category>
      <category>security</category>
      <category>vulnerability</category>
    </item>
    <item>
      <title>Chameleon – Customizable honeypots for monitoring network traffic</title>
      <dc:creator>kalilinux</dc:creator>
      <pubDate>Fri, 16 Apr 2021 11:57:21 +0000</pubDate>
      <link>https://dev.to/kalilinux/chameleon-customizable-honeypots-for-monitoring-network-traffic-h3m</link>
      <guid>https://dev.to/kalilinux/chameleon-customizable-honeypots-for-monitoring-network-traffic-h3m</guid>
      <description>&lt;p&gt;Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET and Postgres and MySQL)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kali-linuxtr.net/chameleon-customizable-honeypots-for-monitoring-network-traffic"&gt;Chameleon&lt;/a&gt;&lt;/p&gt;

</description>
      <category>monitoring</category>
      <category>docker</category>
      <category>http</category>
      <category>security</category>
    </item>
  </channel>
</rss>
