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
Command:
-cpus
- Number of used cpu cores.Command:
-u
- Single URL.Command:
-s
- Force schema (uses default http if does not contains url).Command:
-t
- HTTP response timeout (10s).Command:
-uL
- URL list file path (line by line).Command:
-w
- Directory wordlist (line by line).Command:
-e
- Extension.Command:
-r
- Enable recursive fuzzing.Command:
-x
- Bypass SSL verification.Command:
-conc
- Maximum concurrent requests.Command:
-ua
- User-agent value (default %s).Command:
-cN
- Negative status codes (seperate by comma).Command:
-cP
- Postive status codes (seperate by comma).