All Projects → RedTeamPentesting → Monsoon

RedTeamPentesting / Monsoon

Licence: mit
Fast HTTP enumerator

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Monsoon

Filebuster
An extremely fast and flexible web fuzzer
Stars: ✭ 176 (-41.14%)
Mutual labels:  fast, fuzzer
Bazel
a fast, scalable, multi-language and extensible build system
Stars: ✭ 17,790 (+5849.83%)
Mutual labels:  fast
Contemplate
Contemplate: Fast, extendable object-oriented and light-weight Template Engine for PHP, Python, Node.js, Browser and XPCOM/SDK JavaScript
Stars: ✭ 15 (-94.98%)
Mutual labels:  fast
Framework
Swoole, PSR-15, PSR-7, PSR-11 lightweight modular anti-framework for REST micro-services.
Stars: ✭ 259 (-13.38%)
Mutual labels:  fast
brisk-ioc
fast light brisk ioc/di container on nodejs; Node下快速 轻量的IoC/DI容器,依赖注入,配合装饰器使用
Stars: ✭ 12 (-95.99%)
Mutual labels:  fast
React Native Mmkv Storage
An Efficient(0.0002s read/write), small & encrypted mobile key-value storage framework for React Native
Stars: ✭ 273 (-8.7%)
Mutual labels:  fast
Restoring-Extremely-Dark-Images-In-Real-Time
The project is the official implementation of our CVPR 2021 paper, "Restoring Extremely Dark Images in Real Time"
Stars: ✭ 79 (-73.58%)
Mutual labels:  fast
Hquery.php
An extremely fast web scraper that parses megabytes of invalid HTML in a blink of an eye. PHP5.3+, no dependencies.
Stars: ✭ 295 (-1.34%)
Mutual labels:  fast
Begin Latex In Minutes
📜 Brief Intro to LaTeX for beginners that helps you use LaTeX with ease.
Stars: ✭ 3,082 (+930.77%)
Mutual labels:  fast
Chronix.server
The Chronix Server implementation that is based on Apache Solr.
Stars: ✭ 258 (-13.71%)
Mutual labels:  fast
Rz Go
Ripzap - Fast and 0 allocs leveled JSON logger for Go ⚡️. Dependency free.
Stars: ✭ 256 (-14.38%)
Mutual labels:  fast
fast-xml2js
In-place replacement for xml2js parseString. This is about 20x faster and makes use of the rapidxml C++ library.
Stars: ✭ 12 (-95.99%)
Mutual labels:  fast
Ojg
Optimized JSON for Go
Stars: ✭ 281 (-6.02%)
Mutual labels:  fast
core
🌈 light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection
Stars: ✭ 40 (-86.62%)
Mutual labels:  fast
Segyio
Fast Python library for SEGY files.
Stars: ✭ 291 (-2.68%)
Mutual labels:  fast
openapi-fuzzer
Black-box fuzzer that fuzzes APIs based on OpenAPI specification. Find bugs for free!
Stars: ✭ 332 (+11.04%)
Mutual labels:  fuzzer
Metrics
Lightweight alternative to github.com/prometheus/client_golang
Stars: ✭ 254 (-15.05%)
Mutual labels:  fast
E107
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
Stars: ✭ 272 (-9.03%)
Mutual labels:  fast
Gowapt
Go Web Application Penetration Test
Stars: ✭ 300 (+0.33%)
Mutual labels:  fuzzer
Json Schema Validator
A fast Java JSON schema validator that supports draft V4, V6, V7 and V2019-09
Stars: ✭ 292 (-2.34%)
Mutual labels:  fast

Status badge for tests

monsoon

A fast HTTP enumerator that allows you to execute a large number of HTTP requests, filter the responses and display them in real-time.

Example

Run an HTTP GET request for each entry in filenames.txt, hide all responses with the status code 403 or 404:

basic demo

Common usage of monsoon is also covered in our blog article "Introducing monsoon - a lean and versatile HTTP enumerator".

Installation

Building from source

These instructions will get you a compiled version of the code in the master branch.

You'll need a recent version of the Go compiler, at least version 1.14. For Debian, install the package golang-go.

Clone the repository, then from within the checkout run the following command:

$ go build

Afterwards you'll find a monsoon binary in the current directory. It can be for other operating systems as follows:

$ GOOS=windows GOARCH=amd64 go build -o monsoon.exe

Unofficial Packages

For Arch Linux based distributions monsoon is available as an unofficial package on the AUR. Using your AUR helper of choice such as yay:

yay -S monsoon

Getting Help

The program has several subcommands, the most important one is fuzz which contains the main functionality. You can display a list of commands as follows:

$ ./monsoon -h
Usage:
  monsoon command [options]

Available Commands:
  fuzz        Execute and filter HTTP requests
  help        Help about any command
  show        Construct and display an HTTP request
  test        Send an HTTP request to a server and show the result
  version     Display version information

Options:
  -h, --help   help for monsoon

Use "monsoon [command] --help" for more information about a command.

For each command, calling it with --help (e.g. monsoon fuzz --help) will display a description of all the options, and calling monsoon help fuzz also shows an extensive list of examples.

Wordlists

The SecLists Project collects wordlists that can be used with monsoon.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].