Metadata-Version: 1.1
Name: flag-bearer
Version: 0.1
Summary: CDC IScorE Flag Utility
Home-page: http://github.com/ISEAGE-ISU/flag-bearer
Author: ISEAGE
Author-email: iseage@iastate.edu
License: MIT
Description: Flag Bearer
        ===========
        A small utility to help with planting IScorE flags.
        
        Installation
        ------------
        The recommending way to install flag bearer is through pip:
        
            pip install flag-bearer
        
        You may optionally install from source by cloning the repository and running
        
            python setup.py install
        
        Usage
        -----
        The main purpose of flag bearer is to make planting blue and red flags easier.
        To plant flag, start by running the following command:
        
            flag-bearer plant
        
        You will then be asked for your API token, you can either paste in your API
        token or press enter to use your credentials instead.
        
            Flag Bearer v0.1
            Enter your IScorE API Token (leave blank to use your credentials)
            > 
        
        If you are on red team, you will be prompted for which team you are trying to
        plant a flag for.
        
        Both Red and Blue teamers will be presented with a list of flags available to
        place.
        
            Pick the flag to place
            0. WWW /etc/
            1. Shell /etc/
            2. DB /etc/
            > 1
        
        Enter the number next to the flag you want to plant.
        
        At this point, if you are a Blue Teamer, or you have passed the `--save` flag,
        you will be asked what directory you wish to place the flag. **NOTE**: The
        current user must have permission to write to the specified directory. For Red
        Teamers, the default functionality is to print out the contents of the flag to
        make it easier to copy and paste.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: MIT License
