Update README.md

This commit is contained in:
casual 2024-04-11 09:18:29 +00:00
parent ebeaad547e
commit 726c4f89c8

View File

@ -10,6 +10,12 @@ Tool make GET request to acquire CSRF token + cookies and make POST request with
`go install git.sual.in/casual/owncloud_bruteforcer@latest`
## Example usage
```
owncloud_bruteforce -u "https://target.com/login" -P ./rockyou.txt
```
## Help
```
@ -31,6 +37,7 @@ INPUT:
## Notes
- Successful login detected by redirect location after POST request. If user have 2FA, then app will not show found login:password.
- If
# License
This project is licensed under the MIT License - see the LICENSE file for details