gamelinux / passivedns

A network sniffer that logs all DNS server replies for use in a passive DNS setup
http://gamelinux.org/
1.67k stars 372 forks source link

I want to ask something about output format (JSON) #98

Closed idealphase closed 7 years ago

idealphase commented 7 years ago

I installed passivedns and do follow step in doc folder and I want to use passivedns to make JSON output format So I try to used -j and -J and get these message , Anyone have got my problem? Thank you for reading my problem

$ sudo ./passivedns -j -J Did not recognize argument 'j' Did not recognize argument 'J'

[] PassiveDNS 1.2.1 [] By Edward Bjarte Fjellskål edward.fjellskaal@gmail.com [] Using libpcap version 1.8.1 -- Apple version 67.60.1 [] Using ldns version 1.7.0 [] Device: en0 [] Sniffing...

idealphase commented 7 years ago

I've got a solution when you install passivedns if you want to use JSON output format use this command $ ./configure --enable-json instead of ./configure