Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 1.93 KB

README.md

File metadata and controls

51 lines (44 loc) · 1.93 KB

Hatch

Hatch is a brute force tool that is used to brute force most websites

Update! recoded by Overtime

You can run Hatch with python3 now. The main purpose of this fork is to improve the number of passwords tested by second. The original code call a two-second sleep between each try, I replace this by the 'wait until presence of element located'

time.sleep(2) -> wait.until(EC.presence_of_element_located((By.CSS_SELECTOR, login_btn_selector)))

The process is two times faster with this modification.

Update! v.1.4

added error message selection support yay
-h, --help show this help message and exit
-u USERNAME, --username=USERNAME Choose the username
--usernamesel=USERNAMESEL Choose the username selector
--passsel=PASSSEL Choose the password selector
--loginsel=LOGINSEL Choose the login button selector
--passlist=PASSLIST Enter the password list directory
--errorsel=ERRORSEL Choose the error message selector
--website=WEBSITE choose a website
dont worry if you load up the tool without any args youll go to the default wizard! Also i removed the apt xvfb and pip2 pyvirtualdisplay

Installation Instructions

git clone https://github.com/MetaChar/Hatch
python3 main.py

Requirements

pip3 install selenium
pip3 install requests

chrome driver and chrome are also required! link to chrome driver: http://chromedriver.chromium.org/downloads copy it to bin!

How to use (text)

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!

How to use (Video)

IMAGE ALT TEXT