The Kraker is a brute-force program that lets you run and manage hashcat on different servers and focuses on ease of use.
Its purpose is to make password cracking an easy process even for the most novice user and the process to be as flexible as possible, combining the most popular techniques, for breaking hashes in a short time.
Installation
sudo apt update curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh rm get-docker.sh sudo curl -L "https://github.com/docker/compose /releases/download/1.25.3/docker-compose-$(uname -s) - $ (uname -m) "-o / usr / local / bin / docker-compose sudo chmod + x / usr / local / bin / docker-compose sudo systemctl enable docker sudo docker-compose build app sudo docker-compose up -d sudo docker-compose exec app composer install sudo docker-compose exec app php artisan key: generate sudo docker-compose exec app php artisan migrate sudo docker -compose exec app php artisan db: seed --class = HashtypeSeeder sudo docker-compose exec app php artisan db: seed --class = UserSeeder
wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb sudo apt-get update sudo apt-get install -y apt-transport-https sudo apt-get update sudo apt-get install -y dotnet-sdk-5.0
The server components are:
- Login: admin
- Password: cracker
Είναι γραμμένο σε .NET Core 5 και λειτουργεί σε οποιοδήποτε λειτουργικό σύστημα Linux, Windows, MacOS (σε development). Τέλος ο agent είναι υπεύθυνος για την εκτέλεση των brute-force εργασιών που λαμβάνετε από τον διακομιστή.
You will find more information about the installation and the use of the program here.
