Fsociety Framework Installation & Usage Guide
The Fsociety Framework is a comprehensive penetration testing toolkit inspired by the show Mr. Robot. It consolidates a wide array of security tools into a single, easy-to-use menu system within Termux.
Installation Commands
Follow these steps to install the Fsociety Framework on your Android device.
1. Update Repositories
TERMINAL
BASH
pkg update && pkg upgrade -y
2. Install Git and Python 2
TERMINAL
INSTALL
pkg install git python2 -y
3. Clone Repository & Install
TERMINAL
CLONE
git clone https://github.com/Manisso/fsociety.git cd fsociety bash install.sh
4. Create Shortcut (Optional)
This allows you to launch Fsociety from any directory by simply typing fsociety.
TERMINAL
SHORTCUT
echo 'python2 $HOME/fsociety/fsociety.py' > $PREFIX/bin/fsociety && chmod +x $PREFIX/bin/fsociety
How to Use Fsociety
Launch the framework using the command below. On the first run, you will need to accept the terms by typing Y.
TERMINAL
START
fsociety
Menu Options Overview
- {1} Information Gathering: Tools for Nmap, Setoolkit, Host To IP, etc.
- {2} Password Attacks: Includes Cupp, Ncrack, and more.
- {3} Wireless Testing: Reaver, Pixiewps, and other wireless tools.
- {4} Exploitation Tools: ATSCAN, SQLmap, Shellnoob, etc.
- {5} Sniffing & Spoofing: Setoolkit, SSLstrip, Ettercap.
- {6} Web Hacking: Drupal Hacking, Inurlbr, etc.
- {7} Private Web Hacking: Specialized web exploitation tools.
- {8} Post Exploitation: Tools for maintaining persistence.
- {0} INSTALL & UPDATE: Keep your toolkit up to date.