github.com/RedTeamPentesting/monsoon
v0.10.1
RedTeamPentesting/monsoon
What this package is like to depend on
Last release 1 years ago
14 Apr 2025
Ships fairly regularly
a new release about every 4 months
Most releases are documented
notes for 8 of 9 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
16 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
16 releases · Nov 2017 to Apr 2025Releases
latest 16-
v0.10.114 Apr 2025Release notes
Open source →This is a minor release that fixes a bug where an HTTP body could not be read twice, causing issues with HTTP2 connections.
-
v0.10.016 Dec 2024Release notes
Open source →Changes:
- Added option to change the shell command for the shell replacer
- TLS renegotiation support can now be enabled with
--insecure-ciphersuites - Updated dependencies
-
v0.9.226 Apr 2024Release notes
Open source →Changelog
- 89f3183 Add completion command
- eb52e06 Add documentation
- 3ddca2d Add replace mode for executing a program
- ce6e049 Add short paragraphs about reverse ranges and range formatting
- 093db64 Add warning when using template with HTTP/2 and flag --disable-http2
- 3fec10b Bump golang.org/x/net
- 60a6a6d Do not show static values
- 68dbecb Fix go.mod
- 5b59894 Fix linter issues
- 53e86b6 Increase default value buffer size to enable time estimation for larger word lists
- ab41e5d Update dependencies
- 2e83dfb Update workflows
-
v0.8.1-0.20240426130448-2e83dfb234d426 Apr 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20231018062718-68dbecb736e318 Oct 2023 pre-releaseNothing published for this version
-
v0.8.012 Jul 2023Release notes
Open source →It has been a year since the last release of
monsoonbut we've been working on it continuously behind the scenes. Now, we're proud to release version 0.8.0 which is full of new features, fixes and improvements. In fact, we also wrote the new blog post "Bringing Monsoon to the Next Level" which goes over all changes in detail. The most notable new features are the--replaceparameter which allows you to fuzz with multiple parameters and the overhauledtestcommand.Changes:
- Multi-parameter fuzzing with the
--replaceparameter which can be specified multiple times. It combines the functionality of the--file,--rangeand--range-formatand adds even more flexibility. For example, you can search for files in multiple directories like this:--replace DIRNR:range:1-10:%02d --replace FILENAME:file:files.txt https://example.com/folder-DIRNR/FILENAME - Overhauled
testcommand to show the table output known frommonsoon fuzzfor a single fuzz value and print the request and response. It is also now a drop-in replacement for thefuzzcommand for quick and easy testing. - Static value replacer: Take a look at our blog to find out when this feature comes handy.
- Long request detection: Due to the parallel nature of fuzzing, it is often not easy to identify requests that take longer than usual. However, these requests are often especially interesting.
monsoonnow prints out an annotation for these requests. - Reversed ranges: It is now possible to switch start and end of a range to count backwards.
- Overhauled
--extract-pipe: The performance was improved significantly and the current fuzz values are now passed to the command as environment variables. - Added the option
--insecure-ciphersuitesto enable all insecure ciphersuites that are supported by Go. - Multiple new timeout options:
--connect-timeout,--tls-handshake-timeoutand--response-header-timeout - Support for coloured output on Windows.
- Fixed an issue where responses were not decompressed when using a template file.
- More robust template file parsing.
- A
versioncommand was added. - Lots of small fixes and improvements under the hood.
Finally, we now also offer pre-built binaries below.
- Multi-parameter fuzzing with the
-
v0.7.1-0.20230313122914-2822c46f8d3e13 Mar 2023 pre-releaseNothing published for this version
-
v0.7.1-0.20220628135028-d1e23460d73428 Jun 2022 pre-releaseNothing published for this version
-
v0.7.028 Jun 2022Release notes
Open source →Changes:
- Improved and prettified error handling for input data and request-related errors
- New option to configure the number of redirects to follow with
--follow-redirect n - New options to force connecting exclusively via IPv4 (
--ipv4-only) or IPv6 (--ipv6-only) - Bug fixes for the filtering logic of the
--show-statusoption, improved column indentation and better help texts - Updated dependencies
-
v0.6.1-0.20210721092259-76cf96244eaf21 Jul 2021 pre-releaseNothing published for this version
-
v0.6.1-0.20210426114133-16ceade51b0e26 Apr 2021 pre-releaseNothing published for this version
-
v0.6.1-0.20201203114007-f4f98521a1f803 Dec 2020 pre-releaseNothing published for this version
-
v0.6.028 Oct 2020Release notes
Open source →Changes:
- Colorize output
- Limit update framerate to 60fps by default (set
$MONSOON_PROGRESS_FPSto override)
-
v0.5.016 Sep 2020 -
v0.4.027 Aug 2020 -
v0.1.012 Nov 2017Nothing published for this version