updated to version 0.3.1

This commit is contained in:
root
2014-08-21 19:36:45 +02:00
parent 0658c27e42
commit b62e6d3e9a

View File

@@ -31,16 +31,16 @@ To get a list of all options use:
You can use Typo3-Enumerator with domains:
python typoenum.py -d DOMAIN [DOMAIN ...] [--user_agent USER-AGENT] [--top VALUE] [-v] [--tor]
python typoenum.py -d DOMAIN [DOMAIN ...] [--top VALUE]
Or with a file with a list of domains:
python typoenum.py -f FILE [--user_agent USER-AGENT] [--top VALUE] [-v] [--tor]
python typoenum.py -f FILE [--top VALUE]
Example:
Test if Typo3 and top 20 downloaded extensions are installed on localhost:
python typoenum.py -d 127.0.0.1 --top 20
python typoenum.py -d https://127.0.0.1 --top 20
Bug Reporting
----