61 lines
1.1 KiB
ReStructuredText
61 lines
1.1 KiB
ReStructuredText
Enteletaor
|
|
==========
|
|
|
|
|
|
.. figure:: doc/images/enteletaor-logo-300px.png
|
|
:align: left
|
|
|
|
*Enteletaor: Message Queue & Broker Injection tool*
|
|
|
|
:Code: https://github.com/cr0hn/enteletaor
|
|
:Issues: https://github.com/cr0hn/enteletaor/issues/
|
|
:Python version: Python 2 & Python 3
|
|
|
|
What's Enteletaor
|
|
-----------------
|
|
|
|
Message Queue & Broker Injection tool that implements attacks to Redis, RabbitMQ and ZeroMQ.
|
|
|
|
What's new?
|
|
-----------
|
|
|
|
This Enteletaor version, add a lot of new features and fixes, like:
|
|
|
|
Version 1.0.0
|
|
+++++++++++++
|
|
|
|
- First version released
|
|
|
|
You can read entire list in CHANGELOG file.
|
|
|
|
Installation
|
|
------------
|
|
|
|
Install Enteletaor is so easy:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ python -m pip install enteletaor
|
|
|
|
Quick start
|
|
-----------
|
|
|
|
You can display inline help writing:
|
|
|
|
.. code-block:: bash
|
|
|
|
enteletaor -h
|
|
|
|
Advanced options
|
|
----------------
|
|
|
|
There are the advanced options:
|
|
|
|
- **-v**, **-vv**, **-vvv**: Enable verbose mode.
|
|
|
|
References
|
|
----------
|
|
|
|
* OMSTD (Open Methodology for Security Tool Developers): http://omstd.readthedocs.org
|
|
* STB (Security Tool Builder): https://github.com/abirtone/STB
|