-
Notifications
You must be signed in to change notification settings - Fork 47
Set targets, usernames, passwords and email domains
brutemap-dev edited this page May 3, 2019
·
1 revision
You can set a target without scheme or with scheme:
python brutemap.py -t http://www.example.com/admin/login.php
Or:
python brutemap.py -t www.example.com/admin/login.php
Load target from file:
python brutemap.py -t list.txt
Load multiple targets, by adding the separator character (,) or (space) or both:
python brutemap.py -t www.example.com/admin/login.php, https://www.target.com/admin/login.html
Or:
python brutemap.py -t www.example.com/admin/login.php, https://www.target.com/admin/login.html
You can set usernames, passwords and email domains, just like the way above!