How to install fsociety in termux?

Fsociety is a script that installs a lot of tools at once. To establish a tool we have to run many commands and scripts but now you can download multiple tools with some clicks. Let’s talk about how to install and set up tools in Termux.

STEP-1: Update and Upgrade Termux Terminal.

$ apt update && apt upgrade

STEP-2: Install required packages for Fsociety in Termux.

$ apt install python2 python3 git

STEP-3: Clone Fsociety script from GitHub.

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

STEP-4: Open the fsociety directory.

$ cd fsociety

STEP-5: Change fsociety.py file permission to executable.

$ chmod +x fsociety.py

STEP-5: Script is written in Python2 so we will run fsociety.py using python2.

$ python2 fsociety.py

Now the fsociety tool will be run and you can install more tools according to your requirements.

I hope you all are enjoying our website content. If you have any query related to ethical hacking then comment to us now. For more amazing content just join our telegram channel and take a look towards topics given below.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top