Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# 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
- If you want to use the graph1.py tool
* 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
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
Expand Down