Hazard is dictionary bruteforce tool, built for a simple and user-friendly interface, supporting the most common (and sensitive) network protocols such as ssh, ftp, samba, mysql, postgresql
.
"A brute force attack is a hacking method that uses trial and error to crack passwords, login credentials, and encryption keys. It is a simple yet reliable tactic for gaining unauthorized access to individual accounts and organizations’ systems and networks. The hacker tries multiple usernames and passwords, often using a computer to test a wide range of combinations, until they find the correct login information."
Example: hazard ssh -t targetIP -f ../../rockyou.txt --showPasswords -n 10
git clone https://github.com/Jsmoreira02/Hazard.git
cd Hazard
bash install_dependecies.sh
or
curl -o install_dependecies.sh https://raw.githubusercontent.com/Jsmoreira02/Hazard/main/install_dependecies.sh && bash install_dependecies.sh
Debian/Ubuntu-based distributions
sudo apt-get install -y pkg-config libssl-dev libmariadb-dev libmysqld-dev libsmbclient-dev libsmbclient libpq-dev
Fedora/RHEL-based distributions
sudo dnf install -y pkg-config openssl-devel mariadb-devel mysql-devel libsmbclient-devel libsmbclient postgresql-devel
Arch Linux-based distributions
sudo pacman -Sy --needed pkg-config openssl mariadb mysql smbclient postgresql-libs
- Colored Documentation => Colored
- Clap Documentation => Clap
- Rust SSH Documentation => ssh2
- Rust FTP Documentation => ftp-client
- Pavao (Rust Samba client) => Pavao
- Rust SQL database client => diesel
I am not responsible for any illegal use or damage caused by this tool. It was written for fun, not evil and is intended to raise awareness about cybersecurity.
Have a good hack :D