discovered 30 Mar 2026
fsociety
→ View on GitHubAI Summary: fsociety is a modular penetration testing framework designed to assist cybersecurity professionals in conducting security assessments. Notable features include a command-line interface with options for retrieving information and suggesting tools, as well as support for installation via pip and Docker. The framework’s modular approach allows users to integrate various tools for comprehensive security testing.
README

fsociety
A Modular Penetration Testing Framework

Install
pip install fsociety
Update
pip install --upgrade fsociety
Usage
usage: fsociety [-h] [-i] [-s]
A Penetration Testing Framework
optional arguments:
-h, --help show this help message and exit
-i, --info gets fsociety info
-s, --suggest suggest a tool
Docker
docker pull fsocietyteam/fsociety
docker run -it fsocietyteam/fsociety fsociety
Developing
git clone https://github.com/fsociety-team/fsociety.git
pip install -e ".[dev]"
License
This software is licensed under the MIT License.