diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6b81eac..e195837 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,19 +2,13 @@ - - - + + + + + - - - - - - - - - + @@ -53,10 +47,10 @@ - + - + @@ -66,6 +60,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -73,6 +93,7 @@ + @@ -96,13 +117,11 @@ @@ -215,7 +236,7 @@ @@ -801,20 +794,20 @@ - + - - - + + + + - @@ -867,7 +860,9 @@ - @@ -1066,16 +1061,6 @@ - - - - - - - - - - @@ -1086,16 +1071,6 @@ - - - - - - - - - - @@ -1273,7 +1248,7 @@ - + @@ -1283,8 +1258,8 @@ - - + + @@ -1366,8 +1341,8 @@ - - + + @@ -1378,13 +1353,14 @@ + - + @@ -1393,5 +1369,27 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.rst similarity index 70% rename from README.md rename to README.rst index c9c20c1..530ae7f 100644 --- a/README.md +++ b/README.rst @@ -2,19 +2,19 @@ Enteletaor ========== -![Logo](https://raw.githubusercontent.com/cr0hn/enteletaor/master/enteletaor_lib/doc/images/logo.png) +.. figure:: doc/images/enteletaor-logo-300px.png + :align: left *Enteletaor: Message Queue & Broker Injection tool* -Code | #URL# ----- | ---------------------------------------------- -Issues | #URL#/issues/ -Python version | Python +: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 +Message Queue & Broker Injection tool that implements attacks to Redis, RabbitMQ and ZeroMQ. What's new? ----------- @@ -33,19 +33,18 @@ Installation Install Enteletaor is so easy: -``` -$ python -m pip install Enteletaor -``` +.. code-block:: bash + + $ python -m pip install enteletaor Quick start ----------- You can display inline help writing: -```bash +.. code-block:: bash -python Enteletaor.py -h -``` + enteletaor -h Advanced options ---------------- diff --git a/doc/__init__.py b/doc/__init__.py new file mode 100644 index 0000000..40a96af --- /dev/null +++ b/doc/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/doc/images/enteletaor-logo-2400px.png b/doc/images/enteletaor-logo-2400px.png new file mode 100644 index 0000000..dce4f97 Binary files /dev/null and b/doc/images/enteletaor-logo-2400px.png differ diff --git a/doc/images/enteletaor-logo-300px.png b/doc/images/enteletaor-logo-300px.png new file mode 100644 index 0000000..9becdda Binary files /dev/null and b/doc/images/enteletaor-logo-300px.png differ diff --git a/doc/images/enteletaor-logo.svg b/doc/images/enteletaor-logo.svg new file mode 100644 index 0000000..9f82d10 --- /dev/null +++ b/doc/images/enteletaor-logo.svg @@ -0,0 +1,604 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Openclipart + + + whirlpool + 2008-04-04T02:29:19 + blue warping whirlpool (requires SVG filters) + https://openclipart.org/detail/16148/whirlpool-by-andy + + + Andy + + + + + blue + colour + deep + focus + iris + l whirl + momentum + nature + paint + pool + portal + swir + swirlpool + torrent + water + whirlpool + + + + + + + + + + + diff --git a/setup.py b/setup.py index fa4facf..f47b74a 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( 'enteletaor = enteletaor_lib.enteletaor:main', ]}, description='Message Queue & Broker Injection tool', - long_description=open('README.md', "r").read(), + long_description=open('README.rst', "r").read(), classifiers=[ 'Environment :: Console', 'Intended Audience :: System Administrators',