Update: add new documentation for new module

This commit is contained in:
cr0hn
2016-03-18 14:12:10 +01:00
parent 44c38958aa
commit 6f99d09d45
3 changed files with 109 additions and 4 deletions

View File

@@ -202,4 +202,18 @@ We can also list all connected users to Redis server. A user could be a web appl
[ * ] - 10.10.0.2:53095 (DB: 0)
[ * ] Done!
Localhost addresses usually is a local monitoring system or admin.
Localhost addresses usually is a local monitoring system or admin.
Brute forcer
------------
Enteletaor has a module to help us to recover passwords for remote servers. Usage is so simple:
.. code-block:: bash
# enteleteaor brute password -t 10.10.0.10
[ * ] Starting Enteletaor execution
[ * ] - Detected 'Redis' server with 'auth'.
[ * ] - Starting bruteforcer using wordlist : '/Users/Dani/Documents/Projects/enteletaor/enteletaor_lib/resources/wordlist/10_million_password_list_top_1000.txt'
[ * ] Done!