From 0aca19583d200fcf79aee0401ced88ef03fc8136 Mon Sep 17 00:00:00 2001 From: rmoriz Date: Tue, 1 Jan 2019 00:56:50 +0100 Subject: [PATCH] pyshark needs libxslt1-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66dcc5c..affea3a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@

Kali Linux / Raspbian:

``` -$ sudo apt-get update && sudo apt-get install python3 python3-pip tshark -y +$ sudo apt-get update && sudo apt-get install libxslt1-dev python3 python3-pip tshark -y $ git clone https://github.com/xdavidhu/probeSniffer