Metadata-Version: 2.1
Name: fuzzix
Version: 0.0.1
Summary: a python-driven url fuzzer and web-spiderer with the aim to give you a as detailed as possible insight of the websites' structure
Home-page: https://github.com/cybertschunk/fuzzix
Author: David Leeuwestein
Author-email: cybertschunk@mailbox.org
License: GNU General Public License v3
Keywords: fuzzix
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: beautifulsoup4
Requires-Dist: colorama
Requires-Dist: coloredlogger
Requires-Dist: urllib3

======
fuzzix
======


.. image:: https://img.shields.io/pypi/v/fuzzix.svg
        :target: https://pypi.python.org/pypi/fuzzix

.. image:: https://img.shields.io/travis/cybertschunk/fuzzix.svg
        :target: https://travis-ci.org/cybertschunk/fuzzix

.. image:: https://readthedocs.org/projects/fuzzix/badge/?version=latest
        :target: https://fuzzix.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




A python-based URL fuzzer and web spiderer designed to give you the most accurate insight into the structure of the site 


* Free software: GNU General Public License v3
* Documentation: https://fuzzix.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.1 (2018-05-17)
------------------

* First release on PyPI.


