From a4e65cff1c20c90dcfe4faefe630c2a9737a8c3b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 7 Feb 2013 17:15:21 +0100 Subject: [PATCH] --date option added --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b858b5f..c76bb60 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,16 @@ Usage displayed) -f OUTPUT_FORMAT, --format=OUTPUT_FORMAT output txt, json (default is txt) + -t DATE, --date=DATE date in format YYYY-MM-DD to limit the query (default + is all) + Dumping sink-hole addresses --------------------------- python ./bin/dcu-fetch.py -a -k "" -f json | jq -r .TargetIp -Dumping some values and cleaning the container/blobs +Dumping some specific values and cleaning the container/blobs ---------------------------------------------------- python ./bin/dcu-fetch.py -a -k "" -f json | jq -r '.SourceIpAsnNr+" "+.SourceIp +" "+ .Botnet'