Updated to version 0.3.2

This commit is contained in:
Jan Rude
2014-08-24 13:30:11 +02:00
parent 36691df514
commit 8069102b4e

View File

@@ -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
----