Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riza/medusa
Fastest recursive HTTP fuzzer, like a Ferrari.
https://github.com/riza/medusa
directory-finder fuzzing
Last synced: 26 days ago
JSON representation
Fastest recursive HTTP fuzzer, like a Ferrari.
- Host: GitHub
- URL: https://github.com/riza/medusa
- Owner: riza
- License: mit
- Created: 2019-09-01T22:01:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T09:36:56.000Z (about 4 years ago)
- Last Synced: 2024-08-03T14:06:13.897Z (4 months ago)
- Topics: directory-finder, fuzzing
- Language: Go
- Homepage:
- Size: 1.4 MB
- Stars: 93
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- WebHackersWeapons - medusa
- awesome-hacking-lists - riza/medusa - Fastest recursive HTTP fuzzer, like a Ferrari. (Go)
README
# Medusa
> Fastest recursive HTTP fuzzer, like a Ferrari.[![Travis](https://img.shields.io/travis/riza/medusa.svg)](https://travis-ci.org/riza/medusa) [![GitHub version](https://badge.fury.io/gh/riza%2Fmedusa.svg)](https://github.com/riza/medusa/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/riza/medusa)](https://goreportcard.com/report/github.com/riza/medusa) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/riza/medusa) [![codecov](https://codecov.io/gh/riza/medusa/branch/master/graph/badge.svg)](https://codecov.io/gh/riza/medusa)
![demo](https://github.com/riza/medusa/blob/master/res/demo.png?raw=true)
## Usage
```
Usage: medusa [options...]
Options:
-u Single URL
-uL URL list file path (line by line)
-e Extension
-s Force schema (uses default http if does not contains url)
-ua User-agent value (default %s)
-cP Postive status codes (seperate by comma)
-cN Negative status codes (seperate by comma)
-x Bypass SSL verification
-t HTTP response timeout (10s)
-r Enable recursive fuzzing
-w Directory wordlist (line by line)
-v Verbose mode, show logs
-conc Maximum concurrent requests
-cpus Number of used cpu cores.
```## Known issues
socket: too many open file
The solution to this is to increase ulimit, you can solve this problem by typing `ulimit -n 8129` before running Medusa.