apt update && apt upgrade -y
cd && git clone https://github.com/RAPS-LAUNCHER/SSHASH.git
cd SSHASH && chmod +x *
Then
./sshash
OR
bash sshash
Usage: sshash -u <user_file> -t -p -l <password_file>
Options: -u users_file -t target -p port -l password_list
Exemples: sshash -u usernames.txt -t https://exemple.com -p 22 -l passwords.txt sshash -u usernames.txt -t 192.168.123.32 -p 80 -l passwords.txt sshash -u users.txt -t https://exemple.com -l passwords.txt
