mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 20:55:24 +02:00
medusa: edit page (#13284)
* medusa: edit page * medusa: clarify available vs installed
This commit is contained in:
parent
aca802f4c1
commit
4e553a492a
1 changed files with 9 additions and 1 deletions
|
@ -1,8 +1,16 @@
|
||||||
# Medusa
|
# medusa
|
||||||
|
|
||||||
> A modular and parallel login brute-forcer for a variety of protocols.
|
> A modular and parallel login brute-forcer for a variety of protocols.
|
||||||
> More information: <https://jmk-foofus.github.io/medusa/medusa.html>.
|
> More information: <https://jmk-foofus.github.io/medusa/medusa.html>.
|
||||||
|
|
||||||
|
- List all installed modules:
|
||||||
|
|
||||||
|
`medusa -d`
|
||||||
|
|
||||||
|
- Show usage example of a specific module (use `medusa -d` for listing all installed modules):
|
||||||
|
|
||||||
|
`medusa -M {{ssh|http|web-form|postgres|ftp|mysql|...}} -q`
|
||||||
|
|
||||||
- Execute brute force against an FTP server using a file containing usernames and a file containing passwords:
|
- Execute brute force against an FTP server using a file containing usernames and a file containing passwords:
|
||||||
|
|
||||||
`medusa -M ftp -h host -U {{path/to/username_file}} -P {{path/to/password_file}}`
|
`medusa -M ftp -h host -U {{path/to/username_file}} -P {{path/to/password_file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue