aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-04-01 15:37:49 +0000
committerEmiliano Ciavatta2020-04-01 16:43:22 +0000
commitabfd4957925b7d9dd6d12195bd3d6366c845e9e3 (patch)
treed073e55a45931f9f2fed0e58cd1fe894180ef155 /README.md
parentc2f10d25535ce9dd6e448434f1bd859e24d4f77b (diff)
Add code coverage trigger
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8180132..888b88d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# [WIP] Caronte
+[![Build Status](https://travis-ci.com/eciavatta/caronte.svg?branch=develop)](https://travis-ci.com/eciavatta/caronte)
+[![codecov](https://codecov.io/gh/eciavatta/caronte/branch/develop/graph/badge.svg)](https://codecov.io/gh/eciavatta/caronte)
+
<img align="left" src="https://divinacommedia.weebly.com/uploads/5/5/2/3/5523249/1299707879.jpg">
Caronte is a tool to analyze the network flow during capture the flag events of type attack/defence.
It reassembles TCP packets captured in pcap files to rebuild TCP connections, and analyzes each connection to find user-defined patterns.