Metadata-Version: 2.1
Name: fsociety
Version: 3.0.2
Summary: A Penetration Testing Framework
Home-page: https://github.com/fsociety-team/fsociety
Author: fsociety team
Author-email: contact@fsocietyproject.ml
License: MIT
Description: 
        ![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 fsociety
        ```
        
        ## Usage
        
        ```bash
        fsociety
        ```
        
        ## Develop
        
        ```bash
        git clone https://github.com/fsociety-team/fsociety.git
        pip install -e ".[dev]"
        ```
        
        ## License
        
        [MIT Licence](LICENSE)
        
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
Provides-Extra: dev
