Fsociety is a hacking tool for Termux users on Android. It is a collection of various penetration testing, exploitation tools, and scripts that can be used for ethical hacking purposes. It provides a set of tools for information gathering, vulnerability scanning, wireless testing, stress testing, password cracking, etc.
The tools are primarily aimed at testing and auditing networks and systems for security vulnerabilities. It allows Termux users to pentest networks, websites, and wireless networks and simulates cyber attacks in an ethical manner. The tool is updated periodically with new features and tools by its developers. The Fsociety toolkit contains all the Termux hacking tools that appeared in the Mr.Robot series.
How to install
Open your Termux and type the below commands one by one to install Fsociety Toolkit.pkg update && pkg upgrade
pkg install git
pkg install python2
git clone https://github.com/Manisso/fsociety.git
cd fsociety
chmod +x install.sh
That's it Fsociety is installed in your Termux. You can go to the Fsociety directory and type the following command to run the tool.
python2 fsociety.py
Now you can install and download any tool of Fsociety with a single click.