From 726c4f89c87a2c58b770d76a2cd782f7cc6e5989 Mon Sep 17 00:00:00 2001 From: casual Date: Thu, 11 Apr 2024 09:18:29 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5332369..5603945 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file