Metadata-Version: 1.0
Name: portier
Version: 0.1.0
Summary: A tool to check a host address for open ports using multiple threads.
Home-page: https://cb109@bitbucket.org/cb109/portier.git
Author: Christoph Buelter
Author-email: c.buelter@arcor.de
License: UNKNOWN
Description: portier
        =======
        
        A small tool to check a host address for open ports using multple threads.
        
        
        Installation
        ------------
        
            pip install portier
        
        
        Usage
        -----
        
        Default address is localhost. Use like:
        
            portier <portrange>
        
            portier <portrange> --address my/host/address
        
        with portrange being a single port like '435' or a range like: '50-200'.
        
Keywords: host,localhost,web,port,scanner,thread
Platform: UNKNOWN
