Skip to content

Instantly share code, notes, and snippets.

@pabpereza
Last active July 21, 2021 14:34
Show Gist options
  • Select an option

  • Save pabpereza/404d9b3575e8d41f63651ec3d015789f to your computer and use it in GitHub Desktop.

Select an option

Save pabpereza/404d9b3575e8d41f63651ec3d015789f to your computer and use it in GitHub Desktop.
Guides

Socialphish installation

Socialphish is a tool to simulate a phishing attack to try to catch the user credentials

Requirements

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 php

You can install it with the following command:

sudo apt install curl wget git php

Installation

First, clone git repository:

git clone https://github.com/xHak9x/SocialPhish.git

Second, enter to the folder and give execution permission to the program:

cd SocialPhish/
chmod +x socialphish.sh

Finally, execute the program:

./socialphish.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment