Fsociety - framework for hacker


Fsociety - framework for hacker
Greetings, dear reader! Today we will talk about the Fsociety framework. This framework contains all the tools used in the notorious Mr. Robot series. The framework structure consists of a huge set of tools for conducting penetration testing sorted by categories from information collection to post-operation. The advantage of Fsociety is that it can be run on Windows, Linux and Android. For the framework to work, you must have Python 2.7.
Installation for Linux 

Download Fsociety from GitHub.

git clone https://github.com/Manisso/fsociety
cd fsociety
chmod +x install.sh

Quick option

bash <( curl -s https://raw.githubusercontent.com/Manisso/fsociety/master/install.sh )

Launching the framework with the command

fsociety

Installation for Windows 

Download and install Cygwin

Also, for Fsociety to work, Python 2.7 is needed

Download the repository from GitHub

Unzip and run from the command line

python fsociety.py

Or you can use Google Cloud Shell​

Installation for Android 

Install the Termux application from Google Play

To install the framework in the Termux application, run the following command:

bash <(curl -s https://raw.githubusercontent.com/Manisso/fsociety/master/install.sh)


Go back
13-03-2022, 14:48