Metadata-Version: 2.1
Name: fsociety
Version: 3.2.3
Summary: A Modular Penetration Testing Framework
Home-page: https://fsociety.dev/
Author: fsociety-team
Author-email: contact@fsociety.dev
License: MIT
Project-URL: Packages, https://github.com/fsociety-team/fsociety/blob/master/PACKAGES.md
Project-URL: Changelog, https://github.com/fsociety-team/fsociety/blob/master/CHANGELOG.md
Project-URL: Funding, https://github.com/sponsors/thehappydinoa
Project-URL: Tracker, https://github.com/fsociety-team/fsociety/issues
Project-URL: Source, https://github.com/fsociety-team/fsociety
Platform: UNKNOWN
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
Requires-Dist: gitpython
Requires-Dist: rich
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: autopep8 ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'


# fsociety [![Python Version](https://img.shields.io/pypi/pyversions/fsociety?color=orange&style=flat-square)](https://www.python.org/downloads/) [![PyPi](https://img.shields.io/pypi/v/fsociety?style=flat-square)](https://pypi.org/project/fsociety/) ![GitHub repo size](https://img.shields.io/github/languages/code-size/fsociety-team/fsociety?style=flat-square) ![PyPI - Downloads](https://img.shields.io/pypi/dm/fsociety?style=flat-square) [![Docker Cloud build](https://img.shields.io/docker/cloud/build/fsocietyteam/fsociety?style=flat-square)](https://hub.docker.com/r/fsocietyteam/fsociety)

A Modular Penetration Testing Framework

[![Packages](https://img.shields.io/badge/PACKAGES.md-red?style=flat-square)](https://github.com/fsociety-team/fsociety/blob/master/PACKAGES.md) [![Changelog](https://img.shields.io/badge/CHANGELOG.md-red?style=flat-square)](https://github.com/fsociety-team/fsociety/blob/master/CHANGELOG.md)

[![fsociety](https://raw.githubusercontent.com/fsociety-team/fsociety/master/images/fsociety.png)](https://github.com/fsociety-team/fsociety)

![cli](https://raw.githubusercontent.com/fsociety-team/fsociety/master/images/cli.png)

## Install

```bash
pip install fsociety
```

## Update

```bash
pip install --upgrade fsociety
```

## Usage

```bash
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
```

## Develop

```bash
git clone https://github.com/fsociety-team/fsociety.git
pip install -e ".[dev]"
```

## Docker

```bash
docker pull fsocietyteam/fsociety
docker run -it fsocietyteam/fsociety fsociety
```

## License

[![License](https://img.shields.io/pypi/l/fsociety?style=flat-square)](https://github.com/fsociety-team/fsociety/blob/master/LICENSE)

[![Twitter Follow](https://img.shields.io/badge/fuck%20it-ship%20it-blue?style=flat-square)](https://twitter.com/fsociety_team) [![Twitter Follow](https://img.shields.io/twitter/follow/fsociety_team?color=blue&style=flat-square)](https://twitter.com/fsociety_team)


