Skip to content

Releases: ffuf/ffuf

v2.1.0

16 Sep 12:23
7a2756a
Compare
Choose a tag to compare

Changelog

v2.0.0

06 Feb 09:28
v2.0.0
e952deb
Compare
Choose a tag to compare

Changelog

v1.5.0

19 May 06:55
Compare
Choose a tag to compare

Changelog

5c489ae Prepare for 1.5.0 release (#23)
1db80d4 Do autocalibration for full path (#22)
21a19a1 Choose between 'and' and 'or' matching and filtering (#20)
9fa0a5d Ac rewrite

v1.4.1

03 Apr 22:26
0aa69b5
Compare
Choose a tag to compare

Changelog

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

v1.4.0

26 Mar 09:04
f6735d5
Compare
Choose a tag to compare

Changelog

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)

v1.3.1

27 Apr 20:36
958f738
Compare
Choose a tag to compare

Changelog

958f738 Prepare for release v1.3.1 (#439)
33f3ecb Trim the newline at the end of raw request file (#438)
25fc4e4 Fixed an issue with storing the matches for recursion jobs (#437)
8ffe1bd Add a cli flag to disable interactive mode (#436)
aaa8f31 Fix header canonicalization (#435)
d6b2733 Fix size calculation (#434)
4daf2b6 Fix changelog entries
a513e27 Fix: Create output directory recursively instead of silently failing to produce output (#413)

v1.3.0

18 Apr 10:13
e847ee0
Compare
Choose a tag to compare

Changelog

e847ee0 Fix goreleaser config
f97c2f7 Interactive mode and recursion-strategy (#426)
ac63d53 More convenient version string handling (#411)
fb1be90 Move version output to a function (#407)
2ca8b83 Add sponsors to README (#401)
087597a Add sponsorware & Discord information (#400)
ed9ea7d Create FUNDING.yml
f1c39be replace badchar with a space (#390)
0c99194 Adding Content-Type to all output formats (#336) (#341)
825bd32 Prepare 1.3.0 (#382)

v1.2.1

24 Jan 20:39
v1.2.1
407969e
Compare
Choose a tag to compare

Changelog

407969e Release 1.2.1 (#381)
7648afd Post-release 1.2.0 (#380)

v1.2.0

24 Jan 17:17
v1.2.0
4532da8
Compare
Choose a tag to compare

Changelog

4532da8 Update goreleaser configuration (#379)
9a5a067 Prepare release 1.2.0 (#378)
5b75e90 Allow input-shell option (#344)
6a7bdc0 Added 405 Method Not Allowed to the list of status codes matched by default (#373)
4bea474 Fix filter tests (#368)
bc5e61e Empty filter (#330)
c6a6293 pkg/ffuf: fix panic in Windows when parsing wordlist flag (#335)
5b00f2b Fix HTTP method & data bug when parsing raw request from file (#339)
602c1c7 Add CodeQL analysis (#327)
2be8b87 issue/274 * made links in HTML report clickable (#323)
ecc649b Add PR template (#326)
99100e0 Add linter workflow as GitHub action (#325)
2abc720 Bug 231 (#312)
19937c4 pkg: handle gosimple linter findings (#322)
7099b61 pkg/output/stdout: use Error() method from error interface when possible (#321)
8156fd1 pkg: use {strings,bytes}.ReplaceAll when possible (#320)
6bf3542 Fix example --input-cmd at README.md (#319)
1f89295 Add CHANGELOG.md entry for the config file stuff (#309)
bde943c Add support for configuration files for ffuf (#308)
f2aa824 Refer to correct go version (#305)
60a3f5a Add link to Everything you need to know about FFUF (#303)
79fe3c0 Change banner logging to stderr (#282)
dc24ad2 Make SIGINT more responsive, and handle zombied TCP connections properly (#302)
f3bcb50 Fixed comma parsing bugs in non-wordlist cli arguments (#298)
a71f1c0 Comma separated -w flags (#294)
47c8caf job: remove duplicate if statement (#283)
a4b3154 Better pre-flight errors (#288)
0ce9413 Throttle rate of requests per second (#287)
e752339 Update README.md (#271)
1261574 Prepare 1.2.0-git (#268)

v1.1.0

23 Jul 10:47
d05cf28
Compare
Choose a tag to compare

Changelog

d05cf28 Add unsupported arch/os to goreleaser ignore list (#267)
d61ceb3 Release 1.1 (#266)
bef2dc0 Fix crash with 3xx requests without location header (#265)
9bb6130 Update random seed logic (#262)
27fcbee fix file get thing (#226)
80c6afa Update CONTRIBUTORS.md to add bsysop (#258)
0633fb6 Fixed behavior of wordlist:keyword separator in Windows (#240)
08ec6ba Add Host information to JSON output file (#223)
88720df Support outputting all file formats concurrently (#218)
e4628ff Increase default rows per page on html report (#217)
7021c2f Add the wordlists to the header information (#211)
404c048 Fix error with missing usage info (#195)
ef1aac3 Feature178 (#186)
ccdd377 Fix for #193 (#194)
7ffd74d Fix for issue #179 (#180)
2d165e6 Prepare for 1.1.0-git (#176)