Sponsored
Exploiting Tools

Monsoon – A Fastest HTTP Enumerator For CTF

Hey Folks, in this tutorial we are going to talk about another FUZZING tool called “Monsoon“. The tool is designed in bash scripting that allows us to execute a large number of HTTP requests within a few seconds. But the question is, what is special about it that makes it different from others? So in this tool has fastest HTTP enumeration feature which is different from others tools.

Lets take a look 🙂 !!

Installation

First we have to download the go language in our terminal by given command.

apt install golang

Now we will download this tool from github and after the download is complete we will go to the directory and doing the further process.

git clone https://github.com/RedTeamPentesting/monsoon.git
cd monsoon

Go build command is usually used to compile the packages and dependencies that you have defined/used in your project.

go build

Now we can boot this tool by using the given command and even we can take help of “bash” command in order to start this tool.

./monsoon --help

Example

Usage is also not difficult, just you have to understand the scenario, then you will get used to it. Just take any URL for practice purpose’s and boost your HTTP enumerations. Make sure to give FUZZ at the end of the URL.

Usage 🙂 ./monsoon –file < wordlist > < URL/FUZZ >

./monsoon --file /usr/share/wordlists/dirb/common.txt http://testphp.vulnweb.com/FUZZ

You can see the results that look similar to others tool but the special thing you will see below is the time period of this enumeration.

Hide Status

In CTF challenges we do not have much time to solve the labs and in that case we try to get results as soon as possible without any effort. In such case we can add such fillers from which will get us accurate and quick results.

./monsoon --file /usr/share/wordlists/dirb/common.txt --hide-status 403,404 http://testphp.vulnweb.com/FUZZ
About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.