> cat /dev/github | grep security-tools
discovered 30 Mar 2026

fsociety

Python ★ 1705 via github-topic
→ View on GitHub

AI 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-team/fsociety

fsociety

PyPI Python Version PyPI - Downloads Docker Image Size (tag) PRs Welcome Open in Visual Studio Code Twitter Follow

A Modular Penetration Testing Framework

Packages Changelog

fsociety cli

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.

Fuck It Ship It