Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 1.63 KB

README.md

File metadata and controls

59 lines (49 loc) · 1.63 KB

Social Hack

Build status Testing status

A tool to hack social media accounts, using the crack method.

Disclaimer: Please do not use this on a device you don't own or do not have permission to. We do not take any responsibility.

Metode

Mobile (m.facebook.com)
Mbasic (mbasic.facebook.com)
Free (free.facebook.com)

Installation

Installation for Linux

sudo apt-get update
sudo apt-get upgrade
git clone https://github.com/sysindators/socialhack
cd socialhack
pip install --upgrade pip
pip install -r requirements.txt
python fb.py

Installation for Termux

pkg update
pkg upgrade
pkg install git python
git clone https://github.com/sysindators/socialhack
cd socialhack
pip install --upgrade pip
pip install -r requirements.txt
python fb.py

Installation for Windows

First install Python and Git Bash on the official website below:

If everything is installed, please open one of the CMD, Windows PowerShell, or Git Bash and enter the command below:

git clone https://github.com/sysindators/socialhack
cd socialhack
pip install --upgrade pip
pip install -r requirements.txt
python fb.py

Contributors