From 69cc7673567eb94371885c3ea010fe771d500f74 Mon Sep 17 00:00:00 2001 From: Jatin1998 Date: Fri, 2 Oct 2020 01:38:37 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb0f0a4..6c9c784 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ The binetflow file in this project is: http://mcfp.felk.cvut.cz/publicDatasets/C ## Usage -- If you want to use the graph1.py tool +- If you want to use the graph.py tool ./graph.py -f ~/cloud9/Trabajo/Doctorado/Datasets/Botnet-Captures/CTU-Malware-Capture-Botnet-184-1/2016-07-29_winn3.binetflow > graph.dot cat graph.dot |sfdp -Tpng -o graph.png open graph.png -- If you want to use the graph1.py tool +- If you want to use the graph2.py tool ./graph2.py -f ~/cloud9/Trabajo/Doctorado/Datasets/Botnet-Captures/CTU-Malware-Capture-Botnet-184-1/2016-07-29_winn3.binetflow -m 400 > graph.dot cat graph.dot |sfdp -Tpng -o graph.png From 573851a706af667603c0767ca49851e8140f7544 Mon Sep 17 00:00:00 2001 From: Ria2711 <70571249+Ria2711@users.noreply.github.com> Date: Sat, 23 Oct 2021 05:07:39 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 6c9c784..1dbf2d4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,4 @@ -# Template Program for basic python learning -This is a template for learning python. The idea is to have a template to analyze text files. - -The binetflow file in this project is: http://mcfp.felk.cvut.cz/publicDatasets/CTU-Malware-Capture-Botnet-184-1/2016-07-29_winn3.binetflow - - -## Usage +* This is an easy to use visualization tool which will make your data visualization easy * - If you want to use the graph.py tool ./graph.py -f ~/cloud9/Trabajo/Doctorado/Datasets/Botnet-Captures/CTU-Malware-Capture-Botnet-184-1/2016-07-29_winn3.binetflow > graph.dot