Created
December 9, 2020 07:02
-
-
Save LinuxlinkedBD/0616bfc3ed5c3a569be0f23bb27d1a93 to your computer and use it in GitHub Desktop.
Hashtopolis Installation with LAMP stack | A Hashcat wrapper for distributed hashcracking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need complete Hashtopolis setup, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/he64UJ8ayTw | |
######################################################################################################################################## | |
sudo apt update && sudo apt upgrade | |
sudo apt install apache2 | |
sudo systemctl start apache2.service | |
sudo systemctl enable apache2.service | |
sudo systemctl restart apache2.service | |
sudo systemctl status apache2.service | |
sudo apt-get update | |
sudo apt install php7.2 libapache2-mod-php7.2 php7.2-common php7.2-mysql php7.2-gmp php7.2-ldap php7.2-curl php7.2-intl php7.2-mbstring php7.2-xmlrpc php7.2-gd php7.2-bcmath php7.2-xml php7.2-cli php7.2-zip | |
sudo systemctl restart apache2.service | |
sudo systemctl status apache2.service | |
sudo apt install mysql-server | |
sudo systemctl restart mysql | |
sudo systemctl status mysql | |
sudo git clone https://github.com/s3inlc/hashtopolis.git | |
sudo systemctl restart apache2.service | |
sudo systemctl restart mysql | |
#browse http://localhost to complete the installation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment