Metadata-Version: 2.4
Name: enteletaor
Version: 1.1.1
Summary: Message Queue & Broker Injection tool
Home-page: https://github.com/cr0hn/enteletaor
Author: Daniel Garcia (cr0hn) - @ggdaniel
Author-email: cr0hn@cr0hn.com
License: BSD
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
License-File: LICENSE
Requires-Dist: six
Requires-Dist: lxml
Requires-Dist: wtforms
Requires-Dist: eventlet
Requires-Dist: colorlog
Requires-Dist: redis
Requires-Dist: kombu
Requires-Dist: celery
Requires-Dist: pyzmq
Requires-Dist: amqp
Requires-Dist: requests
Requires-Dist: netaddr
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Enteletaor
==========


.. figure:: https://raw.githubusercontent.com/cr0hn/enteletaor/master/doc/images/enteletaor-logo-300px.png
    :align: left

*Enteletaor: Message Queue & Broker Injection tool*

:Version: 1.0
:Code: https://github.com/cr0hn/enteletaor
:Issues: https://github.com/cr0hn/enteletaor/issues/
:Documentation: http://enteletaor.readthedocs.org
:Python version: Python 2.7.x & 3
:Author: Daniel Garcia (cr0hn) - @ggdaniel

Support this project
--------------------

Support this project (to solve issues, new features...) by applying the Github "Sponsor" button.

What's Enteletaor
-----------------

Message Queue & Broker Injection tool that implements attacks to Redis, RabbitMQ and ZeroMQ.

Some of the actions you can do:

- Listing remote tasks.
- Read remote task content.
- Disconnect remote clients from Redis server (even the admin!)
- Inject tasks into remote processes.
- Make a scan to discover open brokers.
- Try to discover user/passwords in auth protected brokers

Currently supported brokers are:

- RabbitMQ (or AMQP compatible).
- ZeroMQ.
- Redis.

See documentation for more information.

What's new?
-----------

This Enteletaor version, add a lot of new features and fixes, like:

.. note::

    You can read entire list in CHANGELOG file.

Version 1.1.x
+++++++++++++

- Many improvements and fixes
- Added new module: **password bruteforcer**.

Version 1.0.0
+++++++++++++

- First version released
