Online bruteforcing tool based on selenium
Go to file
witchdocsec 59391de4bd
Update README.md
2024-06-30 19:19:21 +01:00
lib Update banner.py 2024-05-25 21:59:58 +01:00
README.md Update README.md 2024-06-30 19:19:21 +01:00
browserbrute.py Update browserbrute.py 2024-05-16 13:09:59 +01:00
requirements.txt Create requirements.txt 2024-05-15 21:23:26 +01:00

README.md

BrowserBrute

Online bruteforcing tool based on selenium capable of bypassing certain anti bot measures. image

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