Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BlessedToastr authored Feb 16, 2023
1 parent 182982f commit e084b39
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# mango
SSH Brute Force Tool

## Quick Start
Download the latest release or compile from source
```
usage: mango [-h|--help] -i|--ip "<value>" [-p|--port "<value>"] -u|--username
"<value>" --password-file "<value>"
ssh brute force
Arguments:
-h --help Print help information
-i --ip IP to target
-p --port Port. Default: 22
-u --username Username to bruteforce
--password-file Path to file of passwords
```

## Examples
```
# Brute Force user root on 192.168.64.5 on port 2220 with rockyou
mango -u root --password-file ./password-list.txt -i 192.168.64.5 -p 2220
```

0 comments on commit e084b39

Please sign in to comment.