How To Install and use Fsociety In Termux

How-To-Install-Fsociety-In-Termux

Hello guys, In this post I am going to show What is Fsociety tool, and how you can install and use Fsociety in Termux.

First of all, if you don't have Termux then you can easily install Termux from Google Playstore, and also you can install Termux from the below link.

Download Termux

What Is the Fsociety?

Fsociety is a Penetration testing framework, It is consist of all important tools that are used by professional ethical hackers.

Have you ever heard of Mr.Robot popular web series? Fsociety also contains each and every tool used in Mr.Robot Series.


Fsociety is available for?

Fsociety Framework is available for the following platforms:
  • Termux
  • Kali Linux
  • Windows 
  • Docker

How to install Fsociety in Termux?

Below is the procedure on how to install Fsociety in Termux.


1. Open Termux and then type the following command. The below command will update and upgrade your Termux.

pkg update && pkg upgrade -y

2. Now we need to install the git command in order to install Fsociety from Github, Just type the following command to install git.

pkg install git

3. Now we have to clone the Fsociety Framework into our Termux by typing the following command.

git clone https://github.com/Manisso/fsociety

4. After successful cloning type the following command to enter in fsociety directory.

cd fsociety

5. After going into fsociety directory give read, write and execute permission to the fsociety.py file that is present in the fsociety directory. In order to do that type the following command.

chmod +x fsociety.py

6. Now we need to install python in Termux. Python will help fsociety.py to execute. In order to install python type the following commands one by one.

pkg install python

pkg install python2

pip2 install requests

7. After executing all above commands, Now its time to run fsociety framework. In order to run the fsociety framework type the below command

python2 fsociety.py

Hence fsociety framework has been successfully installed in your Termux.

How to use Fsociety?

1. First of all, open your Termux and go to fsociety directory by typing cd fsociety, After going into fsociety directory simply type the following command:

python2 fsociety.py

After typing the above command the following menu will appear as shown in below image:

Fsociety


2. As you can see the tools are categorized into the categories as shown in the above image.

For example, I want to use the tools present in the Password Attacks category. Then I will type 2 because the  Password Attacks tool category is present on number 2.

After typing You will see the list of available tools in the Password Attacks tool category. As shown in the below image.

How-to-use-fsociety

3. As you can see the 2 tools are present in the Password Attacks category.

For example, I want to use the Cupp tool, The Cupp tool is present on number 1. Then simply I will type 1. To use the Cupp.

After typing 1. Cupp will be automatically installed in your Termux. It will take some time to install so please don't abort the installation.

After installation, the tool will be launched automatically. As shown in the below image.

install-fsociety


By doing the same method you can install and use other tools also, By using Fsociety Framework.

Here is the video from our YouTube channel on How to Install and use Fsociety in Termux:



Related Article:

How to install Tool-X in Termux

Thanks for reading our article, Feel free to comment below.

2 Comments

Previous Post Next Post