Update README.md

main
witchdocsec 2024-05-15 22:22:22 +01:00 committed by GitHub
parent 3204721ef3
commit fc39496bba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 4 deletions

View File

@ -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] `
# 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]
`browserbrute.py preset [-h] -pn PRESETNAME -un USERNAME -wl WORDLIST`
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
```