Execute a login attempt against an HTTP server using the username, password and user-agent specified

Medusa

  • A modular and parallel login brute-forcer for a variety of protocols.
    More information: <https://manned.org/medusa>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

medusa -M HTTP -h host -u {{username}} -p {{password}} -m USER-AGENT:"{{Agent}}"

click the source code to copy