Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jankais3r authored Mar 29, 2019
1 parent 30628af commit 4125ed8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand Down

0 comments on commit 4125ed8

Please sign in to comment.