Update README.md
This commit is contained in:
parent
ebeaad547e
commit
726c4f89c8
@ -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`
|
`go install git.sual.in/casual/owncloud_bruteforcer@latest`
|
||||||
|
|
||||||
|
## Example usage
|
||||||
|
|
||||||
|
```
|
||||||
|
owncloud_bruteforce -u "https://target.com/login" -P ./rockyou.txt
|
||||||
|
```
|
||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -31,6 +37,7 @@ INPUT:
|
|||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
- Successful login detected by redirect location after POST request. If user have 2FA, then app will not show found login:password.
|
- Successful login detected by redirect location after POST request. If user have 2FA, then app will not show found login:password.
|
||||||
|
- If
|
||||||
|
|
||||||
# License
|
# License
|
||||||
This project is licensed under the MIT License - see the LICENSE file for details
|
This project is licensed under the MIT License - see the LICENSE file for details
|
Loading…
Reference in New Issue
Block a user