Metadata-Version: 2.1
Name: fsociety
Version: 3.0.9
Summary: A Penetration Testing Framework
Home-page: https://github.com/fsociety-team/fsociety
Author: fsociety-team
Author-email: contact@fsociety.dev
License: MIT
Description: 
        [![fsociety gif](https://raw.githubusercontent.com/fsociety-team/fsociety/master/fsociety.gif)](https://fsociety.dev/)
        
        [comment]: # "TODO: Replace with fsociety gif in the same style"
        
        # fsociety [![PyPi](https://img.shields.io/pypi/v/fsociety?style=flat-square)](https://pypi.org/project/fsociety/) [![Python Version](https://img.shields.io/pypi/pyversions/fsociety?color=orange&style=flat-square)](https://www.python.org/downloads/) [![License](https://img.shields.io/pypi/l/fsociety?style=flat-square)](https://github.com/fsociety-team/fsociety/blob/master/LICENSE)
        
        A Penetration Testing Framework
        
        ## Install
        
        ```bash
        pip install fsociety
        ```
        
        ## Update
        
        ```bash
        pip install --upgrade fsociety
        ```
        
        ## Usage
        
        ```txt
        usage: fsociety [-h] [-w] [-i] [-t TOOL]
        
        A Penetration Testing Framework
        
        optional arguments:
          -h, --help            show this help message and exit
          -i, --interactive     start interaction cli
        ```
        
        ## Develop
        
        ```bash
        git clone https://github.com/fsociety-team/fsociety.git
        pip install -e ".[dev]"
        ```
        
        ## License
        
        [MIT Licence](https://github.com/fsociety-team/fsociety/blob/master/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.7.0
Description-Content-Type: text/markdown
Provides-Extra: dev
