Socialphish is a tool to simulate a phishing attack to try to catch the user credentials
By default, distributions like kalilinux have all the necessary dependencies. If you are using another OS you would need the following system packages:
curl wget git phpYou can install it with the following command:
sudo apt install curl wget git phpFirst, clone git repository:
git clone https://github.com/xHak9x/SocialPhish.gitSecond, enter to the folder and give execution permission to the program:
cd SocialPhish/
chmod +x socialphish.shFinally, execute the program:
./socialphish.sh