Metadata-Version: 2.1
Name: fsociety
Version: 3.0.0
Summary: A Penetration Testing Framework
Home-page: https://github.com/fsociety-team/fsociety
Author: fsociety team
Author-email: contact@fsocietyproject.ml
License: MIT
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 :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: autopep8 ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'


![fsociety gif](fsociety.gif)

[comment]: # "TODO: Replace with fsociety gif in the same style"

# fsociety [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE) [![Python3](https://img.shields.io/badge/Python-3.7-orange.svg?style=flat-square)](https://www.python.org/download/releases/3.0/) [![Discord](https://img.shields.io/discord/541829295870443542?style=flat-square&color=%237289da)](https://discord.gg/BaBpuPn)

A Penetration Testing Framework

## Install

```bash
pip install -e .
```

## Usage

```bash
python fsociety
```

## Develop

```bash
pip install -e ".[dev]"
```

## License

[MIT Licence](LICENSE)


