Skip to content

Releases: OJ/gobuster

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.

v2.0.1

11 Sep 03:08
@OJ OJ
c361d77
Compare
Choose a tag to compare
Added fix for progres in DNS mode