mirror of
https://github.com/adulau/pdns-toolkit.git
synced 2024-12-22 08:46:00 +00:00
Basic installation process added
This commit is contained in:
parent
aa22fa6b99
commit
9917d69e7b
1 changed files with 18 additions and 0 deletions
|
@ -7,3 +7,21 @@ can be used for research, security analysis or data mining.
|
||||||
The data store of the Passive DNS is relying on Redis.
|
The data store of the Passive DNS is relying on Redis.
|
||||||
The data store format is described in ./doc/datastore-format.txt
|
The data store format is described in ./doc/datastore-format.txt
|
||||||
|
|
||||||
|
Installation
|
||||||
|
------------
|
||||||
|
|
||||||
|
This is the minimal set to run a standalone passive-dns.
|
||||||
|
|
||||||
|
* Install [redis](http://www.redis.io/).
|
||||||
|
* Start ./src/redis-server
|
||||||
|
* Download [dnscap](https://www.dns-oarc.net/tools/dnscap)
|
||||||
|
* Apply the patch against dnscap to output date in epoch format
|
||||||
|
* copy the dnscap binary in ./pdns-server/bin
|
||||||
|
* Start the feeder cd pdns-server/bin; pdns-dnscap2feeder.sh;
|
||||||
|
* Now the feeder is capturing the DNS answers
|
||||||
|
|
||||||
|
* You can start the sample web interface cd pdns-server/web; pdns-web.sh
|
||||||
|
* or try a query on a hosname cd pdns-server/bin; perl query.pl www.google.com
|
||||||
|
|
||||||
|
The install process will be automated in the next release.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue