Metadata-Version: 2.1
Name: portier
Version: 0.1.2
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
Keywords: host,localhost,web,port,scanner,thread
Platform: UNKNOWN

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'.


