Closed vincentcox closed 5 years ago
You need to quote !
because it's expanded by your shell ;) Try:
-x 'retry:fgrep!=Authentication failure'
Still not working:
patator vnc_login host=10.11.1.X password=FILE0 0=/usr/share/wordlists/rockyou.txt –t 1 -x 'retry:fgrep!=Authentication failure' --max-retries 0
Seemed to be a "-" malformed. Works now!
patator vnc_login host=10.11.1.1 password=FILE0 0='~/tools/SecLists/Passwords/darkweb2017-top10.txt' -t 1 -x "retry:fgrep!=Authentication failure" --max-retries 0
I cannot get patator to work with VNC brute forcing. Here is what I tried:
No idea why it is throwing that error... Any ideas? I did some research about patator and VNC brute forcing, but not much to find about that.