medusa

(★ 91)

Fastest recursive HTTP fuzzer, like a Ferrari.

File Explorer

  • .codecov.yml
  • .gitignore
  • .travis.yml
  • go.mod
  • go.sum
  • LICENSE
  • Makefile
  • medusa.go
  • medusa_test.go
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

ulimit

View Details ▼

Get and set resource limits for user processes.
This is a shell builtin hence not shell-agnostic.

ulimit -a

Get the properties of all the user limits:

ulimit -H -n

Get hard limit for the number of simultaneously opened files:

ulimit -S -n

Get soft limit for the number of simultaneously opened files:

// repository documentation