What's new in ffuf - Fuzz Faster U Fool 2.1.0

Sep 16, 2023
  • Prepare for v2.1.0 release
  • Default to match 2XX
  • Report if request times out while time matcher / filter is active
  • [FEATURE] Extensible Auto-calibration strategies
  • Allow unused wordlist in config file
  • Don't write a finishing newline in silent mode
  • Add -raw cli flag
  • Automatic brotli and deflate decompression
  • Fix csv output file format
  • Fixed Error for HTML Output
  • Fix Issue696 -- Divide by 0 Error when setting rate to 0 manually
  • Add cert authentication to crawl
  • Pencode
  • Fix md output format
  • Bump golang.org/x/net from 0.5.0 to 0.7.0
  • Add additional check for keywords when using sniper mode
  • Support older versions of TLS regardless of Go defaults
  • [Fix] Fixed multiline output when using only one fuzz variable
  • Fix HTML output

New in ffuf - Fuzz Faster U Fool 2.0.0 (Feb 5, 2023)

  • Changelog:
  • 77cc45c Prepare for v2.0 release (#635)
  • c7d0fb5 Gracefully error in case stdin is used for search result (#634)
  • 643f6b8 Scraper functionality (#633)
  • 39c8934 Added additional proxy URL verification (#574)
  • bbb97ab Typo fix (#581)
  • 3b219f2 fix: changed usage from version 1.3.0 to version 1.5.0 (#595)
  • 633893c Change precedence of quiet and JSON output to favour JSON (#570)
  • 0236210 Add homebrew install method (#552)
  • 7bff9e7 Fix time-based matcher (#575)
  • ebb4c44 Sniper template parsing - fixes #579 (#580)
  • 9bddff7 New functionality to map fired blind payloads back to the initial request (#632)
  • b7adc50 Fix jsonlines output while in silent mode (#630)
  • 2ce2217 Enhanced rate limiting (#620)
  • 1a684a9 Fix the ac for good now (#615)
  • 3328a28 Fix linter workflow and autocalibration for lines & words match (#614)

New in ffuf - Fuzz Faster U Fool 1.5.0 (May 19, 2022)

  • Prepare for 1.5.0 release (#23)
  • Do autocalibration for full path (#22)
  • Choose between 'and' and 'or' matching and filtering (#20)
  • Ac rewrite

New in ffuf - Fuzz Faster U Fool 1.4.1 (Apr 4, 2022)

  • Prepare point release v1.4.1 (#538)
  • Fixes to recursion and wordlist handling for queued jobs (#537)

New in ffuf - Fuzz Faster U Fool 1.4.0 (Mar 27, 2022)

  • f6735d5 Prepare for release 1.4.0 (#535)
  • 4436ff7 More mascot stuff (#533)
  • 40978ba Edit comment wordlist go (#528)
  • d769794 Change logo and add the artist to contributors.md (#532)
  • fcae084 New mascot (#531)
  • 571b339 Fix a recursion bug when redirected to the same domain and a port was specified (#377) (#522)
  • 4c1a754 Add -json option (#509)
  • 9aeae16 Add Sniper Mode (#469)
  • 80a4aa7 Fix -of all output and add HTTP/2 support (#451) (#462)
  • 64860e4 Update README.md (#499)
  • e77fba1 Link to ffuf.me (#465)
  • f6f1e81 make instalation instructions a code snippet (#476)
  • 415ec0f Add some tests (#479)
  • 2fdbd25 Fix reading wordlists from cfg (#511)
  • 3cc6557 500 Internal Server Error -> default matched status codes (#510)
  • b440d6d Add functionality to append instead to replace filters in interactive mode (#13)
  • 3c78f89 Include full line colors (#446)
  • 965f282 Response time logging and filtering (#433)
  • b56de00 Print results found during interactive mode after exiting it (#445)
  • 5ad0681 Add TLS SNI Support (#441)
  • ee0705e Fix an issue where output file was created regardless of -or (#444)

New in ffuf - Fuzz Faster U Fool 1.3.1 (Apr 28, 2021)

  • Changelog:
  • Prepare for release v1.3.1 (#439)
  • Trim the newline at the end of raw request file (#438)
  • Fixed an issue with storing the matches for recursion jobs (#437)
  • Add a cli flag to disable interactive mode (#436)
  • Fix header canonicalization (#435)
  • Fix size calculation (#434)
  • Fix changelog entries
  • Fix: Create output directory recursively instead of silently failing to produce output (#413)

New in ffuf - Fuzz Faster U Fool 1.3.0 (Apr 19, 2021)

  • Changelog:
  • Fix goreleaser config
  • Interactive mode and recursion-strategy (#426)
  • More convenient version string handling (#411)
  • Move version output to a function (#407)
  • Add sponsors to README (#401)
  • 087597a Add sponsorware & Discord information (#400)
  • Create FUNDING.yml
  • replace badchar with a space (#390)
  • Adding Content-Type to all output formats (#336) (#341)
  • Prepare 1.3.0 (#382)