Skip to content

Releases: OJ/gobuster

v3.8.0

17 Jul 13:31
1c7bb36
Compare
Choose a tag to compare
  • Add exclude-hostname-length flag to dynamically adjust exclude-length by @0xyy66
  • Fix Fuzzing query parameters
  • Add --force flag in dir mode to continue execution if precheck errors occur

v3.7.0

30 Jun 15:46
3e4e431
Compare
Choose a tag to compare
  • use new cli library
  • a lot more short options due to the new cli library
  • more user friendly error messages
  • clean up DNS mode
  • renamed show-cname to check-cname in dns mode
  • got rid of verbose flag and introduced debug instead
  • the version command now also shows some build variables for more info
  • switched to another pkcs12 library to support p12s generated with openssl3 that use SHA256 HMAC
  • comments in wordlists (strings starting with #) are no longer ignored
  • warn in vhost mode if the --append-domain switch might have been forgotten
  • allow to exclude status code and length in vhost mode
  • added automaxprocs for use in docker with cpu limits
  • log http requests with debug enabled
  • allow fuzzing of Host header in fuzz mode
  • automatically disable progress output when output is redirected
  • fix extra special characters when run with --no-progress
  • warn when using vhost mode with a proxy and http based urls as this might not work as expected
  • add interface and local-ip parameters to specify the outgoing interface for http requests
  • add support for tls renegotiation
  • fix progress with patterns by @acammack
  • fix backup discovery by @acammack
  • support tcp protocol on dns servers

v3.6.0

14 Aug 08:30
ba619dd
Compare
Choose a tag to compare

Changelog

  • Wordlist offset parameter to skip x lines from the wordlist
  • prevent double slashes when building up an url in dir mode
  • allow for multiple values and ranges on --exclude-length
  • no-fqdn parameter on dns bruteforce to disable the use of the systems search domains. This should speed up the run if you have configured some search domains. #418

v3.5.0

20 Feb 08:35
Compare
Choose a tag to compare

Changelog

  • Allow Ranges in status code and status code blacklist. Example: 200,300-305,404

v3.4.0

19 Dec 10:51
3bb2300
Compare
Choose a tag to compare

Changelog

  • Enable TLS1.0 and TLS1.1 support
  • Add TFTP mode to search for files on tftp servers

v3.3.0

29 Oct 14:40
b90dd32
Compare
Choose a tag to compare

Changelog

  • Support TLS client certificates / mtls
  • support loading extensions from file
  • support fuzzing POST body, HTTP headers and basic auth
  • new option to not canonicalize header names

v3.2.0

08 Oct 16:54
Compare
Choose a tag to compare

Changes

  • Use go 1.19
  • use contexts in the correct way
  • get rid of the wildcard flag (except in DNS mode)
  • color output
  • retry on timeout
  • google cloud bucket enumeration
  • fix nil reference errors

Changelog

v3.1.0

19 Oct 00:14
@OJ OJ
f5051ed
Compare
Choose a tag to compare

SHA256 Hashes:

5bd9d52420329034628bdbf908153ca58321a67c98daefab2672f1cad7ae1985  ./gobuster-all.7z
666162e403ad41742f96fa56ce1f92f2f39642c12a6436fa1d19b1482477cc25  ./gobuster-darwin-amd64.7z
3b9b6a3071b9e0219ad8692a36eb727c71177687fa49054be26bab961cce675f  ./gobuster-linux-386.7z
7f11cba97772ac4f276177d5d782e6ebda58fbdbbbf959d6cb02e0454bc52e14  ./gobuster-linux-amd64.7z
737032176e4affce74c5332879afbc2452c8af05da3ae9c755b1d5eb3930f56a  ./gobuster-windows-386.7z
31c0e87ebc91f065554ce031af9783e8b898631b9e32541abee23d14c55a8af1  ./gobuster-windows-amd64.7z

v3.0.1 - Fix length output

21 Jun 00:17
@OJ OJ
v3.0.1
9ef3642
Compare
Choose a tag to compare

Fixes a small issue where -l didn't result in the content length being shown.

v3.0.0

19 Jun 23:24
@OJ OJ
v3.0.0
c008548
Compare
Choose a tag to compare

Stacks of changes! New features, speed improvements, etc.