<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Blogs on DUALUSE</title>
		<link>https://dualuse.io/blog/</link>
		<description>Recent content in Blogs on DUALUSE</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 05 Jul 2023 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://dualuse.io/blog/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Automating Core AppSec Tooling Dev Loops: Language Model Powered Rule Generation</title>
				<link>https://dualuse.io/blog/llm-powered-rule-generation/</link>
				<pubDate>Wed, 05 Jul 2023 00:00:00 +0000</pubDate>
				<guid>https://dualuse.io/blog/llm-powered-rule-generation/</guid>
				<description>&lt;p&gt;This technical article explores in depth one way to layer embeddings powered k-nearest-neighbor (kNN) search, retrieval augmented generation, and specialist LLM tools to turn what might take a single engineer a month to complete into a task that completes in 40 minutes and costs less than $10 in OpenAI API credits.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Large Language Models in AppSec: An Innovator’s Primer</title>
				<link>https://dualuse.io/blog/llm-powered-appsec-wins/</link>
				<pubDate>Tue, 30 May 2023 00:00:00 +0000</pubDate>
				<guid>https://dualuse.io/blog/llm-powered-appsec-wins/</guid>
				<description>&lt;p&gt;A steady stream of Fear, Uncertainty, and Doubt surrounding Large Language Models (LLMs) dominates the discourse; Leaking IP? Generated code with vulnerabilities? Verbatim extracts from GPL code? Will OpenAI employees learn about your top-secret plans? Will LLMs usher in a new era of cyber-threats? The coverage here is massive - under-amplified is where AI, and LLMs specifically, is posed to make a significant impact on how people and organizations approach application security.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Harnessing the Hive Mind: How Semgrep and Nuclei Are Shaping the Future of Security Engineering</title>
				<link>https://dualuse.io/blog/harnessing-the-hive-mind/</link>
				<pubDate>Mon, 27 Mar 2023 00:00:00 +0000</pubDate>
				<guid>https://dualuse.io/blog/harnessing-the-hive-mind/</guid>
				<description>&lt;p&gt;Crowd-sourced, open source, and customization-out-front tools continue to make noise in the security tooling marketplace. These are not new developments. We, of course, know about projects like FindBugs and select projects from OWASP. However, new entrants like &lt;a href=&#34;https://github.com/returntocorp/semgrep&#34;&gt;Semgrep&lt;/a&gt; from &lt;a href=&#34;https://semgrep.dev/&#34;&gt;r2c&lt;/a&gt; and &lt;a href=&#34;https://github.com/projectdiscovery/nuclei&#34;&gt;Nuclei&lt;/a&gt; from &lt;a href=&#34;https://projectdiscovery.io/&#34;&gt;ProjectDiscovery&lt;/a&gt; feel different. What has attracted VC funding to these projects, and what’s behind the excitement and buzz generated from practitioners in the security space?&lt;/p&gt;</description>
			</item>
			<item>
				<title>CURRYFINGER - SNI &amp; Host header spoofing utility</title>
				<link>https://dualuse.io/blog/curryfinger/</link>
				<pubDate>Tue, 10 Sep 2019 00:00:00 +0000</pubDate>
				<guid>https://dualuse.io/blog/curryfinger/</guid>
				<description>&lt;p&gt;&lt;code&gt;CURRYFINGER&lt;/code&gt; measures a vanilla request for a particular URL against requests directed to specific IP addresses with forced TLS SNI and HTTP Host headers. The tool takes a string edit distance, and emits matches according to a rough similarity metric threshold.&lt;/p&gt;</description>
			</item>
			<item>
				<title>ALEXATOP - Finding domains in CIDRs</title>
				<link>https://dualuse.io/blog/alexatop/</link>
				<pubDate>Mon, 09 Sep 2019 00:00:00 +0000</pubDate>
				<guid>https://dualuse.io/blog/alexatop/</guid>
				<description>&lt;p&gt;I put this tool together over a weekend in order to produce a dataset for other tools I&amp;rsquo;m writing. We PoC this against the Alexa top 1m, but you might enjoy using it to find domains that land in other ranges of interest.&lt;/p&gt;</description>
			</item>
			<item>
				<title>DNSPUMP - File delivery over DNS</title>
				<link>https://dualuse.io/blog/dnspump/</link>
				<pubDate>Fri, 21 Jun 2019 00:00:00 +0000</pubDate>
				<guid>https://dualuse.io/blog/dnspump/</guid>
				<description>&lt;p&gt;This tool helps you deliver files to machines entirely over DNS using &lt;code&gt;TXT&lt;/code&gt; records. Point &lt;code&gt;ns&lt;/code&gt; records at a box, host DNSPUMP and you&amp;rsquo;re ready to roll.&lt;/p&gt;&#xA;&lt;p&gt;DNSPUMP was hastily hacked together over the course of two days and relies entirely on the excellence of Miek Gieben&amp;rsquo;s Go DNS package &lt;a href=&#34;https://github.com/miekg/dns&#34;&gt;miekg/dns&lt;/a&gt; &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Virtualized Lab; Abuse Cisco DTP to hit VLANs</title>
				<link>https://dualuse.io/blog/gns3-dtp-short/</link>
				<pubDate>Tue, 29 Jan 2019 00:00:00 +0000</pubDate>
				<guid>https://dualuse.io/blog/gns3-dtp-short/</guid>
				<description>&lt;p&gt;Layer 2 attacks are ancient and the enlightened world (all 5 of us, including you) has moved on to assume that transport is broken focusing instead on application layer protections. Still, abusing these old Layer 2 defects can be fun, and occasionally the difference between failure and Access&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Hashcat&#39;ing XenForo</title>
				<link>https://dualuse.io/blog/xenforo/</link>
				<pubDate>Mon, 26 Mar 2018 00:00:00 +0000</pubDate>
				<guid>https://dualuse.io/blog/xenforo/</guid>
				<description>&lt;p&gt;TL;DR - You can skip right to the &lt;a href=&#34;#results&#34;&gt;results&lt;/a&gt; for the code.&lt;/p&gt;&#xA;&lt;p&gt;A list that recently hit &lt;a href=&#34;http://hashes.org&#34;&gt;Hashes.org&lt;/a&gt;, with 1 million records and a low crack rate, looked like an interesting target, given that the community had recovered less than 0.5% of the list. On taking a closer look, we find out why;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
