Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gobuster_3.7.0_checksums.txt | 2025-06-30 | 752 Bytes | |
gobuster_Darwin_arm64.tar.gz | 2025-06-30 | 3.6 MB | |
gobuster_Darwin_x86_64.tar.gz | 2025-06-30 | 3.9 MB | |
gobuster_Linux_arm64.tar.gz | 2025-06-30 | 3.5 MB | |
gobuster_Linux_x86_64.tar.gz | 2025-06-30 | 3.8 MB | |
gobuster_Linux_i386.tar.gz | 2025-06-30 | 3.6 MB | |
gobuster_Windows_arm64.zip | 2025-06-30 | 3.5 MB | |
gobuster_Windows_i386.zip | 2025-06-30 | 3.8 MB | |
gobuster_Windows_x86_64.zip | 2025-06-30 | 3.9 MB | |
README.md | 2025-06-30 | 1.2 kB | |
v3.7.0 source code.tar.gz | 2025-06-30 | 88.4 kB | |
v3.7.0 source code.zip | 2025-06-30 | 121.9 kB | |
Totals: 12 Items | 29.8 MB | 0 |
- 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