From fc39496bbafd36bb14a8fc59d251023592e82e1a Mon Sep 17 00:00:00 2001 From: witchdocsec <107813117+witchdocsec@users.noreply.github.com> Date: Wed, 15 May 2024 22:22:22 +0100 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50891d9..e44e31e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,35 @@ # BrowserBrute Online bruteforcing tool based on selenium -## useage -`browserbrute.py brute [-h] -b {chrome,firefox} -u URL -un USERNAME -uf USERFIELD -pf PASSWORDFIELD -fn FORMNUMBER -wl WORDLIST -tu TARGETURL [-mp] [-pn PRESETNAME] ` - -`browserbrute.py preset [-h] -pn PRESETNAME -un USERNAME -wl WORDLIST` +# useage +## brute mode +``` +usage: browserbrute.py brute [-h] -b {chrome,firefox} -u URL -un USERNAME -uf USERFIELD -pf + PASSWORDFIELD [-fn FORMNUMBER] [-btn BUTTON] -wl WORDLIST -tu + TARGETURL [-mp] [-pn PRESETNAME] + +options: + -h, --help show this help message and exit + -b {chrome,firefox}, --browser {chrome,firefox} + -u URL, --url URL + -un USERNAME, --username USERNAME + -uf USERFIELD, --userfield USERFIELD + -pf PASSWORDFIELD, --passwordfield PASSWORDFIELD + -fn FORMNUMBER, --formnumber FORMNUMBER + -btn BUTTON, --button BUTTON + -wl WORDLIST, --wordlist WORDLIST + -tu TARGETURL, --targeturl TARGETURL + -mp, --makepreset + -pn PRESETNAME, --presetname PRESETNAME +``` + +## preset mode +``` +usage: browserbrute.py preset [-h] -pn PRESETNAME -un USERNAME -wl WORDLIST + +options: + -h, --help show this help message and exit + -pn PRESETNAME, --presetname PRESETNAME + -un USERNAME, --username USERNAME + -wl WORDLIST, --wordlist WORDLIST +```