From 8069102b4e7c459a4c49dbc0e5e4f8aa1e2acf70 Mon Sep 17 00:00:00 2001 From: Jan Rude Date: Sun, 24 Aug 2014 13:30:11 +0200 Subject: [PATCH] Updated to version 0.3.2 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39122cd..af84904 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Typo3-Enumerator Typo3-Enumerator is an open source penetration testing tool that automates the process of detecting the [Typo3](https://typo3.org) CMS and its installed [extensions](https://typo3.org/extensions/repository/?id=23&L=0&q=&tx_solr[filter][outdated]=outdated%3AshowOutdated) (also the outdated ones!). If the --top parameter is set to a value, only the specified most downloaded extensions are tested. -It is possible to do all requests through the [TOR Hidden Service](https://www.torproject.org/) network, with the help of [Privoxy](http://www.privoxy.org), in order to prevent DNS leakage. +It is possible to do all requests through the [TOR Hidden Service](https://www.torproject.org/) network or [Privoxy](http://sourceforge.net/projects/ijbswa/files/). Also you can combine TOR with Privoxy in order to prevent DNS leakage. Installation ---- @@ -15,13 +15,18 @@ Preferably, you can download Type-Enumerator by cloning the [Git](https://github git clone https://github.com/whoot/Typo-Enumerator.git -Typo-Enumerator works with [Python](http://www.python.org/download/) version **2.6.x** and **2.7.x** on Debian/Ubuntu platform. +Typo-Enumerator works with [Python](http://www.python.org/download/) version **2.6.x** and **2.7.x** on Debian/Ubuntu, RedHat and Windows platforms. If you want to use Typo-Enumerator with TOR, you need the [SocksiPy](http://socksipy.sourceforge.net/) module. On Debian/Ubuntu you can install it with apt-get: sudo apt-get install python-socksipy +You might need to install following packages: + + [Colorama](https://pypi.python.org/pypi/colorama) + [Requests](https://pypi.python.org/pypi/requests/2.3.0) + Usage ----