the following are the examples for multircon, naturally the brute forcing options (-b/-B/-w/-W) work in the exact way on ventrilofp too:
Quote:
- password guessing using passwords of max 8 chars and with all the possible alphanumeric: multircon -i -b 8 azAZ09 SERVER PORT
- recover an old password: multircon -i -B OLDPWD -b 8 azAZ09 SERVER PORT
- wordlist: multircon -i -w WORDLIST.txt SERVER PORT
- rcon DoS: multircon -x -i -b 10 09AZaz -d 100 SERVER PORT