Skip to content

Release 2.0.0

Latest
Compare
Choose a tag to compare
@jelu jelu released this 16 Jul 12:41
· 7 commits to develop since this release

This major release is a complete rewrite of drool to Lua using dnsjit!

This includes two commands:

  • drool replay: replay DNS traffic from packet capture (PCAP) files and send it to a specified server, with options such as to manipulate the timing between packets, as well as loop packets infinitely or for a set number of iterations.
  • drool respdiff: replay DNS queries found in the PCAP, but only if a correlating response is also found. The query, original response and the received response is then stored into a LMDB database which can then be used by respdiff by CZ.NIC (see https://gitlab.labs.nic.cz/knot/respdiff) for analysis.

See man drool, man drool reply and man drool respdiff for more information.

9357c54 RPM
dc27432 configure
5a60fd3 Bye Travis
21d950c Info, Travis
eb44217 Badges
5623d60 COPR
1b5bd66 COPR, spec
2033d26 Package
61264d2 Funding
c3eb323 (tag: v1.99.4) Copyright, v1.99.4
ff9dfd5 Timing Mode
fc55d2d (tag: v1.99.3) Respdiff fix
e432c91 (tag: v1.99.2) Respdiff, v1.99.2
8e99d0e Dependencies
46712c0 Packaging
dcc5450 Configure options
de63694 (tag: v1.99.1) Rewrite, v1.99.1
e96a9f9 (tag: v1.99.0) Backends
8c99925 pcapthread
cf3f65a Split
99542e5 Rewrite into Lua using dnsjit