From 4125ed81446e52efd5e5dda5d3e86f190a942860 Mon Sep 17 00:00:00 2001 From: Jan Kaiser <2159464+jankais3r@users.noreply.github.com> Date: Fri, 29 Mar 2019 01:28:01 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b1b46..1fce380 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,19 @@ # DNoiSe DNS noise generator that looks at your network activity and blends in. Requires [pi-hole](https://pi-hole.net) to run. +![DNoiSe blended into organic traffic](https://github.com/jankais3r/DNoiSe/blob/master/traffic.png) +The red graph line marks queries generated by DNoiSe, blending in with peaks and valleys of organic traffic. + + ## Why bother? 1. Does your DNS provider log your queries? If it does, you should change your DNS provider. But if you can't, this will make it harder for them to profile you based on your DNS requests. Not impossible, but harder. 2. Plausible deniability. ## Dependencies ``` -pip install pandas (raspberry pi users should use 'sudo apt-get install python-pandas' instead) +pip install pandas +# Raspberry Pi users should use 'sudo apt-get install python-pandas' instead + pip install requests pip install dnspython ```