Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cr0hn/enteletaor
Message Queue & Broker Injection tool
https://github.com/cr0hn/enteletaor
broker hacking hacking-tool python rabbitmq redis scanner security
Last synced: 6 days ago
JSON representation
Message Queue & Broker Injection tool
- Host: GitHub
- URL: https://github.com/cr0hn/enteletaor
- Owner: cr0hn
- License: other
- Created: 2016-02-23T13:44:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T08:41:32.000Z (over 1 year ago)
- Last Synced: 2024-08-09T13:17:29.860Z (3 months ago)
- Topics: broker, hacking, hacking-tool, python, rabbitmq, redis, scanner, security
- Language: Python
- Homepage:
- Size: 2.96 MB
- Stars: 149
- Watchers: 16
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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) - @ggdanielSupport 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 brokersCurrently 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