add: improved installation instructions
add: executable name depending if python 2 or 3
This commit is contained in:
54
README.rst
54
README.rst
@@ -7,15 +7,34 @@ Enteletaor
|
||||
|
||||
*Enteletaor: Message Queue & Broker Injection tool*
|
||||
|
||||
:Version: 1.0
|
||||
:Code: https://github.com/cr0hn/enteletaor
|
||||
:Issues: https://github.com/cr0hn/enteletaor/issues/
|
||||
:Python version: Python 2 & Python 3
|
||||
:Documentation: http://enteletaor.readthedocs.org
|
||||
:Python version: Python 2.7.x & 3
|
||||
:Author: Daniel Garcia (cr0hn) - @ggdaniel
|
||||
|
||||
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.
|
||||
|
||||
Currently supported brokers are:
|
||||
|
||||
- RabbitMQ (or AMQP compatible).
|
||||
- ZeroMQ.
|
||||
- Redis.
|
||||
|
||||
See documentation for more information.
|
||||
|
||||
What's new?
|
||||
-----------
|
||||
|
||||
@@ -26,35 +45,4 @@ 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
|
||||
You can read entire list in CHANGELOG file.
|
||||
Reference in New Issue
Block a user