- Joined
- May 15, 2017
- Messages
- 982
- Likes
- 760
- Points
- 1,045
Hatch is a brute force tool that is used to brute force most websites
Installation Instructions
1). Find a website with a login page
2). Inspect element to find the Selector of the username form
3). Do the same for the password field
4). The the login form
5). When Asked put in the username to brute force
6). Watch it go!
Download Hatch
Installation Instructions
Requirements
How to use (text)Code:
pip2 install selenium
pip2 install pyvirtualdisplay
pip2 install requests
sudo apt-get install xserver-xephyr
chrome driver and chrome are also required! link to chrome driver: http://chromedriver.chromium.org/downloads copy it to bin!
1). Find a website with a login page
2). Inspect element to find the Selector of the username form
3). Do the same for the password field
4). The the login form
5). When Asked put in the username to brute force
6). Watch it go!
Download Hatch