medusa
Fastest recursive HTTP fuzzer, like a Ferrari. 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.
Details
Category: Fuzzing
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/medusa:238fd1d
Source URL: https://github.com/riza/medusa
Parameters
cpu
string
Command:
-cpus
- Number of used cpu cores.url
string
requiredCommand:
-u
- Single URL.schema
string
Command:
-s
- Force schema (uses default http if does not contains url).timeout
string
Command:
-t
- HTTP response timeout (10s).url-list
file
requiredCommand:
-uL
- URL list file path (line by line).wordlist
file
requiredCommand:
-w
- Directory wordlist (line by line).extension
string
Command:
-e
- Extension.recursive
boolean
Command:
-r
- Enable recursive fuzzing.bypass-ssl
boolean
Command:
-x
- Bypass SSL verification.concurrent
string
Command:
-conc
- Maximum concurrent requests.user-agent
string
Command:
-ua
- User-agent value (default %s).negative-status-codes
string
Command:
-cN
- Negative status codes (seperate by comma).positive-status-codes
string
Command:
-cP
- Postive status codes (seperate by comma).