[many]: fix typos

This commit is contained in:
bl-ue
2020-12-04 07:37:44 -05:00
committed by Starbeamrainbowlabs
parent e5a6af0299
commit 2718393db1
32 changed files with 33 additions and 33 deletions

View File

@@ -10,7 +10,7 @@
`medusa -M HTTP -h host -u {{username}} -p {{password}} -m USER-AGENT:"{{Agent}}"`
- Execute a brute force against a MySQL server using a file cointaining usernames and a hash:
- Execute a brute force against a MySQL server using a file containing usernames and a hash:
`medusa -M mysql -h host -U {{path/to/username_file}} -p {{hash}} -m PASS:HASH`