2021-03-05 22:36:18 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
go-ffuf: Update to 1.2.1
pkgsrc changes:
- Switch to use go-module.mk (per upstream)
Changes:
1.2.1
-----
- Changed
- Add `-input-shell` flag
1.2.0
-----
- New
- Added 405 Method Not Allowed to list of status codes matched by default.
- New CLI flag `-rate` to set maximum rate of requests per second.
The adjustment is dynamic.
- New CLI flag `-config` to define a configuration file with preconfigured
settings for the job.
- Ffuf now reads a default configuration file `$HOME/.ffufrc` upon startup.
Options set in this file are overwritten by the ones provided on CLI.
- Change banner logging to stderr instead of stdout.
- New CLI flag `-or` to avoid creating result files if we didn't get any.
- New CLI flag `-input-shell` to set the shell to be used by `input-cmd`
- Changed
- Pre-flight errors are now displayed also after the usage text to prevent
the need to scroll through backlog.
- Cancelling via SIGINT (Ctrl-C) is now more responsive
- Fixed issue where a thread would hang due to TCP errors
- Fixed the issue where the option -ac was overwriting existing filters.
Now auto-calibration will add them where needed.
- The `-w` flag now accepts comma delimited values in the form of
`file1:W1,file2:W2`.
- Links in the HTML report are now clickable
- Fixed panic during wordlist flag parsing in Windows systems.
|
2021-01-23 15:23:16 by Benny Siegert | Files touched by this commit (209) | |
Log message:
Revbump all Go packages after go115 update
|
2020-11-13 20:26:26 by Benny Siegert | Files touched by this commit (202) | |
Log message:
Revbump all Go packages after go115 update
|
2020-11-08 22:59:39 by Benny Siegert | Files touched by this commit (202) | |
Log message:
Revbump all Go packages after Go 1.15 update.
|
2020-10-15 15:08:34 by Benny Siegert | Files touched by this commit (188) | |
Log message:
Revbump all Go packages after go115 update.
|
2020-09-03 13:01:38 by Leonardo Taccari | Files touched by this commit (3) |
Log message:
go-ffuf: Update to 1.1.0
pkgsrc changes:
- Fix a typo in DISTNAME/PKGNAME: it is now go-ffuf (instead of go-fuff)
- Only installs bin/ffuf and its README
- Reset MAINTAINERship, requested by <nikita>
Changes:
1.1.0
-----
- Add unsupported arch/os to goreleaser ignore list (#267)
- Release 1.1 (#266)
- Fix crash with 3xx requests without location header (#265)
- Update random seed logic (#262)
- fix file get thing (#226)
- Update CONTRIBUTORS.md to add bsysop (#258)
- Fixed behavior of wordlist:keyword separator in Windows (#240)
- Add Host information to JSON output file (#223)
- Support outputting all file formats concurrently (#218)
- Increase default rows per page on html report (#217)
- Add the wordlists to the header information (#211)
- Fix error with missing usage info (#195)
- Feature178 (#186)
- Fix for #193 (#194)
- Fix for issue #179 (#180)
- Prepare for 1.1.0-git (#176)
|
2020-09-03 09:29:54 by Benny Siegert | Files touched by this commit (194) |
Log message:
Revbump all Go packages after default Go version was changed to 1.15.1
|
2020-08-14 22:01:40 by Benny Siegert | Files touched by this commit (194) | |
Log message:
Revbump all Go packages after go114 update
|
2020-07-17 20:04:33 by Benny Siegert | Files touched by this commit (196) | |
Log message:
Revbump all Go packages after go114 update.
|
2020-06-17 11:54:20 by Benny Siegert | Files touched by this commit (188) | |
Log message:
Revbump Go packages after Go 1.14.4 update.
|