From b62e6d3e9a016bae241a2979e966687a41bb1c06 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 Aug 2014 19:36:45 +0200 Subject: [PATCH] updated to version 0.3.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b00a63..39122cd 100644 --- a/README.md +++ b/README.md @@ -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 ----