RSSAmplifier

Blog

Dualuse on DUALUSE

Recent content in Dualuse on DUALUSE

dualuse.ioRSS feed ↗8 posts

Latest posts

Automating Core AppSec Tooling Dev Loops: Language Model Powered Rule Generation

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.

Large Language Models in AppSec: An Innovator’s Primer

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…

Harnessing the Hive Mind: How Semgrep and Nuclei Are Shaping the Future of Security Engineering

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 Semgrep from r2c and Nuclei from ProjectDiscovery feel different. What has attracted VC funding to these projects, and what’s behind the…

CURRYFINGER - SNI & Host header spoofing utility

CURRYFINGER 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.

ALEXATOP - Finding domains in CIDRs

I put this tool together over a weekend in order to produce a dataset for other tools I’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.

DNSPUMP - File delivery over DNS

This tool helps you deliver files to machines entirely over DNS using TXT records. Point ns records at a box, host DNSPUMP and you’re ready to roll. 
 DNSPUMP was hastily hacked together over the course of two days and relies entirely on the excellence of Miek Gieben’s Go DNS package miekg/dns 1 .

Virtualized Lab; Abuse Cisco DTP to hit VLANs

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 1 .

Hashcat'ing XenForo

TL;DR - You can skip right to the results for the code. 
 A list that recently hit Hashes.org , 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;