Metadata-Version: 2.1
Name: fsociety
Version: 3.1.4
Summary: A Penetration Testing Framework
Home-page: https://github.com/fsociety-team/fsociety
Author: fsociety-team
Author-email: contact@fsociety.dev
License: MIT
Description: 
        <div align="center">
          <a href="https://fsociety.dev/">
            <img width="467" height="78" src="https://raw.githubusercontent.com/fsociety-team/fsociety/master/images/fsociety.png" alt="fsociety">
          </a>
        </div>
        
        # 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/) [![Docker Cloud build](https://img.shields.io/docker/cloud/build/fsocietyteam/fsociety?style=flat-square)](https://hub.docker.com/r/fsocietyteam/fsociety) [![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/twitter/follow/fsociety_team?color=blue&label=Follow%20Us&logo=twitter&style=flat-square)](https://twitter.com/fsociety_team)
        
        A Penetration Testing Framework
        
        [comment]: # "UPDATE: Add CLI graphic here"
        
        ![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
        
        [MIT Licence](https://github.com/fsociety-team/fsociety/blob/master/LICENSE)
        
        [![forthebadge](https://forthebadge.com/images/badges/fuck-it-ship-it.svg)](https://forthebadge.com)
        
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
