-
Notifications
You must be signed in to change notification settings - Fork 31
Use
Kirk Hayes edited this page Jul 22, 2016
·
2 revisions
myBFF
myBFF is easy to use.
usage: myBFF.py [-h] --host HOST [-u USERNAME] [-p PASSWORD] [--domain DOMAIN] [-U USERFILE] [-t THREADS] [-o OUTPUT] [--vhost VHOST]
optional arguments:
-h, --help show this help message and exit
inputs:
--host HOST Host to test against
-u USERNAME Username
-p PASSWORD Password
--domain DOMAIN Domain (Used for domain logins)
-U USERFILE File containing Usernames
-o OUTPUT File to output results to.
--vhost VHOST Virtual Directory (i.e., for rapid7.com/owa enter owa).
Example:
python myBFF.py --host http://192.168.108.21 -U userlist.txt -p Summer2016
For non-standard ports:
python myBFF.py --host http://192.168.108.21:8080 -u admin -p admin
Save standard out:
python myBFF.py --host https://192.168.108.22:8443 -U userlist.txt -p Sup3rS3cretP@ss123! -o pwdspray1.txt