aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Lindhé <andreas@lindhe.io>2017-10-31 13:50:36 +0100
committerAndreas Lindhé <andreas@lindhe.io>2017-10-31 14:46:05 +0100
commitda4c77d51f971e6abe838db76d55c7fc4c103d5d (patch)
tree1f2373a25bda4ac3c3a5f5200f6c358510256dd6 /README.md
parent87779bb56295a2c20076c9670522490b91789dc0 (diff)
downloadmidbro-da4c77d51f971e6abe838db76d55c7fc4c103d5d.tar.gz
midbro-da4c77d51f971e6abe838db76d55c7fc4c103d5d.tar.bz2
Repo cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8318210..81b3c7d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Midbro – Packet Capturing for the PASAD IDS
+# Midbro – Packet Capturing for Intrusion Detection Systems
Created by Robert Gustafsson, Robin Krahl and Andreas Lindhé in DAT300 2017 at
Chalmers University of Technology. Copyright belongs to the authors.
@@ -16,7 +16,7 @@ available on other platforms.
0. Compile and export library path
1. Start Bro
-2. Start the consumer (PASAD or midbro_test)
+2. Start the consumer (midbro_test)
3. Send network traffic
@@ -33,11 +33,9 @@ The commands below assume you are in the root directory of this repository.
`sudo bro -b -C -i lo script/modbus.bro Log::default_writer=Log::WRITER_NONE`
-### 2. Start the consumer
+### 2. Start the consumer (`midbro_test`)
-**PASAD:** `cd data; ../bin/pasad 1000 500 18`
-
-**midbro_test:** `./bin/midbro_test`
+`./bin/midbro_test`
### 3. Send network traffic