<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>appsec.fyi — ffuf</title>
  <link>https://appsec.fyi/tools.html#ffuf</link>
  <description>Curated ffuf resources from appsec.fyi</description>
  <language>en-us</language>
  <atom:link href="https://appsec.fyi/feeds/tool/ffuf.xml" rel="self" type="application/rss+xml"/>
  <lastBuildDate>Sun, 07 Jun 2026 04:05:35 +0000</lastBuildDate>
  <managingEditor>carl@chs.us (Carl Sampson)</managingEditor>
  <item>
    <title>FFuF Fuzzer Guide: Fuzz Faster u Fool for Bug Bounty Hunters</title>
    <link>https://www.intigriti.com/researchers/blog/hacking-tools/hacker-tools-ffuf-fuzz-faster-u-fool-2</link>
    <guid isPermaLink="true">https://www.intigriti.com/researchers/blog/hacking-tools/hacker-tools-ffuf-fuzz-faster-u-fool-2</guid>
    <description>Tool for web fuzzing: FFuF (Fuzz Faster u Fool) assists bug bounty hunters by rapidly discovering directories, files, and hidden parameters. It supports GET and POST requests, authenticated testing via cookies, recursive directory scanning, and allows customization of request delay, threading, and response code filtering. Installation involves obtaining the Go programming language and then using &quot;go get&quot; to install FFuF from its GitHub repository.</description>
    <category domain="tool">ffuf</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Wed, 22 Apr 2026 12:52:02 +0000</pubDate>
  </item>
  <item>
    <title>Fuzzing Web Apps using FFUF: Complete Guide</title>
    <link>https://c9lab.com/blog/fuzzing-web-applications-using-ffuf-the-complete-mastery-guide/</link>
    <guid isPermaLink="true">https://c9lab.com/blog/fuzzing-web-applications-using-ffuf-the-complete-mastery-guide/</guid>
    <description>Library for fuzzing web applications using FFUF, covering directory discovery, subdomain enumeration, virtual host fuzzing, multi-layer extension hunting, recursive scanning, authentication testing, and API endpoint discovery. It also details workflow optimizations like rate limiting and Burp Suite integration, while warning against common pitfalls such as unauthorized testing and aggressive scanning.</description>
    <category domain="tool">ffuf</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Sat, 11 Apr 2026 16:50:20 +0000</pubDate>
  </item>
  <item>
    <title>FFUF Mastery: Advanced Web Fuzzing</title>
    <link>https://danger-team.org/ffuf-mastery-advanced-web-fuzzing-techniques/</link>
    <guid isPermaLink="true">https://danger-team.org/ffuf-mastery-advanced-web-fuzzing-techniques/</guid>
    <description>Library for advanced web fuzzing using FFuf, transforming standard workflows into an optimized offensive security methodology. It details sophisticated response matching techniques, practical attack scenarios leveraging HTTP response characteristics, and provides battle-tested command snippets and visual pipeline examples for immediate implementation in security testing. Techniques include response-pattern differential analysis, multi-vector fuzzing, layered match profiles, calibration for false positive reduction, content discovery with anti-false-positive profiles, and virtual host discovery.</description>
    <category domain="tool">ffuf</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sat, 11 Apr 2026 16:50:19 +0000</pubDate>
  </item>
  <item>
    <title>A ffuf Primer | Daniel Miessler</title>
    <link>https://danielmiessler.com/study/ffuf/?mc_cid=78334e62a9&amp;mc_eid=45008603ab</link>
    <guid isPermaLink="true">https://danielmiessler.com/study/ffuf/?mc_cid=78334e62a9&amp;mc_eid=45008603ab</guid>
    <description>Tool for command-line web attacks, ffuf emulates functionality similar to Burp Intruder and Dirbuster. This Go-based utility leverages input files to fuzz parts of URLs, including GET parameters and POST data, for discovering vulnerabilities like disallowed paths and credential stuffing. It offers extensive options for matching responses based on HTTP codes, line counts, or size, and can be used with wordlists such as curated.txt from the RobotsDisallowed project to enhance the likelihood of finding sensitive information.</description>
    <category domain="tool">ffuf</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Thu, 14 Aug 2025 04:29:40 +0000</pubDate>
  </item>
  <item>
    <title>ffuf advanced tricks - ACCEIS</title>
    <link>https://www.acceis.fr/ffuf-advanced-tricks/</link>
    <guid isPermaLink="true">https://www.acceis.fr/ffuf-advanced-tricks/</guid>
    <description>Library for advanced web application fuzzing, `ffuf` goes beyond simple directory enumeration. It supports injecting wordlists into URLs, GET/POST parameters, and HTTP headers, and can read from STDIN or use external generators like Radamsa. This resource details `ffuf`&#x27;s configuration file, enabling persistent settings for colorization, custom headers, proxy usage, and multiple simultaneous wordlists, enhancing its capabilities for penetration testing.</description>
    <category domain="tool">ffuf</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sun, 03 Sep 2023 14:07:25 +0000</pubDate>
  </item>
  <item>
    <title>How I Found multiple SQL Injection with FFUF and Sqlmap in a few minutes</title>
    <link>https://0xmahmoudjo0.medium.com/how-i-found-multiple-sql-injection-with-ffuf-and-sqlmap-in-a-few-minutes-9c3bb3780e8f</link>
    <guid isPermaLink="true">https://0xmahmoudjo0.medium.com/how-i-found-multiple-sql-injection-with-ffuf-and-sqlmap-in-a-few-minutes-9c3bb3780e8f</guid>
    <description>How I Found multiple SQL Injection with FFUF and Sqlmap in a few minutes</description>
    <category domain="tool">ffuf</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sun, 16 Jan 2022 13:42:00 +0000</pubDate>
  </item>
  <item>
    <title>ffuf - Fuzz Faster U Fool</title>
    <link>https://github.com/ffuf/ffuf?mc_cid=04f49feac0</link>
    <guid isPermaLink="true">https://github.com/ffuf/ffuf?mc_cid=04f49feac0</guid>
    <description>Library for fast web fuzzing written in Go. `ffuf` supports fuzzing URLs, headers, and POST data using the `FUZZ` keyword, and can filter responses by size (`-fs`) or status code (`-fc`). It offers features like recursive scanning, maximum runtime limits (`-maxtime`, `-maxtime-job`), and integrates with mutators via `--input-cmd`, enabling complex fuzzing scenarios such as JSON payload generation with Radamsa. Prebuilt binaries are available, and installation can be done via Homebrew or `go install`.</description>
    <category domain="tool">ffuf</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Mon, 10 Jan 2022 23:37:00 +0000</pubDate>
  </item>
  <item>
    <title>A ffuf Primer | Daniel Miessler</title>
    <link>https://danielmiessler.com/study/ffuf?mc_cid=78334e62a9&amp;mc_eid=45008603ab</link>
    <guid isPermaLink="true">https://danielmiessler.com/study/ffuf?mc_cid=78334e62a9&amp;mc_eid=45008603ab</guid>
    <description>Tool, ffuf, is a flexible CLI-based web attack utility written in Go, often compared to Burp Intruder on the command line. It excels at fuzzing by injecting input from wordlists into various parts of a web application, including URLs, GET parameters, and POST data. ffuf can emulate tools like Dirbuster and even perform password guessing, making it a versatile addition to a web tester&#x27;s toolkit, especially when combined with curated wordlists like those found in RobotsDisallowed.</description>
    <category domain="tool">ffuf</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Tue, 16 Feb 2021 03:12:06 +0000</pubDate>
  </item>
</channel>
</rss>