Fsociety in Termux – Installation & Usage Commands

Fsociety is a collection of different categories of Linux tools that you can install in one click. It is a menu-based tool installer script where you can install available tools simply by entering the tool number. It was built for Linux terminals, and you can also use it in Termux to install Linux tools easily from one place. It has categories like information gathering, password attacks, web testing, wireless testing, and more.

Installation Commands

Update and upgrade Termux packages:

pkg update && pkg upgrade -y

Install required packages:

pkg install git python2 -y

Clone Fsociety repository:

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

Go to Fsociety directory:

cd fsociety

Start installation script:

bash install.sh

Create shortcut to start fsociety from anywhere:

echo 'python2 $HOME/fsociety/fsociety.py' > $PREFIX/bin/fsociety && chmod +x $PREFIX/bin/fsociety

Usage Commands

Fsociety provides a menu-based interface where you can select and launch different security-related tools directly from the terminal.

Start Fsociety:

fsociety

Agree to the terms and conditions:

You must agree to our terms and conditions first (Y/n): Y

Main menu:

{1}--Information Gathering
{2}--Password Attacks
{3}--Wireless Testing
{4}--Exploitation Tools
{5}--Sniffing & Spoofing
{6}--Web Hacking
{7}--Private Web Hacking
{8}--Post Exploitation
{0}--INSTALL & UPDATE
{11}-CONTRIBUTORS
{99}-EXIT

Fsociety Menu Options:

  • 1 – Information Gathering: Collect information about targets.
  • 2 – Password Attacks: Password testing tools.
  • 3 – Wireless Testing: Wireless network testing tools.
  • 4 – Exploitation Tools: Exploitation and pentesting tools.
  • 5 – Sniffing & Spoofing: Network sniffing and spoofing tools.
  • 6 – Web Hacking: Website testing tools.
  • 7 – Private Web Hacking: Additional web hacking tools.
  • 8 – Post Exploitation: Post exploitation tools.
  • 0 – INSTALL & UPDATE: Install or update tools.
  • 11 – CONTRIBUTORS: View contributors information.
  • 99 – EXIT: Exit Fsociety.

These menu options help you quickly access different categories of tools directly from the Fsociety interface. You can choose the option you want and Fsociety will automatically open the related tools and features for that category.

READ ALSO  Ghost_Eye in Termux – Installation & Usage Commands

Leave a Comment